@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

body.custom-background {
                background-image: url("http://winebar.jp/wp-content/uploads/2021/09/wall3.jpeg");
                background-position: left top;
                background-size: auto;
                background-repeat: repeat;
                background-attachment: fixed;
            }

#header-container, #header-container .navi, #navi .navi-in>.menu-header .sub-menu {
    background-color: inherit;
    width:100%;
}
@media only screen and (max-width: 834px){
.header {
    background-position-y: bottom;
}
}
a.site-name.site-name-text-link {
    margin-top:-60px;
}

@media only screen and (max-width: 834px){
a.site-name.site-name-text-link {
    margin-top:0px;
}
.site-name-text img{
  max-width: 100%;
}
}
@media only screen and (max-width: 480px){
.site-name-text img{
  max-width: 70%;
}
}
@media only screen and (max-width: 480px){
#header-container{
  height:140px;
}
a.site-name.site-name-text-link {
    margin-top:-40px;
}
}

.logo {
    text-align: left;
    margin-left: 2em;
}

div#navi-in {
    background: #0e0708;
    background-image:url(/wp-content/themes/cocoon-child-master/img/cntboxtop.gif);
    background-repeat:no-repeat;
    background-position:bottom center;
}
.navi-in > ul {
    padding: 0 0 0 40px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
}
.navi-in > ul li {
    display: block;
    width: fit-content;
    padding:0 10px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    position: relative;
    border-left: 1px solid #575757;
}
.navi-in >ul li:last-child {
    border-right: 1px solid #575757 !important;
}
.navi-in > ul li a{font-size:0.9em;}

#navi .navi-in a:hover, #navi .navi-in a:hover {
    color: #df4a89;
}
.navi-in a:hover {
  background-color: inherit !important;
  transition: all 0.3s ease-in-out;
  /*color: #333;*/
}
.slicknav_menu {
    background: #0e0708;
    padding: 2px;
}
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
    display: none;
}
.slicknav_btn {
    /*margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    border-radius: 4px;*/
    background-color: #0e0708;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.3em;
    height: 0.2em;
}
.slicknav_icon-bar {
    background-color: #bcbcbc !important;
}

.slicknav_nav>li.menu-item{
  border-top:solid 2px #832351;
}

.slicknav_nav a:hover{
  border-radius:0;
}

.slicknav_btn:after {
    content: 'navigation';
    font-size: 0.8em;
    color: #bcbcbc;
    margin-left: 1em;
}

/*通知エリア*/
#notice-area {
    background-color: #9d577b;
    max-width: 800px;
    margin: auto;
}

/*アピールエリア*/
.appeal-in {
    display: flex;
    min-height: 10px;
    /*padding: 3% 5%;*/
    padding:0;
    background-color: #4a142e;
}
.appeal-content {
    max-width: 740px;
    background-color: inherit;
    margin: auto;
    padding: 1em;
    text-align: center;
    border-radius: 4px;
    display: block;
}
.appeal-message {
    margin-bottom: 0;
}

#header-container{

}
.header {
    height: auto;
    max-height:240px;
    width:auto;
    max-width: 800px;
    flex-shrink: 0;
    margin: auto;
    /*background-size:contain;*/
}

.content {
    margin-top: 0px;
}
.wrap {
    width:auto;
    max-width: 800px !important;
    margin: 0 auto;
}
#main.main {
    padding: 40px 10%;
    color:#acabab !important;
    background-color: #4a142e !important;
  border-radius:0px;
}
@media screen and (max-width: 480px){
#main.main {
    padding: 20px 5%;
}
}
@media screen and (max-width: 834px){
#main.main {
  border-top: 6px solid #2f081a;
}
}
    
.entry-title, .archive-title {
  font-size:1.1em;
  padding-bottom: 0.5em;
  border-bottom: double 3px #753b44;
}
.entry-content h2{
  font-size:1.1em;
  padding-bottom: 0.5em;
  border-bottom: double 3px #753b44;
  background:none;
}
.article h2 {
  padding:0 0 0.5em 0;
}
@media screen and (max-width: 480px){
.entry-title{
    padding: 0.5em 0em;
}
}
.post-date{
  color:#A15A7F;
}
.new {
    color: red;
    font-size: 0.8em;
}

/*フッター*/
.footer {
    margin-top: 0px;
    padding: 8px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}
.footer.footer-container.nwa{
  padding:0;
}
.footer-bottom {
    margin-top:0;
    margin-bottom: 24px;
    height: 25px;
}
div#footer-in {
    border-bottom: 60px solid #0e0708;
}
.footer-bottom.fdt-up-and-down.footer-bottom-content {
    height:35px;
    border-bottom: 2px solid #434343!important;
}
.source-org.copyright {
    height: 35px;
    border-bottom: 2px solid #434343;
}
.source-org.copyright a {
    text-decoration: none;
    color: #a15a7f!important;
}

/*SNSシェア領域非表示*/
.sns-share, .sns-follow {
    display: none;
}

/*記事一覧の表示*/
figure.card-thumb {
    display: none;
}

.entry-card-content {
    margin-left: 0;
    color:#acabab !important
}
.a-wrap {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 1.5%;
  margin-bottom: 3%;
  transition: all 0.3s ease-in-out;
}
.a-wrap:hover {
  background-color: #8d8c8c7a;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.entry-card-meta, .related-entry-card-meta {
    bottom: 0;
    position: absolute;
    text-align: right;
    line-height: 1;
    right: revert;
}
a.entry-card-wrap.a-wrap.border-element.cf {
    margin-bottom: 0;
}
.entry-card-title, .related-entry-card-title {
    font-size: 1em;
    margin: 0;
    line-height: 1.0;
    font-weight: bold;
}
.page-numbers {
    color: #a0597e;
    font-weight:bold;
    }
.pagination-next-link {
    background-color: #e1cad6;
    border: 1px solid #9c567a;
    color: #a0597e!important;
    display: block;
    font-size: 1em;
    font-weight:bold;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 5px;
    display: block;
    border-radius: 5px;
}
#pager-post-navi>.a-wrap{
  color:#A15A7F;
}
.post-navi-default.post-navi-border a {
    border-top: 1px solid #6d6c6c;
    border-bottom: 1px solid #6d6c6c;
}
.fa-chevron-left:before {;
    font-size: 0.7em;
    color: #a8a5a6;
}
.fa-chevron-right:before {
    font-size: 0.7em;
    color: #a8a5a6;
}

 /*パンくずリストのアイコン非表示*/
.breadcrumb-item>.fa-file-o:before {
  content:none;
}
.breadcrumb .sp {
    margin: 0 -10px 0 10px;
}

/*目次のリンク色*/
.toc a{
color:#a15a7f;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
