/*
  Theme Name: 
  Author: Shion.S
  Author URI: 
  Description: 
  Version: 1.0.0
  Text Domain: 
*/


/* import
-------------------------------------------------- */
@import url( 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap' );
/* @import url( 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap' ); */


/* common
-------------------------------------------------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-appearance: none;
}

.half_box > * {
  width: 50%;
}
.try_box > * {
  width: 33%;
}


/* element
-------------------------------------------------- */
html {
  font-family: YakuHanJP, 'Zen Maru Gothic', 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-family: YakuHanMP, 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
	color: #333;
	font-size: 1.6rem;
  font-weight: 500;
  overflow-x: hidden;
  /* background: url( './assets/imgs/common/bg.png' ) fixed; */
}

a { transition: .6s; }
a:hover { opacity: .5; }
a, a:hover { text-decoration: none; }

ul { list-style: none; }
img {
	max-width: 100%;
	vertical-align: bottom;
}


/* flex-box
-------------------------------------------------- */
.dp_f {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}


/* logo
-------------------------------------------------- */
h1.logo {
  margin: -8rem 0 3rem;
  padding-bottom: 3rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.logo svg {
  width: 100%;
  height: auto;
}
.logo svg use {
  fill: #fff;
}


/* title
-------------------------------------------------- */
.main_ttl, .sub_ttl {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main_ttl::before, .sub_ttl::before {
  content: '';
  display: block;
  margin: 0 auto -2rem;
  width: 100px;
  height: 75px;
  background-image: url( './assets/imgs/sakura.png' );
  background-repeat: no-repeat;
  background-size: contain;
}
.main_ttl > p, .sub_ttl > p {
  font-family: "Dancing Script", cursive;
  font-size: 4.8rem;
  color: #f8a9a4;
}
.main_ttl span::before, .main_ttl span::after,
.sub_ttl span::before, .sub_ttl span::after {
  content: '-';
}

.summer_ttl::before {
  background-image: url( './assets/imgs/himawari.png' );
}
.summer_ttl > p {
  color: #fee248;
}
div.summer_ttl > p {
  margin-bottom: .8rem;
}
.clover_ttl::before {
  background-image: url( './assets/imgs/clover.png' );
  transform: rotate(45deg);
}
.clover_ttl > p {
  color: #2e8b57;
}

/* ボタン
-------------------------------------------------- */
.df_btn {
  position: relative;
  margin: 2rem auto 0;
  width: fit-content;
}
.df_btn a {
  display: inline-block;
  padding: 1rem 5rem;
  min-width: 280px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #8c6450;
}
.df_btn a:hover {
  opacity: 1;
  background: #f8a9a4;
}
.df_btn a::after {
  position: absolute;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f35d';
}


/* フレーム
-------------------------------------------------- */
.frame_antique {
  position: relative;
}
.frame_antique::before, .frame_antique::after {
  content: '';
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 105px;
  height: 50px;
  background-image: url( './assets/imgs/frame.svg' );
  background-size: contain;
  background-repeat: no-repeat;
}
.frame_antique::after {
  top: auto;
  left: auto;
  right: 1rem;
  bottom: 1rem;
  transform: scale( -1, -1 );
}


/* header
-------------------------------------------------- */
header {
  position: relative;
}
.mv_box, .sub_visual_box {
  position: relative;
  width: 100%;
  height: 90vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.mv_box video, .sub_visual_box video {
  position: absolute;
  z-index: -2;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.mv_box::before, .sub_visual_box::before {
  content: '';
  display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .5 );
	background-image: radial-gradient( #111 30%, transparent 31% ), radial-gradient( #111 30%, transparent 31% );
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
  z-index: -1;
}

.catch_txt {
  position: relative;
  width: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 1;
}
.catch_txt p {
  font-size: 1.8rem;
  letter-spacing: .25em;
  line-height: 2;
}
.catch_txt p:first-child {
  margin-left: 3rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}

/* ナビ - nav
-------------------------------------------------- */
.nav_list_main {
  position: fixed;
  padding: 3rem;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: flex-end;
  z-index: 9;
}
.nav_list_main > li a {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
}
body.logged-in.admin-bar .nav_list_main {
  top: 10px;
}
.nav_list_main > li:not(:last-child) { margin-right: 1.5rem; }

.nav_list_main > li:nth-child(1) a { background: linear-gradient( 135deg, #427eff 0%, #f13f79 70% ) no-repeat; }
.nav_list_main > li:nth-child(2) a { background-color: rgba( 255, 0, 51, 1 ); }
.nav_list_main > li:nth-child(3) a {
  padding: 0 2rem;
  width: auto;
  border-radius: 50vh;
  font-size: 1.6rem;
  color: rgba( 255, 255, 255, 1 );
  background-color: #8c6450;
}
.nav_list_main > li:nth-child(3) a:hover {
  opacity: 1;
  background: #f8a9a4;
}
.nav_list_main > li:nth-child(3) a i {
  margin-right: 1rem;
  font-size: 2.1rem;
}
.nav_list_main > li:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ac_menu {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 35px;
}
#ac_menu::before,
#ac_menu::after {
  content: '';
}
#ac_menu > span,
#ac_menu::before,
#ac_menu::after {
  position: absolute;
  width: 100%;
  height: 3px;
  text-align: right;
  right: 0;
  background: #777;
  transition: all ease .4s;
  border-radius: 50vh;
}
#ac_menu > span {
  top: calc( 50% - 1px / 2 );
  width: 100%;
}
#ac_menu::before { top: calc( 15% - 2px / 2 ); }
#ac_menu::after { top: calc( 90% - 2px / 2 ); }
#ac_menu.is_active::before {
  top: calc( 50% - 2px / 2 );
}
#ac_menu.is_active::before { transform: translateY(-2px) rotate(-45deg); }
#ac_menu.is_active span {
  left: 50%;
  opacity: 0;
  animation: active_menu_bar02 .8s forwards;
}
#ac_menu.is_active::after {
  transform: translateY(-16px) rotate(45deg);
  /* width: 100%; */
}
@keyframes active_menu_bar02 {
  100% {
    height: 0;
  }
}

.nav_list_full {
  position: fixed;
  padding: 10rem 5rem;
  top: 0;
  right: -200%;
  width: 60rem;
  height: 100vh;
  transition: all 0.6s;
  background: url( './assets/imgs/washi.jpg' ) center/ contain;
  box-shadow: 0px 3px 15px rgba( 0, 0, 0, 0.4 );
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 8;
}

.nav_list_full.is_active {
  right: 0;
}

.nav_scroll {
  padding: 5rem 0;
}
.nav_scroll .main_ttl {
  line-height: 1;
}
.nav_scroll .main_ttl a {
  color: #fff;
  font-size: 3.6rem;
}
.nav_scroll .main_ttl::before {
  font-size: 1.6rem;
}
.nav_scroll .main_ttl::after { display: none; }

.nav_list {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.nav_list > li {
  margin-bottom: 2%;
  width: 49%;
}
.nav_list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  color: #333;
  text-align: center;
  background-color: #fff;
}
.nav_list > li a:hover {
  opacity: 1;
}
.nav_list > li a span {
  font-family: "Dancing Script", cursive;
  font-size: 2rem;
  font-weight: bold;
  color: #8c6450;
}
.nav_list > li a img {
  display: block;
  margin: 1rem 0;
  width: 75px;
  height: auto;
  transition: all ease 1.2s;
}
.nav_list > li a:hover img {
  transform: rotateY( 360deg );
}
.nav_logo {
  text-align: center;
}
.nav_logo a {
  display: block;
}


/* search - 検索
-------------------------------------------------- */
.search_box {
  position: relative;
  margin: 5rem 0 3rem;
  width: 100%;
  text-align: center;
}
#search_form {
  padding: 1rem 2rem;
  width: 100%;
  color: #333;
  background: rgba( 0, 0, 0, 0 );
  border: none;
  border-bottom: 1px solid #333;
  transition: all ease .6s;
}
#search_form:focus {
  outline: 0;
  background: rgba( 0, 0, 0, .1 );
  box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
}
#searchsubmit {
  position: absolute;
  padding: 1rem 0;
  color: #333;
  border: none;
  background: none;
  right: 20px;
  cursor: pointer;
}


