@charset "UTF-8";

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

/*----------------------------------------------------------------------
/   introduction
/----------------------------------------------------------------------*/
#classic #introduction {
    background-color: #000;
    background-image: url(https://brideseats.com/classic/images/top-image.jpg);
    background-size: auto 100%;
    color: #ccc;
    background-position: right 0 !important;
    background-repeat: no-repeat;
    height: 200px;
}

#classic #introduction div.copy {
    float: left;
    width: 46%;
    margin-left: %;0
}

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

@media screen and (max-width: 479px){
	#classic #introduction {
	    padding: 100px 0 0 0;
	    background-size: auto 100px;
	}
	body#classic #introduction div.copy {
    width: auto;
	}
}
/*----------------------------------------------------------------------
/   main
/----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
/   seat
/----------------------------------------------------------------------*/
#classic .seat {
    box-shadow: 0 0 3px 3px rgba( 0, 0, 0, 0.1);
    overflow: hidden;
    width: 97%;
    margin: 0 auto 30px auto;
    cursor: pointer;
}

#classic .seat div.brandImg {
    width: 24%;
    background: #efefef;
    float: left;
}

#classic .seat div.brandImg img {
    display: block;
    width: 100%;
}
#classic .seat a {
    font-size: 180%;
}

#classic .seat div.brandDetail a {
    display: block;
    font-weight: bold;
    font-size: 160%;
    margin: 0 0 10px 0;
    color: #000;
}

#classic .seat div.brandDetail a span.kana {
    margin: 0 0 10px 0px;
    font-size: 60%;
    color: #000;
}

#classic .seat div.brandDetail {
    padding: 2%;
    width: 76%;
    float: left;
    box-sizing: border-box;
}

#classic #eurosterTopItem:hover,
#classic #histrixTopItem:hover{
    transform: scale(1.03, 1.03);
    box-shadow:0 0 3px 3px rgba( 0, 0, 0, 0.1);
    background: #fff;
    -moz-transition: -moz-transform 0.1s ease-in;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease-in;
    -ms-transition: -ms-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
}
@media screen and (max-width: 479px){
	#classic .seat div.brandImg {
	    width: auto;
	    margin: 0 0 5px 0;
	}
}