/*(min-width:651px) and (max-width:960px)*/


/*共通部分*/

.for_small{
	display: none;
}

.for_wide{
	display: none;
}

.for_medium{
	display: block;
}

div.header_top{
	padding-right: 10px;
	padding-left: 10px;
}

.header_top #logo{
    float: none;
    margin-top: 30px;
}

.main .inner{
	padding: 7.29% 10% 7.29%;
}

#gnav{
	display: none;
}


.hamburger_background{
    position: fixed;
    z-index: 99998;
    width: 100%;
    height: 100px;
    background-color: #a3964b;
    opacity: 0.9;

}

#top .hamburger_background{
    background-color: #000000;
    opacity: 0.9;

}

.footer p.credit{
	font-size: 12px;
}

#staff h1,#four_walling h1,
#story h1,#screening .main h1,#instruction .main h1,
#trailer .main h1, #dvd .main h1{
	width: 80%;
}



/*index.html*/

div.logo{
	max-width: 300px;
	width: 50%;
	margin-top: 20px;
	margin-left: 2%px;

}
.top_img{
	background-image:none;
}

.top_img h1 {
	padding-top: 0;
}

#top .dvd_top{
	background-color: #b50d1d;
	width: 100%;
}

#top .dvd_top a{
	display: block;
	text-align: center;
	padding-top:5px;
	padding-bottom: 5px;
}

#top a.online_bnr{
	max-width: 150px;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 2%;
}

/*staff.html*/

.character_profile dt{
	margin: 0 auto;
}

.character_profile dd img{
	float: none;
	margin: 2.5% auto;
}

.character_profile dd p{
	float: none;
	margin: 0 auto;
	width: 90%;
}

.Gertten p{
    float: none;
    margin: 0 auto;
}

.Gertten img{
	float: none;
	margin: 2.5% auto;
}

/*story.html*/

#story h2{
  margin-bottom: 7%;
}

.story  dl{

}


.story  dt{
	text-align: center;
}


.story  dd .text{
	float: none;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.story  dd img{
	float: none;
	margin: 0 auto;
}

/*instruction.html*/


.flex{
	flex-flow: column nowrap;
}

.instruction dt{
   text-align: center;
   margin-bottom: 3%;
}

.instruction dd .img_right{
	margin-bottom: 20px;
}

.instruction dd .img_left{
	margin-bottom: 20px;
}

.instruction dd .img_right  .img{
        margin: 0 auto;
}

.instruction dd .img_right  .img img{
        margin: 0 auto 20px;
}

.instruction  dd .img_left  .img{
	margin: 0 auto;
}

.instruction dd .img_right .text{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.instruction dd .img_left  .text{
	-webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -webkit-flex-order:-1;
    -moz-flex-order:-1;
    -webkit-order:-1;
    -moz-order:-1;
    order:-1;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}


/*dvd.html*/

#dvd h2{
	margin-bottom: 7%;
}

#dvd .img_left  .img{
	float: none;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}

#dvd .img_left  .img img{
	margin-right: 3%;
	margin-left: 0;
}

#dvd .img_left  .img img:nth-child(2){
	margin-right: 0;
}


#dvd .img_left  .text{
	clear: both;
	float: none;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;

}

/*four_walling.html*/

#four_walling h2{
	margin-bottom: 7%;
}

/*online.html*/

#online .flex{
 -webkit-flex-wrap: wrap;          /* Safari etc. */
 -ms-flex-wrap    : wrap;          /* IE10        */
 flex-wrap        : wrap;
 align-items: center;
}

#online .viemo li.online_button{
		margin-right: 0;
		margin-bottom: 3%;
}


#online .talk_ev dl.schedule>dt, #online .talk_ev dl.venue>dt, #online .talk_ev dl.price>dt{
  margin: 0 auto;
  margin-bottom: 5%;
}

#online .talk_ev dl.schedule>dd, #online .talk_ev dl.venue>dd, #online .talk_ev dl.price>dd{
   width:100%;
}

#online .procedure li.step1 img, #online .procedure li.step2 img, #online .procedure li.step3 img, #online .procedure li.step4 img{
    width: 60px;
    margin: 0 auto;
}

#online .procedure li.step1 p, #online .procedure li.step2 p, #online .procedure li.step3 p, #online .procedure li.step4 p{
    width: 100%;
}
