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

/*スライダー*/
/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
	max-width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}

 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}
/*ここまでスライダー*/

.clear{
	clear: left;

}
.honbun {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 100%;
	line-height: 25px;
}
body {
	margin: 0px;
	background-image: url(image/haikei.jpg);
}
.center{
	text-align:center;
}
.head{
	max-width:1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.red{
	color:#ff0000;
}

h1{
	padding: 10px 30px;
	font-family: serif;
	font-style: italic;
	letter-spacing: 5px;
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-left: 10px solid rgba(151,0,2,1.00);
	clear: both;
}


h2{
	margin: 0px;
	font-family: serif;
	color: rgba(255,255,255,1);
	background-image: -webkit-linear-gradient(270deg,rgba(85,152,255,1.00) 0%,rgba(0,74,189,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(85,152,255,1.00) 0%,rgba(0,74,189,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(85,152,255,1.00) 0%,rgba(0,74,189,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(85,152,255,1.00) 0%,rgba(0,74,189,1.00) 100%);
	padding: 10px 10px 10px 20px;
	border-radius: 10px;
}
h4{
	margin: 0px;
	font-family: serif;
	color: rgba(255,255,255,1);
	background-image: -webkit-linear-gradient(270deg,rgba(229,85,255,1.00) 0%,rgba(100,2,110,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(229,85,255,1.00) 0%,rgba(100,2,110,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(229,85,255,1.00) 0%,rgba(100,2,110,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(229,85,255,1.00) 0%,rgba(100,2,110,1.00) 100%);
	padding: 10px 10px 10px 20px;
	border-radius: 10px;
	font-size: 150%;
}
.hooter{
	background-color:rgba(57,0,179,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding:10px;
}



/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}


/*ハンバーガーメニュー*/
/* ------------------------------
   #menuList
------------------------------ */
nav{
		height: 45px;
		background-image: -webkit-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
}
#menuList {
	max-width: 1000px;
	width:100%;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	background-image: -webkit-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
}
 
#menuList ul {
	padding-left: 0px;
	width:;
	height: 45px;

}
 
#menuList ul li {
	list-style-type: none;
	width: 16.6%;
	height: 45px;
	float: left;
	border-left: #aaa 1px solid;
	box-sizing: border-box;
}
 
#menuList ul li:last-child {
    border-right: #aaa 1px solid;
}
 
#menuList ul li a {
    height: 45px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    text-align: center;
    transition: all 0.2s linear;
}
 
#menuList ul li:hover > a {
    background-color: rgba(0,151,224,1.00);
}
 
#contents {
    margin: 0 auto;
    padding: 40px 0;
    width: 800px;
    text-align: left;
}
 
#contents p {
    padding-bottom: 2em;
    font-size: 1em;
    line-height: 2em;
}








header {
	background-color: rgba(67,66,240,1);
	color: rgba(255,255,255,1.00);
	background-image: url(image/haikei2.jpg);
}
.left-box  {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 20px;	
}
.left-box-koutsuuannai  {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 20px;	
}
.right-box  {
	float: left;
	width: 46%;
	margin-bottom: 20px;
	margin-right: 2%;
	margin-left: 2%;
}
.gazou{
	margin: 0px auto 10px;
}
.kieru{
	display:none;
}
.arawareru{
	display:block;
}
.small-picture {
	width: 48%;
	margin: 1%;
	padding: 0px;

}
.hajime {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 10px;
}




/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media screen and (max-width:1000px){
	.honbun{
		width:100%;
		}
}
@media only screen and (max-width: 768px) {


#menuList ul li {
	width: 50%;
	background-image: -webkit-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(117,93,241,1.00) 0%,rgba(23,11,171,1.00) 100%);
	border-bottom: #aaa 1px solid;
}
#menuList ul li:last-child {
	border-bottom: #aaa 0px solid;
	margin-bottom: 10px;
}
#menuList ul li:nth-child(5) {
	border-bottom: #aaa 0px solid;
	margin-bottom: 10px;
}		

#contents {
    width: 100%;
}
 
#contents p {
    padding: 0 20px 2em 20px;
}
	
.left-box  {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
.left-box-koutsuuannai{
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
}
.right-box  {
	width: 96%;
	margin-bottom: 20px;
	margin-right: 2%;
	margin-left: 2%;
}
.gazou{
	width:100%;
	max-width:400px;
	margin:10px auto;
}	
.kieru{
	display:block;
}
.arawareru{
	display:none;
}
.top-logo{
	width: auto;
	max-width:100%;
}
body {
	margin: 0px;
	background-image: url(image/haikei.jpg);
}
h1{
	font-size: 150%;
	padding: 10px;
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.gazou-center {
	text-align: center;
}

 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/*スライダー*/
/* .viewer
------------------------- */

.viewer {
	width: 768px;
    position: relative;
    overflow: hidden;
}
.viewer ul {
	width: 768px;	
    overflow: hidden;
    position: relative;
}
.viewer ul li {
	width: 768px;	
    top: 0;
    left: 0;
    position: absolute;
}
.viewer ul li img {
    width: 768px;
  position: absolute;
  left: 50%;
  margin-left: -384px;
  max-width: 768px;
}

#main_visual {
	width: 100%;
	height: 500px;
  position: relative;
  overflow: hidden;
}
#main_visual img{
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  background: #FC3;
}









}
