/** Your theme modifications here **/
body {
	font-size:14px;
	  /* 画像ファイルの指定 */
  background-image: url(../img/bg.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}



.lunch-font {
font-family: 'Bangers', cursive;
color: #DE5E60!important;
}

h3, .h3 {
    font-size: 34px;
}

.ft20 {
	font-size:2em;
}



.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}


.keikou {
  background: linear-gradient(transparent 40%, rgba(255, 255, 0, .7) 40%);
  padding-bottom: .2em;
}

.kurara_keikou {
  background: linear-gradient(transparent 40%, rgba(255, 153, 0, .7) 40%);
  padding-bottom: .2em;
  font-weight: 700;
}

.chusuke_keikou {
  background: linear-gradient(transparent 40%, rgba(182, 144, 221, .7) 40%);
  padding-bottom: .2em;
}

.shiho_keikou {
  background: linear-gradient(transparent 40%, rgba(255, 92, 38, .7) 40%);
  padding-bottom: .2em;
}

.ayaka_keikou {
  background: linear-gradient(transparent 40%, rgba(255, 250, 92, .7) 40%);
  padding-bottom: .2em;
}

.yuuka_keikou {
  background: linear-gradient(transparent 40%, rgba(255, 19, 96, .4) 40%);
  padding-bottom: .2em;
}

.info-krara {
  color:#ff3300;
  line-height: 36px;
  font-size:30px;
  font-weight:700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px 3px 1px rgba(0, 0, 0, .5), 1px -1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-bottom: -10px;
}




.info-reica {
  color:#3947A1;
  line-height: 36px;
  font-size:30px;
  font-weight:700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px 3px 1px rgba(0, 0, 0, .5), 1px -1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-bottom: -10px;
}




.info-shiho {
  color:#990000;
  line-height: 36px;
  font-size:30px;
  font-weight:700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px 3px 1px rgba(0, 0, 0, .5), 1px -1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-bottom: -10px;
}




.info-ayaka {
  color:#FF3300;
  line-height: 36px;
  font-size:30px;
  font-weight:700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px 3px 1px rgba(0, 0, 0, .5), 1px -1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-bottom: -10px;
}

.info-yuuka {
  color:#FF6699;
  line-height: 36px;
  font-size:30px;
  font-weight:700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px 3px 1px rgba(0, 0, 0, .5), 1px -1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-bottom: -10px;
}



.ribbon .shiho {
    position: relative;
    width: 80px;
    padding: 4px 10px 2px 20px;
    margin: 15px 10px 10px -71px;
    color: #fff;
    background-color: #FF0000;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon .shiho:before,
.ribbon .shiho:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .shiho:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #990000 #990000 transparent transparent;
}




.ribbon .ayaka {
    position: relative;
    width: 80px;
    padding: 4px 10px 2px 20px;
    margin: 15px 10px 10px -71px;
    color: #fff;
    background-color: #FF3300;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon .ayaka:before,
.ribbon .ayaka:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .ayaka:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #EA5F00 #EA5F00 transparent transparent;
}




.ribbon .kurara {
    position: relative;
    width: 80px;
    padding: 4px 10px 2px 20px;
    margin: 15px 10px 10px -71px;
    color: #fff;
    background-color: #DCB601;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon .kurara:before,
.ribbon .kurara:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .kurara:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #937D02 #937D02 transparent transparent;
}


.ribbon .reica {
    position: relative;
    width: 80px;
    padding: 4px 10px 2px 20px;
    margin: 15px 10px 10px -71px;
    color: #fff;
    background-color: #3947A1;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon .reica:before,
.ribbon .reica:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .reica:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #0087FC #0087FC transparent transparent;
}

.ribbon .yuuka {
    position: relative;
    width: 80px;
    padding: 4px 10px 2px 20px;
    margin: 15px 10px 10px -71px;
    color: #fff;
    background-color: #FF1360;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon .yuuka:before,
.ribbon .yuuka:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .yuuka:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #FF1360 #FF1360 transparent transparent;
}


.center {
	text-align: center;
}

#footer .social {
    text-align: center;
}

#footer {
    background-color: rgba(255,255,255,0);
    padding: 20px 0;
}



@media (max-width: 320px) {
	.embed-container { position: relative; padding-bottom: 120%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

	.box {
	    background: #fff;
	    margin: 0 0 30px;
	    border: solid 1px #e6e6e6;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 10px;
	    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	}

	.container{
	    padding-right: 0px;
	    padding-left: 0px;
	    margin-right: auto;
	    margin-left: auto;
	}

	.info-bar-krara {
	  margin-top:20px;
	  margin-left:-2px;
	  padding:5px 0 0 10px;
	  border-top:2px dashed #000;
	  border-left:2px solid #f30;
	}

	.info-bar-reica {
	  margin-top:20px;
	  margin-left:-2px;
	  padding:5px 0 0 10px;
	  border-top:2px dashed #000;
	  border-left:2px solid #3947A1;
	}

	.info-bar-shiho {
	  margin-top:20px;
	  margin-left:-2px;
	  padding:5px 0 0 10px;
	  border-top:2px dashed #000;
	  border-left:2px solid #990000;
	}

	.info-bar-ayaka {
	  margin-top:20px;
	  margin-left:-2px;
	  padding:5px 0 0 10px;
	  border-top:2px dashed #000;
	  border-left:2px solid #FF3300;
	}

  .info-bar-yuuka {
    margin-top:20px;
    margin-left:-2px;
    padding:5px 0 0 10px;
    border-top:2px dashed #000;
    border-left:2px solid #FF1360;
  }

	.background-hack {
	    z-index                 : -1;
	    background-color        : #cccccc;
	    background-image        : url('../img/bg2.jpg');
	    background-repeat       : no-repeat;
	    background-size         : 100% auto;
	    position                : fixed;
	    top                     : 0;
	    left                    : 0;
	    right                   : 0;
	    bottom                  : 0;
	}

.mt20 {
  margin-top:20px;
}


}


@media (min-width: 992px) {
	.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	.info-bar-krara {
	  margin-top:20px;
	  margin-left:5px;
	  padding:5px 0 0 10px;
	  border-top:2px dashed #000;
	  border-left:2px solid #f30;
	}

	.info-bar-reica {
	  margin-top:20px;
	  margin-left:5px;
	  padding:5px 0 0 10px;
	  border-top:2px dashed #000;
	  border-left:2px solid #3947A1;
	}

	.info-bar-shiho {
	  margin-top:20px;
	  margin-left:5px;
	  padding:5px 0 0 10px;
	  border-top:2px dashed #000;
	  border-left:2px solid #990000;
	}

	.info-bar-ayaka {
	  margin-top:20px;
	  margin-left:5px;
	  padding:5px 0 0 10px;
	  border-top:2px dashed #000;
	  border-left:2px solid #FF3300;
	}

  .info-bar-yuuka {
    margin-top:20px;
    margin-left:5px;
    padding:5px 0 0 10px;
    border-top:2px dashed #000;
    border-left:2px solid #FF1360;
  }


}
@media (min-width: 1200px) {
	.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

}

#main-slider {
    margin-bottom: 30px;
    border: solid 0px #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}