@charset "UTF-8";
/* --------------------------------------------------------------
// Reset
// @font-face
// framework && common
//// site_title site_tel
//// common
// col f_size
// back_to_top
// breadcrumb
// Pager
// single_pager
// post_style
// contact_form
// Base Styles
-------------------------------------------------------------- */
/* -- Reset --
--------------------------------------------------------------　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul, li {
  list-style-type: none;
}

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

table caption, table th, table td {
  font-weight: normal;
  text-align: left;
}

blockquote, q {
  hyphens: none;
  quotes: none;
}

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

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

/* -- @font-face --
--------------------------------------------------------------　*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?tzkoro");
  src: url("fonts/icomoon.eot?tzkoro#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?tzkoro") format("truetype"), url("fonts/icomoon.woff?tzkoro") format("woff"), url("fonts/icomoon.svg?tzkoro#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

/* -- framework && common --
--------------------------------------------------------------　*/
/* framework ---------------------------------*/
body {
  background: url(images/common/bg.jpg) 0 0 repeat;
  position: relative;
  font-size: 14px;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #323232;
  line-height: 1.5;
  letter-spacing: 1px;
}

header, #site_navigation, #mainvisualarea, #breadcrumb, #pagetitlearea, #content, footer {
  width: 100%;
}

a {
  color: #323232;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.5;
  transition: opacity .2s ease-out;
}

a img {
  border: 0;
}

a img:hover, a img:active {
  outline: 0;
  opacity: 0.5;
  transition: opacity .2s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mainwrap {
  max-width: 97%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    font: 14px "メイリオ","Meiryo","Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  }
  .content_dir {
    margin-bottom: 30px;
  }
  .content_inner, .innerdir {
    padding: 10px;
  }
  .content_bottom {
    padding-bottom: 30px;
  }
  .mainwrap.mw_max {
    width: 100%;
    margin: 0 0;
  }
}

@media screen and (min-width: 768px) {
  /*    #main{
     width: 72.5%;
     float: left;
   }
/*
   #sidebar{
     width: 24.5%;
     float: right;
   } */
  .content_dir {
    margin-bottom: 30px;
  }
  .content_inner, .innerdir {
    padding: 20px;
  }
  .content_bottom {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 981px) {
  .mainwrap {
    max-width: 970px;
    margin: 0 auto;
  }
}

/* site_title site_tel ---------------------------------*/
.site_title {
  text-indent: -9999px;
}

.site_title a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/common/logo.png) 50% 50% no-repeat;
  background-size: contain;
}

/* common ---------------------------------*/
.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.break_word {
  word-wrap: break-word;
}

