/*
theme Name: yasutaro's bar
Author: yasutaros
Description: original theme
version： 1.0.0
*/

/**
 * reset css
 */
html { overflow-x: hidden; background: #FFF; font-size: 62.5%; }
body { overflow-x: hidden; min-width: 320px; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; word-wrap: break-word; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu { display: block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img {  border: none; }
address, caption, cite, code, dfn, em, strong, th, var, b { font-style: normal; font-weight: normal; }
ul, ol, menu { 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: none; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
legend { color: #333; }
a { text-decoration: none; color: #333; }
.pc a, .pc object a, .pc input[type="submit"]{ -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.pc a:hover, .pc object a:hover, .pc input[type="submit"]:hover { opacity: .5; -webkit-opacity: .5; -moz-opacity: .5; -ms-opacity: .5; -o-opacity: .5; }
a img, map a { border: none; }
a:hover, a:active, a:focus { outline: 0; }
embed { width: 100%; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img, object, embed { max-width: 100%; height: auto; }
object, embed { height: 100%; }
img { vertical-align: bottom; -ms-interpolation-mode: bicubic; object-position: center top;}
div { vertical-align: top; }
strong { font-weight: normal; }
em { font-style: normal; }
select, input, button, textarea, button { font: 99% arial, sans-serif; }
pre, code, kbd, samp, tt { font-family: monospace; line-height: 1; }
a, img, button, input[type="button"], input[type="submit"], .touch-hover { -webkit-tap-highlight-color: transparent; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }
table { empty-cells: show; font-size: inherit; font: 100%; }
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none){ main { display: block; } }
input { line-height: 1; }
form img, input, select { vertical-align: middle; }
textarea { resize: none; }
select { padding: 1px; }
legend { display: none; }
input, select, textarea, button { font-size: 1.6rem; vertical-align: middle; color: #333; height: 35px; }
textarea { height: auto; }
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], select, textarea { -webkit-appearance: none; font-size: 1.6rem; width: 100%; padding: 1rem; border: 1px solid #ccc; background: #fff; font-weight: normal; border-radius: 3px; }
/* ======= outline ======= */
input[type="email"], input[type="text"], input[type="number"], input[type="password"], textarea, select { outline: none; }
/* ======= label ======= */
label { margin-right: 1rem; line-height: 1; }
/**
 * body, h1, h2, h3, h4, h5, p
 */
body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #313131;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.4;
  font-kerning: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, strong, b { font-weight: bold; }
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 23px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
p, li { line-height: 1.85; }
p { margin-bottom: 30px; }
iframe { width: 100%; }
@media screen and (max-width: 991px){
  body { letter-spacing: 0.08rem; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 2.2rem; }
  h3 { font-size: 2rem; }
  h4, h5 { font-size: 1.8rem; }
  p { margin-bottom: 3rem; }
}
/* admin editor */
body#tinymce { margin: 10px; }

/**
 * utility
 */
/* display */
.noDisplay { display: none; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.flex{ display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.flex-reverse { flex-flow: row-reverse; }
.pcNone { display: none; }
.spNone { display: block; }
@media screen and (max-width: 991px) {
  .pcNone { display: block; }
  .spNone { display: none; }
}
/* position */
.static { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
/* float */
.leftBox { float: left; }
.rightBox { float: right; }
.nofloat { float: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block;  clear: both; content: ""; }
.clear { clear: both !important; }
/* IE6 */
* html .clearfix { zoom: 1; }
/* IE7 */
*:first-child + html .clearfix { zoom: 1; }
/* weight */
.bold { font-weight: bold; }
/* color */
.red { color: #F00; }
.blue { color: #00F; }
.white { color:#FFF; }
.yellow { color: #FF0; }
.pink { color: #ff3399; }
.orange { color: #FC5D17; }
.mb0 { margin-bottom: 0; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }
/* fadein */
/* fadein trigger */
.fadeIn_trigger,
.fadeUp_trigger,
.fadeDown_trigger,
.fadeLeft_trigger,
.fadeRight_trigger { opacity:0; }
/* その場で */
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* 下から */
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name:fadeDownAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name:fadeRightAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.container {
  max-width: 1100px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1100px){
  .container { margin: 0 1.5rem; }
}

.site__content { padding-top: 80px; }
@media screen and (max-width: 1100px){
  .site__content { padding-top: 6rem; }
}

/**
 * content form
 */
.content__frm1 main {
  margin-right: 0;
  max-width: 100%;
  width: auto;
}
.content__frm2 .container.flex { flex-wrap: nowrap; }
.content__frm2 main {
  margin-right: 50px;
  max-width: 750px;
  width: 750px;
}
.content__frm2 aside#sidebar { width: 300px; }
@media screen and (max-width: 991px){
  .content__frm2 .flex { display: block; }
  .content__frm2 main,
  .content__frm2 aside#sidebar {
    max-width: 100%;
    width: 100%;
  }
  .content__frm2 main { margin-right: 0; }
}

main,
#sidebar { padding: 50px 0 100px; }
@media screen and (max-width: 991px){
  main { padding: 3rem 0; }
  #sidebar { padding: 5rem 0; }
}

#front h2,
#page main h2,
#single main h2,
#sidebar .widget__title {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 0;
}
#front h2:before,
#page main h2:before,
#single main h2:before,
#sidebar .widget__title:before,
#front h2:after,
#page main h2:after,
#single main h2:after,
#sidebar .widget__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7%;
  height: 4px;
  background-color: #ffa500;
}
#front h2:after,
#page main h2:after,
#single main h2:after,
#sidebar .widget__title:after {
  left: auto;
  right: 0;
  height: 1px;
  width: 92.5%;
  background: #fff;
  border-bottom: 4px double #f5deb3;
}
@media screen and (max-width: 991px){
  #front h2:before,
  #page main h2:before,
  #single main h2::before,
  #sidebar .widget__title:before { width: 19%; }
  #front h2:after,
  #page main h2:after,
  #single main h2:after,
  #sidebar .widget__title:after { width: 80%; }
}

#header {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 10;
}
#header .flex {
  flex-wrap: nowrap;
  padding: 20px 0;
  width: 100%;
}
#header .flex .flex { padding: 0; }
#header .left__box {
  width: 30%;
}
#header .left__box a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#header .left__box h1 a {
  position: relative;
  top: -5px;
}
#header .left__box img {
  width: 40px;
}
#header .right__box { width: 70%; }
#header .right__box #gnav__pc {
  margin-right: 10px;
  width: 95%;
}
#header .right__box #gnav__pc .flex { justify-content: flex-end; }
#header .right__box #gnav__pc .global__nav {
  padding-top: 3px;
}
#header .right__box #gnav__pc .global__nav li { margin-right: 20px; }
#header .right__box #gnav__pc .global__nav a {
  position: relative;
  color: #fff;
  font-size: 13px;
  opacity: 1 !important;
}
#header .right__box #gnav__pc .global__nav a::after,
#header .right__box #gnav__pc .global__nav li.current-menu-item a::after,
#header .right__box #gnav__pc .global__nav li.current-menu-parent a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fd7e00;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#header .right__box #gnav__pc .global__nav li.current-menu-item a::after,
#header .right__box #gnav__pc .global__nav li.current-menu-parent a::after { transform: scale(1, 1); }
#header .right__box #gnav__pc .global__nav a:hover::after { transform: scale(1, 1); }
#header .right__box #gnav__pc .contact__open {
  margin-right: 15px;
}
#header .right__box #gnav__pc .contact__open a {
  position: relative;
  top: -2px;
  color: #fff;
  font-size: 25px;
}
#header .right__box #gnav__pc .search__open i {
  cursor: pointer;
  margin-top: 7px;
  color: #fff;
  font-size: 18px;
}
#header .right__box #gnav__pc .searchform {
  display: none;
  position: absolute;
  top: 50px;
  width: 250px;
  z-index: 99;
}
#header .right__box #gnav__pc form input[type="text"] { font-size: 14px; }
#header .right__box #gnav__pc form button { display: none; }
@media screen and (max-width: 991px){
  #gnav__pc { display: none; }
  #header { height: 6rem; }
  #header .flex { padding: 1rem 0; }
  #header .left__box { width: 70%;}
  #header .right__box { width: 30%; }
  #header .right__box .flex { justify-content: flex-end; }
}

/**
 * nav sp bbutton
 */
#main__title {
  position: relative;
  margin-bottom: 5px;
  padding: 200px 0 70px;
  background-image: url("assets/images/common/bg.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
#main__title .main__title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, .7);
}
#main__title p {
  position: relative;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 991px){
  #main__title {
    padding-top: 8rem;
  }
}







