

/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
	width: 1000px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
.top-head {
    
    position:relative;
    width: 100%;
	min-width:1200px;
	background: #4CB8C4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #3CD3AD, #4CB8C4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #3CD3AD, #4CB8C4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*margin: 60px auto 0;
    padding: 30px 0 0;*/
    line-height: 1;
	height:60px;
    z-index: 999;
	color: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); /*これを付け足し*/
	float:left
}
.top-head a,
.top-head {
	text-decoration: none;
	font-weight:normal;
	
}
.top-head .inner {
	position: relative;
}



/* Fixed */
.top-head.fixed {

	position: fixed;
   /* padding: 40px 0;*/
	background: #4CB8C4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #3CD3AD, #4CB8C4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #3CD3AD, #4CB8C4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	transition: top 0.30s ease-in;
	-webkit-transition: top 0.30s ease-in;
	-moz-transition: top 0.30s ease-in;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); /*これを付け足し*/
}

.top-head .header_wrap{
	width:1000px;
	min-width:1200px!important;
	margin:auto
}
.top-head .header_wrap .header_box{
	width:100%;
	display:inline-table;
	font-size:0;
	padding:23px 0;
	letter-spacing:0;
	text-align:center;
	float:left
}
.top-head .logo {
	position:absolute;
	top:0;
	left:0;
    color: #FFF;
	padding:0 20px;
	line-height:180%;
    font-size: 32px;
	font-weight: 600;
    text-align: left;
	height:60px;
	transition: all .6s;
}


.top-head .menu {
    width: 70%;
    display: inline-block;
    color: #FFF;
	margin: 0 0 0 230px;
    vertical-align: middle;
    text-align: right;
	float:left;
	
}

.top-head .menu ul li {
    margin: 0 2%;
    color: #FFF;
    display: inline-block;
}
.top-head .menu ul li:last-child{
    /*border:1px solid #000;padding:5px 10px;border-radius:10px;box-sizing:border-box*/
}
.top-head .menu ul li a{
	color:#FFF;
	font-weight: 600;
	font-size:14px;
}



.top-head.fixed .logo{
	
}
.top-head.fixed .logo a{
	
}
.top-head.fixed .login a{
	font-size:14px;
    color:#333333!important;
}
.top-head.fixed .menu ul li a{
	font-size: 14px;
	color:#FFF!important;
}

.top-head.fixed .menu ul li:last-child{
    /*border:1px solid #FFF;padding:5px 10px;border-radius:10px;box-sizing:border-box*/
}
.top-head .logo a {
	display:block;
    color: #FFF;
	transition: all .6s;
}

.top-head .login {
	width:calc(30% - 230px);
	float:left;
	position:relative;
	top:-8px;
    color: #FFF;
	transition: all .6s;
}
.top-head .login a.btn{
    color: #333333;
    font-size: 16px;
	display:block;
	padding:10px 5px;
	background:#FFF;
	border-radius:20px;
}
.login img.icon_img{
	width:30px;
	height:30px;
	object-fit:cover;
	display:inline-block;
	border-radius:50%;
	margin:0;
	vertical-align:middle;
}