/* スクロールダウン - scrollDown
-------------------------------------------------- */
.scroll_down {
	display: inline-block;
	position: absolute;
	right: 3%;
	bottom: 50px;
	z-index: 2;
	padding: 10px 10px 110px;
	overflow: hidden;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
}
.scroll_down::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #fff;
}
.scroll_down::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: rgba( 255, 255, 255, .4 );
}
.scroll_down::after {
	animation: sdl 1.5s cubic-bezier( 1, 0, 0, 1 ) infinite;
}


@keyframes sdl {
	0% {
    transform: scale( 1, 0 );
    transform-origin: 0 0;
	}
	50% {
		transform: scale( 1, 1 );
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale( 1, 1 );
		transform-origin: 0 100%;
	}
	100% {
		transform: scale( 1, 0 );
		transform-origin: 0 100%;
  }
}


/* wave:anime - 波アニメ
-------------------------------------------------- */
.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
  bottom: 7px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media ( max-width: 768px ) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}

.waves_type02 .parallax > use:nth-child(1) {
  animation-delay: -5s;
  animation-duration: 7s;
}
.waves_type02 .parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 10s;
}
.waves_type02 .parallax > use:nth-child(3) {
  animation-delay: -1s;
  animation-duration: 13s;
}
.waves_type02 .parallax > use:nth-child(4) {
  animation-delay: -3s;
  animation-duration: 20s;
}


