
/************************************
** 投稿ページ(single)専用CSS
************************************/

body {
    background: url(img/blog/bg_blog_gujo.jpg)!important;
	background-attachment: fixed!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
    font-size: 15px!important;
}

.point_monokurikun_02 img {
    bottom: 0px!important;
}
	
body.custom-background {
    background-image:none!important;
	background-color: #f5f3ee!important;
}

#single-wrap {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 1050px;
	margin-top: 3em;
}

.widget-area {
    width: 25%;
    float: left;
    background-color: #fff;
    padding: 30px;
    border: 4px double #ebebeb;
    margin-bottom: 30px;
	margin-left: 30px;
}


body {
    font-family: 'M PLUS 1p', sans-serif;
	font-size: 14px;
    color: #231815;
    line-height: 1.5;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #231815;
    font-weight: 700;
	font-family: 'M PLUS 1p', sans-serif;
}

h2 {
	font-size: 18px;
}

.entry-meta, .entry-meta a, .entry-footer, .entry-footer a {
    color: #231815;
    font-size: 15px;
}

input, textarea {
    padding: 10px;
    max-width: 100%;
    width: 100%;
    border: 2px solid #ccc;
}

.entry-header {
    margin-bottom: 15px;
    border-bottom: 4px double #ccc;
}

.footer-widget-area .widget, .widget-area .widget{
    color: #231815;
}

.footer-widget-area .widget a, .widget-area .widget a {
    color: #706c6c;
}

.footer-widget-area .widget a:hover, .widget-area .widget a:hover {
    color: #68C97B;
}

.site-footer {
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    height: 190px;
    margin-top: 70px;
}

.widget-title, .widgettitle {
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 4px double #ccc;
}

.footer-widget-area .widget li:before, .widget-area .widget li:before {
    font-family: FontAwesome;
    content: "\f054";
    margin-right: 3px;
    font-size: 10px;
    position: relative;
    top: -2px;
}

.post-navigation .nav-previous, .post-navigation .nav-next, .paging-navigation .nav-previous, .paging-navigation .nav-next {
    max-width: 48%;
    padding: 0.85em 2em;
    background-color: #68c97b;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 0 0 1px #adadad;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    /* border-radius: 10px; */
    text-align: left;
}

/* -------- 投稿ページコンテンツ幅 -------- */

.content-area {
    width: 75%;
    float: left;
}

.widget-area {
    width: 23%;
    float: left;
    background-color: #fff;
    padding: 30px;
    border: 4px double #ebebeb;
    margin-bottom: 30px;
    margin-left: 2%;
}



.site-branding{display: none!important;}

.byline{display: none!important;}

.fa-calendar{display: none!important;}

.entry-title{
    font-size: 1.5em!important;
}

.footer-widget-area .widget li:before, .widget-area .widget li:before {
    display: none!important;
}

#npcatch .title {
    position: relative!important;
	display: block!important;
    padding: 1.1em 0 0 0!important;
    line-height: 1.2em!important;
	font-size: 0.85em!important;
}

.date{
	position: absolute;
    top: 0;
    left: 0;
    font-size: 0.85em;
    line-height: 1em;
    font-weight: bold;
}


#npcatch img {
    float: left;
    padding: 0!important;
    max-width: 100%;
    height: auto;
    /*border: solid 1px #ccc!important;*/
    margin-right: 7px!important;
}

.entry-content p {
    line-height: 1.75em!important;
}

.blog-2dan{
	display: flex!important;
	width: 100%!important;
	flex-wrap: wrap!important;
	justify-content: space-between!important;
}

.blog-2dan-img{
	width: 49%!important;
}

.blog-2dan-img img{
	width: 100%!important;
}

.blog-contact-txt p{
	line-height: 1em!important;
	font-weight: bold;
    margin-top: 1em;
}

.blog-contact-tel .fas{
	margin-right: 5px!important;
}

.blog-contact-form .far{
	margin-right: 5px!important;
}


@media only screen and (max-width: 1100px){
.content-area {
    width: 65%;
    float: left;
}
.widget-area {
    width: 33%;
    float: left;
    background-color: #fff;
    padding: 30px 15px;
    border: 4px double #ebebeb;
    margin-bottom: 30px;
    margin-left: 2%;
}
}

@media only screen and (max-width: 768px){
	.content-area {
    width: 100%;
    float: left;
}

	.widget-area {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px;
    border: 4px double #ebebeb;
    margin-bottom: 30px;
    margin-left: 0;
}
	.entry-title {
    font-size: 18px!important;
}
	.post-navigation .nav-previous, .post-navigation .nav-next, .paging-navigation .nav-previous, .paging-navigation .nav-next {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    background-color: #ff6b53;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    /* box-shadow: 0 0 1px #adadad; */
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border-radius: 10px;
    margin-bottom: 10px;
    /* margin: auto; */
}
	.post-navigation, .paging-navigation {
    padding: 0 20px;
}
	.point_monokurikun_02 img {
    width: 150px;
    text-align: right;
    position: absolute;
    right: 2%;
    margin: auto;
    bottom: 175px!important;
    z-index: 10;
	
}
	.footer-box {
    max-width: none;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    display: table-cell;
    justify-content: normal;
    margin: 0;
    bottom: auto;
    padding: 0px 10px 80px;
    /* padding: 0; */
}
	.footer-width {
    background-color: #fff;
}
body {background: #f5f3ee!important;}
	
	
	
}