/*
 * NS custom styles
 */
@charset "utf-8";


/*** 全般 ***/
/* またはリンクの外側のspanから消す */
.edit-link {
  display:none;
}

/* パンくずリストを非表示 */
.breadcrumb-wrapper {
  display: none;
}

/* 検索フォームを非表示 */
.search-form {
  visibility: hidden;
}

/* プライバシーポリシーページ
 * ナビゲーションメニューでは非表示
 */
#menu-item-261 {
  display: none;
}  

.form-section {
  display: none;
}  
br.for-sp,
br.br-414,
br.br-786,
br.br-1024 {
  display: none;
}

@media (max-width: 1024px) {
  br.br-1024 {
    display: inline;
  }
}
@media (max-width: 786px) {
  br.br-786 {
    display: inline;
  }
}
@media (max-width: 500px) {
  br.for-sp {
    display: inline;
  }    
}  

.site-description {
  margin-top: 20px;
  line-height: 1.5;
  color: #333;
}

/*** トップメニュー ***/
#primary-menu li a {
/* font-family: fot-matisse-pron, sans-serif; */
  font-family: "rubic mono one", sans-serif;
  font-weight: 500;
}

/*** フィーチャーセクション ***/
.featured-section .img-holder .text-holder {
  opacity: 0.7;
}  

/*** フッター ***/
.site-footer .footer-t {
  padding: 50px;
  background-color: #f3f4f5;
}
.footer-t .grid:not(.column-1) {
  align-items: center;
}

.widget {
  margin: 0;
}
.site-footer .footer-t .fb-page {
  margin-bottom: 10px;
/*  border: 1px solid #000; */
}  
.site-footer .footer-t iframe {
  border: none!important;
/*  border: 1px solid #000!important; */
}  
.site-footer .widget ul li {
  border-bottom-color: #b5b5b5;
}  
.site-footer .widget ul li a {
  color: #323338;
}  

.site-footer .footer-b {
  background-color: #c7c6c6;

}  
.site-footer .footer-b .site-info {
  color: #fff;
}
.site-footer .footer-b .site-info a {
  color: #333;
}  

/* フッター右部分（Google Map + Facebook) */
.footer-right-cntnr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; 
  justify-content: center;
}
.footer-right-cntnr .footer-right-1,
.footer-right-cntnr .footer-right-2 {
  flex: 0 0 300px;
  margin-right: 5px;
  margin-left: 5px;
}
.footer-right-cntnr .footer-right-1 {
  /*margin-bottom: 10px;*/
}  

.footer-right-cntnr .footer-right-1 .footer-info {
  margin-bottom: 10px;
}  
.footer-right-cntnr .footer-right-1 .footer-info div {
  color: #000;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.footer-right-cntnr .footer-right-1 .footer-info div.mail {
  font-size: 120%;
}
.footer-right-cntnr .footer-right-1 .footer-info div.mail a {
  color: #000;
}  
.footer-right-cntnr .footer-right-1 .footer-info div.mail i {
 /* padding-right: 5px; */
}


.footer-right-cntnr .footer-right-1 .footer-info .addr {
  font-size: 110%;
}  
.footer-right-cntnr .gmap iframe {
/*  border: 1px solid rgba(51,51,51,0.2); */
}  

@media screen and (max-width: 767px) {
  .footer-right-cntnr {
    display: none;
  }
}

/* モバイル用Google Map, Facebook */
.mb-footer-cntnr {
  display: none;
}

.mb-footer-cntnr .mb-footer-1,
.mb-footer-cntnr .mb-footer-2 {
  flex: 0 0 300px;
  margin: 5px;
}
.mb-footer-cntnr .mb-footer-1 .footer-info {
  margin-bottom: 10px;
}  
.mb-footer-cntnr .mb-footer-1 .footer-info div {
  color: #000;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.mb-footer-cntnr .mb-footer-1 .footer-info div.mail {
  font-size: 120%;
}
.mb-footer-cntnr .mb-footer-1 .footer-info div.mail a {
  color: #000;
}
.mb-footer-cntnr .mb-footer-2 {
  margin-bottom: 0;
}
.mb-footer-cntnr .mb-footer-2.gmap iframe {
  border: none;
}

@media screen and (max-width: 767px) {
  .mb-footer-cntnr {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    background-color: #f3f4f5;
    padding-top: 30px;
  }
  .mb-footer-cntnr .mb-footer-1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 619px) {
  .site-footer .footer-t {
    padding-top: 30px;
  }    
  .mb-footer-cntnr {
    display: block;
    width: 100%;
  }
  .mb-footer-cntnr .mb-footer-1 {
    display: block;
    width: 300px;
    margin: 0 auto 10px;
  }    
  .mb-footer-cntnr .mb-footer-2 {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .mb-footer-cntnr .gmap iframe {
    width: 100%;
  }    
}  

/*** コピーライト ***/
span.copyright a {
  transition: all 0.5s;
}  

/*** 投稿ページ ***/
/*** アーカイブページ ***/
.page-header span {
  display: none;
}
