/*
Theme Name: Theme A Child
discription: Theme A Child
Author: Shiroma, Teruya
Template: theme-a
*/

#masthead {
    background: none repeat scroll 0 0 #ff8400;
}

#site-navigation {
    background-color: #ff8400;
}

.site-imformation {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.site-description {
  color: #fff;
  float: none;
  font-size: 12px;
  text-align: right;
}

.site-branding {
  color: #fff;
  float: right;
  text-align: right;
  width: 50%;
}

.widget-fullscreen {
    background-color: #E5007F;
    text-align: center;
    font-size: 0;
}

.widget-fullscreen img {
    width: 1000px;
}

.widget-3ca h3 {
    color: #891c21;
    font-size: 21px;
    font-weight: bold;
}

#colophon {
    background: none repeat scroll 0 0 #ff8400;
}

.foot_shopname,
.foot_description,
.foot_navi,
#footer ul li a {
    color: #fff;
}

.foot-c ul li {
    border: medium none;
}

#site-navigation a:hover {
    background-color: #fff;
    color: #e60012;
}

.site-info {
    background: none repeat scroll 0 0 #fff;
    color: #e60012;
}

.wid_3ca_link {
    background-color: #e3007f;
    padding: 0;
}

.wid_3ca_link a {
    display: block;
    padding: 10px;
}

.wid_3ca_link:hover {
    background-color: #b3104f;
}


.site-title > a,
.site-title > a:visited {
    color: #fff;
}

#site-navigation ul li {
    font-size: 13px;
    width: auto;
}

#site-navigation a {
    padding: 0 20px
}

#page-top a {
    color: #0a3a65;
}

#page-top a:hover {
    background: none repeat scroll 0 0 #0a3a65;
}

.textwidget {
    color: #fff;
}

.menu-toggle {
    padding: 2%;
}


button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    border: 2px solid #b20e19;
    color: #b20e19;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #b20e19;
    color: #fff;
}

.category-page-title {
    font-size: 13px;
}

#footer ul li a:hover {
    color: #0a3a65;
}

.foot_description {
  font-size: 12px;
}

.entry-footer {
    display: none;
}

/*---------------------------------------------------------------------------
投稿ページのための追加css
------------------------------------------------------------------------------*/
.entry-content > h1 {
    font-size: 40px;
}

.entry-content > h2 {
    font-size: 32px;
}

.entry-content > h3 {
    font-size: 25px;
}

.entry-content > h4 {
    font-size: 18px;
}

.entry-content > h5 {
    font-size: 15px;
}

.entry-content > h6 {
    font-size: 10px;
}

#header {
  margin: 10px auto 25px;
}



/**************************************
レスポンシブ
**************************************/
@media screen and (max-width: 980px) {
#site-navigation a {
    padding: 0 2.5em;
}
}

@media screen and (max-width: 800px) {
#site-navigation a {
    padding: 0 1.2em;
}
}

@media screen and (max-width: 768px) {
#site-navigation a {
    padding: 0 10%;
}
}

@media screen and (max-width: 736px) {
#site-navigation a {
    padding: 0 9%;
}
}

@media screen and (max-width: 667px) {
#site-navigation a {
    padding: 0 4.8%;
}
}

@media screen and (max-width: 640px) {
.site-branding, .site-description {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.foot-l, .foot-c {
    color: #fff;
}

#site-navigation a {
    padding: 0 0.8em;
}

.wid_3ca_l,
.wid_3ca_c,
.wid_3ca_r {
    margin-bottom: 7%;
}

}

@media screen and (max-width: 600px) {
#site-navigation ul li {
    width: 100%;
}

#site-navigation {
	background-color: #b20e19;
}

#site-navigation a:hover {
    color: #b20e19;
}

#site-navigation a {
    padding: 1%;
}
}


@media only screen and (max-width: 429px) {

.site-imformation {
  font-size: 13px;
}

}

.add-line-button-feature .add-line-button-feature-wrapper {
    display: flex;
    align-items: center;
}

.add-line-button-feature .add-line-button-feature-content {
    background-color: #333;
    padding: 7px 10px;
    margin-left: 10px;
    border-radius: 4px;
}

.add-line-button-feature .add-line-button-feature-content a {
    color:#ffffff;
}