@charset "UTF-8";
/* CSS Document */

/* スマートフォン用CSS */
@media screen and (max-width: 630px) {


}















/* PCページ用CSS */
@media print, screen and (min-width: 631px) {

/*
#menu{
  position: relative;
  list-style-type: none;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: #0C396D;
  z-index: 5;
  font-size: 18px;
  line-height: 2.5em;
  display: flex;
  justify-content: space-around;
}
#menu li{
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 20px 23px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  padding: 20px 20px;
  background: #022A5B;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
#menu li:hover > a{
  background: #022A5B;
  color: #F5F18C;

}
#menu li:hover ul li{
  overflow:visible;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
#menu li:hover > ul li a:hover {
  background: #00204A;
}

*/
	
	
/* ナビゲーション 縮小 */
#top-head {
    transition: all 0.3s ease;
	font-family: 'Josefin Sans', sans-serif;
}
 
#top-head a,
#top-head {
	color: #ffffff;
}
#top-head a:hover {
	color: #1aafbc;
}
#top-head .inner {
    position: relative;
}
/* transition */
#top-head,
#top-head:after,
#top-head .box01,
#top-head .box01 .l,
#top-head .box01 .r,
#top-head.fixed .top-button,
#top-head.fixed .top-button a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/* Fixed */
#top-head.fixed {
    transition: all 0.5s ease;
}
#top-head.fixed .box01 {
	margin: 0 auto 0;
    transition: all 0.5s ease;
	background-color: rgba(26,175,188,0.8);
}
#top-head.fixed .box01 .l {
    width: 100px;
    margin: 10px 0 15px 15px;
    transition: all 0.5s ease;
}
#top-head.fixed .box01 .r {
    margin: 45px 0 0;
    transition: all 0.5s ease;
}
#top-head.fixed .top-button {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
}
#top-head.fixed .top-button a {
	margin: 0 0 0 1px;
	padding: 8px 20px;
}
	
	
	
nav {
	font-size: 22px;
	letter-spacing: 3px;
    font-weight: 500;
    margin-right: 20px;
    line-height: 120%;
}
#top-head.fixed nav {
	font-size: 20px;
	letter-spacing: 2px;
    margin-right: 15px;
    line-height: 180%;
}
.gnav {
	display: flex;
	height: auto;
	margin: 0 auto;
	width: auto;
}
/*全てのリスト・リンク共通*/
.gnav li {
	list-style: none;
	position: relative;
}
.gnav li a {
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 10px 15px;
	color: #000000;
}
/*aの背景色を指定*/	
.gnav li:hover a {/*親階層*/
	color: #1aafbc;
}
	

}