@charset "utf-8";

#wrapper {
	overflow: hidden;
}

/*------------header--------------*/
#header {
	background: #fff;
}
.header {
	position: relative;
	
}
#header .inner {
	max-width: 1160px;
}
.header .hdtop {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .hdtop .btn {
	width: 233px;
}
.header .hdtop .btn a {
	background: url("../images/top/bg_topbtn01.png") no-repeat bottom center;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 22px 0;
	border-radius: 0 0 10px 10px;
}
.header .hdtop .btn a:hover {
	opacity: 0.5;
}
.navbar-toggle,
.pullmenu {
	display: none;
}

/*------------gnavi--------------*/
#gnavi {
	padding: 17px 45px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
#gnavi ul {
	display: flex;
	justify-content: center;
}
#gnavi ul li {
	padding: 0 35px;
	text-align: center;
}
#gnavi ul li {
	background: url(../images/common/bg_line.png) right 0 repeat-y;
	position: relative;
}
#gnavi ul li:first-child::before {
	background: url(../images/common/bg_line.png) 0 0 repeat-y;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: 2;
	position: absolute;
}
#gnavi ul li a {
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 17px 0;
	color: #353535;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
#gnavi ul li a:hover::before {
	background: linear-gradient(to right,#0ba1d0,#4ac4dd);
	width: 100%;
	height: 7px;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 2;
	position: absolute;
	border-radius: 5px;
}
#gnavi ul li a.on:before {
	background: linear-gradient(to right,#0ba1d0,#4ac4dd);
	width: 100%;
	height: 7px;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 2;
	position: absolute;
	border-radius: 5px;
}

@media screen and (max-width: 990px) {
	#gnavi ul li {
		padding: 0 20px;
		text-align: center;
	}
	#gnavi ul li a {
		font-size: 14px;
	}
}



/*------------teaser--------------*/

#teaser {
	position: relative;
	height: 280px;
}

#teaser .tit {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
}
#teaser .img01 {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 2;
}
#teaser .img02 {
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 2;
}




/*------------breadcrumb--------------*/
#breadcrumb {
	text-align: right;
	font-size: 12px;
	padding: 20px 0;
	font-weight: normal;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#breadcrumb a {
	font-size: 12px;
	color: #000;
}
#breadcrumb span {
	display: inline-block;
	padding: 0 10px;
}



/*------------hdL--------------*/

.hdL {
	text-align: center;
	font-size: 35px;
	color: #381e14;
	position: relative;
	font-weight: bold;
	padding-bottom: 20px;
}
.hdL::before {
	background: linear-gradient(to right,#0ba1d0,#4ac4dd);
	width: 85px;
	height: 8px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}






/*------------wrapper--------------*/
.inner{
	max-width: 990px;
	margin: 0 auto;
}

.inner02 {
	max-width: 1060px;
	margin: 0 auto;
}






/*------------footer--------------*/
#footer {
	position: relative;
	padding: 35px 0;
	background-color: #fff;
}
#footer::before {
	background: url(../images/common/bg_footer.png) 0 0 repeat-x;
	width: 100%;
	height: 15px;
	top: -14px;
	left: 0;
	content: "";
	z-index: 5;
	position: absolute;
}
#footer .bnr {
	text-align: center;
}
#copyright {
	text-align: center;
	color: #8f8f8f;
	font-size: 14px;
	margin-top: 30px;
	font-weight: normal;
}

.pageTop {
	position: fixed;
	right: 15px;
	bottom: 10%;
	z-index: 8;
}
.pageTop.is-end {
	position: absolute;
	right: 15px;
	bottom: auto;
	top: -33px;
}




/*------------pagecontact--------------*/

.pagecontact {
	background: url(../images/common/bg_contact.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 0 55px;
	text-align: center;
}
.pagecontact .hdL {
	color: #fff;
}
.pagecontact .tit {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.pagecontact .tit span {
	display: block;
	font-size: 19px;
	margin: 10px 0 0;
}
.pagecontact .txt {
	color: #fff;
	font-size: 16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	padding: 10px 0;
}
.pagecontact .txt a {
	color: #fff;
	pointer-events: none;
}
.pagecontact .btn {
	width: 297px;
	margin: 0 auto;
}
.pagecontact .btn a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 14px 0;
	font-weight: bold;
	border: 4px solid #fff;
	text-decoration: none;
	border-radius: 15px;
	background: linear-gradient(to right,#0ba1d0,#4ac4dd);
}
.pagecontact .btn a:hover {
	opacity: 0.5;
}












