@charset "UTF-8";
/* --- ヘッダー --- */
.global-nav .menu-item-page a::after, .global-nav .menu-item-category a::after {
	display:none;
}


.logo {
    max-width: 315px;
	  position:relative;
}
.header-logo::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(https://www.syunou.jp/wp-content/uploads/2019/06/bg_header.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.header-contact-text {
    padding: 5px 0;
}

.header_1 {
    text-align: center;
    border: 2px solid #d05c16;
    border-radius: 5px;
    padding: 1px;
    display: inline-block;
    width: 58%;
    box-sizing: border-box;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 25px;
}
.header_2{
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
}
.header-contact-text .header-contact-button {
	padding: 0 5px;
	border-radius: 3px;
}
.header .header-contact-button:hover{
    background-color: #d05c16;
    color: #fff;
	  transition: 0.2s;
}
.colored .header-menu > .menu-item a:hover, .none .header-menu > .menu-item a:hover {
    border-bottom-color: #df6210;
}
.global-nav .menu-item:hover a, .global-nav .menu-item:hover::after {
    color: #d05c16;
    opacity: 1;
}


.global-nav .menu-item-page a::after, .global-nav .menu-item-category a::after {
    position: absolute;
    bottom: 18px;
    font-size: 10px;
    height: 1em;
    color: #aaa;
    left: 50%;
    transform: translateX(-50%);
    content: attr(data-slugname) "";
}
.global-nav .menu-item a {
    padding: 10px 0 25px;
}

/* --- 共通 --- */
.list-wrapper .default .title {
    text-align: center;
	font-size: 16px;
}
.content-body a, .page-title a {
    color: #555;
}
.content-body a:hover {
    opacity: 1;
    text-decoration: underline;
}
.page-title {
    display: none;
}

.pagination .current {
    color: #fff;
    background: #d05c16;
}
.pagination a:hover {
    background: #d05c16;
}


/* --- 見出し --- */
.headline-h4 {
    text-align: left;
    font-size: 24px;
    font-weight: initial;
    border: 1px solid;
    padding: 10px 10px 5px;
}
.content-body p.list-title{
    background-color: #f9eada;
    text-decoration: none;
    font-weight: initial;
    padding: 8px 0 5px 10px;
    color: #df610f;
    margin-top: 30px;
}


/* --- 記事一覧カセット --- */

.column-inner.list-item.tag .desc {
    display: none;
}

/* --- トップページ --- */
.news-list {
    padding-top: 10px;
}
.news-list .column {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 5px;
}
.list-wrapper .news-list {
    max-width: 100%;
}

/* --- サイドバー --- */
.side .side-title {
    background-color: transparent;
    color: #333333;
    border: 1px solid #333;
    text-align: left;
    font-weight: initial;
	  padding: 8px 10px;
}
.side li a {
    border-bottom: 1px dashed #bababa;
    background-image: none;
    color: #000000;
	  font-size: 14px;
}
.side .link-list li a,.side .link-list li:hover a {
    list-style-type: none;
    background: url(https://www.syunou.jp/wp-content/uploads/2019/06/icon.png) no-repeat left center;
    border-bottom: none;
    padding: 5px 0 5px 25px;
}
.side li a:hover {
    background-image: none;
    text-decoration: underline;
    opacity: 1;
}
.side li:hover {
    background: none;
}


/* --- 収納実例 --- */
.body-page-id-1893 .list-wrapper .default .column {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 20px;
    width: calc(33.3% - 40px);
}

/* --- フッター --- */
footer .footer {
    padding-top: 30px;
    border-top: 2px solid #d05c16;
}
footer .line .copyright {
    color: #999;
    font-size: 13px;
}
footer .line {
    background: #fff;
}
footer .content.is-line{
    border-top: 1px solid #cbcbcb;
}



@media(max-width:688px){
 
  /*ヘッダー*/
  .header-logo::after {
    height: 0px;
    background-image: none;
    content: none;
  }
  .logo {
    max-width: 250px;
  }
	
	.page-title {
    text-align: center;
    display: block;
  }
	
	.header-contact-smp-text{
    text-align: center;
    margin-bottom: 15px;
  }
  .header .header-contact-button{
    border: 2px solid #d05c16;
    text-align: center;
    width: 250px;
    margin: 0 auto 20px;
    border-radius: 5px;
    padding: 5px 40px;
  }
	
	/*収納実例*/
	.body-page-id-1893 .list-wrapper .default .column {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 20px 10px;
    width: 100%;
  }
	
	/*フッター*/
	.footer-links .menu-item {
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }


}