/*//////////////////////////////////////////////////////
///////////////////////// 全体 /////////////////////////
//////////////////////////////////////////////////////*/

.sub-heading{
    color: #eb6129;/*セクション小見出し（日本語）の色*/
}

.button ,.button-forOutline{
    background: rgba(228,83,21,1);
    background: -moz-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(228,83,21,1)), color-stop(100%, rgba(255,142,21,1)));
    background: -webkit-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -o-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45315', endColorstr='#ff8e15', GradientType=1 );
}/*本文リンクボタン背景の色*/

/*//////////////////////////////////////////////////////
/////////////////// HEADER ヘッダー ////////////////////
//////////////////////////////////////////////////////*/

@media screen and (max-width: 1023px) {
    .g-button {
        background-color: #eb6129;
}}/*スマホ版ヘッダーボタン背景の色*/

/*//////////////////////////////////////////////////////
////////////////// FLOOR PLANS 間取り //////////////////
//////////////////////////////////////////////////////*/

.slick-dots .slick-active button{
    background:#eb6129;/*ドットボタンの現在地表示の色*/
}

.slider::after{
    background-color: #eb6129;/*間取り拡大ボタン背景の色*/
}

.gallery-img::after {
    background-color: #eb6129;/*ギャラリー拡大ボタン背景の色*/
}

/*//////////////////////////////////////////////////////
///////////////////// QUALITY 設備 /////////////////////
//////////////////////////////////////////////////////*/

.quality {
    background: rgba(228,83,21,1);
    background: -moz-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(228,83,21,1)), color-stop(100%, rgba(255,142,21,1)));
    background: -webkit-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -o-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45315', endColorstr='#ff8e15', GradientType=1 );
}/*設備背景の色*/

.tag-on{
    border: solid 1px #eb6129;
    color: #eb6129;
}/*設備タグの色*/

.tag-color{
	background-color: #f9f7f2;
}/*設備タグ背景の色*/

/*//////////////////////////////////////////////////////
///////////////////// OUTLINE 概要 /////////////////////
//////////////////////////////////////////////////////*/

.movie h2::before {
	background-color: #eb6129;
}/*物件紹介動画見出しラインの色*/

/*//////////////////////////////////////////////////////
/////////////////// LOCATION アクセス //////////////////
//////////////////////////////////////////////////////*/

.location {
    width: 100%;
    background: rgba(228,83,21,1);
    background: -moz-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(228,83,21,1)), color-stop(100%, rgba(255,142,21,1)));
    background: -webkit-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -o-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    background: linear-gradient(45deg, rgba(228,83,21,1) 0%, rgba(255,142,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45315', endColorstr='#ff8e15', GradientType=1 );
}/*アクセス背景の色*/

.movie-bg {
    background-color: #c3521b;
}/*アクセスの動画背景の色*/

