@charset "UTF-8";
/* CSS Document */

html,.row,.container-fluid{
	padding: 0;
	margin: 0;
}
body{
	position:relative;
	width:100%;
	height:100%;
    color:#FFFFFF;
    z-index: 0;
/*	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
    background: #F0F1E1;
    font-family: "ten-mincho",serif;
} 

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

@media screen and (min-width:0px){
body{
   /* background:#37A4FD;*/
    background:url(../images/bag/bag_6.png);
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

}/*ーーーーーーーーサイズ１*/

@media screen and (min-width:768px){
body{
    background:url(../images/bag/bag_1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

}/*ーーーーーーーーサイズ２*/

@media screen and (min-width:1092px){
body{
    background:url(../images/bag/bag_1.png);
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
}/*ーーーーーーーーサイズ３*/

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


.img_pa_b{
    padding-bottom: 15px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*=============================================
			スクロール
=============================================*/
.pege{
	position: relative;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 200000;
}
#page-top img{
	height: 100px;
}
#page-top img:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease0;
	transition: all  0.5s ease;
}
@media (min-width:1000px){
#page-top img{
	height: 50px;
}
}
/*=============================================
			ハンバーガー
=============================================*/

.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	z-index: 100000;
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
	padding :10px;
    font-family: "almaq-rough",sans-serif;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}

/* メニューボタン */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* メニューボタン */

.hm_menu_wrap {
	width :100%;
	height :10000px;
    background:rgba(89,139,46,1.00);
    background-size: cover;
    background-position: center left;
	font-size: 1em;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* 開閉時のアニメーション */

/* メニュー内のリストスタイル */
.hm_list {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}
.hm_list li a {
    color: #BDDFBA;
	display: block;
	overflow: hidden;
	padding: 15px 10px 15px 40px;
	position: relative;
    font-size:1.5em;
    letter-spacing: 3px;
	text-decoration: none;
	z-index: 1;
	border-bottom: #BDDFBA 2px dotted;
}
.hm_list > li:nth-child(1) > a:nth-child(1){
	margin-top: 40px;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
/*	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;*/
}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル */

/*SNSボタン*/
.fa{
	position: absolute;
	top: 370px;
	right: 20px;
	width: 30px;
	height: 30px;
	color: rgba(115,115,115,1.00);
}
.fa:hover{
	background: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	border: none;
}

/*=============================================
			ナビゲーション
=============================================*/
.navbar{
    width: 100%;
    position: fixed;
    z-index: 1000000;
    
    background:rgba(255,255,255,1.00);
    background-position: center center;
    height: 90px;
    
    font-family: "almaq-rough",sans-serif;
    font-size: 1.2em;
    letter-spacing: 2px;
    
}
/*各項目の色*/
.navbar-light .navbar-nav .nav-link{
    color:rgba(18,18,18,1.00);
    font-weight: 600;
    padding: 0px 15px 0px 15px;
    font-size: 1.3em;
}
/*会社名の色*/
.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: #BDDFBA;
    font-weight: 600;
    padding: 10px 4% 10px 20px;
    font-size: 1.3em;
}
.carousel-item{
}
.carousel-inner{
    text-align: right;
}
.navbar-brand img{
    width: 250px;
}
/*=============================================
			footer
=============================================*/
footer{
	padding:51px 0 50px 0;
	margin: 0;
	color: #000000;
    background: rgba(253,253,253,0.90);
}

footer i{
	color: rgba(255,255,255,1.00);
	padding:21px 0 20px 20px;
}
footer a{
    color: #000000;
}
footer a.nav-link{
    padding: 0 30px 0 30px;
}
footer .nav-item{
    border-left: rgba(0,0,0,1.00) 1px solid;
}
footer .nav-item:nth-child(1){
    border-left: rgba(0,0,0,0.00) 0px solid;
}
footer .title{
    font-size: 2em;
    font-weight: 600;
    font-family: "ten-mincho",serif;
    color: rgba(0,0,0,1.00);
}
footer .title-2{
    font-size: 1.3em;
    font-weight: 600;
    border-bottom: rgba(0,0,0,1.00) 1px solid;
}
footer .text{
    font-size: 1em;
    font-weight: 600;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 90%;
}
footer .text-2{
    font-size: 0.9em;
}
footer .col-md-4 img{
    padding: 0 0 0 0;
    margin: -20px 0 0 0;
}
footer .col-md-6{
    padding: 0 15px 0 0;
}
footer .row.tel{
    padding: 0 0 0px 0;
    margin: 0 0 0 0;
    text-align: left;
}
footer .btn-tel{
    background: rgba(0,0,0,1.00);
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 1.5em;
    font-weight: 600;
    margin: 15px 0 25px 0;
}
footer .btn-tel:hover{
    background:rgba(255,250,70,1.00);
    color: #000000;
    border-bottom: 0px rgba(0,0,0,0.00) solid;
    border: rgba(0,0,0,1.00) 2px solid;
}
footer a:hover{
    background:#284500;
    color: #FFFFFF;
    border-bottom: 0px rgba(0,0,0,0.00) solid;
}

/*＊＊＊メディアクエリ＊＊＊*/
/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
　　
　　　　　スマホ
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (min-width:0px){
footer .btn-tel{
    background: rgba(0,0,0,1.00);
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 1.1em;
    font-weight: 600;
    margin: 15px 0 25px 0;
}
}


/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
　　
　　　　　タブレット
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (min-width:768px){
footer .btn-tel{
    background: rgba(0,0,0,1.00);
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 1.0em;
    font-weight: 600;
    margin: 15px 0 25px 0;
}
}

/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
　　
　　　　　PC
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (min-width:992px){
footer .btn-tel{
    background: rgba(0,0,0,1.00);
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 1.1em;
    font-weight: 600;
    margin: 15px 0 25px 0;
}
}
/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/*=============================================
		
=============================================*/
.kuro{
    background: rgba(0,0,0,1.00);
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 5px 0;
}
.kuro a{
    color:rgba(245,238,90,1.00);
}
/*=============================================
			aosアニメーションのずれ調整
=============================================*/

#wrapper {
  width:100%;
  overflow:hidden;
}
