/* CSS Document */

body {
	-webkit-text-size-adjust: 100%; 
　　-moz-text-size-adjust: 100%; 
　　-ms-text-size-adjust: 100%; 
　　-o-text-size-adjust: 100%; 
　　text-size-adjust: 100%;
 	-webkit-overflow-scrolling: touch;
  	overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {


/*==================================================
                スライダーPC
===================================================*/

.ny_slider {
	width: 725px;
	height:285px;
	display: flex;
	/*border-top:1px solid #d9d9d9;*/
	border-top:1px solid #ccc;
	
}
.left_link {
	width: 225px;
	height: 253px;
	box-sizing: border-box;
	/*border-left:1px solid #d9d9d9;*/
	border-left:1px solid #ccc;
}
/*---------------左上-----------------------*/
.sample1 {
	width: 225px;
	height: 176px;
	background-image: url(../image/sokuno_toku.jpg);
	position: relative;
	transition: 0.3s ease-in-out;
}
	.sample1:hover {
		opacity: .7;
}

.truck_move {
	position: absolute;
	top: 75px;
	left: 85px;
	transition: all 1s;
	overflow: hidden;
}

.sample1:hover > .truck_move {
	/*transform: translate(15px,0px);*/
}

/*------------------------------------------*/
.sample2 {
	width: 225px;
	height: 77px;
	/*border-bottom:1px solid #d9d9d9;*/
	border-bottom:1px solid #ccc;
	transition: .3s ease-in-out;
	
}
.sample2:hover {
	opacity: .7;
}

#bxslid2 {
	width:500px;
	height: 288px;
	overflow: hidden;
	box-sizing: border-box;
}
.slide_wrap2 {
	/*border-right: 1px solid #d9d9d9;*/
	border-right: 1px solid #ccc;
	/*border-bottom: 1px solid #d9d9d9;*/
	border-bottom: 1px solid #ccc;
	height: 253px;
}

#bxslider2 {
	width:500px;
	height: auto;
	
}
#bxslider2 li a img {
	transition: .3s ease-in-out;
	
}
#bxslider2 li a img:hover {
	opacity: .7;
	
}

#bx-pager2 {
	/*border-top:1px solid #d9d9d9;*/
}

#bx-pager2 a.active{
	background-color: #e1e1e1;
	/*-webkit-filter: sepia(20%);
	filter: sepia(20%);*/
	/*border-radius: 6%;*/
	/*box-shadow: 1px 1px #cacaca inset;*/
}

.maru {
	display: flex;
	justify-content: space-between;
	/*width: 35%;*/
	width: 50%;
	padding: 10px 0 0;
	margin: 0 auto;
	/*background: tomato;*/
	
}

#bx-pager2 a {
	background-color: #bcbcbc;
	width: 34px;
	height: 4px;
	border-radius: 16%;
	margin: 5px;
	transition: .3s ease-in-out;
	/*box-shadow: 1px 1px 1px #b7b7b7;*/
	
}

/*.marumaru {
	background-color:#ccc;
	width: 34px;
	height: 4px;
	border-radius: 6%;
	
}*/

#bx-pager2 a:hover {
	/*box-shadow: 1px 1px #cacaca inset;
	-webkit-filter: sepia(20%);
	filter: sepia(20%);*/
	background-color: #e1e1e1;
}

/*--------上段キャンペーンバナー-------*/

.banner_top {
	margin: 5px 0 10px;
}
.banner_top a {
	transition: .3s ease-in-out;
}
.banner_top a img {
	box-sizing: border-box;
}
.banner_top a:hover {
	opacity: .7;
}
/*---------スライダー2段目-------------*/
.slider_1 {
	margin: 0 0 4px;
}

/*------------ご注意（枠付き）------------*/

.caution {
	font-size: 1.1em;
	font-weight: 500;
	margin: 0 0 15px;
	padding: 8px;
	text-align: center;
	border: 1px solid #fd2623;
	background: #fefdfa;
	color: #fd2623;
	letter-spacing: .1em;
}
.caution::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background-image: url(../image/caution.svg);
	background-size: cover;
	vertical-align: top;
}

/*------------ご注意（枠なし）------------*/