/**
 * nav sp bbutton
 */
 #gnav__sp__btn .gnav__sp__btn {
  cursor: pointer;
   position: relative;
   top: -3px;
   width: 35px;
   height: 35px;
   color: #fff;
   border: none;
   background: transparent;
 }
 #gnav__sp__btn span {
   display: block;
   position: absolute;
   width: 30px;
   transition: 0.3s ease-in-out;
   font-size: 10px;
 }
 #gnav__sp__btn .line {
   height: 1px;
   background: #fff;
 }
 #gnav__sp__btn span:nth-child(1) { top: 10px; }
 #gnav__sp__btn span:nth-child(2) { top: 15px; }
 #gnav__sp__btn span:nth-child(3) { top: 20px; }
 #gnav__sp__btn.active span:nth-child(1) {
   top: 18px;
   transform: rotate(-45deg);
 }
 #gnav__sp__btn.active span:nth-child(2) {
   top: 18px;
   transform: rotate(45deg);
 }
 #gnav__sp__btn.active .menu  { font-size:0; }

 /**
  * nav sp menu
  */
#gnav__sp__menu {
  position: fixed;
  display: none;
  top: 8rem;
  right: 0;
  width: 30%;
  height: 100%;
  background: #fff;
  border-top-left-radius: 30px;
  border-top: solid 5px #4e454a;
  border-left: solid 5px #4e454a;
  box-shadow: inset 3px 3px 15px rgba(100, 100, 100, .3);
  overflow-y: auto;
  z-index: 999;
}
#gnav__sp__menu ul.flex {
  margin: 30px 30px 50px;
}
#gnav__sp__menu ul.flex li {
  width: 100%;
}
#gnav__sp__menu ul.flex li ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#gnav__sp__menu ul.flex li li {
  margin-right: 4%;
  margin-bottom: 4%;
  width: 48%;
}
#gnav__sp__menu ul.flex li li:nth-child(2n) {
  margin-right: 0;
}
#gnav__sp__menu ul.flex li li a {
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    color: #4e454a;
    border: solid 1px #4e454a;
    border-radius: 5px;
}

