@charset "utf-8";

/* --------------------------------------------- */
/* ▼ Wordpress システム排出部分の調整　/
/* --------------------------------------------- */


/* --------------------------------------------- */
/* ▼ サムネイル　/
/* --------------------------------------------- */


/* --------------------------------------------- */
/* ▼ カテゴリのラベル　/
/* --------------------------------------------- */

span.label {
    color: #fff;
    background: #000;
    font-size: 11px;
    line-height: normal;
    margin-right: 5px;
    padding: 1px 5px;
    display: inline-block;
}
span.label a {
    color: #fff;
}
time {
    font-size: 13px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
}
/*time:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    margin-right: 5px;
}
*/


/* --------------------------------------------- */
/* ▼ 投稿部分カスタム　/
/* --------------------------------------------- */

table.wp-block-table {
    margin-bottom: 40px;
}
table.wp-block-table th {
    width: 120px;
}
hr{margin:40px 0;}

hr.wp-block-separator.is-style-default {
    margin: 40px 0;
}
hr.wp-block-separator.is-style-dots {
    margin: 10px 0px;
}
@media screen and (max-width: 480px){
    table.wp-block-table th {
        width: 70px;
    }
	hr{margin:30px 0;}
}


/* --------------------------------------------- */
/* ▼ 投稿部分の設定　/
/* --------------------------------------------- */

figure.wp-block-image {
    text-align: center;
    margin-bottom: 20px;
}

/* --------------------------------------------- */
/* ▼ アーカイブ一覧ページ　/
/* --------------------------------------------- */


/* --------------------------------------------- */
/* ▼ カスタム投稿　/
/* --------------------------------------------- */


/* --------------------------------------------- */
/* ▼ ウィジェット　/
/* --------------------------------------------- */
#sidebar .sidebar-wrapper {
    margin-bottom: 30px;
    background: #fff;
    /*padding: 0px 0px 10px 10px;*/
    border-radius: 10px;
    /* border: 1px solid #dedede; */
    /* filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1)); */
}
#sidebar h3, #sidebar h4 {
    background: #3c2006;
    color: #fff;
    font-size: 18px;
    padding: 3px 0px 3px 10px;
    margin-bottom: 10px;
}
#sidebar .sidebar-wrapper a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    color: #c1272d;
    display: none;
}
#sidebar .custom_widgets {
    margin-bottom: 20px;
    line-height: 22px;
}
#sidebar li {
    width: 100%;
    border-bottom: 1px dotted #555;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
#sidebar #search h2.widgettitle {
    display: none;
}
#sidebar a{
    display: inline-block;
}
#sidebar input#s {
    width: 80%;
    padding: 4px;
    box-sizing: border-box;
}
#sidebar a.thmnnail {
    border: 1px solid #ddd;
    box-sizing: border-box;
}
#sidebar select {
    width: 100%;
    height: 25px;
}



/* --------------------------------------------- */
/* ▼ コンタクトフォーム　/
/* --------------------------------------------- */

/*コンタクトフォーム*/
#form {
    /*border: 1px solid #a9a9a9;*/
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 10px;
}
#form dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #555;
}
#form dl dt {
    width: 150px;
    font-weight: bold;
}
#form dl dt.long,
#form dl dt.long {
    width: 100%;
    margin-bottom: 10px;
}
#form dl dd {
    width: 460px;
}
#form dl dd.long {
    width: 100%;
}

#form span.hissu {
    background: #C70000;
    color: #fff;
    margin: 0px 5px;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 12px;
}
#form span.free {
    background: #555;
    color: #fff;
    margin: 0px 5px;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 12px;
}
#form textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}
#form input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    display: block;
    width: 250px;
    padding: 8px;
    margin-top: 20px;
}
#form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
#form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
#form input.wpcf7-text{
    padding: 5px 0px;
}
#form input[type="checkbox"]{
    width: auto;
}

#form span.wpcf7-list-item {
    display: block;
}

/*@media screen and (max-width: 480px){
    #form input{width: 100%;}
}*/
/*送信後の表示変更*/
.sent .formarea {
    display: none;
}
/*エラー文*/
.wpcf7-validation-errors, .wpcf7-acceptance-missing {
    border: 2px solid #f00 !important;
    color: #f00;
}

