@charset "UTF-8";

/* ====== 共通 ====== */
body {
	font-family: "Shippori Mincho", serif;
}
h1, h2, h3, .h3 {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	line-height: 2em;
}
.h4 {
	line-height: 3em;
}
.heading {
	text-align: center;
}
.heading h3 {
	margin: 8px 0 32px 0;
	padding: 8px 0 0;
	font-weight: 400;
	position: relative;
	display: inline-block;
	letter-spacing: 0.2em;
}
.heading h3::before {
	content: "";
	width: 125%;	/* 線の長さ */
	height: 1px;	/* 線の太さ */
	bottom: -8px;	/* 線の縦の開始位置 */
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	background: #fff;
}
.heading-dark h3::before { background: #000;}
p {
	font-size: 1.2em;
	line-height: 2em;
}
.navbar-dark { background-color:#000!important;}
a { color: #fff; }
a:hover {
    text-decoration: none;
    color: #888;
}
header nav.navbar { padding-left: .3em;}
.navbar-brand { width: 15%;}
.navbar-brand .logo { width: 100%;}
.nav-item a, nav a {
	font-size: 18px;
	font-weight: bold;
}
h5.offcanvas-title a.navbar-brand { width: 70%;}
h5.offcanvas-title a.navbar-brand .logo { width: 100%;}
.navbar-toggler { border-color: rgba(0,0,0,0);}

/*　トップページ　ヘッダー　背景*/
.slideBox {
    height: 90vh;
    width:100%;
    overflow: hidden;
    position: relative;
	background-color: #000;
}
/*　ヘッダー　背景上のテキスト*/
.title {
    color: #fff;
    z-index: 12;
    position: absolute;
    top: 50%;
    left: 10%;
}
/*　ヘッダー　背景画像　*/
.item2 {
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 95vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1C1C1C;
	position: absolute;
	-webkit-animation: anime 18s 0s infinite;
	animation: anime 18s 0s infinite;
}

.item2:nth-of-type(1) { z-index: 3; }
.item2:nth-of-type(2) { 
	z-index: 2; 
	animation-delay: 6s;
}
.item2:nth-of-type(3) { 
	z-index: 1; 
	animation-delay: 12s;
}

/* ふわっとアニメーション */
@keyframes anime {
	0% {
		opacity: 0;
		transform: scale(1);
	}

	35% {
		opacity: 1;
		transform: scale(1.04);
	}

	70% {
		opacity: 0;
		transform: scale(1.08);
	}

	100% {
		opacity: 0;
		transform: scale(1.15);
	}
}
/*
トップ以外のページのヘッダー　背景イメージ 
----------------------------*/
.jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 35vh;
  background-color: #000;
}
.jumbotron-company {background-image: url(../img/title-company.jpg);}
.jumbotron-shop {background-image: url(../img/title-shop.jpg);}
.jumbotron-service {background-image: url(../img/title-service.jpg);}
.jumbotron-product {background-image: url(../img/title-product.jpg);}
.jumbotron-access {background-image: url(../img/title-access.jpg);}

a img { opacity:1;}
a img:hover{ opacity: 0.8;}
main {
	width:100%;
    background-color:#000;
    color:#fff;
}
table tr { font-size: 1.1em;}
.link-primary { color:#5ca4ed;}
.link-primary :hover { opacity: 0.6;}

/*　背景色　*/
.bg-gray01 {
	background-color:#efe7dc;
	color:#000;
}
.bg-gray02 {
	background-color:#eae5e3;
	color:#000;
}

/*
お問い合わせはこちら
-------------------------------------*/
.textlink a {
	position: relative;
	color: #5ca4ed;
	text-decoration: none;
	font-size:1.2rem;
}
.textlink a:hover { color: #ffd324;}
.textlink07 a { padding-right: 50px;}
.textlink07 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #5ca4ed;
}
.textlink07 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #5ca4ed;
}
.textlink07 a:hover::before, .textlink07 a:hover::after {
	background-color: #ffd324;
}

/*
会社概要ページ
-------------------------------------*/
.table th {
text-align:right;
}

/*
shopページ
-------------------------------------*/
.list-group .list-group-item {
	border-top:none;
	border-left:none;
	border-right:none;
	font-size:1.2em;
}
a img.spread-img {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
a:hover img.spread-img {
	transform: scale(1.03);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

/*
serviceページ
-------------------------------------*/
#jyonai {
  background-image: url(../img/service-img01-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.bg-box {
  background-color: rgb(0 0 0 / 0.8);
  color: #fff;
}
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-time {
    width: 110px;
    float: left;
    margin-top: 5px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 10px;
    border-radius: 100%;
  }
  .timeline-content h5 {
    color:#6fc173;
  }
	/* 特定のクラスだけ打ち消す */
  .timeline-content-no-before::before {
  content: none;
  }
}

/* 
contactページ
-----------------------------------*/
legend.col-form-label,
label.col-form-label {text-align:right!important;}

/* 
フッター
-----------------------------------*/
footer {
	background-color:#e4dbcf;
	background-position: bottom;
    color:#000;
}
footer ul li {
	padding:5px;
}
footer ul li a {
	text-decoration: none;
	color: #000;
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）*/
@media screen and (max-width: 1199.98px) {
	
}
/* 中デバイス（タブレット, 992px 未満） */
@media screen and (max-width: 991.98px) {
	.navbar-brand {
		width: 30%;
	}
	.container {
		max-width: 740px;
	}
}

/* 小デバイス（横向きモバイル, 768px 未満） */
@media screen and (max-width: 767.98px) {
	.navbar-brand {
		width: 46%;
	}
	.slideBox {
		height: 100vh;
	}
	.title {
		top: 10%;
		right: 5%;
		writing-mode: vertical-rl;
	}
	.item2 {
		height: 100vh;
		background-position: center center;
	}
	.jumbotron {
		height: 30vh;
		background-size: cover;
		background-position: left;
	}
	.jumbotron-online {
		background-position: right;
	}
}

/* 極小デバイス（縦向きモバイル, 576px 未満） */
@media screen and (max-width: 575.98px) {
	h5 {
		font-size: 1em;
	}
	legend.col-form-label, label.col-form-label {
		text-align: left!important;
	}
}