.caution_mark {
	font-size: 1.1em;
	margin: 0 0 -5px;
	padding: 10px;
	text-align: center;
	background: #fefdfa;
	color: #fd2623;
	letter-spacing: .1em;
	font-weight: bold;
}
.caution_mark::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../image/caution.svg);
	background-size: cover;
	vertical-align: top;
}

/*--------------ページトップへ------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    /*background-color: #47c307;*/
    background-color: #3bbd00;
    text-align: center;
    color: #f7f7f7;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    font-size: 14px;
    text-decoration: none;
    padding: 12px 18px;
    opacity: .9;
	border-radius: 6px;
	transition: .3s ease-in-out;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
			0 2px 2px rgba(0,0,0,0.12), 
			0 4px 4px rgba(0,0,0,0.12) ;
}
.pagetop a:hover {
    display: block;
    background-color: #6ef468;
    text-align: center;
    color: #f7f7f7;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    font-size: 14px;
    text-decoration: none;
    padding:12px 18px;
    opacity: .7;
	border-radius: 6px;
}



/*----------------エクレスライダーPC---------------------*/

#bxslid {
	overflow: hidden;
	box-sizing: border-box;
}
.slide_wrap {
}
.slide_wrap img {
}


#bxslider {
	
}



#bx-pager {
}

#bx-pager a.active{
	background: #373737;
}

.slide_thumb_wrap {
	display: flex;
	justify-content: space-between;
	width: 200px;
	margin: 0 auto;
	
}
.slide_thumb_wrap a {
	margin: -40px 0 0;
	width: 50px;
	height: 6px;
	border-radius: 6px;
	background: #b6b5b5;
	transition: .3s ease-in-out;
}

.slide_thumb1,
.slide_thumb2,
.slide_thumb3 {
	
	
}
.slide_thumb_wrap a:hover {
	background: #727272;
}


}

/*----------------ここまでPC------------------------*/



@media only screen and (max-width: 767px) {
		

/*tableにスクロールバー装飾」*/
.design_camp::-webkit-scrollbar {
	height: 5px;
}

/*tableにスクロールバー装飾*/
.design_camp::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバー装飾*/
.design_camp::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/*============================
      モバイル スライダー
=============================*/

.ny_slider {
    width: 100%;
	display: flex;
	flex-direction: column-reverse;
	
}
.left_link {
	width: 100%;
	display: flex;
	padding:0 1%;
	margin: 0 0 30px;
}

.left_link a {
	width: 50%;
	box-sizing: border-box;
	display: block;
}
/*---------モバイル左上-------*/

.left_link a .sample1 {
	background: url(../image/sokuno_toku.jpg) no-repeat;
	background-size: contain;
	padding-top: 78.57%;
	position: relative;
	transition: .3s ease-in-out;
    /*padding-bottom: 78.57%*/
    height: 0;
	border: 1px solid #ccc;
}

.truck_move {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 28px);
	transition: all 1s;
	overflow: hidden;
}

.sample1:hover > .truck_move {
	transform: translate(15px,0px);
}

/*----------------------------*/

.left_link a .sample2 {
	background: url(../image/guide_sp.jpg) no-repeat;
	background-size: contain;
	padding-top: 78.57%;
	box-sizing: border-box;
	/*border: 1px solid #d9d9d9;*/
	border: 1px solid #ccc;
	border-left: none;
	transition: .3s ease-in-out;
}
.left_link a .sample2:hover {
	opacity: .7;
}
.left_link a .sample2 img {
	display: none;
}
 
/*----------------------------*/

#bxslid2 {
	overflow: hidden;
	margin: 0 1%;
}
.slide_wrap2 {
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#bxslider2 {
	
}
#bxslider2 li a img {
	width: 100%;
	height: auto;
	display: block;
	transition: .3s ease-in-out;
    }

#bxslider2 li a img:hover {
	opacity: .7;	
}



#bx-pager2 {
	/*margin-bottom: 10px;*/
}

#bx-pager2 a.active{
	background-color:#e1e1e1;
}

.maru {
	display: flex;
	justify-content: space-around;
	margin: 10px auto 30px;
	width: 50%;
}

