/*-----------------------------------------*/
/*トップ用グローバルメニュー*/
/*-----------------------------------------*/
header {
    position: absolute;
}
.menu_bg {
    position: absolute;
    top: 0px;
    background: rgb(200, 187, 141, 0.9);
    border-top: 15px solid #414042;
    border-bottom: 15px solid #414042;
    box-shadow: 0 0 0 2px #fff inset;
    /*height: 86px;*/
    display: table;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999;
}

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

.blurry-menu-top ul {
    top: -660px;
    width: 90%;
    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: 1300px;
    margin: 0 2vw auto auto;
}

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

.blurry-menu-top a {
    color: #FFF;
    /*font-weight: bold;*/
    display: block;
    font-size: 16px;
    /* height: 66px; */
    line-height: 26px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    letter-spacing: 2px;
    font-size: 1vw;
    margin: 0 auto;
    display: inline-block;
    padding: 0 0.5vw;
}

.blurry-menu-top a:focus {
	outline: 0;
}

/*.blurry-menu-top li:first-child a:before {
    content: "";
    position: absolute;
    background-color: #fff;
    color: #000;
    text-shadow: unset;
    border-radius: 3px;
    bottom: 9px;
    display: block;
    left: -5px;
    top: 3px;
    width: 6px;
    height: 20px;
}*/

.blurry-menu-top li:last-child a {
	border-right: none;
}

.blurry-menu-top ul a:hover {
    border-bottom: solid 1px #FFF;
}

.h1-site-header {
    font-size: 12px;
    padding: 0px 0 0 10px;
    color: #FFF;
    font-weight: normal;
    line-height: 35px;
    /* position: absolute; */
    float: left;
    left: 10%;    z-index: 950;
}

.h1-site-header {
    font-size: 12px;
    z-index: 950;
    width: 16%;
    display: flex;
    vertical-align: middle;
    /* padding: 6px 10px 0px 5px; */
    text-align: center;
    vertical-align: initial;
    height: 66px;
}

.h1-site-header a:hover {
    opacity: 0.7;
}
.h1-site-header a{
    display: contents;
}
.h1-site-header img {
    max-width: 250px;
    width: 100%;
}

@media screen and (max-width: 768px) {
	/*-----------------------------------------*/
	/*トップ用グローバルメニュー*/
	/*-----------------------------------------*/
	.blurry-menu-top {
		/*display: none;*/
	}
    nav.blurry-menu-top {
        display: none;
    }
	.menu_bg {
		/*display: none;*/
	}
    .h1-site-header {
        line-height: 0;
        width: 65%;
        height: 60px;
    }
    .cd-dropdown-wrapper {
        padding: 29px 0 10px 10px!important;
    }
}

.cd-dropdown-wrapper {
    background-color: #00000000;
    display: inline-block;
    position: fixed;
    padding: 35px 0 10px 10px;
    height: 55px;
    /* margin: 0 0 0 2%; */
    right: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1000;
}
.menu-trigger {
    position: relative;
    width: 30px;
    height: 25px;
    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;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
}}