/*
 Theme Name:   Malaika Corporate
 Description:  Lightning Child Theme
 Author:       Hayato Kamiya
 Template:     lightning
 Version:      0.0.1
*/

.section__content--shoplist-innerlink li {
	display: inline-block;
}

.section__content--shoplist-innerlink li::before {
	content: "｜";
}

.section__content--shoplist-innerlink li:nth-child(1):before {
	content: "";
}

.section__content--shoplist-button a {
	display: inline-block;
	margin: 0.1em 0.1em 1em 0.1em;
}

.common__title--h2 {
	margin-top:20px;
}

.pager li {display:none;}

.form-control select {width:200px;}

.page-header {
	background-image: url("http://www.malaika.co.jp/app/wp-content/uploads/2017/01/DSCF6079.jpg");
}

h2,h5, .mainSection-title {
	background-color: #f1ebdd;
}




.section__content--shoplist-innerlink li {
	display: inline-block;
}

.section__content--shoplist-innerlink li::before {
	content: "｜";
}

.section__content--shoplist-innerlink li:nth-child(1):before {
	content: "";
}

.section__content--shoplist-button a {
	display: inline-block;
	margin: 0.1em 0.1em 1em 0.1em;
}

.common__title--h2 {
	margin-top:20px;
}

.pager li {display:none;}

.form-control select {width:200px;}

.page-header {
	background-image: url("http://www.malaika.co.jp/app/wp-content/uploads/2017/01/DSCF6079.jpg");
}

h2,h5, .mainSection-title {
	background-color: #f1ebdd;
}

h5 {
	padding: 5px 10px;font-size:16px;
font-weight:normal;
}
.published {display:none;}

.sb_hatena.sb_icon {display:none;}
.sb_pocket.sb_icon {display:none;}

.carousel-control.right {background-image:none;}
.carousel-control.left {background-image:none;}



.fadein {
 animation: fadeIn 2s ease 0s 1 normal;
 -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}


.filter {
	background: #000;
	padding: 0;
}

.filter-img {
	display: block;
	opacity: .5;
}

.imgWrap {
	overflow: hidden;
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;
}
.imgWrap img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}


@font-face {
   font-family: "Noto Serif Japanese";
   font-style: normal;
   font-weight: 400;
   src: url('http://www.malaika.co.jp/fonts/noteserif/NotoSerifCJKjp-RegularrimaneCustom.woff') format('woff');
 }

@font-face {
   font-family: "Noto Serif Japanese tate";
   font-style: normal;
   font-weight: 400;
   src: url('http://www.malaika.co.jp/fonts/noteserif/NotoSerifCJKjp-MediumrimaneCustom.woff') format('woff');
 }

@media screen and (min-width: 980px) {
.minchotate {
  font-family:'Noto Serif Japanese tate',serif;
}
}

@media screen and (max-width: 979px) {
.minchotate {
  font-family:'Noto Serif Japanese',serif;
}
}
.mincho {
  font-family:'Noto Serif Japanese',serif;
}

.mincho2 {font-family:Sawarabi Mincho,'Sawarabi Mincho',serif;}

.mincho3 { font-family: "Hannari",serif; }

.mincho4 { font-family: "Kokoro",serif; }

figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
figcaption {
  position: absolute;
  bottom: 248px;
  right: 40px;
  z-index: 2;
  width: 100%;
  height: 122px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
}
figure:hover figcaption {
  right: 100%;
}

.media {
	padding: 1em 0;
}

@media screen and (min-width: 980px) {
.tategaki{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;   
}
}

@media screen and (min-width: 980px) {
.tateline{
  line-height:3em;
  height:280px;
}
}
	

p.wp-embed-heading{ font-size:16px !important;
}
.wp-embed-heading{ font-size:16px !important;
}


.fade_imgBox {
      height: 680px;
    overflow: hidden;
    position: relative; }

.fade_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

.fade_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.2) ;
         z-index:9;
    }
    100% { opacity: 0 }
}