/* main
-------------------------------------------------- */
main {}


/* main:news
-------------------------------------------------- */
#news {
  margin-top: 3rem;
}
.news_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.ttl_news {
  position: relative;
  padding: .5rem 2rem;
  text-align: center;
  width: 150px;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-weight: 600;
  font-size: 2.4rem;
  background-color: #8c6450;
  border-radius: 50vh;
}
.ttl_news::before {
  content: '';
  position: absolute;
  top: -25px;
  left: -30px;
  width: 80px;
  height: 60px;
  background-image: url( './assets/imgs/clover.png' );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
}

.news_list {
  padding: 1rem 0;
  display: flex !important;
  align-items: center;
  max-width: 800px;
  flex: 1;
  overflow: hidden;
}
.news_list li {
  padding: 0 2rem;
}
.news_list li {
  color: #333;
}
.news_list li time {
  font-size: 1.4rem;
  color: #9ea1a3;
}
.news_list li time i {
  margin-right: .5rem;
}
.news_list li .news_info {
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news_list li.error_txt {
  text-align: center;
}
.news_list li.no_news {
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
}

.news_box .df_btn {
  margin: 0;
}
.news_box .df_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-width: 40px;
  height: 40px;
}
.news_box .df_btn a:hover {
  background: #2e8b57;
}
.news_box .df_btn a::after {
  display: none;
}


/* main:about
-------------------------------------------------- */
#about {
  margin: 0 auto;
  padding: 5rem 2rem;
  max-width: 1280px;
}
#about > p {
  margin: 3rem 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

.list_contents {
  margin: 0 auto 5rem;
  flex-wrap: wrap;
  gap: 2%;
  max-width: 1080px;
}
.list_contents > li {
  cursor: pointer;
  padding: 2rem 2rem 4rem;
  width: 32%;
  min-height: 250px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  background-size: contain;
  background-image: url( './assets/imgs/washi.jpg' );
  transition: all ease .6s;
}
.list_contents > li:hover {
  opacity: .6;
}
.list_contents > li h3 {
  font-size: 1.6rem;
}
.list_contents > li h3 span {
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 2.6rem;
  color: #8c6450;
}
.list_contents > li img {
  width: 60%;
  height: auto;
}


/* モーダル - modal
-------------------------------------------------- */
/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10rem 2rem;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba( 0, 0, 0, 50% );
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 999;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 980px;
  width: 100%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #8c6450;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  padding: 2rem 4rem 5rem;
  background-image: url( './assets/imgs/washi.jpg' );
  background-repeat: repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.8;
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content > .txt_contents > p {
  margin: 1em 0;
  color: #333;
  text-align: left !important;
}


.modal-content > img {
  margin: 0 auto;
  max-width: 200px;
}
.modal-content > h4 {
  font-size: 1.6rem;
}
.modal-content > h4 span {
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 3.6rem;
  color: #8c6450;
  line-height: 1.25;
}
.modal-content > .txt_contents {
  margin-top: 2rem;
  padding: 2rem 2rem .5rem;
  text-align: left;
  border-top: 1px solid #8c6450;
}
.modal-content > .txt_contents > p {
  font-size: 1.6rem;
}
.modal-content > .txt_contents h5 {
  font-size: 2rem;
}
.modal-content > .txt_contents h5:not(:first-of-type) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #8c6450;
}

