@charset "utf-8";


	

/* ########### 559px以下 ########### */
@media  (max-width: 559px) 
{
/* メニュー */
.box1 {
	display:none;}

.box2 {
	margin-top:30px;
	margin-bottom:50px;}

.main-menu {
	width:100%;
	text-align:center;
	margin: 0 auto;	
}
#menu {display: inline-block;
  list-style: none;
  overflow: hidden;
}
#menu ul{

}
#menu li{
	position: relative;
	float: left;
	width:116px;
	height:108px;
	margin-left: 15px;
	margin-right: 15px;	
}
#menu li a{
	width:116px;
	height:108px;
background-image:url(../img/nav4.png);
background-repeat:no-repeat;
position: absolute;
display: flex;
  justify-content: center;
  align-items: center;
margin: 0 auto;	
text-align:center;
color: #BA5A6F;
text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	letter-spacing: -0.1em;
	font-family: HuiFont109-1, "ふい字";
}

#menu li a:hover{opacity: 0.8;
    position: relative;
    top: 1px;
    left: 1px;
	}
/*/*ここから！！スマホ・タブレット用の設定*/
nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color:rgba(0, 103, 139, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav ul{
	margin-top:50px;
	float:none;
	list-style:none;
}
nav ul li a{
	text-align:left;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size:16px;
	line-height:20px;
	letter-spacing: 0.05em;
	margin-left:25px;
	margin-bottom:24px;
	font-family: "M PLUS Rounded 1c";
}
a.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
nav ul li a:hover {background:linear-gradient(transparent 97%, rgba(255, 255, 0, 1.0) 0%);
}

nav.open {
  transform: translateZ(0);
}	
/*/*スマホメニュートグルの設定*/
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00678B;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
		
/*/*ここまで！！スマホ・タブレット用の設定*/
	}
/* ########### 560px～767px以下 ########### */
@media (min-width: 560px) and (max-width: 767px) 
{
/* メニュー */
.box2 {
	display:none;}

.box1 {
	margin-top:0px;
	margin-bottom:0px;}

.main-menu {
	width:100%;
	text-align:center;
	margin: 0 auto;	
}
#menu {display: inline-block;
  list-style: none;
  overflow: hidden;
}
#menu ul{

}
#menu li{
	position: relative;
	float: left;
	width:130px;
	height:120px;
	margin-left:3px;
}
#menu li a{
	width:130px;
	height:120px;
background-image:url(../img/nav3.png);
background-repeat:no-repeat;
position: absolute;
display: flex;
  justify-content: center;
  align-items: center;
margin: 0 auto;	
text-align:center;
color: #BA5A6F;
text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	letter-spacing: -0.1em;
	font-family: HuiFont109-1, "ふい字";
}

#menu li a:hover{opacity: 0.8;
    position: relative;
    top: 1px;
    left: 1px;
	}

/*/*ここから！！スマホ・タブレット用の設定*/
nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color:rgba(0, 103, 139, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav ul{
	margin-top:50px;
	float:none;
	list-style:none;
}
nav ul li a{
	text-align:left;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size:16px;
	line-height:20px;
	letter-spacing: 0.05em;
	margin-left:25px;
	margin-bottom:24px;
	font-family: "M PLUS Rounded 1c";
}
nav ul li a:hover {background:linear-gradient(transparent 97%, rgba(255, 255, 0, 1.0) 0%);
}

nav.open {
  transform: translateZ(0);
}	
/*/*スマホメニュートグルの設定*/
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00678B;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
		
/*/*ここまで！！スマホ・タブレット用の設定*/
}
/* ########### 768px～1039px以下 ########### */
@media (min-width: 768px) and (max-width: 1039px) 
{
nav {
display:none;}

/* メニュー */
.box2 {
	display:none;}

.box1 {
	margin-top:0px;
	margin-bottom:0px;}

.main-menu {
	text-align:center;
	margin: 0 auto;	
}
#menu {display: inline-block;
  list-style: none;
  overflow: hidden;
}
#menu ul{

}
#menu li{
	position: relative;
	float: left;
	width:130px;
	height:120px;
	margin-left:20px;
}
#menu li a{
	width:130px;
	height:120px;
background-image:url(../img/nav3.png);
background-repeat:no-repeat;
position: absolute;
display: flex;
  justify-content: center;
  align-items: center;
margin: 0 auto;	
text-align:center;
color: #BA5A6F;
text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	letter-spacing: -0.1em;
	font-family: HuiFont109-1, "ふい字";
}

#menu li a:hover{opacity: 0.8;
    position: relative;
    top: 1px;
    left: 1px;
	}
}
/* ########### 1040px 以上 ########### */
@media (min-width: 1040px) {
nav {
	display:none;}
/* メニュー */
.box2 {
	display:none;}

.box1 {
	margin-top:0px;
	margin-bottom:0px;}
.main-menu {
	text-align:center;
	margin: 0 auto;	
}
#menu {display: inline-block;
  list-style: none;
  overflow: hidden;
}
#menu ul{

}
#menu li{
	position: relative;
	float: left;
	width:180px;
	height:164px;
	margin-left:15px;
}
#menu li a{
	width:180px;
	height:164px;
background-image:url(../img/nav2.png);
background-repeat:no-repeat;
position: absolute;
display: flex;
  justify-content: center;
  align-items: center;
margin: 0 auto;	
text-align:center;
color: #BA5A6F;
text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	text-decoration: none;
	font-size:20px;
	font-weight:bold;
	line-height:32px;
	letter-spacing: -0.1em;
	font-family: HuiFont109-1, "ふい字";
}

#menu li a:hover{opacity: 0.8;
    position: relative;
    top: 1px;
    left: 1px;
	}
#menu li a.menu2{
	width:180px;
	height:164px;
background-image:url(../img/rogo2.png);
background-repeat:no-repeat;
position: absolute;
display: flex;
  justify-content: center;
  align-items: center;
margin: 0 auto;	
text-align:center;


}			}			
/* ########### 1260px 以上 ########### */
@media (min-width: 1260px) {
	/* 全体の横幅を固定 */
.box1
	{width: 1260px;
		margin-left: auto;
	margin-right: auto}	

		
			}