@charset "utf-8";

/* -------------------- sub_title -------------------- */
.sub_title{
	position: relative;
	background-image: url(../img/sub_title.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

/* ---------- contact ---------- */
#contact{
	background-image: url(../img/info_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* -------------------- カテゴリリスト -------------------- */
.cate_list .cate_title a{
  position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 5px;
  box-sizing: border-box;
	transition: all 0.5s;
}
.cate_list .cate_title:nth-child(n + 4){
  margin-top: 10px;
}

/* -------------------- page2 -------------------- */
#page2 .box_img{
	width: 46%!important;
}
#page2 .box_img figure{
	transition: all 400ms ease-in-out;
}
#page2 .box_img figure:hover{
	transform : translate(0, -5px);
}
#pager li a{
	font-size: 16px;
	color: #333333;
	background-color: #f1f1f1;
	border-radius: 4px;
	padding: 10px 20px;
	margin: 0 10px;
	transition: all 0.3s;
}
#pager li a:hover{
	color: #ffffff;
	background-color: #2b8fd8;
}
/* -------------------- page3 -------------------- */
#page3 .box_title4 a{
	transition: all 400ms ease-in-out;
}
#page3 .box_title4 a:hover{
	transform : translate(0, -5px);
}
/* -------------------- page5 -------------------- */
#page5 .cate_box .box_item{
	min-height: 340px;
}
#page5 .cate_box:nth-child(odd) .box_item{
	order: 1;
}
#page5 .cate_box:nth-child(even) .box_item{
	order: 2;
}
#page5 .cate_box:nth-child(odd) .box_img1{
	order: 2;
}
#page5 .cate_box:nth-child(even) .box_img1{
	order: 1;
}
#page5 .cate_box{
  counter-increment: number 1;
}
#page5 .box_title1 span{
	padding: 0 0 0 100px;
}
#page5 .box_title1 span::after{
	position: absolute;
	top: 20px;
	left: 0;
	color: #aaaaaa;
	font-size: 60px;
	font-style: italic;
	line-height: 0;
  content: counter(number, decimal-leading-zero);
}
/* -------------------- page6 -------------------- */
#page6 .box_img{
	width: 46%!important;
}

/* -------------------- page7 -------------------- */
#page7 #form > p > span, #form dl > dt span{
	color: #E75C5C;
}
#page7 #form dl dt label{
	cursor: pointer;
}
#page7 .chbox, #page7 .radiob{
	display: block;
	width: 100%;
	height: 20px;
	margin-bottom: 8px;
	cursor: pointer;
}
#page7 input[type="checkbox"], #page7 input[type="radio"]{
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
	vertical-align: middle;
	margin-right: 8px;
}
#page7 input[type="text"]{
	width: calc(100% - 10px);
	height: 20px;
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
}
#page7 select{
	width: 280px;
	font-size: 15px;
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
	padding: 4px;
}
#page7 textarea{
	width: calc(100% - 10px);
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
}
#page7 input:focus, #page7 textarea:focus{
	background-color: #ffffff;
}
#page7 button{
	text-indent: 4px;
	cursor: pointer;
	transition: all 400ms ease-in-out;
}
#page7 button:hover{
	transform : translate(0, -5px);
}
/* -------------------- page10 -------------------- */
#page10 ul li a{
	position: relative;
	display: inline-block;
	min-width: 320px;
	font-weight: bold;
	padding-left: 60px;
}
#page10 ul li a:hover{
	padding-left: 80px;
}
#page10 ul li a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #2b8fd8;
	transition: .5s;
}
#page10 ul li a:hover::before{
	width: 50px;
}
#page10 ul li a span{
	color: #666666;
	font-weight: normal;
}
#page10 ul li a:hover span{
	color: #f84e3f;
}

/* ---------- PC ---------- */
@media screen and (min-width:769px){

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	.sub_title{
			margin-top: 60px;
	}
	#page5 .box_title1 span{
		padding: 0 0 0 80px;
	}
	#page5 .box_title1 span::after{
		top: 25px;
		font-size: 50px;
	}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#page2 .box_img{
		width: 90%!important;
	}
	#pager li.prev a{
		padding: 10px 50px;
	}
	#page5 .cate_box .box_item{
		min-height: auto;
	}
	#page5 .cate_box:nth-child(odd) .box_item,
	#page5 .cate_box:nth-child(even) .box_item{
		order: 2;
	}
	#page5 .cate_box:nth-child(odd) .box_img1,
	#page5 .cate_box:nth-child(even) .box_img1{
		order: 1;
	}
	#page5 .box_title1 span{
		padding: 0 0 0 70px;
	}
	#page5 .box_title1 span::after{
		top: 20px;
		font-size: 40px;
	}
	#page6 .box_img{
		width: 90%!important;
	}
	#page7 #form dl dt{
		color: #ffffff;
		background-color: #666666;
		padding-bottom: 10px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	#page7 #form dl dd{
		background-color: #f1f1f1;
		padding-top: 10px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	#page10 ul li a{
		min-width: auto;
	}
	#page10 ul li a span{
		display: none;
	}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
	
}