/* -----------------------------------
スマホ/タブレット解像度早見表
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 #AB94C2,
	1px 1px 1px #AB94C2,
	-1px 1px 1px #AB94C2,
	-1px -1px 1px #AB94C2,
	1px -1px 1px #AB94C2;
}
.main .city table th, .main .city table td {
	color: #fff;
	text-shadow:
	0 0 1px #AB94C2,
	1px 1px 1px #AB94C2,
	-1px 1px 1px #AB94C2,
	-1px -1px 1px #AB94C2,
	1px -1px 1px #AB94C2;
}
.main .city dl.price dt, .main .city dl.price dd {
	color: #fff;
	text-shadow:
	0 0 1px #AB94C2,
	1px 1px 1px #AB94C2,
	-1px 1px 1px #AB94C2,
	-1px -1px 1px #AB94C2,
	1px -1px 1px #AB94C2;
}


body {
	background:url('images/bg-une.jpg') #AB94C2 no-repeat center top;
	background-position-y: 200px;
	background-size: contain;
}



header {background: none;min-height:120px ; }
header h1,
header h2 {color: #AB94C2;}
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;
	max-width: 100%;
}
.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: #AB94C2;
    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: #AB94C2;}


@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: #AB94C2;
/*     background: none; */
}


article.deux {
	margin: 100px 0 0;
	padding-bottom: 50px;
	background:url('images/bg-deux.png') #40BCD7 no-repeat center top;
	background-position-y: 200px;
	background-size: contain;
}
article.deux header h1,
article.deux header h2 {
    color: #40BCD7;
}

article.deux h1,article.deux  h2,article.deux  h3,article.deux  h4,article.deux  h5,article.deux  h6,article.deux  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;
}
article.deux .city table th,
article.deux .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;
}
article.deux .city dl.price dt,
article.deux .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;
}
footer {
		margin: 0;
		padding: 0em 0 1em;
    background-color: #40BCD7;
}
footer p {
	text-shadow:
	0 0 1px #40BCD7,
	1px 1px 1px #40BCD7,
	-1px 1px 1px #40BCD7,
	-1px -1px 1px #40BCD7,
	1px -1px 1px #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 {
	background-size: auto;
}
article.deux {
	background-size: auto;
}

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


}