.mb7 {
  margin-bottom: 7px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb120 {
  margin-bottom: 120px;
}

.lh14 {
  line-height: 1.4;
}

.lh17 {
  line-height: 1.7;
}

.lh2 {
  line-height: 2;
}

.lh25 {
  line-height: 2.5;
}

/* switch */
.switch {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .spview {
    display: block;
  }
  .taview {
    display: none;
  }
  .sp_taview {
    display: block;
  }
  .sp_pcview {
    display: block;
  }
  .ta_pcview, .pcview {
    display: none;
  }
  .br_sp, .br_tab_sp, .br_pc_sp {
    display: block;
  }
  .br_pc, .br_pc_tab, .br_tab {
    display: none;
  }
  .head_icon {
    padding-left: 1.8em;
  }
  .sp_f12 {
    font-size: 12px;
  }
  .sp_f14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .sp_taview {
    display: block;
  }
  .spview {
    display: none;
  }
  .taview {
    display: block;
  }
  .pcview {
    display: none;
  }
  .sp_pcview {
    display: none;
  }
  .br_pc_tab, .br_tab, .br_tab_sp {
    display: inline-block;
  }
  .br_pc, .br_sp, .br_pc_sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .leftdir {
    float: left;
  }
  .rightdir {
    float: right;
  }
  .br_pc-tab, .br_pc-sp, .ta_pcview {
    display: block;
  }
  .br_tab, .br_sp, .br_tab_sp, .br_pc {
    display: none;
  }
  .withimg {
    clear: both;
    overflow: hidden;
  }
  .withimg img {
    float: left;
    margin-right: 15px;
  }
  .withimg.right img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
}

@media screen and (min-width: 981px) {
  .sp_taview, .spview, .taview {
    display: none;
  }
  .sp_pcview {
    display: block;
  }
  .pcview, .br_pc {
    display: block;
  }
}

/* -- col f_size --
--------------------------------------------------------------　*/
@media screen and (max-width: 767px) {
  .col2_wrap .col2_item, .col3_wrap .col3_item, .col4_wrap .col4_item {
    margin-bottom: 15px;
  }
  .col2_wrap .col2_item a, .col3_wrap .col3_item a, .col4_wrap .col4_item a {
    display: block;
  }
  .col2_wrap col2_item:nth-child(2n), .col2_wrap col2_item:last-child {
    margin-right: 0;
  }
  .col3_wrap col3_item:nth-child(3n), .col3_wrap col3_item:last-child {
    margin-right: 0;
  }
  .col4_item col4_item:nth-child(4n), .col5_item col4_item:nth-child(5n) {
    margin-right: 0;
  }
  .f_size55 .leftdir, .f_size55 .rightdir, .f_size64 .leftdir, .f_size64 .rightdir, .f_size46 .leftdir, .f_size46 .rightdir, .f_size73 .leftdir, .f_size73 .rightdir, .f_size37 .leftdir, .f_size37 .rightdir, .f_size82 .leftdir, .f_size82 .rightdir, .f_size28 .leftdir, .f_size28 .rightdir, .f_size91 .leftdir, .f_size91 .rightdir, .f_size19 .leftdir, .f_size19 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  /* col2_wrap */
  .col2_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col2_wrap .col2_item {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .col2_wrap .col2_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* col3_wrap */
  .col3_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col3_item {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .col3_item:nth-child(3n) {
    margin-right: 0;
  }
  .col3_item:nth-child(3n+1) {
    clear: left;
  }
  /* col4_item */
  .col4_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col4_wrap .col4_item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
  }
  .col4_wrap .col4_item:nth-child(4n) {
    margin-right: 0;
  }
  .col4_wrap .col4_item:nth-child(4n+1) {
    clear: left;
  }
  /* col5_item */
  .col5_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col5_wrap .col5_item {
    width: 19.2%;
    float: left;
    margin-right: 1%;
  }
  .col5_wrap .col5_item:nth-child(5n) {
    margin-right: 0;
  }
  .col5_wrap .col5_item:nth-child(5n+1) {
    clear: left;
  }
  .f_size55:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size55 > .leftdir {
    width: 49%;
  }
  .f_size55 > .rightdir {
    width: 49%;
  }
  .f_size64:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size64 > .leftdir {
    width: 59%;
  }
  .f_size64 > .rightdir {
    width: 39%;
  }
  .f_size46:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size46 > .leftdir {
    width: 39%;
  }
  .f_size46 > .rightdir {
    width: 59%;
  }
  .f_size73:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size73 > .leftdir {
    width: 69%;
  }
  .f_size73 > .rightdir {
    width: 29%;
  }
  .f_size37:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size37 > .leftdir {
    width: 29%;
  }
  .f_size37 > .rightdir {
    width: 69%;
  }
  .f_size82:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size82 > .leftdir {
    width: 79%;
  }
  .f_size82 > .rightdir {
    width: 19%;
  }
  .f_size28:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size28 > .leftdir {
    width: 19%;
  }
  .f_size28 > .rightdir {
    width: 81%;
  }
  .f_size91:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size91 > .leftdir {
    width: 89%;
  }
  .f_size91 > .rightdir {
    width: 9%;
  }
  .f_size19:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size19 > .leftdir {
    width: 9%;
  }
  .f_size19 > .rightdir {
    width: 91%;
  }
}

/* -- back_to_top --
--------------------------------------------------------------　*/
#back_to_top {
  position: fixed;
  z-index: 9999;
  width: 50px;
}

@media screen and (max-width: 767px) {
  #back_to_top {
    right: 15px;
    bottom: 30px;
    width: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  #back_to_top {
    right: 10px;
    bottom: 4em;
  }
}

@media screen and (min-width: 981px) {
  #back_to_top {
    right: 25px;
    bottom: 45px;
  }
}

/* -- breadcrumb --
--------------------------------------------------------------　*/
#breadcrumb ul {
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto;
}

#breadcrumb li {
  float: left;
  padding: 5px 5px 5px 0;
  font-size: 12px;
}

#breadcrumb a {
  display: block;
}

/* Pager --
--------------------------------------------------------------　*/
.pagination {
  font-family: "Fjalla One", sans-serif;
  display: inline-block;
  overflow: hidden;
  clear: both;
  position: relative;
  line-height: 13px;
}

.pagination span {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  padding: 6px 6px 5px 6px;
  text-decoration: none;
  width: auto;
  color: #ccc;
}

.pagination a {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  padding: 6px 6px 5px 6px;
  text-decoration: none;
  width: auto;
  color: #ccc;
  border: solid 1px #fff;
  background: #fff;
}

.pagination a:hover {
  background: #ccc;
  color: #fff;
  border: solid 1px #ccc;
  opacity: 1;
}

.pagination .current {
  background: #ccc;
  color: #fff;
  padding: 6px 6px 5px 6px;
  font-weight: normal;
}

