html {
    position: relative;
}
html,
body,.main,
section.scroll-bg {
    height: 100%; }
body {
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}
ul li {
    list-style: none;
}
img {
    width: 100%;
}
.small {
    font-size: 12px;
}
.large {
    font-size: 18px;
}
.red {
    color: #FF0543;
}
a {
    color: #666;
}
a:hover {
    color: #FF6431;
    text-decoration: none;
}
/*********************************************************
　　　　　　　　　　　ヘッダー
*********************************************************/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 20;
    padding: 0;
    box-sizing: border-box;
}
#global-nav {
    display: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    font-size: 16px;
}
#global-nav ul li {
    float: left;
    text-align: center;
    width: 100%;
    max-width: 160px;
    line-height: 45px;
}
#global-nav ul li a {
    text-decoration: none;
}
/*********************************************************
　　　　　　　　　　　main
*********************************************************/
.main {
    max-width: 1200px;
    margin: 0 auto;
}
.day {
    width: 20%;
}

/*********************************************************
　　　　　　　　　　　スタッフ詳細
*********************************************************/
.staff-page {
    margin: 80px auto 0;
}
/*********************************************************
                       スマホ用メニュー
*********************************************************/
.global_menu {
    display: block;
}
.slide_btn {
}
.list_open {
    cursor: pointer;
    background: #FFFFFF;
    text-align: center;
    color: #666;
    line-height: 45px;
    display: block;
    font-size: 18px;
    border-bottom: solid 1px #676767;
}
#category_list{
	display:none;
	width:100%;
 	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(255,255,255,1);
}
#category_list ul li {
	font-size: 16px;
    line-height: 45px;
    text-align: center;
}
#category_list ul li a {
	text-decoration: none;
    color: #666;
}
.list_close {
    cursor: pointer;
    background: #000;
    text-align: center;
    color: #FFF;
    line-height: 45px;
}