@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}
/*共通*/

body{
	color: #404040;
	/*min-width: 900px;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	font-family: "游明朝 Demibold";
	overflow-x: hidden;
}

#top-head {
	width: 100%;
	height: 60px;
	background: #fff;
	opacity: 0.9;
	display: flex;
	position: fixed;
	z-index: 999;
}

#top-head .inner {
	float: left;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*logo style*/

.inner h1{
	font-size:25px;
}

.inner h1 a {
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}
/*nav style*/

#top-head nav ul {
	display: flex;
	list-style-type: none;
}
/*nav link style*/

#top-head nav ul li a {
	text-decoration: none;
	padding: 16px;
	color: #404040;
}

#top-head nav ul li a:hover {
	color: #0159fe;
}

#nav_toggle {
	display: none;
}
.m-title{
	font-size: 35px;
}

#new{
	color:red;
}
/*------------------------------------スマホ用調整-------------------------------------*/
@media(max-width:500px){
.inner h1{
	font-size:20px;
}
}


/*-----------------------------------------hamburger------------------------------------------*/
@media(max-width:1000px){


/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
 #nav_toggle span  {
    display: block;
    height: 2px;
    background: #404040;
    position:absolute;
    z-index:3;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:10px;
  }
  #nav_toggle span:nth-child(3) {
    top:20px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #fff;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    width: 80%;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
    display: block;
  }
}

/*-------------------------スマホ共通----------------------------*/
@media(max-width:750px){
body{
	color: #404040;
	/*min-width: 900px;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	font-family: "游明朝 Demibold";
	overflow-x: hidden;
}

.m-title{
	font-size: 20px;
}
}


/*-----------------------------------お知らせ--------------------------------------*/

#Introduction{
	width: 100%;
	padding-top: 60px;
	text-align: center;/*border:solid 1px none;*/
}

.m-title{
	margin-top: 80px;
}

.news-From{
	width: 600px;
	height: 30px;
	font-size: 20px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;/*clear: both;*/
}

.news-From-h2{
	width: 800px;
	margin-top: 60px;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
}

#next{
	font-size: 25px;
	position: relative;
	z-index: 1;
}

.news-From-h3{
	width: 250px;
	font-size: 20px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

.news-From-h4{
	font-size: 25px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#red{
	color:#FF0000;
}

/*--------------------------------スマホ用---------------------------------*/

@media(max-width:750px){
#Introduction{
	width: 100%;
	padding-top: 60px;
	text-align: center;/*border:solid 1px none;*/
}

.m-title{
	margin-top: 80px;
	font-size:18px;
}

.news-From{
	width: 350px;
	height: 30px;
	font-size: 14px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;/*clear: both;*/
}

.news-From-h2{
	width: 348px;
	margin-top: 60px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}

#next{
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.news-From-h3{
	width: 250px;
	font-size: 14px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.news-From-h4{
	font-size: 20px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
}

/*------------------------------------エフェクト----------------------------------------*/
.effect2{
	width: 100%;
	height: 100%;
	z-index: 0;
}

.bubble-bk2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220%;
	overflow: hidden;
	z-index: 0;
}

.bubble-bk2 li{
	position: absolute;
	display: block;
	list-style: none outside;
	width: 20px;
	height: 20px;
	background-color: rgba(0, 255, 25, 0.5);
	animation: animate 25s infinite;
	bottom: -150px;
}

.bubble-bk2 li:nth-child(1){
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.bubble-bk2 li:nth-child(2){
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.bubble-bk2 li:nth-child(3){
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.bubble-bk2 li:nth-child(4){
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.bubble-bk2 li:nth-child(5){
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.bubble-bk2 li:nth-child(6){
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.bubble-bk2 li:nth-child(7){
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.bubble-bk2 li:nth-child(8){
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.bubble-bk2 li:nth-child(9){
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.bubble-bk2 li:nth-child(10){
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

.bubble-bk2 li:nth-child(11){
	left: 22%;
	width: 30px;
	height: 30px;
	animation-delay: 5s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(12){
	left: 10%;
	width: 65px;
	height: 65px;
	animation-delay: 6s;
	animation-duration: 17s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(13){
	left: 73%;
	width: 87px;
	height: 87px;
	animation-delay: 4s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(14){
	left: 23%;
	width: 130px;
	height: 130px;
	animation-delay: 3s;
	animation-duration: 24s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(15){
	left: 83%;
	width: 67px;
	height: 67px;
	animation-delay: 0s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(16){
	left: 93%;
	width: 60px;
	height: 60px;
	animation-delay: 27s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(17){
	left: 15%;
	width: 40px;
	height: 40px;
	animation-delay: 20s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(18){
	left: 70%;
	width: 120px;
	height: 120px;
	animation-delay: 13s;
	animation-duration: 20s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(19){
	left: 40%;
	width: 50px;
	height: 50px;
	animation-delay: 2s;
	animation-duration: 15s;
	background-color: rgba(0, 255, 220, 0.5);
}

.bubble-bk2 li:nth-child(20){
	left: 83%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
	animation-duration: 23s;
	background-color: rgba(0, 255, 220, 0.5);
}
@keyframes animate {
  0%{
  transform: translateY(0) rotate(0deg);
  opacity: 1;
  border-radius: 50%;
}
100%{
  transform: translateY(-900px) rotate(720deg);
  opacity: 0;
  border-radius: 70%;
}
}
/*フッター*/

footer{
	clear: both;
	width: 100%;
	height: 20px;
	bottom: 0;
	text-align: center;
	font-size: 85%;
	padding: 5px 0 8px;
	position: fixed;
	background-color: #FFFFFF;
	font-family: Century gothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

footer span{
	font-family: Century Gothic, sans-serif
;
}


/*--------------------------フッター　スマホ・タブレット-----------------------------*/
@media(max-width:750px){

footer{
	clear: both;
	width: 100%;
	height: 20px;
	bottom: 0;
	text-align: center;
	font-size: 65%;
	padding: 5px 0 8px;
	position: fixed;
	background-color: #FFFFFF;
	font-family: Century gothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	z-index: 1;
}

}