@charset "utf-8";
/* CSS Document */
.main_bg{
    background: #fccd00;
    padding-bottom: 10%;
    position: relative;
}
#ramen{
    margin: 0 auto;
}
#ramen .sewrap{
	background-image: url("../images/main_sp01.jpg?230126");
	width: 100%;
	height: 100%;
	padding-top: 133.75%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#ramen .sewrap_after{
	background-image: url("../images/main_sp02.jpg");
	width: 100%;
	height: 100%;
	padding-top: 133.75%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#ramen .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
	top: 0;
}
#ramen .date{
	background:#000000;
	padding:8px 0;
}
#ramen .date>p{
	color:#fccd00;
	font-weight:bold;
	font-size:2rem;
	letter-spacing:0.1rem;
	padding:2%;
	border-top: 5px solid #fccd00;
	border-bottom: 5px solid #fccd00;
}
#ramen .date>p>span{
	font-size:1.2rem;
}
#ramen .intro{
	width:95%;
	color:#000000;
	font-family: 'Zen Antique Soft', serif;
	font-size:1.8rem;
	margin:30px auto;
}

.moviewrap{
    width: 95%;
    display: block;
    margin: 0 auto;
}
.movie_bg{
    background: #000;
    width: 100%;
    padding: 3%;
    margin: 3% 0 0;
}
.movie_bg h2{
    color: #fccd00;
    font-size: 2.5rem;
	margin-top:2%;
}
.movie_bg h3{
    color: #fccd00;
    font-size: 1.8rem;
}
.movie{
    display: block;
    width: 100%;
    padding-top: 56.5%;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 26.7%;
    right: 0;
}
.movie .movieCon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.link{
    display: block;
    margin: 7% auto;
    text-align: center;
}
.link>img{
	width:67%;
    border: solid 3px #0b7e37;
    box-shadow: 2px 4px 4px 2px #0b7e3760;
	vertical-align:top;
}
.btn{
    display: block;
    margin: 10% auto 0;
    padding: 3% 0;
    width: 95%;
    background:#0b7e37;
    font-size: 2rem;
    text-align: center;
}
