/*
 Theme Name:   Shinkou Saku Plazasaku
 Description:  Shinkou Saku Plazasaku Theme
 Author:       -
 Author URI:   http://www.shinkou-saku.or.jp
 Template:     shinkousaku
 Version:      1.0.0
 Text Domain:  shinkou-saku-plazasaku
*/

/*--------------------------
    header
----------------------------*/
.top {
    position: relative;
    width: 100%;
    min-height: 25px;
    background-color: #CD0B49;
}
.top>p{
    margin: 0 auto;
    padding-left: 20px;
    width: 1000px;
    color: #fff;
    font-size: 70%;
    line-height: 25px;
}
@media screen and (max-width: 640px){
.sp .top{
    min-height: 90px;
    text-align: left;
    background-color: #CD0B49;
}    
.top>p{ 
    margin: 0;
    padding: 15px 0 0 20px;
    line-height: 2;
    width: 80%;
}
}

.site-header{
    position: relative;
    height: 161px;
    background-color: #fff;
}
.home .site-header{height: 215px;}
@media screen and (max-width: 640px){
.site-header{height: 100%;}  
.home .site-header{height: 100%;}
}

.header_top {
    margin: 0 auto;
    width: 941px;
}

.header_top li{
    vertical-align: top;
}
.header_top li>img{
    width: 175px;
    margin: 22px 0 10px 0;
}

.header_top li>h6{
    color: #CD0B49;
    font-size: 100%;
    font-weight: lighter;
}
.header_top li>h6+p{margin-top: 8px;}


/* redBox + contact **********************************/
.header_top li .rbox{
    margin-left: 22px;
    padding: 10px 32px 5px 13px;
    color: #CD0B49;
    font-size: 70%;
    border-left: solid 1px #CD0B49;
    border-right: solid 1px #CD0B49;
    border-bottom: solid 3px #CD0B49;
    border-radius: 0 0 10px 10px;
}
.header_top li .rbox>p{
    margin: 0;
    padding: 0;
}
.header_top li .rbox>h3{
    margin-top: -5px;
    font-size: 145%;
}
.header_top li .rbox+p{
    margin: 5px 0 0 22px;
    padding: 0 0 0 9px;
    font-size: 70%;
    border-bottom: 2px dotted #CD0B49;
}
.header_top li .rbox+p span{
    font-size: 140%;
    font-weight: bold;
}
.header_top li .rbox+p span:before{
    content: "";
    display: inline-block;
    margin-right: 5px;
    padding-top: 5px;
    width: 20px;
    height: 20px;
    background: url(./images/tel.png) no-repeat center 5px;
    background-size: 20px;
}


/* gnav *************************************/
.gnav{
    margin: 0 auto !important;
    width: 1000px;
}

.gnav ul{
    margin: 0 auto!important;
    width: 75%;
}

.gnav li{
    padding: 10px 30px !important;
    font-size: 100%;
    line-height: 1.2;
    font-weight: lighter;
    text-align: center;
    border-right: solid 1px #CD0B49;
    cursor: pointer;
}
.gnav li:first-child{
    border-left: solid 1px #CD0B49;
}

/*
.gnav li:hover{
    background-color: #FCDCCE;
}
*/


/*--------------------------
    SP header
----------------------------*/
/* gnav sp **********************************/
/* HOME */
#sideMenu .home_btn a{
    background-color: #CD0B49;
}

/* SP menu *****************************/
    
@media (max-width: 640px) {
#header.sp{
    position: relative;
    padding-bottom: 3px;
    height: auto;
}
#headerSP_in{
    margin: 7% auto 5%;
    width: 90%;
    height: auto;
    text-align: left;
}
#headerSP_in img{
    display: inline-block;
    margin-bottom: 2%;
    width: 40%;
}
#headerSP_in h6{
    display: inline-block;
    margin-left: 2%;
    color: #CD0B49;
    font-size: 90%;
    font-weight: lighter;   
}
#headerSP_in p{
    margin: 0 auto;
    font-size: 85%;
    letter-spacing: 1px;
    text-align: left;
}
@media (max-width: 400px) {
#headerSP_in p{
    font-size: 10px;
}
}