@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#kv {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#kv_mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
	z-index: 9;
}
h2 {
	position: absolute;
	width: 100%;
	line-height: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	z-index: 10;
}
/* スクロール */
.bg_move{
	background-image: url(../images/scroll_bg.jpg);
	height: 100px;
	animation: moveBg 3s infinite linear;
	width: 1px;
	margin-left: auto;
	margin-right: auto;
}
@keyframes moveBg{
    0%    { background-position: 0 0; }
    100%  { background-position: 0px 400px; }
}


#scroll {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	padding-top: 18px;
	padding-bottom: 10px;
	line-height: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

#breadcrumbs ul {
	font-size: 0px;
}

#breadcrumbs li {
	font-size: 12px;
	display: inline-block;
}

#breadcrumbs li a {
	color: #000000;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	color: #646464;
	text-decoration: underline;

}

#breadcrumbs li:after {
	content: " ＞ ";
	margin-right: 5px;
}

#breadcrumbs li:last-child:after {
	content: "";
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#h3_box {
	margin-top: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
#h3_box h3 {
	font-family: "宋体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
	border-left: 10px solid #DDDBE8;
	padding-left: 12px;
	padding-top: 10px;
	color: #413A7C;
}
#h3_box h3 span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8A8A8A;
	font-weight: normal;
	border-top: 1px solid #B5B1CD;
	margin-top: 10px;
}


/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: 280px !important;
	background-size: cover;
}
#kv_mask {

}
h2 {
	top: 50px;
	bottom: auto;

}
h2 img {
	height: 150px;
	width: auto;

}
/* スクロール */
#scroll {
	display: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	padding-top: 10px;
	padding-bottom: 7px;
	line-height: 1em;
	padding-left: 10px;
	padding-right: 10px;
}
#breadcrumbs li {
	font-size: 11px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#h3_box {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
#h3_box h3 {
	font-size: 24px;
}

}