.modal-content > .txt_contents h5::before {
  content: '\f004';
  margin-right: 1rem;
  font-size: 1.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #f8a9a4;
}

.txt_contents ul {
  margin-top: 1rem;
}
.txt_contents ul li {
  position: relative;
  margin-bottom: .5rem;
  padding-left: 2.5rem;
  font-size: 1.6rem;
}
.txt_contents ul li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\f111';
  margin-right: 1rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #8c6450;
}

.txt_contents .txt_message {
  position: relative;
  padding: 2rem 3rem;
  border-radius: 10px;
}

.txt_contents .txt_message::before {
  content: '';
  position: absolute;
  top: -25px;
  left: -30px;
  width: 80px;
  height: 60px;
  background-image: url(./assets/imgs/clover.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
}

.txt_contents .txt_message h6 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px dashed #fff;
}
.txt_contents .txt_message h6 span {
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 3rem;
  line-height: 1.25;
}

.list_what {
  margin-top: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}
.list_what > li {
  margin-bottom: 3rem;
  width: 33.3%;
}
.list_what > li:not(:last-child) {
  border-right: 1px dashed #333;
}
.list_what > li:nth-child(3n) {
  border-right: none;
}
.list_what > li a {
  display: block;
  color: #333;
  font-size: 1.6rem;
}
.list_what > li a:hover {
  opacity: 1;
  color: #8c6450;
}
.list_what > li a img {
  width: 60%;
  max-height: 150px;
  object-fit: contain;
  transition: all ease .6s;
}

.list_what > li a:hover img {
  transform: scale( 1.1 );
}

.list_what > li a span {
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 2.4rem;
  color: #f8a9a4;
  line-height: 1.25;
}
.list_what > li p::after {
  margin-left: .5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f35d';
  color: #8c6450;
}

/* ブログ
-------------------------------------------------- */
#blogs {
  padding: 2rem 2rem 5rem;
  min-height: 600px;
  background: no-repeat center bottom / contain url( './assets/imgs/bg_blogs.svg' );
}

.blog_list .error_txt {
  margin-top: 5rem;
  text-align: center;
}

.blog_list {
  margin: 5rem auto !important;
  max-width: 1280px;
}
.blog_list li {
  padding: 0 1.5rem;
}

.blog_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1.5rem solid #8c6450;
}
.blog_list li a:hover {
  opacity: 1;
}
.blog_list li img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center center;
}

.blog_list_all {
  flex-wrap: wrap;
  gap: 2%;
}
.blog_list_all > li {
  margin-bottom: 2%;
  padding: 0;
  width: 32%;
}
.blog_list_all > li.txt.error_txt {
  margin: 2% auto;
}


.blog_info {
  position: relative;
  width: 100%;
  padding: 1rem;
  background-color: #8c6450;
  transition: all ease .6s;
}
.blog_info .blog_ttl {
  padding-right: 3rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease .6s;
}
.blog_info time {
  font-size: 1.4rem;
  color: #fff;
  transition: all ease .6s;
}
.blog_info::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY( -50% );
  font-family: 'Font Awesome 5 Free';
  font-size: 2.1rem;
  font-weight: 900;
  color: #fff;
  content: '\f00e';
  transition: all ease .6s;
}


.slick-arrow::before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  color: #8c6450 !important;
}
.slick-arrow.slick-prev::before {
  content: '\f104';
}
.slick-arrow.slick-next::before {
  content: '\f105';
}
.slick-dots {
  bottom: -30px !important;
}
.slick-prev, .slick-next {
  width: 4rem !important;
  height: 4rem !important;
}
.slick-prev::before, .slick-next::before {
  font-size: 4rem !important;
}

#blogs .df_btn a {
  color: #8c6450;
  background-color: #fff;
  border: 3px solid #8c6450;
  transition: all ease .6s;
}
#blogs .df_btn a:hover {
  color: #fff;
  background-color: #8c6450;
}


/* footer
-------------------------------------------------- */
footer {
  border-top: 1px solid rgba( 211, 211, 211, .5 );
}
footer .copy {
  text-align: center;
  background: rgba( 211, 211, 211, .5 );
}
footer .copy a {
  display: block;
  padding: 2rem;
  font-weight: 400;
  font-style: normal;
  color: rgba( 128, 128, 128, 1 );
}