@media screen and (max-width: 768px){
    #form{
    	width: 100%;
    	border: none;
    	padding:10px;
    }
    #form dl dt {
        width: 100%;
        display: block;
    }
    #form dl dd {
        width: 100%;
        display: block;
    }
    #form input {
	    /*width: 100%;*/
	    box-sizing: border-box;
	}
}/*max-width: 768px*/


/* --------------------------------------------- */
/* ▼ パンくず　/
/* --------------------------------------------- */
#breadcrumb {
    font-family: sans-serif;
    font-size: 11px;
    /*border-top: 1px solid #eaeaea;*/
    /*border-bottom: 1px solid #eaeaea;*/
    /*background: #f3f3f3;*/
    box-sizing: border-box;
    padding: 0px 15px;
    /*margin-bottom: 60px;*/
}
#breadcrumb li {
    margin-right: 5px;
}
#breadcrumb a {
    display: inline-block;
}
#breadcrumb span {
    margin: 0px 3px;
}
@media screen and (max-width: 880px){
    #breadcrumb {
        width: 100%;
        padding: 2px 10px;
        line-height: 150%;
        font-size: 10px;
    }
}
@media screen and (max-width: 768px){
    
}

/* --------------------------------------------- */
/* ▼ 関連記事　/
/* --------------------------------------------- */

.related {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 4px double #555;
}

.related-entries {
    border: 2px solid #ddd;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.related-entries ul{
    border-bottom: 1px dotted #555;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.related-entries ul:last-child{
    border-bottom:none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .related-entries ul {
        border-bottom: 1px dotted #555;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .related-entries ul:last-child {
        margin-bottom: 0px;
    }
}


/* --------------------------------------------- */
/* ▼ ページネーション　/
/* --------------------------------------------- */
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
	margin-bottom: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #c1272d;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


/*前の記事へ次の記事へ*/
.prev_next {
    flex-direction: row;
    /*padding: 10px 0px;*/
    margin-top: 60px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.prev_next a {
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 4;
    color: #555;
}
.prev_next a:hover {
    background: #e9e9e9;
}
.prev {
    border-right: 1px solid #555;
}
.prev_next .pc6{
    padding: 0px;
}



/* --------------------------------------------- */
/* ▼ コメント　/
/* --------------------------------------------- */
.comment-lists-wrap ol {
list-style-position: inside;
}
.comment-lists-wrap ol li{
     overflow: hidden;
}
.comment-lists-wrap ol li.even{　/* コメントグループの区切り */
     border-bottom: 1px solid #F9003C;
}
.comment-lists-wrap ol .comment {
}
.comment-lists-wrap ol .children { /* 返信コメントの部分 */
     margin-left: 10%;
}
.reply{/* 返信ボタン */
     background-color:#E5E5E5;
     line-height: 20px;
     width: 50px;
     font-size: 10px;
     text-align: center;
     border: 1px solid #626262;
     float: right;
     margin-bottom: 2%;
}
.reply a {
     color:#626262;
     display: block;
}
.comment-author{/* アバター */
     width:15%;
     float: left;
     overflow: hidden;
}
.comment-author img {
    display: block;
    margin: 0 auto;
}
span.says{/* コメント投稿者の「より」を非表示 */
     display: none;
}
.comment-body{
     clear: both;
     margin-top: 2%;
     overflow: hidden;    
}
.comment-body p{/* 文章部分 */
     overflow: hidden;
     border:1px dashed #F9003C;
     padding:2%;
     margin: 0 0 2% 0!important;
}
.fn {/* コメント投稿者の名前の部分（デフォルトではイタリックになってる部分） */
     display: block;
    font-style: normal;
    clear: both;
    text-align: center;
}
.comment-meta{/* コメント投稿日 */
     text-align: right;
}
.comment-meta a{
     color: #626262;
}
h3#comments,h3#reply-title {
    border-bottom: 1px dotted #555;
    border-left: 5px solid #ff8450;
    padding-bottom: 5px;
    padding-left: 10px;
}
p.comment-notes {
    margin: 10px 0px;
}
#commentform label {
    vertical-align: top;
}
#commentform label {
    vertical-align: top;
    width: 120px;
    display: inline-block;
}
#commentform span.required {
    color: #ef0000;
}
#commentform textarea#comment {
    width: 80%;
}
#commentform p.form-submit {
    float: right;
}
#commentform p {
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    #commentform textarea#comment {
        width: 99%;
    }
}
@media only screen and (max-width: 480px) {
    #commentform label,#commentform input{
        width: 98%;
    }
}

