
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
	
	
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;	
	margin: 0 auto;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;


	
	background: #fbfdea;
	
	word-break: break-word;/*自動改行*/
	
	
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}





/***************************************

header

***************************************/





header{
	width: 100%;
	
	}


div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(255,255,255);
	background: #fbfdea;
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 7%;
	padding: 10px 0 5px 0;
	
}


	




@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

	

	
	
div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(255,255,255);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 19%;
	padding: 5px 5px;
	
}

	
	
	
 
}


/***************************************

ぱんくず

***************************************/


.panList {}


.panList_item {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 6px;
}

.panList_item2 {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.4;

  letter-spacing: 0.05em;
  padding-right: 6px;
 padding-left: 10px;	
}

.panList_item a {
  color: #999;
}

.panList_item a:hover {
  color: #2B292B;
  text-decoration: none;
}

@media (max-width:1024px) {
  .panList_item {
    font-size: 1rem;
    padding-right: 3px;
  }
}

.panList_item:before {
  font-size: 12px;
  font-weight: normal;
  color: #2B292B;
  content: "/";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  line-height: 1em;
  vertical-align: middle;
}

@media (max-width:1024px) {
  .panList_item:before {
    margin-right: 5px;
  }
}

.panList_item:first-child {
  padding-left: 0px;
}

.panList_item:first-child:before {
  display: none;
}







/***************************************

top

***************************************/

section.top{
	
	width: 100%;
	margin: 10% auto 0;
	text-align: center;
}

.Top__bn{
	
	
}

h1{
	margin: 2% auto 0;
	font-size: 2.5rem;
	font-weight: 400;
	
}

.Top__disp{
	width: 60%;
	margin: 2% auto 2%;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .1rem;
	line-height: 3rem
}


.Point__disp1{
	width: 60%;
	margin: 0% auto 0;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .1rem;
	line-height: 3rem
}


.Point__disp2{
	width: 60%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 2rem;
	letter-spacing: .1rem;
	line-height: 3rem;
	font-weight: 600;
	color: #5387F1
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

section.top{
	
	width: 100%;
	margin: 20% auto 0;
	text-align: center;
}

.Top__bn{
	
	width: 100%;
	
}

h1{
	width: 95%;
	margin: 5% auto 0;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 3rem;
	
}

.Top__disp{
	width: 90%;
	margin: 3% auto 4%;
	text-align: left;
	font-size: 1.5rem;
	letter-spacing: .1rem;
	line-height: 2.5rem
}
	
	
.Top__disp br{
	display: none;
}	


.Point__disp1{
	width: 85%;
	margin: 0% auto 0;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .1rem;
	line-height: 3rem
}


.Point__disp2{
	width: 80%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 2rem;
	letter-spacing: .1rem;
	line-height: 3rem;
	font-weight: 600;
	color: #5387F1
}
	
}

/***************************************

contents

***************************************/

section.Cont__1,
section.Cont__2,
section.Cont__3,
section.Cont__4{
	
	width: 80%;
	margin: 5% auto 0;
	text-align: center;
	background: #fff;
	overflow: hidden;
	
	
}

ul.Item__box{
	
	width: 90%;
	margin: 0 auto;
	

	
}

.Back__blue{
	
	background: #fff;
}

.Back__yellow{
	
	background:#E1E3AB;
}






ul.Item__box li{
	
	width: 100%;
	float: left;
	
	position:relative;
		
	
}


.Item__img{
	width: 35%;
	padding: 2% 0 0; 
}	
	
.Item__img2{
	display:inline;
	padding: 2% 0; 
}

.Item__imgSP{
	
	display: none;
}


div.On__disp{
	
	width: 80%;
	background: #FFF;
	position: absolute;
	left:10%;
	top:87%;	
	z-index: 999999;
	padding: 5% 0%;
	
	box-shadow: 3px 3px;
}

p.Title__arr{
	
	width: 90%;
	margin: 0 auto;
	
}

span.Title__disp{
	
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	line-height: 2.5rem;
	font-weight: 600;

}

ul.Coor__item{
	
	width: 45%;
	overflow: hidden;
	margin: 0 auto;
	text-align: right;
}

ul.Coor__item li.li50{
	
	width: 50%;
	float: left
}

ul.Coor__item li.li90{
	
	width: 90%;
	float: left;
	
	border-bottom: 1px solid #666;
	
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	font-weight: 600;
	text-align: left!important;
	
}


ul.Coor__item li.li10{
	
	width: 10%;
	float: left;
	
	border-bottom: 1px solid #666;
	
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	text-align: right!important;
	margin-bottom: 3.5%;
}






ul.Coor__item li img{
	
	width: 100%;
	
	
}




ul.Other__item{
	
	
	width: 90%;
	margin: 0 auto;
	
	overflow: hidden;
	
	padding: 35% 0 5%;
	
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

ul.Other__item li{
		
	width: 25%;
	float: left;
}




ul.Other__item li.li100{
		
	width: 100%;
	clear: both
}


ul.Other__item li.li100 img{
		
	width: 2.5%;
	padding: 3% 0;
	
}

ul.Other__item li img{
		
	width: 100%;
	text-align: center;
}

p.Sub__title{
	font-size: 2rem;
	margin:5% 0%;

	
}



.Other__item span {
	
	margin: 0 ;
	padding: 0;
	font-size: 1.2rem;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}




figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	
	opacity: 1;
	
}


