@charset "utf-8";
.inner {
    width: 1200px;
    margin: 0 auto;
	
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
width: 100%;
padding: 10px 0;
line-height: 1;
z-index: 1000;
border-bottom: solid 2px #000;
position: fixed;
margin-top: 0;
background: #FFF;
height: 55px;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
position: absolute;
top: 15px;
}
#top-head .logo img{
	width: 140px;
}
#global-nav ul {
    list-style: none;
    font-size: 14px;
	display: flex;
	justify-content:flex-end;
}
#global-nav ul li {
    margin-right: 10px;
}
#global-nav ul li a {
    padding: 0 30px;
	display: block;
}

.button {
  position: relative;
  border-radius: 4px;
  color: #fff;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0px 1px 0px #549d9f;
}
.button i {
    padding-left: 5px;
}

.button,
.button:hover {
  border-bottom: 4px solid #2378a9;
  background-color: #6d9ab2;
  background-image: -webkit-linear-gradient(top, #93c0d8, #6d9ab2);
  background-image: linear-gradient(to bottom, #93c0d8, #6d9ab2);
  box-shadow: inset 1px 1px 0 #93c0d8;
}
.sp_nav ul li:nth-child(2) .button,
.sp_navul li:nth-child(2) .button:hover {
  border-bottom: 4px solid #cb5462;
  background-color: #f56778;
  background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
  background-image: linear-gradient(to bottom, #f997b0, #f56778);
  box-shadow: inset 1px 1px 0 #fbc1d0;
}
.sp_nav ul li:nth-child(2) .button {
  text-shadow: 0px 1px 0px #f56778;
}
.sp_nav ul li:nth-child(3) .button,
.sp_nav ul li:nth-child(3) .button:hover {
  border-bottom: 4px solid #5a963b;
  background-color: #1f5400;
  background-image: -webkit-linear-gradient(top, #96c67d, #61c419);
  background-image: linear-gradient(to bottom, #96c67d, #61c419);
  box-shadow: inset 1px 1px 0 #96c67d;
}
.sp_nav ul li:nth-child(3) .button {
  text-shadow: 0px 1px 0px #96c67d;
}
.button::before,
.button::after {
  bottom: -1px;
  left: -1px;
  width: 200px;
  height: 50px;
  border: 1px solid #ee8090;
  border-bottom: 1px solid #b84d5a;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
}
.button::before {
  height: 48px;
  bottom: -4px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px 0px #bfbfbf;
}

.button:hover {
  background: #6aa3c2;
  background-image: -webkit-linear-gradient(top, #6aa3c2, #96c2da);
  background-image: linear-gradient(to bottom, #6aa3c2, #96c2da);
  color: #385666;
  text-shadow: 0px 1px 0px #6aa3c2;
}
.sp_nav ul li:nth-child(2) .button:hover {
  background: #f56778;
  background-image: -webkit-linear-gradient(top, #f56778, #f997b0);
  background-image: linear-gradient(to bottom, #f56778, #f997b0);
  color: #913944;
  text-shadow: 0px 1px 0px #f9a0ad;
}
.sp_nav ul li:nth-child(3) .button:hover {
  background: #b4e391;
  background-image: -webkit-linear-gradient(top, #70bb45, #c1dda4);
  background-image: linear-gradient(to bottom, #70bb45, #c1dda4);
  color: #287302;
  text-shadow: 0px 1px 0px #b4e391;
}
.button:active {
  bottom: -4px;
  margin-bottom: 4px;
  border: none;
  box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.button:active::before,
.button:active::after {
  border: none;
  box-shadow: none;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo img{
   width:120px;
}
#top-head.fixed #global-nav ul li a {
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 1024px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
		display: flex;
    }
    #top-head.fixed .logo,
    #top-head .logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		margin: auto;
}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background:rgba(255,255,255,0.70);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index: 9999;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		display: block;
    }
    #global-nav ul li {
        float: none;
        position: static;
		margin-right: 0;
width: 95%;
margin: 0 auto 5px;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a{
		padding:0;
	}
	
	#top-head .sp_only.sp_nav{
	margin-top:6px;
	}
	.ft-nav .sp_only.sp_nav{
	margin-top:4px;
	}
	.sp_only.sp_nav ul {
font-size: 16px;
display: flex;
justify-content: center;
margin-top: 1px;
	}
	.ft-nav .sp_only.sp_nav ul{
			margin:0 5px;

	}
	.sp_only.sp_nav ul li{
		margin-right:5px;
		margin-bottom: 5px;
	}
	.sp_only.sp_nav ul li:last-child{
		margin-right:0;
	}
	.sp_only.sp_nav ul li a {
		    line-height: 1;
    padding: 10px 5px;
		display: block;
    margin-right: 0;
}
	#top-head.fixed .sp_only.sp_nav{
    position: absolute;
		bottom: 100%;
}
	.ft-nav .sp_only.sp_nav{
	margin-top:0;
	width:100%;
	}
	.ft-nav .sp_only.sp_nav ul li{
    margin-right: 2px;
		width: 100%;
}
	.ft-nav .sp_only.sp_nav ul li a{
    padding: 15px 5px;
}
}
@media screen and (max-width: 676px) {
.sp_only.sp_nav ul{
		font-size: 12px;
}
	.sp_only.sp_nav ul li{
	}
	.sp_only.sp_nav ul li a {
    line-height: 1;
	padding: 10px 5px;
	margin-right: 0;
}
	.ft-nav .sp_only.sp_nav ul {
    margin: 0;
	font-size: 14px;
}
	
	
}
