@charset "utf-8";
html,body{
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #369;
	overflow: hidden;
}

#menu {
	background-image: url(../../img/menu.png);
	height: 70px;
	width: 70px;
	position: fixed;
	z-index: 998;
	left: 20px;
	top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 135px;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#modal {
	z-index: 9999;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	background:linear-gradient(0deg,rgba(218, 255, 107, .9), rgba(255, 255, 220, .9)),
	url(../../img/modal/gld_bg.jpg);
}
#mdl_window {
	/*background-image: url(../../img/bg_story.jpg);*/
	height: 350px;
	width: 450px;
	border: 3px solid #754B09;
	position:absolute;
	background:#FFF;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#mdl_caution {
	background-image: url(../../img/modal/caution.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	height: 150px;
	width: 100%;
}
#mdl_msg {
	background-image: url(../../img/modal/mdl_msg.png);
	height: 70px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#mdl_window ul {
	margin-top: 40px;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
#mdl_window ul li {
	height: 60px;
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	background-color: #630;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	cursor:pointer;
}
#mdl_window ul li a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	background-color: #630;
	height: 100%;
	width: 100%;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mdl_window ul li:hover,#mdl_window ul li a:hover {
	background-color: #C00;	
}


h1 {
	background-image: url(../../img/sweetea_logo.png);
	background-size: contain;
	height: 90px;
	width: 300px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 1000;
}
h1 a{
	float: left;
	height: 100%;
	width: 100%;
}
#container {
	height: 100%;
	width: 100%;
}
#glb {
	height: 200px;
	width: 100%;
	position: absolute;
	bottom: -200px;
	background-image: url(../../img/menu_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 997;
}
#glb ul {
	margin-top: 260px;
}
#glb ul li {
	width: 32%;
	height: 50px;
	line-height: 50px;
	position: relative;
	float: left;
	margin-left: 1%;
	margin-top: 5px;
	background-image:
	url(../../img/menu_l.png),
	url(../../img/menu_r.png);
	background-repeat:
    no-repeat,
	no-repeat;
	background-position:
    left,
	right;
	position:relative;
}
#glb ul li div{
	position:relative;
	width:auto;
	height:50px;
	margin-left:20px;
	margin-right:20px;
	background-image: url(../../img/menu_c.png);
}
#glb ul li a {
	float: left;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
}
#glb ul li a:hover{
	color: #F00;
}#glb ul li em {
	position: absolute;
	height: 40px;
	width: 100px;
	left: 15px;
	top: -20px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background-image: url(../../img/point.png);
	background-repeat: no-repeat;
	text-shadow: #006600 2px 0px, #006600 -2px 0px,
    #006600 0px -2px, #006600 -2px 0px,
    #006600 2px 2px, #006600 -2px 2px,
    #006600 2px -2px, #006600 -2px -2px,
    #006600 1px 2px, #006600 -1px 2px,
    #006600 1px -2px, #006600 -1px -2px,
    #006600 2px 1px, #006600 -2px 1px,
    #006600 2px -1px, #006600 -2px -1px;
	color: #FFF;
	background-position: top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 999;
}
#mv1 {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../../img/top/karehana_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
	z-index: 0;
}
#mv2 {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../../img/top/kemomusu_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
	z-index: 0;
}
#mv3 {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../../img/top/nekokami_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	z-index: 900;
}
#bg {
	position: absolute;
	height: 100%;
	width: 100%;
}
#bg em {
	position: absolute;
	height: 200px;
	width: 80%;
	bottom: 60px;
	right: 0;
	left: 0;
	margin: auto;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
#bg a {
	float: left;
	height: 100%;
	width: 100%;
	position: absolute;
}

.logo1 {
	background-image: url(../../img/top/karehana_logo.png);
}
.logo2 {
	background-image: url(../../img/top/kemomusu_logo.png);
}
.logo3 {
	background-image: url(../../img/top/nekokami_logo.png);
}