#gnav__sp__menu .searchform { margin: 40px 30px 10px; }
#gnav__sp__menu .searchform .flex {
  flex-wrap: nowrap;
}
#gnav__sp__menu .searchform input[type="text"] {
    font-size: 15px;
    border-right: 0;
}
#gnav__sp__menu .searchform button[type="submit"] {
    position: relative;
    margin-left: -1px;
    background: #fff;
    border: solid 1px #ccc;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media screen and (max-width: 991px){
  #gnav__sp__menu { top: 6rem; width: 100%; }
  #gnav__sp__menu ul.flex { margin: 3rem 2.5rem 5rem; }
  #gnav__sp__menu .searchform { margin: 4rem 2.5rem 0; }
}







#breadcrumbs {
  padding: 8px 0 13px;
  background: #f8f8f8;
}
#breadcrumbs .aioseo-breadcrumbs {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#breadcrumbs .aioseo-breadcrumbs span { margin-right: 5px; }
#breadcrumbs .aioseo-breadcrumbs span,
#breadcrumbs .aioseo-breadcrumbs a {
  color: #fd7e00;
  font-size: 13px;
}
@media screen and (max-width: 991px){
  #breadcrumbs .aioseo-breadcrumbs { -webkit-line-clamp: 2; }
  #breadcrumbs .aioseo-breadcrumbs span,
  #breadcrumbs .aioseo-breadcrumbs a { font-size: 1.2rem; }
}








