
@media screen and (min-width:1100px) {
#fh5co-header {
	width: 100%;
	margin: 0;
	height: 80px;
	background: rgba(255,255,255,1);
	z-index: 3;
	position: fixed;
	border-bottom: 1px solid rgba(10,70,100,1);
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.14);
}
.fh5co-header-group{
	width: 100px;
	position: absolute;
	top:0px;
	left: 7px;
}
.fh5co-header-group img{
	position: relative;
	padding: 10px 0 ;
	width: 100px;
	margin: 0px;
	margin-top:3px;
	margin-left: 10px;
}
.fh5co-header-ttl{
	width: 310px;
	height: 80px;
	position: absolute;
	top:0;
	left: 110px;
}
.fh5co-header-ttl h1{
	padding: 0;
	font-size: 18px;
	color: #000;
	margin-top: .6em;
	line-height: 1.5em;
	padding-left: 1em;
	font-family: "Arial", "メイリオ";
font-weight:600;
}
.fh5co-header-ttl small{
	font-size: 14px;
	color: #000;
	font-family: "Arial", "メイリオ";
font-weight:600;
}
}
@media screen and (max-width:1100px){
#fh5co-header {
	width: 100%;
	margin: 0;
	height: 60px;
	background: rgba(255,255,255,1);
	z-index: 3;
	position: fixed;
}
.fh5co-header-group{
	width: 100px;
	position: absolute;
	top:5;
	left: 5;
}
.fh5co-header-group img{
	position: relative;
	padding: 0;
	width: 80px;
	margin: 0px;
	margin-top:8px;
	margin-left: 5px;
}
.fh5co-header-ttl{
	width: 310px;
	height: 70px;
	position: absolute;
	top:0;
	left: 100px;
}
.fh5co-header-ttl h1{
	padding: 0;
	font-size: 18px;
	color: #000;
	margin-top: .25em;
	line-height: 1.3em;
	padding-left: 0em;
	font-family: "Arial", "メイリオ";
font-weight:600;
}
.fh5co-header-ttl small{
	font-size: 12px;
	color: #000;
	font-family: "Arial", "メイリオ";
font-weight:600;
	
}
}


#fh5co-header nav {
  padding: 0;
	margin:0;
}
@media screen and (max-width: 1100px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
	right:0em;
  line-height: 0;
	float: right;
	position: relative;
	text-align: center;
}
#fh5co-header nav ul li {
  padding: 0;
  margin-top:0em;
	  margin-left: -5px;
  list-style: none;
	line-height: 1.2em;
	padding-top: 30px;
  display: -moz-inline-stack;
	background-color: rgba(10,70,100,1);
	height: 80px;
	width:110px;
  display: inline-block;
	text-align: center;
	
}
#fh5co-header nav ul li a {
	color:#FFF;
	font-size: 14px;
	height: 80px;
	width:110px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
	text-align: center;
}
#fh5co-header nav ul li a i {
  line-height: 0;
  font-size: 30px;
  position: relative;
  top: 0px;
	text-align: center;
}
#fh5co-header nav ul li a:after {
  content: "";
  position: relative;
  height: 2px;
  bottom: 5px;
  left: 0px;
  right:0px;
  background-color: rgba(10,70,100,1);
  visibility: hidden;

  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color:rgba(255,255,255,.5);
		height: 80px;
	width:130px;
	
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border: 2px solid rgba(240,157,193,1);
  color: rgba(240,157,193,1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#fh5co-header nav ul li.cta a::before {
 	content: '\f0e0';
	font-family:'Font Awesome 5 Free';
	margin-right: .5em;
}
#fh5co-header nav ul li.cta a:hover {
  color: rgba(240,157,193,1);
  background: rgba(248,248,195,1.00);
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-page {
  position: relative;
  z-index: 5;
  background: #fff;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 4;
  top: 0;
  width: 100%;
  background: rgba(240,157,193,1);
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover {
  color: rgba(240,157,193,1);
}
#fh5co-offcanvas ul li.active a {
  color: rgba(240,157,193,1);
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(240,157,193,1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}
.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;

}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  text-transform: uppercase;
  	background-image: url(../images/toggle.png);
	background-repeat: no-repeat;
	background-size: 80%;
	width:50px;
	height:50px;
	right:0px;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.active i {
  background:none;
  	background-image: url("../images/close.png");
	background-repeat: no-repeat;
	background-size: 80%;
	width:50px;
	height:50px;
	right:0px;
}
.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
	
}
@media screen and (max-width: 1100px) {
  .fh5co-nav-toggle {
    display: block;
    top: 10px;
  }
}