@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}

body,
a,
.table {
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.3rem;
}

.text-blue {
  color: #6b90db !important;
}

.bg-blue,
.thead-blue,
.badge-primary {
  background-color: #6b90db !important;
}

.bg-lightblue {
  background-color: #ecf7fb !important;
}

.bg-pink {
  background-color: #DB8F81 !important;
}

.border-blue {
  border-color: #B2C2E1 !important;
}

.border-top {
  border-width: 2px !important;
}

p {
  line-height: 1.6rem;
}

.mark {
  background: linear-gradient(transparent 60%, #d3e4eb 80%);
}

.right01 {
  float: right;
  width: 30%;
}

.right02 {
  float: right;
  width: 100px;
}

.cp_hr01 {
	height: 3px;
	border-width: 0;
	background-color: #bcf2ff;
	background-image: -webkit-linear-gradient(135deg,
	#506e91 0px,#506e91 2px, transparent 2px, transparent 4px,
	#506e91 4px, #506e91 6px, transparent 6px, transparent);
	background-image:         linear-gradient(-45deg,
	#506e91 0px,#506e91 2px, transparent 2px, transparent 4px,
	#506e91 4px, #506e91 6px, transparent 6px, transparent);
	background-size: 6px 6px;
}





/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */
.header {
  height: 100vh;
}

.header .jumbotron {
  background-image: url("../img/main-img.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 90%;
  margin-bottom: 0;
}

/* nav
-------------------------------------------------- */
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}



/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/*    こだわり
-------------------------------------------------- */
.kodawari h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  border-bottom: 5px solid #B2C2E1;
}

.fastidiousness img {
    border-radius: 20px; /* ちょっとだけ角丸 */
}

/*    スタッフ募集
-------------------------------------------------- */
.figcaption {
  padding-left: 1rem;
  border-left: 3px solid #6b90db;
}

.shadow1 {
  box-shadow: 10px 10px 10px #ccc ; /* 影（[右][下][ぼかし][影の色]）を指定する */
}
/* --------------------------------------------------



/*    お知らせ
-------------------------------------------------- */
.no_col {
    color: #1bb8e7;
}
