@charset "UTF-8";

/*
===========================================================================
|           site common style
===========================================================================
*/


/*----------------------------------------------------------------------
/   introduction
/----------------------------------------------------------------------*/
#scenes #introduction {
    background-color: #000;
    background-image: url(https://brideseats.com/specialseat/images/top-image.png);
    background-size: auto 100%;
    color: #ccc;
    background-position: right 0 !important;
    background-repeat: no-repeat;
    height: 200px;
}
#scenes #introduction div.copy {
    float: left;
    width: 46%;
    /*margin-left: 4%;*/
}

#scenes #introduction div.copy h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 180%;
}
#scenes #introduction div.copy h2 {
    color: #F83A0A;
    font-size: 120%;
}

@media screen and (max-width: 479px){
	#screen #introduction {
	    padding: 100px 0 0 0;
	    background-size: auto 100px;
	}
	body#screen #introduction div.copy {
    width: auto;
	}
	body #screen div.copy h1 {
    margin-bottom: 5px !important;
    position: absolute;
    top: 35px;
	}
	body #screen div.copy h2 {
    margin: 0 0 15px 0;
	}
	#screen #introduction div.copy {
    padding: 4% 0;
    width: auto;
    float: none;
    margin: 0 0;
    background: #000;
}
}

/*----------------------------------------------------------------------
/   scenesMain
/----------------------------------------------------------------------*/
.type{
	border-left: 10px solid #bc1a21;
	padding: 0.25em 0.5em;
	font-size: 140%;
    line-height: 150%;
    color: #333;
    margin: 0 0 15px 0;
    font-family: "Open Sans";
    margin-bottom:15px;
}


#scenes h4{
font-size: 120%;
    margin: 0 0 10px 0;
}
#scenes .item{
	margin: 0 0 60px 0;
	display: flex;
    justify-content: space-between;
}
.scenesImg{
	flex: 0 0 49%;
}
.scenesImg img {
	width: 100%;
}
.scenesCaption{
	flex: 0 0 49%;
    box-sizing: border-box;
    padding: 12px;
}

.scenesCaption p{
    margin-bottom: 0.5em;
}



#scenes .detail{
	text-align: right;
}

p.detail {
	text-align: right;
	padding-right: 1em;
}
p.detail a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  	content: "\f0a9";
  	margin-left: .3em;
}
@media screen and (max-width: 479px){
	#scenes div.scenesImg,
	#scenes div.scenesCaption {
	    float: none;
	    width: auto;
	}
	#scenes div.scenesImg img{
		width: 100%
	}
	#scenes .item{
	margin: 0 0 0 0;

        flex-wrap: wrap;
}
.scenesImg{
	flex: 0 0 100%;
}
.scenesImg img {
	width: 100%;
}
.scenesCaption{
	flex: 0 0 100%;
    box-sizing: border-box;
    padding: 12px;
}


}