.gnav {
    
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 200px;
}
/*全てのリスト・リンク共通*/
.gnav li {
	width:100%;
    list-style: none;
    position: relative;
}
.gnav li a {
    width:100%;
    display: block;
    height: 3rem;
	font-size: 14px;
	color:#999;
    line-height: 3rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
/*子階層以降共通*/
.gnav li li {
    height: 0;
	background:#FFF;
    overflow: hidden;
}
.gnav li li a {
	color:#999;
	font-size: 14px;
    border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 3rem;
    overflow: visible;
}
.search_wrap{
	width:100%;background:#f4f4f4;text-align:center;padding:10px 0;float:left
}
.search_container {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #999;
    background: #FFF;
    padding: 3px 10px;
    border-radius: 20px;
    height: 2.3em;
    width: 500px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}
.search_container input[type="text"]{
  border: none;
  background:#FFF;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}
@media screen and (max-width:980px) {
	.top-head {
    
		position: absolute;
		width: 100%;
		min-width:100%;
		/*margin: 60px auto 0;
		padding: 30px 0 0;*/
		line-height: 1;
		z-index: 999;
		color: #000;
		
	}
	
	.header {
	  position: fixed;
	  left: 0;
	  top: 0;
	  z-index:9999999999;
	  width: 100%;
	  height: 60px;
	  border-bottom:none;
	  transition: all .6s;  
	}
	/*
	.header:hover{
		background:#FFF;
		transition: all .6s;
	}
	*/
	.global-nav {
	  position: fixed;
	  left: -100%; /* これで隠れる */
	  top: 0;
	  width: 100%; /* スマホに収まるくらい */
	  height: calc(100vh);
	  padding-top: 80px; 
	  background-color:rgba(0,0,0,0.8);
	  transition: all .6s;
	  z-index: 300;
	  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	}
	.hamburger {
		position: absolute;
		left: 0;
		top: 10px;
		width: 50px;
		height:50px;
		cursor: pointer;
		z-index: 300;
	}
	.header_logo {
		position: absolute;
		/* left: 50%; */
		top: 10px;
		width: 100%;
		height: 50px;
		cursor: pointer;
		z-index: 300;
	}
	.header_logo img {
		width: 50%;
	}
	.header_logo h1{
		margin:0;
		padding:0
	}
	.header_logo a{
		text-decoration:none;
		color:#FFFFFF;
		font-size:32px;
	}
	
	.header_logo a{
		text-decoration:none;
		color:#FFFFFF;
		font-size:32px;
	}
	
	.top-head .logo {
		position:absolute;
		top:0;
		left:0;
		color: #333333;
		background:#FFF;
		padding:0 20px;
		line-height:180%;
		font-size: 12px;
		text-align: left;
		height:40px;
	}
	
	.top-head .logo a {
		display:block;
		color: #333333;
	}
	
	.top-head .login {
		position: absolute;
		top: 10px;
		left: calc(99% - 200px);
		z-index: 500;
		color: #FFF;
	}
	.top-head .login a.btn {
    color: #FFF;
    /* font-size: 24px; */
    display: initial;
    top: 0;
    padding: 10px;
    background: none;
    text-align: right;
    border-radius: 0;
	}
	i.fa-solid.fa-user {
		font-size: 24px;
		color:#FFF
	}
	.gnav {
			
	}
	.gnav > li {/*親階層のみ幅を25%にする*/
		width: 200px;
	}
	/*全てのリスト・リンク共通*/
	.gnav li {
		width:200px;
		list-style: none;
		position: relative;
	}
	.gnav li a {
		width:100%;
		display: block;
		height: 3rem;
		font-size: 14px;
		color:#999;
		line-height: 3rem;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
	/*子階層以降共通*/
	.gnav li li {
		height: 0;
		background:#FFF;
		overflow: hidden;
	}
	.gnav li li a {
		color:#999;
		font-size: 14px;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.gnav li:hover > ul > li {
		height: 3rem;
		overflow: visible;
	}
	
	.global-nav__list {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.global-nav__item {
	  text-align: center;
	  padding: 0 14px;
	}
	.global-nav__item a {
	  display: block;
	  padding: 8px 0;
	  border-bottom: 1px solid #eee;
	  text-decoration: none;
	  color: #111;
	}
	.global-nav__item a:hover {
	  background-color: #eee;
	}
	.hamburger__line {
	  position: absolute;
	  left: 11px;
	  width: 26px;
	  height: 2px;
	  background-color: #FFF;
	  transition: all .6s;
	
	}
	.hamburger__line--1 {
	  top: 7px;
	}
	.hamburger__line--2 {
	  top: 16px;
	}
	.hamburger__line--3 {
	  top: 25px;
	}
	
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  left: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	
	.nav-open .hamburger__line {
	  background-color: #FFF;
	
	
	}
	.top-head.fixed .hamburger__line{
		background-color: #FFF;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(405deg);
	  top: 20px;
	  color:#FFF
	
	}
	.nav-open .hamburger__line--2 {
	  transform: rotate(-405deg);
	  top: 20px;
	  color:#FFF  
	
	} 
	.nav-open .hamburger__line--3 {
	  transform: rotate(-405deg);
	  top: 20px;
	  color:#FFF  
	
	} 
	.search_wrap{
		width:100%;
		background:#f4f4f4;
		text-align:center;
		padding:10px 0;
		margin: 60px 0 0;
		float:left
	}
	.search_container {
		box-sizing: border-box;
		position: relative;
		border: 1px solid #999;
		background: #FFF;
		padding: 3px 10px;
		border-radius: 20px;
		height: 2.3em;
		width: 90%;
		overflow: hidden;
		text-align: center;
		margin: auto;
	}
	.search_container input[type="text"]{
	  border: none;
	  background:#FFF;
	  height: 2.0em;
	}
	.search_container input[type="text"]:focus {
	  outline: 0;
	}
	.search_container input[type="submit"]{
	  cursor: pointer;
	  font-family: FontAwesome;
	  font-size: 1.3em;
	  border: none;
	  background: none;
	  color: #3879D9;
	  position: absolute;
	  width: 2.5em;
	  height: 2.5em;
	  right: 0;
	  top: -10px;
	  outline : none;
	}
	/*----------------------------
	DROPmenu
	------------------------------*/
	
	.side_menu {
		width: 90%;
		font-size: 14px;
		margin: 40px 5% 40px 5%;
		float: left;
	}
	
	.side_menu ul {
		margin: 0;
		padding: 0;
	
		list-style: none;
	}
	
	.side_menu li {
		/*max-height: 0;*/
		width:100%;
		text-align:left;
		overflow-y: hidden;
		padding: 0 0 18px;
	
		
	}
	
	.side_menu a{
		color:#999;
		text-decoration:none;
	}
	
	.side_menu li a{
		text-decoration:none;
		font-size: 14px;
		color: #FFF;
	}
		
	.side_menu li a {
	  position: relative;
	  display: inline-block;
	  font-weight:300;
	  text-decoration: none;
	}
	.side_menu li a::after {
	  position: absolute;
	  bottom: 2px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 2px;
	  background: #FFF;
	  opacity: 0;
	  visibility: hidden;
	  transition: .3s;
	}
	.side_menu li a:hover::after {
	  bottom: -5px;
	  opacity: 1;
	  visibility: visible;
	}
	
	.side_menu label {
		width:95%;
		display: block;
		padding :10px 0 20px;
		line-height: 1;
		position:relative;
		cursor :pointer;
		margin:0 0 0 5% ;
		text-align:left;
		font-size:16px;
		color:#666;
		float:left;
		box-sizing:border-box;
	}
	.side_menu label:hover {
	
		position:relative;
	}
	.side_menu label:before{
		content: '+';
		position:absolute;
		width: 24px;
		height: 24px;
		right: 4px;
		top: 6px;
	}
	.side_menu input[type="checkbox"]:checked + .label {
	
		position:relative;
		border-right:0
	}
	.side_menu input[type="checkbox"]:checked + .label:before{
		content: '-';
		position:absolute;
		width: 24px;
		height: 24px;
		right: 2px;
		top: 6px;
	}
	.side_menu input[type="checkbox"] {
		display: none;
	}
	.side_menu .delete_img input[type="checkbox"] {
		display: inline;
	}
	
	
	
	
	
	#side_menu_bar1:checked ~ #l_links1 li,
	#side_menu_bar2:checked ~ #l_links2 li,
	#side_menu_bar3:checked ~ #l_links3 li,
	#side_menu_bar4:checked ~ #l_links4 li,
	#side_menu_barnew:checked ~ #l_linksnew li,
	#side_menu_barkeyword:checked ~ #l_linkskeyword li
	{
	
		max-height: 200px;
		font-size:16px;
		color:#666;
		text-align:left;
		margin:0 0 20px;
		opacity: 1;
	}
	
	/*ここまでDROPmenu*/
	.side_menu .main_link{
		width:100%;
		display: block;
		padding :10px 0;
		font-size:14px;
		margin:0 0 ;
		text-align:left;
		font-size:14px;
		color:#000;
		float:left;
		box-sizing:border-box;
	}
	
	
	
	
	
	.side_menu #item_links ul li{
		width:100%;
		margin:0 0 20px;
		border-bottom:1px solid #000;
		padding:0 0 5px 2%;
		text-align:left;
		float:left;
		box-sizing:border-box;
		
	}
	
	.sub_side_menu {
		width: 90%;
		font-size: 14px;
		margin: 40px 5% 40px 5%;
		float: left;
	}
	
	.sub_side_menu ul {
		margin: 0;
		padding: 0;
	
		list-style: none;
	}
	
	.sub_side_menu li {
		/*max-height: 0;*/
		width:100%;
		text-align:left;
		padding: 0 0 14px;
	}
	
	.sub_side_menu li a{
		color:#FFF;
		font-weight:300!important
	}
	
	.global-nav__list .member_links {
		width:80%;
		margin:0 0 20px 0;
		float:left;
		box-sizing:border-box
	}
	.global-nav__list .member_links ul li {
		width: 100%;
		margin: 0 0 20px 12%;
		padding: 0;
		text-align: left;
		float: left;
		box-sizing: border-box;
	}
	.global-nav__list .member_links ul li a{
		color:#666;
	}
	.global-nav__list .sub_link_wrap{
		width:80%;
		margin:20px 0 0;
		float:left
	}
	.global-nav__list .sub_link{
		width:100%;
		display: block;
		margin: 0 0 20px 12%;
		padding: 0;
		font-size:14px;
		line-height: 1;
		text-align:left;
		font-size:14px;
		color:#000;
		float:left;
		box-sizing:border-box;
	}
	.global-nav__list .sub_link a{
		
		font-size:12px;
		color:#666
	}
	/*----------------------------
	検索窓
	------------------------------*/
	.side_menu .side_search_wrap{
		width:100%;
		margin:0 0 20px;
		float:left
	}
	
	
	
	dl.side_search{
		position:relative;
	}
	dl.side_search dt {
		/* margin-right: 40px; */
	   /*  padding: 8px;*/
	}
	dl.side_search dt input {
		/* FONT-WEIGHT: 400; */
		width: 100%;
		height: 32px;
		line-height: 24px;
		padding-right:30px;
		background: #FFF;
		border:none;
	}
	dl.side_search dd{
		position:absolute;
		top:0;
		right:0;
	}
	dl.side_search dd button{
		display:block;
		padding:10px;
		background:none;
		border:none;
	}
	dl.side_search dd button span{
		display:block;
		position:absolute;
		right:5px;
		top:6px;
		width:20px;
		height:20px;
		background:url('https://kikianddays.itembox.design/item/search.svg?t=20200124092603') no-repeat scroll 0 0;
	}
	
	/*----------------------------
	セレクト
	------------------------------*/
	.side_menu .side_select_wrap{
		width:100%;
		margin:0 0 30px;
		position:relative;
		float:left
	}
	.side_menu .side_select_wrap select{
		width:100%;
		-webkit-appearance:none;
		appearance:none;
	
		  padding:10px 2% 10px 8%;
		  box-sizing:border-box;
		  font-size:14px;
		  border-top:#000 1px solid;
		  border-bottom:#000 1px solid;
		  border-right:none;
		  border-left:none;
		
	}
	.side_menu .side_select_wrap::after{
	  content:"";
	  display:block;
	  width:10px;
	  height:10px;
	  position:absolute;
	  right:5%;
	  top:35%;
	  border-bottom:#333 1px solid;
	  border-right:#333 1px solid;
	  transform:rotate(45deg)translateY(-30%);
	}
	
	.sub_menu_list{
		width:100%;
		margin-top:60px;
		float:left
	}
	.sub_menu_list ul li a{
		font-size:14px
	}
}