/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.html_header_top.html_header_sticky #main {
	padding-top: 100px !important;
}

.togglecontainer .single_toggle .toggler {
	font-size: 16px;
}

.active_tc .toggle_content {
	background: #fff !important;
}

.main_color {
	border-color: transparent !important;
}

.trail-before {
	display: none !important;
}

.title_container .breadcrumb {
	right: auto;
	left: 50px;
}

#scroll-top-link {
	display: none;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
#header .logo img {
	width: 90px;
}

@media screen and (min-width: 768px) {
#header {
	background: rgba(255, 255, 255, 0.8);
}

#header .header_bg {
	background: none;
}

#header .container {
	height: auto;
	line-height: normal;
}

#header .inner-container {
	display: flex;
	height: 100px;
	align-items: center;
}

#header .logo {
	position: static;
	height: auto;
	margin-right: 20px;
	flex: none;
}

#header .logo a {
	height: auto;
}

#header .logo img {
	width: 130px;
}

#header .main_menu {
	position: static;
	height: auto;
}

#header .menu-item {
	margin: 5px 0;
}

#header .menu-item a {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
}

.hide-on-desktop {
	display: none;
}

.avia-menu-fx {
	right: 0;
	width: calc(100% - 26px);
	margin: auto;
}
}

@media only screen and (max-width: 767px) { 
#header_main {
  border-bottom: none;
}

.hide-on-mobile {
	display: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.pc-button-ul {
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 2;
}

.pc-button-li:nth-last-child(n+2) {
	margin-bottom: 15px;
}

.pc-button-li a {
	display: block;
}

.pc-button-li img {
	width: 80px;
	height: 138px;
	vertical-align: middle;
}

.sp-button-ul {
	display: flex;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	background: #333d53;
}

.sp-button-li {
	position: relative;
	flex: 1 1 auto;
}

.sp-button-li:nth-child(n+2)::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 25px;
	margin: auto;
	border-left: 1px solid #fff;
	content: "";
}

.sp-button-li a {
	display: flex;
	height: 100%;
	padding: 14px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.sp-button-li img {
	max-width: 20%;
	margin-right: 8px;
}

@media only screen and (min-width: 414px) { 
.sp-button-li br {
	display: none;
}
}

@media only screen and (min-width: 768px) { 
.sp-button-ul {
	display: none;
}
}

@media only screen and (max-width: 767px) { 
.pc-button-ul {
	display: none;
}

footer#socket {
	padding-bottom: 60px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
投稿
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.blog-author.minor-meta,
.text-sep-date {
	display: none;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
TOP
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
#top #header .avia-menu-fx {
	bottom: -1px;
	left: 0;
	width: calc(100% - 26px);
	background: #171e61;
}

#kv-pc {
	height: 46vw;
}

#kv-sp {
	height: 66vw;
}

#top #kv-pc .copy {
	position: absolute;
	top: 4vw;
	left: 25%;
	color: #717171;
	font-size: 3vw;
	font-family: times new roman, times, serif;
	line-height: 1.5;
}

#top .mybox {
	padding: 30px;
}

@media screen and (min-width: 1194px) {
#top #kv-pc .copy {
	font-size: 36px;
}
}
