/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 30vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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



/* tsukulab.com custom */


body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

a {
  color: #786fa6;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #786fa6;
  text-decoration: underline;
}

.card-title {
  margin-bottom: 0;
}

#page_title {
	background: url("../img/logo.jpg") no-repeat right;
	background-size:contain;
}


nav.navbar-dark {
  background-color: #c44569 !important;
  border-bottom: 2px ridge #ea809e;
}


footer.bg-dark {
  background-color: #c44569 !important;
}



.alert-success {
	background-color: #f8a5c2 !important;
	color: #FFF !important;
}


h1#page_title {
	color: #596275 !important;
	border-bottom: 1px solid #e492a9;
}

.btn-primary {
	background-color: #786fa6 !important;
	border-color: #786fa6 !important;
}

h3 {
	color: #596275 !important;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

table.kakaku {
	width: 98%;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
}

table.kakaku th {
	background-color: #ea809e;
	color: #fff;
	text-align: center;
}

table.kakaku th:before {
	content: "【単価表】";
}

table.kakaku td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	background-color: #fffaf1;
}