@charset "utf-8";

/* base styling
	========================================================================== */
.page-top{
	color: #303030;
	line-height: 1.4;
	font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: -0.01px;/*iPhoneバグ用*/
	font-size: 14px;
	background: #fdf7fa;
	background: -webkit-linear-gradient(top, #fdf7fa 0%,#ffd5ea 60%) no-repeat;
	background: linear-gradient(to bottom, #fdf7fa 0%,#ffd5ea 60%) no-repeat;
	background-size: 100% 100%;
}
img:not([width]) {
	zoom: .5;
}
*,*::before,*::after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a {
	-webkit-touch-callout:none;
}
a, a:link, a:visited, a:hover{
	color: #fff;
	text-decoration: none;
}
.center{
	text-align: center;
}
.clearfix{
	content: "";
	display: block;
	clear: both;
}
/* [ loader ] */
#loader{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
}

/* header
	========================================================================== */
header{
	background: #ffd5d5;
	color: #d35362;
	font-size: 12px;
	display: -webkit-box;
	display: box;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	width: 100%;
	position: fixed;
	top: 0;
	box-shadow: 0 3px 3px rgba(0,0,0,.1);
	z-index: 100;
}
header a{
	display: block;
	padding: 0 20px;
	background: #df5a6a;
	-webkit-box-flex:0.0;
	box-flex:0.0;
}
header a:hover{
	opacity: .7;
}
header h1{
	text-align: center;
	-webkit-box-flex:1.0;
	box-flex:1.0;
}
header h1 strong{
	padding-left: 5px;
	font-size: 15px;
}
header p{
	background: rgba(117,53,22,.3);
	font-size: 9px;
	color: #fff;
	padding: 3px;
}

/* main
	========================================================================== */
[role="main"]{
	margin-top: 30px;
	position: relative;
}
/* [ map ] */
.map{
	height: 300px;
	position: relative;
}
.map iframe{
	width: 100%;
	height: 300px;
}
.map-controller{
	background: rgba(0,0,0,.25);
	border: 1px solid rgba(255,255,255,.3);
	border-left: 0;
	width: 45px;
	padding: 5px;
	border-radius: 0 15px 15px 0;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	height: 170px;
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: -85px;
}
.map-controller li{
	background: rgba(0,0,0,.25);
	border: 1px solid rgba(255,255,255,.5);
	line-height: 75px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}
.map-controller select{
	-webkit-appearance: button;
	appearance: button;
	position: absolute;
	border: 0;
	background: transparent;
	opacity: 0;
	width: 34px;
	height: 76px;
	top: 0;
	left: 0;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	font-size: 16px;
}
.map-controller li:hover{
	background: rgba(0,0,0,.7);
	text-shadow: 0 0 15px #fff;
}
.map-controller li i{
	color: #fff;
	line-height: 1;
	font-size: 22px;
}
.map-controller li:first-child{
	margin-bottom: 5px;
}
/* map controller-minus*/
.map-controller-minus{
	background: rgba(0,0,0,.25);
	border: 1px solid rgba(255,255,255,.3);
	border-left: 0;
	width: 45px;
	padding: 5px;
	border-radius: 0 15px 15px 0;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	height: 90px;
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: -85px;
}
.map-controller-minus li{
	background: rgba(0,0,0,.25);
	border: 1px solid rgba(255,255,255,.5);
	line-height: 75px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}
.map-controller-minus select{
	-webkit-appearance: button;
	appearance: button;
	position: absolute;
	border: 0;
	background: transparent;
	opacity: 0;
	width: 34px;
	height: 76px;
	top: 0;
	left: 0;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	font-size: 16px;
}
.map-controller-minus li:hover{
	background: rgba(0,0,0,.7);
	text-shadow: 0 0 15px #fff;
}
.map-controller-minus li i{
	color: #fff;
	line-height: 1;
	font-size: 22px;
}
.map-controller-minus li:first-child{
	margin-bottom: 5px;
}

/* map controller-plus*/
.map-controller-plus{
	background: rgba(0,0,0,.25);
	border: 1px solid rgba(255,255,255,.3);
	border-left: 0;
	width: 45px;
	padding: 5px;
	border-radius: 0 15px 15px 0;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	height: 90px;
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: 0px;
}
.map-controller-plus li{
	background: rgba(0,0,0,.25);
	border: 1px solid rgba(255,255,255,.5);
	line-height: 75px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}
.map-controller-plus select{
	-webkit-appearance: button;
	appearance: button;
	position: absolute;
	border: 0;
	background: transparent;
	opacity: 0;
	width: 34px;
	height: 76px;
	top: 0;
	left: 0;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	font-size: 16px;
}
.map-controller-plus li:hover{
	background: rgba(0,0,0,.7);
	text-shadow: 0 0 15px #fff;
}
.map-controller-plus li i{
	color: #fff;
	line-height: 1;
	font-size: 22px;
}
.map-controller-plus li:first-child{
	margin-bottom: 5px;
}



/* [ day-controller ] */
.day-controller{
	display: table;
	width: 100%;
	text-align: center;
	color: #fff;
	border-top: 1px solid #4d7bb9;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	bottom: 0;
}
.day-controller dt,
.day-controller dd{
	line-height: 30px;
	padding-top: 8px;
	background: rgba(0,0,0,.4);
	display: table-cell;
}
.day-controller dt{
	font-size: 20px;
}
.day-controller dt, .day-controller dd:nth-child(3) {
    border-left: 1px solid #03225f;
    box-shadow: 1px 0 0 #26579d inset;
}
.day-controller dt span{
	font-size: 30px;
}
.day-controller dd{
	font-size: 35px;
	cursor: pointer;
}
.day-controller dd:hover{
	background: rgba(0,0,0,.6);
	text-shadow: 0 0 15px #fff;
}
.day-controller dt,
.day-controller dd:nth-child(3){
	border-left: 1px solid #03225f;
	box-shadow: 1px 0 0 #26579d inset;
}
/* [ photo-list ] */
h2{
	background: #537fbb;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 5px;
	position: relative;
	z-index: 10;
}
.photo-list{
	display: -webkit-box;
	display: box;
}
.photo-list li{
	-webkit-box-flex:1.0;
	box-flex:1.0;
	position: relative;
	border-right: #fff solid 1px;
}
.photo-list li:last-child{
	border-right: 0;
}
.photo-list li div{
	position: absolute;
	background: rgba(0,0,0,.5);
	width: 100%;
	text-align: center;
	color: #fff;
	bottom: 0;
	padding: 5px;
}
.photo-list img{
	width: 100%;
	vertical-align: middle;
}

/* map-con
	========================================================================== */
.map-con{
	background: transparent;
	text-align: center;
	overflow: hidden;
}
.map-con img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.base-map{
	z-index: 1;
	filter: brightness(150%);
	-moz-filter: brightness(150%);
	-webkit-filter: brightness(150%);
	-ms-filter: brightness(150%);
	-o-filter: brightness(150%);
}
.simulator{
	z-index: 2;
}

@media screen and (min-width: 520px) {
	.page-top > * {
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}

	.page-top {
		background: url(../../img/bg.jpg) #fcf8f1 no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
	}

	.page-top > header {
		left: 50%;
		margin-left: -260px;
	}

	.map, .map iframe {
		max-height: 540px;
	}

	.page-top > main {
		background: #fdf7fa;
		background: -webkit-linear-gradient(top, #fdf7fa 0%,#ffd5ea 60%) no-repeat;
		background: linear-gradient(to bottom, #fdf7fa 0%,#ffd5ea 60%) no-repeat;
		background-size: 100% 100%;
	}

	.day-controller {
		position: absolute;
		bottom: 0;
	}
}
	
footer {
  height: 100%;
  background-color: #eeeeee;
  clear: both;
  overflow: hidden;
}
footer p {
  text-shadow: none;
}
footer .btn {
  margin-top:20px;
  text-align: center;
  border-bottom: 2px solid #fff;
  position: relative;
}
footer .btn a {
  font-size: 15px;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  border-radius: 6px;
  color: #333;
  padding: 8px 0 12px;
}
footer .btn a span:before, footer .btn a:before {
  content: "";
  display: inline-block;
}
footer .btn a:before {
  width: 20px;
  height: 20px;
  background: #fc5474;
  border-radius: 20px;
  position: relative;
  top: 4px;
  left: 12px;
  z-index: 1;
}
footer .btn a span:before {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #eee;
  margin-right: 5px;
  position: relative;
  top: -2px;
  z-index: 2;
}
footer .copy {
  color: #333;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin: 10px 0;
}