#bx-pager2 a {
	background-color: #bcbcbc;
	width: 34px;
	height: 4px;
	border-radius: 16%;
	margin: 5px;
	transition: .3s ease-in-out;
	
}
/*.marumaru {
	background-color:#ddd;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 3px;
	padding: 0;
	box-shadow: 1px 1px #999;
}*/

#bx-pager2 a:hover {
	background-color:#e1e1e1;
}

/*------------------------------*/
.banner_top {
	margin: 10px 0;
	padding: 0 1%;
}
.banner_top a {
	transition: .3s ease-in-out;
}
.banner_top a img {
	box-sizing: border-box;
	/*border: 1px solid  #5f8e02;*/
}
.banner_top a:hover {
	opacity: .7;
}
/*--------スライダー2段目-------*/
.slider_1 {
	margin: 0 1% 10px;
}

/*------------ご注意（枠付き）------------*/

.caution {
	font-size: 1.0em;
	font-weight: 500;
	margin: 0 1% 20px;
	padding: 8px 2%;
	text-align: center;
	border: 1px solid #fd2623;
	background: #fefdfa;
	color: #fd2623;
}
.caution::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../image/caution.svg);
	background-size: cover;
	vertical-align: top;
}

/*------------ご注意------------*/

.caution_mark {
	font-size: 1.1em;
	margin: 0 0 -5px;
	padding: 10px;
	text-align: center;
	background: #fefdfa;
	color: #fd2623;
	letter-spacing: .1em;
	font-weight: bold;
}

.caution_mark::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../image/caution.svg);
	background-size: cover;
	vertical-align: text-top;
}

/*-----モバイルページトップへ---*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
	z-index: 100;
}
.pagetop a {
    display: block;
    background-color: #3bbd00;
    text-align: center;
    color: #f7f7f7;
    font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    text-decoration: none;
    padding: 10px 16px;
    opacity: .9;
	border-radius: 6px;
	transition: .3s ease-in-out;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
			0 2px 2px rgba(0,0,0,0.12), 
			0 4px 4px rgba(0,0,0,0.12);
}
.pagetop a:hover {
    display: block;
    background-color: #6ef468;
    text-align: center;
    color: #f7f7f7;
    font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    text-decoration: none;
    padding:10px 16px;
    opacity: .8;
	border-radius: 6px;
}	


/*----------------エクレスライダーSP---------------------*/

#bxslid {
	overflow: hidden;
	box-sizing: border-box;
}
.slide_wrap {
}
.slide_wrap img {
}


#bxslider {
	
}



#bx-pager {
}

#bx-pager a.active{
	background: #373737;
}

.slide_thumb_wrap {
	display: flex;
	justify-content: space-between;
	width: 200px;
	margin: 0 auto;
	
}
.slide_thumb_wrap a {
	margin: -40px 0 0;
	width: 50px;
	height: 6px;
	border-radius: 6px;
	background: #b6b5b5;
	transition: .3s ease-in-out;
}

.slide_thumb1,
.slide_thumb2,
.slide_thumb3 {
	
	
}
.slide_thumb_wrap a:hover {
	background: #727272;
}



/*----------------------------------------*/




























}


/*===============SNOW FALLIN===============*/

/*★範囲指定用。#zonは必須*/
@media only screen and (min-width: 768px) {
#zon{
	overflow:hidden;/*★必須。はみ出した部分を表示しない*/
	position: absolute;/*★必須。基準位置の指定。relativeでもabsoluteでもfixedでも可*/
	width: 725px;
	height: 117px;
	top: 0;
	left: 0;
	background: url(../image/nenmatu_sale_camp_pc.jpg) no-repeat center center;
}
#zon_sp {
	display: none;
}
.back {
	position: relative;
	width: 725px;
	height: 117px;
	margin-bottom: 8px;
}

}
@media only screen and (max-width: 767px) {
	

#zon {
	overflow:hidden;/*★必須。はみ出した部分を表示しない*/
	position: absolute;/*★必須。基準位置の指定。relativeでもabsoluteでもfixedでも可*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../image/nenmatu_sale_camp_sp.jpg) no-repeat center center;
	background-size: contain;
}

.back {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 26.07%;
	margin:0 auto 8px auto;
}


}
