/* -----------------------------------
スマホ/タブレット解像度早見表
http://scene-live.com/page.php?page=96
min-width:480px:スマホ横用
min-width:768px:タブレット用
min-width:960px：ノートPC用
min-width:1250px：デスクトップ用

----------------------------------- */

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h1, h2, h3, h4, h5, h6, p {
	color: #fff;
	text-shadow:
	0 0 1px #40BCD7,
	1px 1px 1px #40BCD7,
	-1px 1px 1px #40BCD7,
	-1px -1px 1px #40BCD7,
	1px -1px 1px #40BCD7;
}
.main .city table th, .main .city table td {
	color: #fff;
	text-shadow:
	0 0 1px #40BCD7,
	1px 1px 1px #40BCD7,
	-1px 1px 1px #40BCD7,
	-1px -1px 1px #40BCD7,
	1px -1px 1px #40BCD7;
}
.main .city dl.price dt, .main .city dl.price dd {
	color: #fff;
	text-shadow:
	0 0 1px #40BCD7,
	1px 1px 1px #40BCD7,
	-1px 1px 1px #40BCD7,
	-1px -1px 1px #40BCD7,
	1px -1px 1px #40BCD7;
}


body {background: none; background-color: #40BCD7;}
#container::before {
  background:url('/stages/deux/images/bg.png') #40BCD7 no-repeat left top;
/*   background-size: 100% auto; */
background-size: contain;
  background-position-y: 170px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}



header {background: none;min-height:120px ; }
header h1,
header h2 {color: #40BCD7;}
header .title { line-height: .8;}
header .title {width: 90%; max-width:  480px;}


header .title img { width: 100%; max-width: 480px;}
header .title img.title-date { width: 100%; max-width: 320px;}

.main { background: none;padding: 0;}
.main::before { background: none;}


#topbutton {
    bottom: 28px;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0;
    position: fixed;
    right: 22px;
    text-align: center;
    text-shadow: none;
    z-index: 1000;
}
#topbutton span {
		color: #40BCD7;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 40px;
    opacity: 0.75;
    padding: 10px;
    width: 40px;
}

.menuslidebars .close .toggle-menu {
		color: #40BCD7;
}



@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}


body [off-canvas] {
    background-color: #40BCD7;
}

@media screen and (min-width:380px){

#container::before { background-position-y: 20px;}

}@media screen and (min-width:480px){ /* スマホ横用 */
body::before { background-position-y: 60px;
}


}@media screen and (min-width:768px){ /*タブレット*/
body#deux {
	background: url(/stages/deux/images/bg.png) #40BCD7 no-repeat center bottom fixed ;
	background-size:contain;
}
body#deux { background-size:auto;}
#container::before {background: none;}


}@media screen and (min-width:960px){ /* ノートPC用 */
header .title {max-width:  800px;}
}@media screen and (min-width:1250px){ /* デスクトップ用 */


}