/* resetCSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,  time, mark, audio, video, button{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: middle;
}
*:focus {
    outline: none;
}

/* font */
body{
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
    color: #555;
	margin: 0;
}

/* header */
header{ 
    background-color: rgba(255,255,255,0.4);
    padding: 4px 0;
}


.headA{
    display: inline-block;
    margin-left: 50px;
}

.headA:hover{
    opacity: 0.6;
}

.headB ul{
    margin: 0 14px 0 0;
    padding: 0;
    list-style: none;
}
.headB li{
    display: table-cell;
}

.headB a{
    display: flex;
    margin-right: 40px;
    padding: 7px;
    text-decoration: none;
    color: #fff;
}

.headB a:hover{
    opacity:1;
    border-bottom: solid 1.5px #fff;
}


/* top */
.top {
    padding-top: 10px;
	color: #fff;
}
.bg-slider{
    width: auto;
    height: 500px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.top .logo{
	margin-top: 84px;
	padding-left: 20px;
	display: block;
	text-align: center;
}
.hotpepper{
    text-align: center;
    padding-bottom: 50px;
}
.hotpepper a{
	display: inline-block;
	text-align: center;
   	margin-top: 30px;
	padding: 10px 30px;
	border: solid 3px #fff;
	color: inherit;
	font-size: 14px;
	text-decoration: none;
}

.hotpepper a:hover{
    background-color: rgba(0,0,0,0.2);
}

/* common */
h1{
    font-size: 40px;
    font-family: 'Montserrat',sans-serif;
    margin: 0;
    padding: 50px 0 40px 0;
    font-weight: bold;
}  

h3{
	display: block;
    font-size: 1.25em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h4{
	display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.page p{
    margin: 0;
}

.page{
    text-align: center;
    padding-bottom: 50px;
}

.menu,.staff{
    background-color: #eee;
}

.menu p{
    line-height: 2.5;
	text-align: center;
}

.menu .text{
    font-size: 70%;
}

.menu .hotpepper a{
	border: solid 3px #999;
}

.gallery {
    max-width: 100%;
}

.insta{
        text-align: center;
}



.insta a{
	display: inline-block;
        margin-bottom: 80px;
	padding: 30px 10px;
        border-radius: 50%;
        background-color: #8fc5c1;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.insta a:hover{
    background-color: #8fc5c1;
    opacity: 0.7;
    color: #fff;
}

.pagecon{
    display: flex;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.box{
    flex: 1 1;
    margin: 0 30px;
}

.box p{
    text-align: left;
    margin: 0;
}
.box a{
    text-decoration: none;
	color: inherit;
}

.menu .box p{
	text-align: center;
}

.info .box p{
	margin-bottom: 10px;
    width: 20rem;
}

.box .icon{
	vertical-align: middle;
	margin-right: 10px;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pageTop a {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #8fc5c1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	opacity: 0.9;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* footer */
footer{
	background-color: #899;
	margin: 0;
}

.foot{
	display: flex;
	justify-content: center;
	align-items: center;
       padding: 22px 0;
}

.foot img{
	margin: 20px;
}
	
.foot p,.foot a,.foot small{
	color: #fff;
	margin: 5px;
	text-decoration: none;
}
footer .copy{
	font-size: 12px;
    display:block;
    text-align:center;
    color: white;
	padding: 10px 0 20px 0;
}

/*tablet:-768px*/
@media(max-width:768px){
    body{
		font-size: 80%;
    }
    
    header .container-small{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .headA{
        margin-left: 20px;
    }
    
    .toggle{    
        width: 35px;
        height: auto; 
        padding: 3px 0;
        margin-right: 20px;
        border: none;
        outline: none;
        background: none;
        font-size: 28px;
        color: #fff;
        opacity: 0.9;
        cursor: pointer;
        vertical-align: middle;
        }
    
   .toggle img{    
        width: 32px;
        height: auto;
    }

    .toggle:hover{
        opacity: 0.6;
    }
    
    .headB{
        display: none;
    }
    
    .headB li{
        display: block;
        margin-left: 50px;
        margin-top: 20px;
        font-size: 14px;
    }
    
    .headB a{
        display: block;
        text-align: right;;
        margin: 0;
        line-height: 1.5;
    }
    
    .headB a:hover{
        color: #ccc;
        border: none;
    }
    
	.bg-slider{
		height: 340px;
	}
	.top .logo{
		margin-top: 40px;
	}
	.hotpepper a{
		margin-top: 20px;
	}
    .top h1{
        font-size:450%; 
		padding-top: 50px;
		padding-bottom: 200px;
    }
    
    .pagecon{
        display: block;
        max-width: 600px;
    }
    
    .box{
        margin: 0 10px;
    }
    
    .box p{
        margin-left: 10px;
    }
    
	.foot{
		flex-direction: column;
		padding: 40px 0;
	}
    
	footer small{
		font-size: 10px;
	}
}

/*SP*/
@media(max-width:420px){
    h1 {
        font-size: 30px;
    }
    
    .ikeda img{
        width: 230px;
    }
    .ggmap iframe{
        width: 90%;
    }
}
    
/*PC*/
	@media(min-width:769px){
	header .container{
        display: flex;
		align-items: center;
		justify-content: space-between;
		max-height: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

    .toggle{
		display: none;
	}

    .headB{
        	display: block !important;
	}
}		