.jump{
	width: 25%;
	background: #59BFDD;
	color: #fff;
	padding: 1% 1%;
	font-size: .7rem;
	margin: 0 auto;
}



@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

section.Cont__1,
section.Cont__2,
section.Cont__3,
section.Cont__4{
	
	width: 95%;
	margin: 5% auto 0;
	text-align: center;
	background: #fff;
	overflow: hidden;
	
	
}

ul.Item__box{
	
	width: 90%;
	margin: 0 auto;
	

	
}

.Back__blue{
	
	background: #fff;
}

.Back__yellow{
	
	background:#E1E3AB;
}






ul.Item__box li{
	
	width: 100%;
	float: left;
	
	position:relative;
		
	
}


.Item__img{
	width: 70%;
	padding: 2% 0 0; 
}	
	
.Item__img2{
	width: 100%;
	padding: 2% 0; 
	display: none;
}

.Item__imgSP{
	display: inline;	
	width: 100%;
	padding: 2% 0; 	
		
	}	
	

div.On__disp{
	
	width: 90%;
	background: #FFF;
	position: absolute;
	left:5%;
	top:85%;	
	z-index: 999999;
	padding: 5% 0%;
	
	box-shadow: 3px 3px;
}

p.Title__arr{
	
	width: 90%;
	margin: 0 auto;
	
}

span.Title__disp{
	
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 2.1rem;
	font-weight: 600;

}

ul.Coor__item{
	
	width: 92%;
	overflow: hidden;
	margin: 0 auto;
	text-align: right;
}

ul.Coor__item li.li50{
	
	width: 50%;
	float: left
}

ul.Coor__item li.li90{
	
	width: 90%;
	float: left;
	
	border-bottom: 1px solid #666;
	
	font-size: .9rem;
	letter-spacing: 0.1rem;
	font-weight: 600;
	text-align: left!important;
	
}


ul.Coor__item li.li10{
	
	width: 10%;
	float: left;
	
	border-bottom: 1px solid #666;
	
	font-size: .9rem;
	letter-spacing: 0.1rem;
	text-align: right!important;
	margin-bottom: 3.5%;
}






ul.Coor__item li img{
	
	width: 100%;
	
	
}




ul.Other__item{
	
	
	width: 95%;
	margin: 0 auto;
	
	overflow: hidden;
	
	padding: 80% 0 5%;
	
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

ul.Other__item li{
		
	width: 50%;
	float: left;
}




ul.Other__item li.li100{
		
	width: 100%;
	clear: both
}


ul.Other__item li.li100 img{
		
	width: 10%;
	padding: 2% 0;
	
}

ul.Other__item li img{
		
	width: 100%;
	text-align: center;
}

p.Sub__title{
	font-size: 2rem;
	margin:5% 0%;

	
}



.Other__item span {
	
	margin: 0 ;
	padding: 0;
	font-size: 1.1rem;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}




figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	
	opacity: 1;
	
}


.jump{
	width: 30%;
	background: #59BFDD;
	color: #fff;
	padding: 1.5% 1%;
	font-size: .8rem;
	margin: 0 auto;
}

	
	
	
}

/***************************************

liグリット

***************************************/

.li100{width: 100%}
.li50{width: 50%; float: left}
.li30{width: 33.333%; float: left}
.li25{width: 25%; float: left}

@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/

	

.li50{width: 50%; float: left}
.li30{width: 50%; float: left}
.li25{width: 50%; float: left}	
	
}


/***************************************

marginグリット

***************************************/

.marginB5{
	margin-bottom: 5%
}


/***************************************

colorbox

***************************************/

.camel{color:#dba46e;}


/***************************************

font

***************************************/



.fontCenter{text-align: center}
.fontLeft{text-align: left}

.font10{font-size: 1.0rem}
.font11{font-size: 1.1rem}
.font12{font-size: 1.2rem}
.font13{font-size: 1.3rem}
.font14{font-size: 1.4rem}
.font15{font-size: 1.5rem}
.font18{font-size: 1.8rem}

.font45{font-size: 4.5rem}
.font55{font-size: 5.5rem}

.fontW90{font-weight: 900;}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
.font11{font-size: .9rem}	
.font12{font-size: 1.1rem}
.font13{font-size: 1.0rem}	
	
}

/***************************************

pagetop

***************************************/



.pagetop {
    position: fixed;
    bottom: 20px;
    right: -5%;
	z-index: 9999999;
}

.pagetop img{
    width: 30%
}


@media screen  and (max-width:1024px){
	
	
.pagetop {
    position: fixed;
    bottom: 5%;
    right: -38%;
	z-index: 9999999;
}

.pagetop img{
    width: 20%
}
	
}



/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:3% auto 0;
}

footer > p{
	font-size: .7rem;
	

}


	
	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

