@charset "utf-8";
/* CSS Document */
nav.pc-nav{
    display: none;
}
nav.mb-nav{
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1200;
    top: 0px;
}

header nav.mb-nav ul.hd-nav{
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.50);
    background-image: -webkit-linear-gradient(270deg,rgba(51,51,51,0.80) 0%,rgba(0,0,0,0.80) 18.65%,rgba(0,0,0,0.80) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(51,51,51,0.80) 0%,rgba(0,0,0,0.80) 18.65%,rgba(0,0,0,0.80) 100%);
    background-image: -o-linear-gradient(270deg,rgba(51,51,51,0.80) 0%,rgba(0,0,0,0.80) 18.65%,rgba(0,0,0,0.80) 100%);
    background-image: linear-gradient(180deg,rgba(51,51,51,0.80) 0%,rgba(0,0,0,0.80) 18.65%,rgba(0,0,0,0.80) 100%);
    padding-top: 16px;
    padding-bottom: 16px;
    height: 100vh;
}
.mb-nav ul li{
    font-size: 20px;
    text-align: center;
}
.mb-nav ul li:last-child{
	border: none;
}
li.mb-nav-layer0 {
    margin-bottom: 3em;
    margin-top: 3em;
}

.mb-nav-layer1 li  {
    width: calc(50% - 16px);
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
}


ul .reserve-bt {
    text-align: center;

}
.reserve-bt a img {

}


header nav.mb-nav ul li a{
	display: block;
}
 header nav.mb-nav ul.hd-nav li a:link{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    display: block;
}
 header nav.mb-nav ul.hd-nav li a:visited{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    display: block;
}
 header nav.mb-nav ul.hd-nav li a:hover{
    color: rgba(0,158,228,1.00);
    text-decoration: none;
    display: block;
}

#toggle-pos {
    position: fixed;
    top: 12px;
    right: 8px;
    z-index: 9999;
}
#nav_toggle{
    display: block;
    width: 48px;
    height: 64px;
    position: relative;
    z-index: 1300;
}
#nav_toggle div {
		position: relative;
	z-index: 1001;}
#nav_toggle span{
    display: block;
    height: 4px;
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1002;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.70);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.70);
}
#nav_toggle span:nth-child(1){
		top:0px;
}
#nav_toggle span:nth-child(2){
		top:18px;
}
#nav_toggle span:nth-child(3){
		top:36px;
}
	
.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
}
.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
.icon-fb {
    width: 15%;
    text-align: left;
    margin-left: 16px;
}
.inner .mb-nav .hd-nav {
    padding-top: 96px;
    padding-bottom: 96px;
}
.hd-nav li p,.hd-nav li a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
.hd-nav li p {
    margin-bottom: 8px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN","Noto Serif JP", serif;
}

.mb-nav-layer1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(201,201,201,0.50);
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: rgba(255,255,255,0.00);
}
.mb-nav-layer1 li a {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    display: block;
}
.mb-nav-layer1 li a:hover {
	color:#000000;
	opacity: 0.3
}



@media print,screen and (min-width: 800px) {
/*
nav.mb-nav{
    display: none;
}
#toggle-pos {
    display: none;
}
*/
#toggle-pos {
    right: 20px;
    display: none;
    z-index: 9999;
}
nav.pc-nav{
    display: inherit;
    position: absolute;
    bottom: 8px;
    right: 0px;
    width: 100%;
}





}