/* single_pager --
--------------------------------------------------------------　*/
.single_pager {
  font-family: "Fjalla One", sans-serif;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

.single_pager a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #323232;
  background: #323232;
  color: #fff;
  transition: all .3s;
}

.single_pager a:hover {
  border: 1px solid #323232;
  background: #fff;
  color: #323232;
  opacity: 1;
}

.single_pager .left, .single_pager .right {
  display: inline-block;
}

.single_pager .left {
  float: left;
}

.single_pager .right {
  float: right;
  text-align: right;
}

/* -- post_style --
--------------------------------------------------------------　*/
.post_nimg_list li {
  margin-bottom: 30px;
}

.post_nimg_list li:last-child {
  margin-bottom: 0;
}

.post_nimg_list .posttxt p {
  font-size: 12px;
}

.post_nimg_list .posttxt p.day {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.post_nimg_list .posttxt p.title {
  float: left;
  font-size: 16px;
  text-decoration: underline;
}

.post_nimg_list .posttxt p.title a {
  color: #603813;
}

.post_nimg_list .posttxt .post_link {
  display: block;
  float: right;
  padding: 3px 15px;
  background: #32E0B4;
  text-decoration: none;
  color: #fff;
}

.post_nimg li {
  margin-bottom: 30px;
}

.post_nimg li:last-child {
  margin-bottom: 0;
}

.post_nimg .posttxt p {
  font-size: 12px;
}

.post_nimg .posttxt p.day {
  margin-top: 2px;
  margin-right: 10px;
}

.post_nimg .posttxt p.title {
  float: left;
  font-size: 16px;
  text-decoration: underline;
}

.post_nimg .posttxt p.title a {
  color: #603813;
}

.post_nimg .posttxt .post_link {
  display: block;
  float: right;
  padding: 3px 15px;
  background: #32E0B4;
  text-decoration: none;
  color: #fff;
}

.post_flimg:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.post_flimg .post_wrap {
  padding: 20px;
  border: solid 1px #fff;
  background: #F2F2F2;
}

.post_flimg .post_wrap:nth-child(2n) {
  background: #fff;
}

.post_flimg .img {
  width: 35%;
  margin: 0 auto;
  border: solid 1px #808080;
  float: left;
}

@media screen and (max-width: 767px) {
  .post_flimg .img {
    margin-bottom: 10px;
  }
}

.post_flimg .img img {
  width: 100%;
}

.post_flimg .posttxt {
  width: 62%;
  margin: 0 auto;
  float: right;
}

.post_flimg .posttxt p {
  margin-bottom: 10px;
  font-size: 12px;
}

.post_flimg .posttxt p.title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  padding-top: 10px;
}

.post_flimg .posttxt p.day {
  margin-bottom: 0;
}

.post_flimg .posttxt p.des {
  font-size: 14px;
  line-height: 1.7em;
}

.post_flimg .posttxt p.top_tag {
  background: #323232;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.75;
}

.post_gallery {
  margin-bottom: 15px;
  background: #fff;
}

.post_gallery .img {
  margin-bottom: 5px;
}

.post_gallery .img img {
  width: 100%;
}

.post_gallery .posttxt .day {
  margin-bottom: 5px;
  font-size: 12px;
}

.post_gallery .posttxt .title {
  font-size: 14px;
}

.post_gallery .posttxt .title a {
  color: #000;
  text-decoration: underline;
}

.post_pagelink {
  display: block;
  float: right;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post_nimg li {
    margin-bottom: 15px;
  }
  .post_nimg li:last-child {
    margin-bottom: 0;
  }
  .post_nimg .posttxt p {
    font-size: 12px;
  }
  .post_nimg .posttxt p.day {
    float: none;
  }
  .post_nimg .posttxt p.title {
    float: none;
    font-size: 14px;
  }
  .post_nimg .posttxt .post_link {
    display: none;
  }
  .post_flimg {
    margin-bottom: 30px;
  }
  .post_flimg .img {
    float: none;
    width: 100%;
  }
  .post_flimg .posttxt {
    float: none;
    width: 100%;
  }
}

/* -- contact_form --
--------------------------------------------------------------　*/
.contact_form .note {
  font-size: 12px;
}

.contact_form .requiredmark, .contact_form .any {
  margin: 5px;
  padding: 0 5px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background: #fff;
}

.contact_form .requiredmark {
  color: #ff0000;
  border: solid 1px #ff0000;
}

.contact_form .any {
  color: #32E0B4;
  border: solid 1px #32E0B4;
}

@media screen and (min-width: 981px) {
  .contact_form .p_left {
    padding-left: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .contact_form .p_left {
    padding-left: 60px;
  }
}

.contact_form form {
  margin-bottom: 30px;
}

.contact_form form table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  box-sizing: border-box;
}

