@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* パララクス */
.scrollanime {opacity: 0;}
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
}
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}

/** ヘッダー */
.header-in {
	position: relative;	
}
.header-contact {
	position: absolute;
	top: 25px;
	right: 0;
}
.header-contact ul {
	padding-left: 0;
}
.header-contact li {
	float: right;
	width: 128px;
	margin-left: 5px;
	list-style: none;
}
.header-contact ul li a {
	display: block;
	padding: 5px 0;
	background-color: #ff6900;
	transition: all 0.3s ease-in-out;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.header-contact ul li a:hover {
	opacity: .8;
	color: #fff;
}

/** グロナビ */
.navi-in .has-icon {
	top: 16px;
	right: 50%;
}
.navi-in .has-icon .fa {
	font-size: 20px;
}
#navi .navi-in>ul>li:last-of-type,
#navi .navi-in>ul>li:last-of-type .sub-menu li {
	background-color: #ff6900;
}
#navi .navi-in>ul>li:last-of-type a,
#navi .navi-in>ul>li:last-of-type a:hover {
	color: #fff;
}

/** フッター */
#footer {
	padding: 0;
}
#footer-in.wrap {
	width: 100%;
}
#footer-in .footer-widgets {
	width: 1056px;
}
#footer-in .footer-widgets .footer-center {
	width: 100%;
}
#footer-in .footer-widgets .footer-left,
#footer-in .footer-widgets .footer-right {
	display: none;
}
#footer-in .footer-widgets .widget-footer-center {
	margin-bottom: 0 !important;
}
#footer-in .footer-widgets .widget-footer-center .logo a {
	display: block;
	width: 400px;
	height: 60px;
	margin: 0 auto 8px;
}
#footer-in .footer-widgets .widget-footer-center .sns {
	margin-bottom: 32px;
}
#footer-in .footer-widgets .widget-footer-center .sns ul {
	padding-left: 0;
	text-align: center;
}
#footer-in .footer-widgets .widget-footer-center .sns ul li {
	display: inline-block;
	margin: 0 12px;
	list-style: none;
	font-size: 12px;
}
#footer-in .footer-widgets .widget-footer-center .sns ul li a {
	display: block;
	padding: 4px 4px 0;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
#footer-in .footer-widgets .widget-footer-center .sns ul li i {
	display: block;
	font-size: 24px;
	padding-bottom: 8px;
}
#footer-in .footer-widgets .widget-footer-center .siteLink ul {
	margin: 0 auto;
	text-align: center;
}
#footer-in .footer-widgets .widget-footer-center .siteLink ul {
	display: inline-block;
	position: relative;
	margin: 0 0 12px;
	padding: 0 16px;
	font-size: 14px;
}
#footer-in .footer-widgets .widget-footer-center .siteLink ul li {
	display: inline-block;
	position: relative;
	list-style: none;
}
#footer-in .footer-widgets .widget-footer-center .siteLink ul li::after,
#footer-in .footer-widgets .widget-footer-center .siteLink ul li:first-of-type::before,
#footer-in .footer-widgets .widget-footer-center .siteLink ul li:nth-child(8)::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
	content: '';
}
#footer-in .footer-widgets .widget-footer-center .siteLink ul li:first-of-type::before,
#footer-in .footer-widgets .widget-footer-center .siteLink ul li:nth-child(8)::before {
	left: 0;
}
#footer-in .footer-widgets .widget-footer-center .siteLink ul li a {
	padding: 4px 16px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
#footer .footer-bottom {
	margin-top: 0px;
	background-color: #001354;
}
#footer .footer-bottom.fdt-left-and-right .footer-bottom-content {
	width: 1056px;
	margin: 0 auto;
	color: #fff;
}
#footer .menu-footer .menu-item a {
	color: #fff;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
    /*必要ならばここにコードを書く*/

	.mblt-footer-mobile-buttons, .mblt-header-and-footer-mobile-buttons {
		margin-bottom: 0;
	}

	/*ヘッダー*/
	.mobile-menu-buttons .logo-menu-button {
		padding-right: 70px;
	}
	.mobile-menu-buttons .search-menu-button {
		display: none;
	}
	.mobile-menu-buttons .navi-menu-caption.menu-caption {
		display: none;
	}
	.search-menu-button {
		display: none;
	}
	.header-contact {
		display: none;
	}

	/*フッター*/
	#footer {
		padding: 8px 0 0;
	}
	#footer-in .footer-widgets {
		width: 100%;
	}
	#footer-in .footer-widgets .footer-left,
	#footer-in .footer-widgets .footer-center,
	#footer-in .footer-widgets .footer-right {
		padding: 0;
	}
	#footer-in .footer-widgets .widget-footer-center .logo {
		padding: 0 8px;
	}
	#footer-in .footer-widgets .widget-footer-center .logo a {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	#footer-in .footer-widgets .widget-footer-center .sns {
		padding: 0 8px;
	}
	#footer-in .footer-widgets .widget-footer-center .siteLink {
		padding: 0;
		border: none;
	}
	#footer-in .footer-widgets .widget-footer-center .siteLink ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 4px;
		box-sizing: border-box;
	}
	#footer-in .footer-widgets .widget-footer-center .siteLink ul li {
		padding: 8px 4px 8px;
		box-sizing: border-box;
		width: 50%;
		text-align: left;
		line-height: 1.2;
	}
	#footer-in .footer-widgets .widget-footer-center .siteLink ul li::after,
	#footer-in .footer-widgets .widget-footer-center .siteLink ul li:first-of-type::before,
	#footer-in .footer-widgets .widget-footer-center .siteLink ul li:nth-child(8)::before {
		content: none;
	}
	#footer-in .footer-widgets .widget-footer-center .siteLink ul li a {
		padding: 0;
	}
	#footer .footer-bottom.fdt-left-and-right .footer-bottom-content {
		width: 100%;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

	#footer-in .footer-widgets {
		display: block;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
