@charset "utf-8";
/* CSS Document */

/*
Theme Name: habakiri-child
Theme URI: http://digital2008.com/
Description: Habakiri の子テーマ
Author: Murakami Hidetsugu
Author URI: http://digital2008.com/
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

/* Template
------------------------------- */
body {
	/* ゴシック体の場合 */
	font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	/* 明朝体の場合 */
	line-height: 1.8;
	color:#000;
	font-size:16px;
  font-size:1.6rem;
}

a:focus{ outline: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
}


/*大きいモニター*/
@media (min-width: 1200px){
  .site-branding__heading {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight:normal;
  }
}
/*通常のモニター*/
@media (min-width: 992px) and (max-width: 1199px) {
  .site-branding__heading {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight:normal;
  }
}
/*タブレット*/
@media (min-width: 321px) and (max-width: 991px) {
  .site-branding__heading {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight:normal;
  }
}
/*スマホ*/
@media (max-width: 320px) {
  .site-branding__heading {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight:normal;
  }
}

.copyright {
  color: #fff;
}

.img-responsive-overwrite {
  margin: 0 auto;
}

.no-gutter {
   margin-left:0;
   margin-right:0;
}

.item h4 a {
  color: #333;
}

.info {
	padding:4px;
}

.header--transparency {
  background-color:rgba(255,255,255,0.8) !important;
}

.header {
  background-color:rgba(255,255,255,0.8) !important;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
  
  
/* responsive media queries */

@media (max-width: 768px) {
  
}

div.whatsnew {
  margin: 20px 0;
  font-size: 100%;
  word-break: break-all;
  overflow: hidden;
  border: 1px #e3e3e3 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

div.wn-head {
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px #e3e3e3 solid;
  -webkit-box-shadow: noen;
  -moz-box-shadow: noen;
  box-shadow: none;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

div.wn-head .wn-title {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  overflow: hidden;
}

/* margin
------------------------------- */
.mt20{
  margin-top:20px;
}

.mb10{
  margin-bottom:10px;
}

/* ギャラリー
------------------------------- */
.portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.portfolio-meta-slideup .portfolio-meta {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.portfolio-meta {
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  background-color: transparent;
  padding: 10px 10px;
  position: relative;
}

.portfolio-meta h3{
  margin:0;
  font-size:16px;
  font-size:1.6rem;
  font-weight:normal;
}

.portfolio-item:hover {
  box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
  -webkit-box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
}

.portfolio-meta-slideup:hover .portfolio-meta {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.subcat{
  display:none;
}

/* ボタン
------------------------------- */
.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

figure a:before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: none no-repeat center center;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

figure a:hover:before {
  background: rgba(0,0,0, 0.5) url(zoom.png) no-repeat center center;
}

@media (max-width: 800px) {
  .portfolio-item {
    box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
  }
  
  .portfolio-meta-slideup .portfolio-meta {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  
  figure a:before {
    background: rgba(0,0,0, 0.5) url(zoom.png) no-repeat center center;
  }
}


/* ローダー
------------------------------- */
div#loader{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
div#loader div{
  width: 200px;
  margin-left: -100px;
  margin-top: -100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}

#loader-bar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #ccc;
  border-right-color: transparent;
  -webkit-animation: loader 1s infinite linear;
  -moz-animation: loader 1s infinite linear;
  -ms-animation: loader 1s infinite linear;
  animation: loader 1s infinite linear
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1
  }
  
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1
  }
  
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1
  }
}

@-moz-keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 1
  }
  
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1
  }
  
  100% {
    -moz-transform: rotate(360deg);
    opacity: 1
  }
}

@-ms-keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    opacity: 1
  }
  
  50% {
    -ms-transform: rotate(180deg);
    opacity: 1
  }
  
  100% {
    -ms-transform: rotate(360deg);
    opacity: 1
  }
}

@-ms-keyframes loader {
  0% {
    transform: rotate(0deg);
    opacity: 1
  }
  
  50% {
    transform: rotate(180deg);
    opacity: 1
  }
  
  100% {
    transform: rotate(360deg);
    opacity: 1
  }
}