


/*------メニュー-----------------------------*/

div.container
{
    font-family: Raleway;
    margin: 0 auto;
	padding: 1em 1em;
	text-align: center;
}

div.container a
{
    color: #FFF;
    text-decoration: none;
    font: 20px Raleway;
    margin: 0px 3%;
    padding: 10px 10px;/*波紋の位置*/
    position: relative;
    z-index: 12;
    cursor: pointer;
}


.blue
{
    background:#000;
}




/* Circle behind */
div.circleBehind a:before, div.circleBehind a:after
{
    position: absolute;
    top: 22px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #CCC;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

div.circleBehind a:after
{
    border-width: 2px;
    transition: all 0.4s;
}

div.circleBehind a:hover:before
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

div.circleBehind a:hover:after
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}


/*------メニューここまで-----------------------------*/








/*------ページトップボタン---------*/

#page-top {
    position: fixed;
  bottom: 20px;	
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*------ここまで------------*/


/*
#pc { display: none !important; }
#sp { display: block !important; }


@media screen and (min-width: 768px){
#pc { display: block!important; }
#sp { display: none!important; }
	
}
*/



