.contact_form form table th, .contact_form form table td {
  vertical-align: top;
  font-size: 14px;
}

.contact_form form table th {
  width: 35%;
  padding: 15px 30px;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .contact_form form table th {
    width: 38%;
  }
}

@media screen and (max-width: 768px) {
  .contact_form form table th {
    padding: 10px;
  }
}

@media screen and (min-width: 981px) {
  .contact_form form table .pl_50 {
    padding-left: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .contact_form form table .pl_50 {
    padding-left: 65px;
  }
}

.contact_form form table .last {
  border-bottom: none;
}

.contact_form form table td {
  width: 63%;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .contact_form form table td {
    padding: 10px;
  }
}

.contact_form form table td.table-center-title {
  font-weight: bold;
}

.contact_form form table td.table-center-inner {
  padding-left: 2em;
}

.contact_form form table td span.date {
  margin-right: 15px;
}

.contact_form form table .wpcf7-not-valid-tip {
  margin: 5px 0 10px;
  font-size: 14px;
}

.contact_form form table .wpcf7-form-control {
  margin: 5px;
}

.contact_form form input[type=tel] {
  width: 16em;
  padding: 7px;
}

.contact_form form input[type=number] {
  width: 3em;
  padding: 7px;
}

.contact_form form input[type=text] {
  width: 100%;
  padding: 7px;
}

.contact_form form input[type=text]#zip, .contact_form form input[type=text]#pref {
  width: 16em;
}

.contact_form form input[type=email] {
  width: 100%;
  padding: 7px;
}

.contact_form form input[type="radio"] {
  margin: 0 0 4px 0 !important;
}

.contact_form form input[type=submit] {
  display: block;
  width: 50%;
  padding: 15px;
  margin: 0 auto;
  border: #603813 1px solid;
  background: #32E0B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .contact_form form input[type=submit] {
    width: 30%;
  }
}

.contact_form form input[type=submit]:hover {
  opacity: 0.6;
}

.contact_form form input[type="submit"][disabled] {
  cursor: not-allowed;
  width: 50%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .contact_form form input[type="submit"][disabled] {
    width: 30%;
  }
}

.contact_form form input[type="submit"][disabled]:hover {
  border: 1px solid #FF0000;
  color: #FF0000;
}

.contact_form form .acceptance {
  width: 90%;
  padding: 7px 0 5px;
  margin: 10px auto;
  font-size: 12px;
  text-align: center;
}

.contact_form form .acceptance input[type="checkbox"] {
  margin: 0;
}

.contact_form form .acceptance span {
  vertical-align: middle;
}

.contact_form form textarea {
  width: 100%;
  padding: 7px;
}

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

.shopping_link {
  text-align: right;
}

.contact_note li {
  margin-left: 1em;
  text-indent: -1em;
}

.contact_note li:before {
  display: inline;
  content: '＊';
}

@media screen and (max-width: 767px) {
  .contact_form form table th, .contact_form form table td {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .contact_form form table td {
    padding-bottom: 15px;
  }
  .contact_form form table .pl_50 {
    padding-left: 20px;
  }
  .contact_form form input[type=tel] {
    width: 16em;
  }
  .contact_form form input[type=text]#zip, .contact_form form input[type=text]#pref {
    width: 16em;
  }
  .contact_form form span.wpcf7-list-item {
    display: block;
  }
  .contact_form .acceptance span.notice {
    font-size: 11px;
  }
}

/* ------------------------------------------------------------------------- *
*  Base Styles
/* ------------------------------------------------------------------------- */
.single .entry_content {
  /*  base : img
  /* ------------------------------------ */
  /*  base : clear
  /* ------------------------------------ */
}

.single .entry_content p {
  display: block;
  margin: 1em 0;
}

.single .entry_content h1, .single .entry_content h2, .single .entry_content h3, .single .entry_content h4, .single .entry_content h5, .single .entry_content h6, .single .entry_content ul, .single .entry_content li, .single .entry_content img, .single .entry_content table, .single .entry_content tr, .single .entry_content th, .single .entry_content td, .single .entry_content dl, .single .entry_content dt, .single .entry_content dd {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
}

.single .entry_content strong {
  font-weight: bold;
}

.single .entry_content em {
  font-style: italic;
}

.single .entry_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.single .entry_content .aligncenter {
  display: block;
  margin: 0 auto;
}

.single .entry_content .alignright {
  float: right;
}

.single .entry_content .alignleft {
  float: left;
}

.single .entry_content img[class*="wp-image-"],
.single .entry_content img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.single .entry_content .clearfix {
  overflow: hidden;
  zoom: 1;
}

.single .entry_content .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*  title : wrap
  /* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
