﻿#header #logo img{
width:100% !important;
}

#header h1{
width:300px;
}

.bg_color1 {
    background-color: #e08205;
}

.bg_color2 {
    background-color: #f2f2f2;
}

.border_color3 {
    border-color: #cc0033;/*--オレンジから赤--*/
}

#page_title{
background-position: center;
}

.svg_box2.txt_color1{
color:#cc0033;/*--オレンジから赤--*/
}

footer .bg_color1{
    background-color: #cc0033;/*--オレンジから赤--*/
}

#copyright{
    background-color: #e7180f;
}

#contents h3{
    color: #e08205;
    font-size: 25px;
    font-weight: bold;
}

#intro_txt h2 span{
    color: #e08205;
    font-weight: bold;
    font-size: 45px;
    line-height: 1.3em;
    border: none;
}

#contents .box >  .flex_top-right{
background-image:url(./Dup/img/bottom2.svg);
background-repeat:no-repeat;
background-position:bottom right;
background-size: 50%;
}

#contents .box >  .flex_top-left{
background-image:url(./Dup/img/bottom3.svg);
background-repeat:no-repeat;
background-position:bottom left;
background-size: 50%;
}

.linkStyle{
color: #e08205;
}

#filter_white span.bg_color3{
    background-color: #e84617;
}

#page8 #tel_contact p a{
color:white;
}

#page8 #tel_contact p a.bg_color1{
background-color:#000;
}

.hvr_bg_color2:hover {
    background-color: #000;
}

#logo2.logo{
width:350px;
}

#submit.hvr_txt_color1:hover {
    color: #fff;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#intro_txt h2 span {
    font-size: 30px;
}

#contents .box >  .flex_top-right{
background-image:none;
}

#contents .box >  .flex_top-left{
background-image:none;
}

}


@media screen and (max-width: 667px){
.logo {
    width: 150px;
}

#intro_txt h2 span {
    font-size: 22px;
}

#header #logo{
    padding-top: 10px;
}

#main_img {
    padding-top: 70px;
}

.menu_bt{
margin-top:3px;
}

header {
    padding-bottom: 5px;
}

#intro h2{
text-align:left;
}

#contents .grid_11{
width:100% !important;
}

}

/*----赤からオレンジ-----*/
#fakeloader.bg_color1 {
    background-color: #f29200;
}

.txt_color1 {
    color: #e08205;
}