/*-----------------------------------------*/
/*トップ用グローバルメニュー*/
/*-----------------------------------------*/
.menu_bg {
    position: fixed;
    top: 0px;
    background-color: #f1f1f1ab;
    height: 66px;
    display: table;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.blurry-menu-top {
    font-family: 'Lato', helvetica, arial, sans-serif;
    height: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px 0 0;
    width: 100%;
}

.blurry-menu-top ul {
    /* top: -660px; */
    width: 100%;
    list-style: none;
    /* margin: 0 6% 0 auto; */
    padding: 0;
    display: table;
    text-align: center;
    overflow: hidden;
    /* background: rgba(255,255,255,0.9); */
    height: 66px;
    /* max-width: 761px; */
    margin: 0 auto;
}

.blurry-menu-top li {
    display: table-cell;
    vertical-align: middle;
    /* width: 14%; */
    /* min-width: 10%; */
}

.blurry-menu-top a {
    color: #000;
    display: block;
    font-size: 16px;
    /* height: 66px; */
    line-height: 26px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    font-size: 90%;
    font-weight: 600;
    margin: 0 auto;
    /* display: inline-block; */
    padding: 0 2.5vw;
    white-space: nowrap;
}

.blurry-menu-top a:focus {
	outline: 0;
}
/* 
.blurry-menu-top li:first-child a {
	border-left: none;
	background-color: #C7BA8C;
	color: #FFF;
	border-radius: 17px;
} */
.blurry-menu-top li a{
    border-left: solid 1px #000;
}
.blurry-menu-top li:last-child a {
	border-right: solid 1px #000;
}

.blurry-menu-top ul a:hover {
	background: #C7BA8C;
	color: #FFF;
}

.h1-site-header {
    font-size: 12px;
    z-index: 950;
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 2vw 5px 15px;
    text-align: center;
}
.h1-site-header img {
    max-width: 154px;
    width: 100%;
}

@media screen and (max-width: 768px) {
	/*-----------------------------------------*/
	/*トップ用グローバルメニュー*/
	/*-----------------------------------------*/
	nav.blurry-menu-top {
		display: none;
	}
	.menu_bg {
		/* display: none; */
	}
    .h1-site-header{
        text-align: left;
        line-height: 14px;
        text-indent: -3px;
    }
}

.cd-dropdown-wrapper {
    background-color: #00000000;
    display: inline-block;
    position: fixed;
    padding: 24px 0 10px 10px;
    height: 55px;
    /* margin: 0 0 0 2%; */
    top:0;
    right: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 801;
}
.menu-trigger {
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 10;
}

@media only screen and (min-width: 1024px){
.cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
    /* display: none; */
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #403f41;
}}