@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  color: #42210C;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* CSS Document */
@media screen and (min-width: 769px) {
  /*PC背景を固定*/
  html {
    background: url(../images/bg.png) no-repeat center center fixed;
    background-size: cover;
    background-color: rgb(51, 51, 51);
  }
  p.coursetext {
    text-align: center;
  }
  /*でんわ
      .tel-link {
  		width: 100%;
  		height: 300px;
  		background: url('../images/top_tel.png');
  	}
  */
  /*access中身*/
  div.access_img img {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
  }
  div.access_map_img {
    margin-bottom: 20px;
  }
  div.access_wrapper p {
    text-align: center;
    font-size: 16px;
  }
  div.access_wrapper table {
    margin: 0 auto;
  }
  .map {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    margin-top: 20px;
    width: 400px;
    border-radius: 50px;
    font-family: Arial;
    color: #FFF;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align: center;
    background: rgb(69, 35, 10);
    background-image: -webkit-linear-gradient(top, rgb(69, 35, 10), rgb(99, 65, 40));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 35, 10)), to(rgb(99, 65, 40)));
    background-image: linear-gradient(to bottom, rgb(69, 35, 10), rgb(99, 65, 40));
  }
  a:link {
    color: #FFF;
  }
  a:visited {
    color: #FFF;
  }
  a:hover {
    color: #FFF;
  }
  a:active {
    color: #FFF;
  }
  /*PC文字とか中身です*/
  #info_contents {
    max-width: 980px;
    margin: 120px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #info_contents .textbox {
    width: 620px;
    font-size: 16px;
  }
  #info_contents .textbox h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  #info_contents .textbox p {
    margin-bottom: 1em;
  }
  #info_contents .textbox dl {
    width: 300px;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #info_contents .textbox dl dt {
    width: 80px;
  }
  #info_contents .textbox dl dd {
    width: 200px;
  }
  #info_contents .textbox .linkbox {
    margin: 40px 0 0;
  }
  #info_contents .textbox .linkbox .link li {
    margin-bottom: 1em;
  }
  #info_contents .textbox .linkbox .link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #42210C;
  }
  #info_contents .textbox .linkbox .link li a p {
    margin: 0 0 0 10px;
    color: #42210C;
  }
  #info_contents .textbox .linkbox .link li a:hover p {
    text-decoration: underline;
  }
  #info_contents .textbox .linkbox .link li ul {
    padding-left: 1em;
  }
  #info_contents .photo_frame {
    border: 10px solid #45230a;
  }
  #info_contents .photo_frame img {
    vertical-align: top;
  }
  h1 {
    display: block;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
  }
  #price_contents {
    margin: 0 0 30px;
  }
  #price_contents img {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
  }
  /*PCaboutを中央寄せ*/
  #about_contents img {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
  }
  /*MAP footer*/
  div.map_footer {
    position: fixed;
    margin: 0 -500%;
    padding: 0 500%;
    bottom: 0px;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: rgb(69, 35, 10);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(59, 25, 0, 0.5), 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 0px 1px 1px rgba(59, 25, 0, 0.5), 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.2) inset;
  }
  div.map_footer img {
    display: inline;
    margin-left: -1000px;
  }
  /*PC版のヘッダーメニューです*/
  .inner {
    width: 980px;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  /*動いたあとのheaderと同じようにしたい*/
  /* 動く前のheader */
  #top-head {
    top: -100px;
    padding-top: -100px;
    height: 40px;
    background: rgb(69, 35, 10);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(59, 25, 0, 0.5), 0px 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 0px 2px 2px rgba(59, 25, 0, 0.5), 0px 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
    position: fixed;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
  }
  #top-head a,
  #top-head {
    color: #F00;
    text-decoration: none;
  }
  #top-head .inner {
    position: relative;
  }
  #top-head .logo {
    float: left;
    margin-top: -20px;
    font-size: 36px;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: left;
  }
  #global-nav ul li a {
    padding: 0 30px;
  }
  /* Fixed */
  /*動いたあとのheader menuの背景*/
  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #F00;
    background: rgb(69, 35, 10);
    -webkit-transition: top 0.01s ease-in;
    transition: top 0.01s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
    font-size: 24px;
    margin-top: -5px;
    color: #FFF;
  }
  #top-head.fixed #global-nav ul li a {
    color: #FFF;
    padding: 0 20px;
  }
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 1;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  /*こっから上はPC版のヘッダーメニューです*/
  /*カスタマイズ左棒*/
  .center {
    font-size: 120%;
    border-bottom: dotted 1px #190808;
    line-height: 30px;
    padding-left: 5px;
    color: #190808;
  }
  /*PCフッターを最下部にいれたい*/
  div.footer {
    position: fixed;
    margin: 0 -500%;
    padding: 0 500%;
    bottom: 0px;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: rgb(69, 35, 10);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(59, 25, 0, 0.5), 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 0px 1px 1px rgba(59, 25, 0, 0.5), 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.2) inset;
  }
  .footer.img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /*フッターの両端を切る*/
  html {
    overflow: auto;
  }
  /*フッターの両端を切る*/
  a {
    text-decoration: none;
  }
  img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    /* またはabsolute; */
    top: 0;
    left: 0;
  }
  #contents {
    width: 923px;
    height: 401px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -450px;
    text-align: center;
  }
  #contents ul {
    margin: 35px 0 35px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  #items_contents li img:hover {
    opacity: 0.8;
  }
  #key {
    position: fixed;
    bottom: 40px;
    right: 30px;
  }
  #tel {
    position: fixed;
    bottom: 70px;
    right: 90px;
  }
  p.center {
    font-size: x-large;
    color: rgb(69, 35, 10);
    text-align: center;
  }
  #header_wrap ul {
    position: fixed;
    top: 65px;
    right: 100px;
    z-index: 10;
  }
  #header_wrap ul li {
    float: right;
    margin: 0 0 0 45px;
  }
  #header_wrap #tel2 {
    position: fixed;
    top: 125px;
    right: 100px;
  }
  /**/
  #tel3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  /**/
  #items_contents {
    width: 980px;
    margin: 170px auto 0;
  }
  #items_contents img {
    max-width: 100%;
  }
  #items_contents h2 {
    margin: 0 0 10px -45px;
    text-align: center;
  }
  #ul1 {
    width: 825px;
    overflow: hidden;
    margin: 0 auto;
  }
  #ul2 {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
  }
  #items_contents li {
    float: left;
    margin: 20px 45px 25px 0;
  }
  #gallery_contents {
    width: 980px;
    margin: 90px auto;
  }
  #gallery_contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gallery_contents ul li {
    width: 50%;
  }
  #gallery_contents ul li img {
    display: block;
    width: 100%;
  }
  /* blog */
  #blog_contents {
    width: 1100px;
    position: absolute;
    left: 50%;
    margin: 200px 0 100px -570px;
    padding: 0 0 0 48px;
    overflow: hidden;
    /*background-color:#0F0;*/
  }
  #blog_contents li {
    width: 321px;
    /*background-color:#F00;*/
    float: left;
    margin: 20px 45px 0 0;
  }
  #blog_contents li h3 {
    text-align: center;
    font-size: 14px;
    padding: 13px 0 10px;
    line-height: 24px;
    font-weight: bold;
  }
  #blog_single {
    width: 800px;
    position: absolute;
    left: 50%;
    margin: 200px 0 100px -420px;
    padding: 0 0 80px 48px;
    overflow: hidden;
    /*background-color:#0F0;*/
  }
  #blog_single h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 30px;
  }
  #blog_single img {
    margin: 0 0 20px 0;
  }
  #blog_single p {
    margin: 0 0 20px 0;
    line-height: 25px;
  }
  #info_contents_secret {
    width: 980px;
    margin: 120px auto 0;
  }
  #info_contents_secret img {
    width: 100%;
  }
}
/* CSS Document */
/* ▼モバイル版やで */
@media screen and (max-width: 768px) {
  #container {
    margin: 90px 0;
  }
  #contents h1 img {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  #price_contents {
    width: 350px;
    margin: 100px auto 30px;
  }
  #price_contents img {
    max-width: 100%;
    display: block;
  }
  #about_contents {
    width: 350px;
    margin: 100px auto 30px;
  }
  #about_contents .about_text {
    margin-top: 30px;
  }
  #about_contents img {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  #gallery_contents {
    margin: 90px auto;
  }
  #gallery_contents img {
    width: 100%;
    display: block;
  }
  /*itemsを中央寄せ*/
  #items_contents h2 img {
    display: block;
    margin: 0 auto;
    margin-top: 150px;
    width: 300px;
  }
  #items_contents {
    margin: 90px auto 0;
    padding: 0 10px;
  }
  #items_contents img {
    max-width: 100%;
    display: block;
  }
  html {
    background: url(../images/bg.png) no-repeat center center fixed;
    background-size: cover;
  }
  #info_contents_secret {
    margin: 120px auto 0;
  }
  #info_contents_secret img {
    width: 100%;
  }
  #info_contents {
    padding: 10px;
    margin: 90px auto;
  }
  #info_contents .textbox {
    margin-bottom: 20px;
    font-size: 13px;
  }
  #info_contents .textbox .textbox_inner {
    padding: 0 10px;
  }
  #info_contents .textbox h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #info_contents .textbox p {
    margin-bottom: 1em;
  }
  #info_contents .textbox dl {
    width: 300px;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #info_contents .textbox dl dt {
    width: 80px;
  }
  #info_contents .textbox dl dd {
    width: 200px;
  }
  #info_contents .textbox .linkbox {
    margin: 40px 0 0;
  }
  #info_contents .textbox .linkbox .link li {
    margin-bottom: 1em;
  }
  #info_contents .textbox .linkbox .link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #42210C;
  }
  #info_contents .textbox .linkbox .link li a p {
    margin: 0 0 0 10px;
    color: #42210C;
  }
  #info_contents .textbox .linkbox .link li a:hover p {
    text-decoration: underline;
  }
  #info_contents .textbox .linkbox .link li ul {
    padding-left: 1em;
  }
  #info_contents .photo_frame {
    text-align: center;
  }
  #info_contents .photo_frame img {
    border: 10px solid #45230a;
    vertical-align: top;
  }
  img.bg {
    left: 50%;
    margin-left: -512px;
  }
  /*モバイル版のヘッダーメニューです*/
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(69, 35, 10, 0.97);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(59, 25, 0, 0.5), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 0px 5px 3px rgba(59, 25, 0, 0.5), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #FFF;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(69, 35, 10, 0.9);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(59, 25, 0, 0.5), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 0px 5px 3px rgba(59, 25, 0, 0.5), 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #FFF;
    padding: 18px 0;
  }
  #nav-toggle span {
    display: block;
    margin-left: 300px;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    margin-top: 30px;
    width: 50px;
  }
  #nav-toggle span:nth-child(2) {
    margin-top: 40px;
    width: 50px;
  }
  #nav-toggle span:nth-child(3) {
    margin-top: 50px;
    width: 50px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    margin-top: 30px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(1px);
    transform: translateY(580px);
  }
  /*カスタマイズ左棒*/
  .center {
    font-size: 120%;
    border-left: 8px solid rgb(69, 35, 10);
    line-height: 30px;
    padding-left: 5px;
    color: #190808;
  }
  /*フッターを最下部に*/
  div.footer {
    position: fixed;
    margin: 0 -500%;
    padding: 0 500%;
    bottom: 0px;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: rgba(69, 35, 10, 0.97);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(59, 25, 0, 0.5), 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 0px 1px 1px rgba(59, 25, 0, 0.5), 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.2) inset;
  }
  .tel-adress {
    width: 300px;
    height: auto;
    margin-top: 4px;
  }
  .footer.img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  div.map_footer {
    position: fixed;
    margin: 0 -500%;
    padding: 0 500%;
    bottom: 0px;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: rgba(69, 35, 10, 0.97);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(59, 25, 0, 0.5), 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 0px 1px 1px rgba(59, 25, 0, 0.5), 0px 0px 0.5px 0.5px rgba(0, 0, 0, 0.2) inset;
  }
  .tel-adress {
    width: 300px;
    height: auto;
    margin-top: 4px;
  }
  .map_footer.img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  html {
    overflow: auto;
  }
  .map {
    margin-top: 40px;
    border-radius: 50px;
    font-family: Arial;
    color: #FFF;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align: center;
    background: rgb(69, 35, 10);
    background-image: -webkit-linear-gradient(top, rgb(69, 35, 10), rgb(99, 65, 40));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 35, 10)), to(rgb(99, 65, 40)));
    background-image: linear-gradient(to bottom, rgb(69, 35, 10), rgb(99, 65, 40));
  }
  a:link {
    color: #FFF;
    text-decoration: none;
  }
  a:visited {
    color: #FFF;
    text-decoration: none;
  }
  a:hover {
    color: #FFF;
    text-decoration: none;
  }
  a:active {
    color: #FFF;
    text-decoration: none;
  }
  div.access_img {
    margin-top: 100px;
    margin-left: 15px;
    margin-right: 15px;
  }
  div.access_img .access_map_img {
    text-align: center;
    margin-bottom: 30px;
  }
  div.access_txt {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  div#contents {
    padding: 20px;
    text-align: center;
  }
  p#tel {
    text-align: center;
    margin-bottom: 50px;
  }
  /* blog */
  #blog_contents {
    margin: 130px auto 30px;
  }
  #blog_contents li {
    text-align: center;
    margin: 0 0 40px;
  }
  #blog_contents li h3 {
    margin: 0 0 30px;
    font-weight: bold;
  }
  #blog_single {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #blog_single h3,
  #blog_single p {
    color: #000;
  }
  #blog_single h3 {
    margin: 0 auto;
  }
}