/*-----------------------------------------*/
/*トップ用グローバルメニュー*/
/*-----------------------------------------*/
.menu_head {
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    background: #fff;
    z-index: 999;
}

.menu_head img {
    width: 250px;
    margin-left: 5vw;
    margin-top: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}

.menu_head span {
    color: #bdaf8a;
    font-family: sans-serif;
}

.menu-shop-info {
    display: inline-block;
    color: #000;
    /* margin-right: 10vw; */
    position: absolute;
    right: 20vw;
    padding-top: 5px;
    letter-spacing: 3px;
    text-align: right;
}
.menu-shop-info .shop-free {
    font-size: 3.5rem;
    font-weight: bold;
    text-indent: 50px;
    background-image: url(/m/cmn_files/img_rwd/icon-tel-blk.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 20px;
    text-align: center;
}

.menu-shop-info .shop-free a {
    color: #a10101;
        font-weight: bold;
        font-family: system-ui;
        /* font-size: 2vw; */
        letter-spacing: 1px;
}

.menu-shop-info .shop-info {
    font-size: 1.3rem;
    padding-top: 5px;
}
.menu-contact{
    display: inline-table;
    color: #000;
    position: absolute;
    right: 5vw;
    padding-top: 5px;
    letter-spacing: 2px;
    text-align: right;
    top: 7px;
    font-size: 1.6rem;
}
.menu-contact li{
    vertical-align: middle;
    border: solid 1px;
    height: 40px;
    padding: 11px 30px;
    border-radius: 50px;
    cursor: pointer;
}
.menu-contact li:hover{
    background-color: #445779;
}
.menu-contact li a{
    color: #000;
    font-family: sans-serif;
}
.menu-contact li:hover a{
    color: #fff;
}
@media screen and (max-width:767px) {

    /* contents
  ================================================ */
    .menu-shop-info {
        display: none;
    }
    .menu_head{
        height: 65px;
    }
    .menu_head img{
        width: 200px;
    }
    .menu_head span{
        margin-left: 5.1vw;
        font-size: 1rem;
    }
    .menu-contact{
        display: none;
    }
}


.menu_bg {
    position: sticky;
    z-index: 98;
    top: 0px;
    background-color: #D9DFF1;
    height: 100px;
    display: table;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 0px;
    transition: all 0.25s ease-in-out;
    z-index: 999;
    border-bottom: solid 1px;
}
.menu_bg.hover{
    height: 80px;
    top: 0;
}
.blurry-menu-top {
    font-family: 'Lato', helvetica, arial, sans-serif;
    height: 0;
    text-align: center;
    display: contents;
    vertical-align: middle;
    padding: 0 60px 0 0;
    width: 10%;
    margin-right: 0;
}

.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: 70px;
    max-width: 1200px;
    margin: 0 auto;
    transition: all 0.25s ease-in-out;
}
.hover .blurry-menu-top ul{
    height: 80px;
}

.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: 110%;
    margin: 0 auto;
    display: inline-block;
    padding: 0 0.5vw;
    font-weight: bold;
    transition: all 0.25s ease-in-out;
}
.hover .blurry-menu-top a {
    font-size: 90%;
}

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

/* .blurry-menu-top li:first-child a {
    border-left: none;
    background-color: #d2ecfc;
    display: block;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
} */

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

.blurry-menu-top ul a:hover {
    border-left: none;
    background-color: #7193CC;
    display: block;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-bottom: solid 5px rgb(36, 132, 211);
}

.h1-site-header {
    font-size: 12px;
    z-index: 950;
    width: 13%;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px 5px 15px;
    text-align: center;
}
.h1-site-header span {
    text-decoration: none;
    font-size: 1.6rem;
    color: #C7BA8C;
    display: block;
    margin-top: -5px;
}
.h1-site-header img {
   width: 170px;
}


.cd-dropdown-wrapper {
    background-color: #dadff2;
    display: inline-block;
    position: fixed;
    z-index: 9999;
    padding: 25px 10px 20px 10px;
    height: 50px;
    /* margin: 0 0 0 2%; */
    border-radius: 100px;
    right: 0;
    top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-trigger {
    position: relative;
    width: 30px;
    height: 10px;
    z-index: 10;
    top: -10px;
}
.logo-area{
    height: 55px;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 999;
    position: relative;
    transition: all 0.25s ease-in-out;
    border-bottom: solid 1px;
}
.logo-area img{
    width: 150px;
    margin-left: 5vw;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: bottom;
}
.logo-area span{
    text-decoration: none;
    font-size: 1.6rem;
    padding-top: 5px;
    margin-left: 5vw;
    padding-left: 5px;
    color: #C7BA8C;
    display: block;
}
.hover .logo-area{
    height: 0;
    z-index: 0;
}
.logo-area .wrap{
    opacity: 1;
    transition: all 0.25s ease-in-out;
}
.hover .logo-area .wrap{
    opacity: 0;
}
@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: 2px;
    background-color: #fff;
}
}
@media screen and (max-width: 768px) {

    /*-----------------------------------------*/
    /*トップ用グローバルメニュー*/
    /*-----------------------------------------*/
    nav.blurry-menu-top {
        display: none;
    }

    .menu_bg {
        background-color: unset;
        box-shadow: unset;
        display: none;
    }

    .h1-site-header {
        width: 100%;
        padding: 10px 10px 9px 15px !important;
        text-align: left !important;
    }

    .cd-dropdown-wrapper {
        top: 10px;
        right: 10px;
    }
}