#sidebar li.widget { margin-bottom: 40px; }
#sidebar .widget__title {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 10px;
}
#sidebar .widget__title::before { width: 17%;}
#sidebar .widget__title::after { width: 82.5%; }
#sidebar h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
/*
#sidebar .sidebar__category h2 { color: #fd7e00; }
#sidebar .sidebar__wpp h2 { color: #66cdaa; }
#sidebar .sidebar__new__post h2 { color: #1e90ff; }
*/
#sidebar h2::before {
  content: "\f03a";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;

}
#sidebar .sidebar__category h2::before { content: "\f5fd"; }
#sidebar .sidebar__wpp h2::before { content: "\e4b7"; }
#sidebar .sidebar__new__post h2::before { content: "\f1ea"; }
#sidebar .posts__list__frm__content { border-bottom: solid 1px #eee; }
#sidebar .posts__list__frm__content:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#sidebar .posts__list__frm__content .posts__image img {
  height: 60px;
  width: auto;
  object-fit: cover;
}
#sidebar .sidebar__wpp h3,
#sidebar .posts__list__frm__content .posts__detail .posts__title h3 {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#sidebar .sidebar__wpp h4,
#sidebar .posts__list__frm__content .posts__detail .posts__title h3 { font-size: 13px; }
#sidebar .posts__list__frm__content .posts__description,
#sidebar .posts__list__frm__content .posts__cat,
#sidebar .posts__list__frm__content .posts__view,
#sidebar .posts__list__frm__content .posts__date { display: none; }
#sidebar .posts__list__frm__content .posts__detail .posts__title { margin: 0; }
#sidebar form.flex {
  display: flex !important;
  flex-wrap: nowrap !important;
}
#sidebar form input[type="text"] {
  font-size: 15px;
  border-right: 0;
}
#sidebar form button[type="submit"] {
  position: relative;
  margin-left: -1px;
  background: #fff;
  border: solid 1px #ccc;
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#sidebar .sidebar__category li {
  margin-right: 4%;
  width: 48%;
}
#sidebar .sidebar__category .menu {
  display: flex;
  flex-wrap: wrap;
}
#sidebar .sidebar__category .menu li { margin-bottom: 4%;}
#sidebar .sidebar__category .menu li:nth-child(2n) { margin-right: 0; }
#sidebar .sidebar__category .menu li a {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  color: #fd7e00;
  border: solid 1px #fd7e00;
  border-radius: 5px;
}
#sidebar .sidebar__wpp .posts__list__frm__content { border-bottom: solid 1px #ffe8d1; }
#sidebar .sidebar__wpp .posts__list__frm__content:last-child { border-bottom: 0; }
#sidebar .sidebar__wpp .widget__title::before { background-color: #fd7e00; }
#sidebar .sidebar__wpp__item {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-left: solid 1px #fd7e00;
  border-right: solid 1px #fd7e00;
}
#sidebar .sidebar__wpp .sidebar__wpp__item:nth-of-type(2) .posts__description,
#sidebar .sidebar__wpp .sidebar__wpp__item:nth-of-type(3) .posts__description,
#sidebar .sidebar__wpp .sidebar__wpp__item:nth-of-type(4) .posts__description {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 11px;
  line-height: 1.2;
}
#sidebar .sidebar__wpp .sidebar__wpp__item:nth-of-type(5) .posts__date { display: block; }





#sidebar .sidebar__new__post .widget__title::before { background-color: #fd7e00; }
#sidebar .sidebar__new__post .textwidget {
  padding: 0 15px 15px;
  border-left: solid 1px #fd7e00;
  border-right: solid 1px #fd7e00;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#sidebar .sidebar__new__post .posts__list__frm__content { border-bottom: solid 1px #ffe8d1; }
#sidebar .sidebar__new__post .posts__list__frm__content:last-child { border-bottom: 0; }
@media screen and (max-width: 991px){
  #sidebar .posts__list__frm__content .flex {
    display: flex;
  }
  #sidebar .sidebar__wpp__item:first-child { margin-top: 4rem; }
  #sidebar .sidebar__wpp h4,
  #sidebar .posts__list__frm__content .posts__detail .posts__title h3 { font-size: 15px; }
}







