/*!
 * Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background:#dcdcdc;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

h1 {
color: #364e96;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #364e96;/*上線*/
border-bottom: solid 3px #364e96;/*下線*/
}
h4{
	text-align:center !important;
}
.nav-link{
	font-weight:bold;
}
.bg-dark{
	background:#e60012 !important;
}
.mv{width:100%;margin-right:auto;margin-left:auto}
.main{
	background:#fff;
	padding:15px;
}
.sikisi{
	font-size:22px;
	font-weight:bold;
}
.red{
	font-size:26px;
	color:#e60012;
}
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
	text-align:center;
    color: #eb613b;
	font-weight:bold;
    border: solid 2px #eb613b;
    border-radius: 3px;
    transition: .4s;
	width:100%;
}
.square_btn:hover {
    background: #eb613b;
    color: white;
}
.card{
	border:none;
}
.card-title{
	font-size:16px;
	padding:5px;
	background:#eb613b;
	}
	.card-title a{
		color:#fff;
	}
	.text-white a{
		color:#fff;
	}
@media (min-width:300px){
	.col-sm-6{max-width:50% !important;}
}
@media (min-width:576px){
	.mv{max-width:540px}
	}
@media (min-width:768px){
	.mv{max-width:720px}
	}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
  .mv{max-width:960px}

}
@media (min-width:1200px){
	.mv{max-width:1140px}
	}

.portfolio-item {
  margin-bottom: 30px;
}

.caution{
	font-size:12px;
	text-align:center;
}

.shop {
	font-size:18px;
}
.shop_txt {
	font-size:20px;
}

.bnr:hover{
	filter:alpha(opacity=80);
    opacity:0.8;	
}

