@charset "UTF-8";

/*turumunaのロゴマークをPCのみ表示*/
.pz { display: none !important; }

body{
	background-color: #E3DE1A;
}

.card_clear {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
	text-align: center;
}

/*img要素をブロック要素に*/
.img_block img{
  display: block;
  margin:auto;

}

/*btn*/
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}/*文字のスライドアニメーション*/
.flowing {
	width: 0;
	margin: 0;
	font-weight: bold;
	color: #ff6347;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 3s forwards linear;
	animation-iteration-count: 1; /*アニメーションを1回再生する*/
	
}

@keyframes flowing-anim {
 0%{
	 width: 0%;
   }
100%{
	 width: 100%;
   }
}

/*一部フォントの色*/
span{
	color: crimson;
}

/*youtube*/
#youtube{
	width: auto;
	height: 100%;
}
/*margin*/
.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_40{
	margin-top: 40px;
}

.mt_50{
	margin-top: 50px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_40{
	margin-bottom: 40px;
}

.mb_50{
	margin-bottom: 50px;
}

/*padding*/

.pt_20{
	padding-top: 20px;
}

.pt_30{
	padding-top: 30px;
}

.pb_20{
	padding-bottom: 20px;
}

.pb_30{
	padding-bottom: 30px;
}

.pl_10{
	padding-left: 10px;
}

.pl_20{
	padding-left: 20px;
}

.pl_30{
	padding-left: 30px;
}

.pr_10{
	padding-right: 10px;
}

.pr_20{
	padding-right: 20px;
}

/*text*/
.text_c{
	text-align:center;
}

.text_l{
	text-align:left;
}

 .txt {
    display: inline-block;
    text-align: left;
}


/*フォント*/
.fw_b{
	font-weight: bold;
}
.fs_20{
	font-size: 20px;
}
.fs_30{
	font-size: 30px;
}
.fs_40{
	font-size: 40px;
}


/*リンク　hover*/
.a_font{
	color: #3A3A3A;
}

.list-unstyled .btn-link a {/*footer内リンク文字色*/
	color: #ffffff;
}

.list-unstyled .btn-link a:hover {/*footer内ホーバー時文字色*/
	color: #FFFFFF;
}

.line_style{
	display: inline;
}

/*--------------------------------------------------------------------*/
/*タブレット横、パソコン用*/
@media screen and (min-width:1024px) {
	
#youtube{
	width: 560px;
	height: 315px;
}	
	
/*tuurumunaのロゴマークをPCのみ表示*/
.pz { display: block !important; }	
	
	
}
