@charset "utf-8";


	

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

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

}
#menu li{
	margin-top:35px;
	position: relative;
	float: left;
	width:70px;
	height:64px;
	margin-left:5px;
}
#menu li a{
	width:70px;
	height:64px;
background-image:url(../img/nav7.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:13px;
	font-weight:bold;
	line-height:16px;
	letter-spacing: -0.2em;
	font-family: HuiFont109-1, "ふい字";
}
#menu img{
	position:absolute;
	width:40px;
	height:auto;
	left:16px;
	top:-20px;
}

#menu li a:hover{opacity: 0.8;
    position: relative;
    top: 1px;
    left: 1px;
	}
#menu li a.menu2{
	width:70px;
	height:64px;
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;
}

/*/*ここから！！スマホ・タブレット用の設定*/
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 {
	width:100%;
	height:150px;
	margin-top:-30px;
	margin-bottom:0px;}
.main-menu {
	text-align:center;
	margin: 0 auto;	
}
#menu {
	display: inline-block;
  list-style: none;
  overflow: hidden;
}
#menu ul{

}
#menu li{
	margin-top:35px;
	position: relative;
	float: left;
	width:98px;
	height:90px;
	margin-left:7px;
}
#menu li a{
	width:98px;
	height:90px;
background-image:url(../img/nav5.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:17px;
	font-weight:bold;
	line-height:20px;
	letter-spacing: -0.15em;
	font-family: HuiFont109-1, "ふい字";
}
#menu img{
	position:absolute;
	width:55px;
	height:auto;
	left:20px;
	top:-20px;
}

#menu li a:hover{opacity: 0.8;
    position: relative;
    top: 1px;
    left: 1px;
	}
#menu li a.menu2{
	width:98px;
	height:90px;
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;
}

/*/*ここから！！スマホ・タブレット用の設定*/
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 {
	width:100%;
	height:150px;
	margin-top:-30px;
	margin-bottom:0px;}
.main-menu {
	text-align:center;
	margin: 0 auto;	
}
#menu {
	display: inline-block;
  list-style: none;
  overflow: hidden;
}
#menu ul{

}
#menu li{
	margin-top:35px;
	position: relative;
	float: left;
	width:130px;
	height:125px;
	margin-left: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:18px;
	font-weight:bold;
	line-height:22px;
	letter-spacing: -0.1em;
	font-family: HuiFont109-1, "ふい字";
}
#menu img{
	position:absolute;
	width:77px;
	height:auto;
	left:15px;
	top:-30px;
}

#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;
}
}
/* ########### 1040px 以上 ########### */
@media (min-width: 1040px) {
nav {
	display:none;}
/* メニュー */
.box2 {
	display:none;}

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

}
#menu li{
	margin-top:35px;
	position: relative;
	float: left;
	width:130px;
	height:125px;
	margin-left:25px;
}
#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:18px;
	font-weight:bold;
	line-height:22px;
	letter-spacing: -0.1em;
	font-family: HuiFont109-1, "ふい字";
}
#menu img{
	position:absolute;
	width:77px;
	height:auto;
	left:15px;
	top:-30px;
}

#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}	
		
			}