/*
.scroll__snap__type__Y {
  overflow-y: hidden;
  background: #fff;
}
.scroll__snap__type__Y__content {
  width: 100%;
  height: 100vh;
  aspect-ratio:1/1;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
}
.scroll__snap__type__Y__item {
  width: 100%;
  height: 100vh;
  padding: 10%;
  scroll-snap-align: center;
}
*/

.col .posts__list__frm__content { position: relative; }
.col .posts__list__frm__content .posts__detail .posts__title h3,
.col .posts__list__frm__content .posts__detail .posts__title h4 { font-size: 16px; }
.col .posts__list__frm__content .posts__detail .posts__description { font-size: 13px; }
.col .posts__list__frm__content .posts__detail .posts__date,
.col .posts__list__frm__content .posts__detail .posts__view { font-size: 12px; }
.col .posts__list__frm__content .posts__detail .posts__title,
.col .posts__list__frm__content .posts__detail .posts__description { margin: 10px 0; }
.col .posts__list__frm__content .posts__detail .posts__title h3,
.col .posts__list__frm__content .posts__detail .posts__title h4,
.col .posts__list__frm__content .posts__detail .posts__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.col .posts__list__frm__content .posts__detail .posts__cat li,
.col .posts__list__frm__content .posts__detail .posts__title,
.col .posts__list__frm__content .posts__detail .posts__description,
.col .posts__list__frm__content .posts__detail .posts__date,
.col .posts__list__frm__content .posts__detail .posts__view { color: #fff; }
.col .posts__list__frm__content .posts__detail .posts__cat ul {
  display: flex;
  flex-wrap: nowrap;
}
.col .title { position: relative; }
.col .title a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px 20px;
  color: #777;
  font-size: 10px;
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.col .posts__list__frm__content .posts__image { width: 100%; }
.col .posts__list__frm__content .posts__image img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.col .posts__list__frm__content .posts__image .image__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) );
}
.col .posts__list__frm__content .posts__detail {
  position: absolute;
  bottom: 0;
  padding: 12px;
}
.col .posts__list__frm__content .posts__detail .posts__description {
  margin: 10px 0;
  font-size: 13px;
  font-weight: normal;
}
.col .posts__list__frm__content .posts__detail .posts__cat li {
  padding: 0 10px;
  width: auto;
  font-size: 11px;
  background: #fd7e00;
  border-radius: 10px;
}
.posts__list__frm__content .posts__detail .flex { justify-content: flex-end; }
@media screen and (max-width: 991px){
  .col .flex { display: flex; }
}


/* posts list col */
.col2 .flex article,
.col3 .flex article,
.col4 .flex article,
.col5 .flex article {
  position: relative;
  margin-bottom: 20px;
}
.col2 .flex article:nth-of-type(2n),
.col3 .flex article:nth-of-type(3n),
.col4 .flex article:nth-of-type(4n),
.flex article:last-child { margin-right: 0; }
.col2 .flex article {
  margin-right: 2%;
  width: 49%;
}
.col3 .flex article {
  margin-right: 1.3%;
  width: 32.4%;
}
.col4 .flex article {
  margin-right: 1.3%;
  width: 24%;
}
.col5 .flex article:nth-of-type(1),
.col5 .flex article:nth-of-type(2) {
  margin-right: 2%;
  width: 49%;
}
.col5 .flex article:nth-of-type(2){ margin-right: 0; }
.col5 .flex article:nth-of-type(3),
.col5 .flex article:nth-of-type(4),
.col5 .flex article:nth-of-type(5) {
  margin-right: 1.3%;
  width: 32.4%;
}
.col5 .flex article:nth-of-type(5){ margin-right: 0; }
.col2 .posts__list__frm__content .posts__detail .posts__title h3,
.col5 .posts__list__frm__content:nth-of-type(1) .posts__title h3,
.col5 .posts__list__frm__content:nth-of-type(2) .posts__title h3 { font-size: 18px; }
.col2 .posts__list__frm__content .posts__image img,
.col5 .posts__list__frm__content:nth-of-type(1) .posts__image img,
.col5 .posts__list__frm__content:nth-of-type(2) .posts__image img { height: 220px; }
.col3 .posts__list__frm__content .posts__image img,
.col5 .posts__list__frm__content:nth-of-type(n+3) .posts__image img { height: 220px; }
.col4 .posts__list__frm__content .posts__image img { height: 160px; }



