@charset "UTF-8";
/* CSS Document */


#menu-logo {
    width: 130px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 9999;
}
/* ------------------------------
   #menuList
------------------------------ */
#menuList {
    width: 100%;
    background: rgba(255,255,255,0.75);
    display: table;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 9998;
    padding: 7px 0 5px;
    text-align: center;
}

#menuList ul {
	margin: 0 auto;
    padding: 0;
    list-style: none;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0.2em;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
#menuList ul li {
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
	box-sizing: border-box;
	text-decoration: none;
    padding:3px 30px 0 40px;
    color: #fff;
 }

#menuList ul .sp-navi {
    box-sizing: border-box;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 150%;
	border-bottom: 1px solid #D00003;
	text-decoration: none;
	letter-spacing: 0.2em;
    display: none;
}
.sp-icon {
    display: none;
}
#menuList ul li a {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2em;
    color: #000000;
    font-weight: 800;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
#menuList ul li a img {
    width: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
}
#menuList ul li a:hover {
    color: #eb6d94;
    border-bottom: 1px solid #eb6d94;
}
#menuList ul li:hover > a {
}

    .delighter.image1 { transform:translate(-50%); opacity:0; transition: all 1.00s ease-out; }
.delighter.image1.started { transform:none; opacity:1; }

.delighter.message { transform:translate(50%); opacity:0; transition: all 2.00s ease-out;transition-delay : 0s;}
.delighter.message.started { transform:none; opacity:1; }

.delighter.gallery { transform:translatey(5%); opacity:0; transition: all .75s ease-out; }
.delighter.gallery.started { transform:none; opacity:1; }

.sp-logo {
        width: 0;
    display: none;
    }

@media only screen and (max-width: 899px) {
#menuList {
		display: none;
	}

	#menuOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    display: none;
    position: fixed;
    z-index: 9800;
	}

	#switchBtnArea { /*スマホ余白背景*/
    width: auto;
    height: auto;
    background-color: #FFF;
    position: relative;
    padding-top: 0%;
	}

	#switchBtnArea #switchBtn { /*メニューボタン関係*/
    top: 12px;
    right: 20px;
    width: 47px;
    height: 47px;
    display: block;
    background-color: #9e8368;
    position: fixed;
    z-index: 9998;
	}

	#switchBtnArea #switchBtn span {
		left: 18%;
		width: 64%;
		height: 1px;
		display: block;
		position: absolute;
		background-color:#fff; /*スマホ三本線カラー*/
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 12px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 23px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 12px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#switchBtnArea #switchBtn.btnClose {
    background: transparent;
    border-radius: 30px;
    background-color: #9e8368;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 23px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
        background-color:#fff;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
        background-color:#fff;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 23px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
        background-color:#fff;
	}

	#rwdMenuWrap {
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 9900;
	}
    .sp-logo {
        width: 160px;
        margin: 35px 0px 0px 20px;
        display:inherit;
    }
	#rwdMenuWrap ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    border-top: 1px dotted #2D2D2D;
	}

	#rwdMenuWrap ul li {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: #000000;
    font-variant: normal;
    }

	#rwdMenuWrap ul li a {
    padding: 17px 0px 15px 55px;
    text-align: left;
    display: block;
    position: relative;
    text-decoration: none;
    color: #343434;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 1px;
	}
    #rwdMenuWrap ul li a img {
        width: 28px;
        position: absolute;
        top: 11px;
        left: 17px;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
    
    #menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}


}
