/*
Theme Name: Hikone SENI theme
Theme URI:
Description: 慶運山長源寺用テーマ（PC）
Version: 1.0
Author: j_m
Author URI:
*/

@charset "UTF-8";

@media screen and (min-width:992px) {
	#header-hct-logo{
		max-height:80px;
	}
	#header-hcci-logo{
		max-height:58px;
	}

	/*アンカー位置調整*/
	.anchor-adjust{
		padding-top: 150px; /*上に余白を付ける*/
		margin-top: -150px; /*上の余白を打ち消す*/
	}

#menu .navbar-nav	li a:hover{
    color:#FF5C00;
		text-decoration: none;
}
#menu .navbar-nav	li+li{
    position: relative;
}

/*
	#menu .navbar-nav>li:not(:last-child){
		border-right: 1px dashed #ccc;
	}

	#menu .dropdown-menu.depth_0 {
		width:100%;
	}

	#menu .navbar-nav .menu-item a{
		line-height: 2.5em;
	}
	
	#menu .navbar-nav .menu-item a::after{
		position: absolute;
		bottom: 8px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width:3px;
		color:#BF272D;
	}

	#menu .navbar-nav .menu-item a.active::after{
		color:#FFF;
	}

	#menu ul.dropdown-menu.depth_0:first-child	{
		margin-top: .8em;
	}
	#menu ul.dropdown-menu.depth_0::before, #menu ul.dropdown-menu.depth_0::after	{
		content: '';
		position: absolute;
		top: -.8em;
		left: 50%;
		transform: translateX(-50%);
		border-right: 8px solid transparent;
		border-bottom: solid 1em rgba(0, 0, 0, 0.176);
		border-left: 8px solid transparent;
	}

	#menu ul.dropdown-menu.depth_0::after	{
		top: calc( 4px - .8em );
		border-bottom: solid .8em #fff;
	}
		*/
}