@charset "utf-8";

/*------------header--------------*/
#header {
	position: inherit;
	background: #fff;
}
.header {
	position: relative;
}
#header .inner {
	padding: 0 0 0 10px;
}
.header .hdtop {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .hdtop .hdlogo {
	width: 240px;
}
.header .hdtop .btn {
	display: none;
}

/*------------navbar-toggle--------------*/

.navbar-toggle {
	width: 80px;
	height: 80px;
	background: url(../images/common/menu.png) center center no-repeat;
	background-size: 50%;
}
.navbar-toggle.on {
	background: url(../images/common/menu_close.png) center center no-repeat;
	background-size: 100%;
}

.pullmenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	display: none;
}
.pullmenu li {
	border-top: 1px solid #aee6ee;
}
.pullmenu li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	font-size: 15px;
	color: #353535;
	font-weight: bold;
}
.pullmenu li a.btn {
	color: #fff;
	background: linear-gradient(to right,#0ba1d0,#4ac4dd);
}



/*------------gnavi--------------*/
#gnavi {
	display: none;
}



/*------------teaser--------------*/
#teaser {
	position: relative;
	height: 100px;
}

#teaser .tit {
	font-size: 19px;
	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: 10px;
	left: 10px;
	z-index: 2;
	width: 40px;
}
#teaser .img02 {
	position: absolute;
	bottom: 15px;
	right: 10px;
	z-index: 2;
	width: 55px;
}

/*------------breadcrumb--------------*/
#breadcrumb {
	text-align: right;
	font-size: 12px;
	padding: 10px 0;
}
#breadcrumb a {
	font-size: 12px;
	color: #000;
}
#breadcrumb span {
	display: inline-block;
	padding: 0 10px;
}






/*------------wrapper--------------*/
.inner,
.inner02{
	padding: 0 10px;
}
.pageTop {
	position: fixed;
	right: 15px;
	bottom: 10%;
	z-index: 8;
	width: 50px;
}
.pageTop.is-end {
	position: absolute;
	right: 10px;
	bottom: auto;
	top: -260px;
	width: 50px;
}
/*------------hdL--------------*/

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



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





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

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