@media screen and (max-width: 991px){
  .col2 .flex article {

  }
  .col4 .flex article,
  .col5 .flex article,
  .col5 .flex article:nth-of-type(2),
  .col5 .flex article:nth-of-type(3),
  .col5 .flex article:nth-of-type(4),
  .col5 .flex article:nth-of-type(5) {
    margin-right: 0;
    width: 49%;
  }
  .col4 .flex article:nth-of-type(odd) { margin-right: 2%; }
  .col5 .flex article:nth-of-type(even) { margin-right: 2%; }
  .col5 .flex article:first-child {
    margin-right: 0;
    width: 100%;
  }
  .col5 .flex article:nth-of-type(2) .posts__detail .posts__title h3,
  .col5 .flex article:nth-of-type(3) .posts__detail .posts__title h3,
  .col5 .flex article:nth-of-type(4) .posts__detail .posts__title h3,
  .col5 .flex article:nth-of-type(5) .posts__detail .posts__title h3 {
    -webkit-line-clamp: 2;
    font-size: 1.5rem;
  }

}




/* posts list row */
.row .title { position: relative; }
.row .title a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px 20px;
  color: #777;
  font-size: 10px;
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.row .posts__list__frm__content {
  padding: 15px 0;
  border-bottom: solid 1px #333;
}
.row .posts__list__frm__content:last-child { border-bottom: 0; }
.row .posts__list__frm__content .posts__detail .posts__cat ul {
  display: flex;
  flex-wrap: nowrap;
}
.row .posts__list__frm__content .posts__detail .posts__cat li {
  padding: 0 10px;
  width: auto;
  color: #fff;
  font-size: 11px;
  background: #fd7e00;
  border-radius: 10px;
}
.row .posts__list__frm__content .posts__image {
  margin-right: 5%;
  width: 25%;
}
.row .posts__list__frm__content .posts__detail { width: 70%; }
.row .posts__list__frm__content .posts__detail .posts__title h3 { font-size: 20px; }
.row .posts__list__frm__content .posts__detail .posts__description {
  margin: 10px 0;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.row .posts__list__frm__content .posts__detail .posts__date,
.row .posts__list__frm__content .posts__detail .posts__view { font-size: 12px; }
@media screen and (max-width: 991px){
}























#footer {
  padding: 100px 0;
  background: #f2eae6;
}
#footer .left__box {
  margin-right: 100px;
  width: 30%;
}
#footer .left__box .logo__link {
  text-align: center;
}
#footer .left__box .logo__link a {
  color: #4e454a;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 2px 3px #ccc;
}
#footer .left__box .logo__link img { width: 40px; }
#footer .right__box { width: 60%; }
#footer .right__box a {
  position: relative;
  color: #4e454a;
  font-size: 13px;
}
#footer .right__box a::before {
  content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
}
#footer .footer__nav__1,
#footer .footer__nav__2 { margin-right: 50px; }
@media screen and (max-width: 991px){
  #footer .left__box,
  #footer .right__box,
  #footer .right__box .nav__box {
    margin: 0;
    width: 100%;
  }
  #footer .left__box,
  #footer .right__box { margin-bottom: 5rem; }
  #footer .left__box { padding: 0 3rem; }
  #footer .right__box .nav__box { margin-bottom: 3rem; }
}

footer .copyright { background: #7b5544; }
footer .copyright p {
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 11px;

}
@media screen and (max-width: 991px){
  #footer { padding: 5rem 0; }
  #footer .right__box,
  #footer .right__box .nav__box:last-child { margin-bottom: 0; }
  #footer .footer__nav__1,
  #footer .footer__nav__2 { margin-right: 0; }
}
