@charset "UTF-8";
/* CSS Document */


/*--------SP（デフォルト）--------*/
html,
body {
*	height: 100%;
*	min-height: 100%;
	color: #1E2B30;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", sans-serif;
}
body#map {
*	position: fixed;
}

input, select, button {
	font-family: "Noto Sans JP";
}

.dn {
  display: none !important;
}

/*
article {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  padding: 10px;
  height: 400px;
  background: #FFFFFF;
}
*/


.title,
.modalTitle,
.modalList {
  margin: 0;
}

.mapOpen{
	display: none;
}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}

.modal.isOpen {
  display: block;
  opacity: 1;
  animation: scaleUp 0.3s linear;
  -webkit-animation: scaleUp 0.3s linear;
}

.modal.isStatic {
  position: static;
}


.modal.isClose {
  display: block;
  animation: scaleDown 0s linear;
  -webkit-animation: scaleDown 0s linear;
}


@keyframes scaleUp {
  0% {
    opacity: 0;
    transform:translateY(100%);
  }
  100% {
    opacity: 1;
    transform:translateY(0);
  }
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    transform:translateY(100%);
  }
  100% {
    opacity: 1;
    transform:translateY(0);
  }
}

@keyframes scaleDown {
  0% {
    opacity: 1;
    transform:translateY(0);
  }
  100% {
    opacity: 0;
    transform:translateY(100%);
  }
}

@-webkit-keyframes scaleDown {
   0% {
    opacity: 1;
    transform:translateY(0);
  }
  100% {
    opacity: 0;
    transform:translateY(100%);
  }
}

.modalHeader {
	position: relative;
	line-height:1;
	margin: 0 0 14px;
	padding: 25px 0 23px;
	background: url(/img/common/logo.svg) 20px 50% no-repeat;
	background-size: 70px auto;
	border-bottom: 3px solid #638FA2;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 11;
}

h1.modalTitle {
	color: #1E2B30;
	font-size: 24px;
	font-weight: 200;
	text-align:center;
	letter-spacing: 1.2px;
}

.mapEx {
	display: block;
	color: #1D2B30;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	text-align:center;
	margin: 0 0 10px;
}

.stayRiv img,
.dayRiv img {
	width: 100%;
}
.stayRiv img {
	border-radius: 8px 0 0 0;
}
.dayRiv img {
	border-radius: 0 8px 0 0;
}

.btnClose {
	position: absolute;
	cursor: pointer;
	right: 10px;
	width: 46px;
	height: 57px;
	color: #1E2B30;
*	text-align: center;
*	z-index: 20;
}



.btnClose:before,
.btnClose:after {
	position: absolute;
	display: block;
	top: 50%;
	content: "";
	width: 16px;
	height: 16px;
	border-color: #1E2B30;
	border-style: solid;
}

.btnClose:before {
	left: 5px;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}

.btnClose:after {
	right: 2px;
	border-width: 1px 0 0 1px;
	transform: rotate(-45deg);
}




.jscBtnClose_SP{
*	display: block;
}

.jscBtnClose_SP.active{
	top:-50px;
}



#btnClose {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;;
  text-align: center;
  width: 33px;
  height: 50px;
  color: #333333;
  z-index: 20;
}

#btnClose:before,
#btnClose:after {
  position: absolute;
  display: block;
 /* margin-top: -6px;*/
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border-color: #333333;
  border-style: solid;
}

#btnClose:before {
  left: 4px;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

#btnClose:after {
  right: 3px;
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
}




#jscBtnClose_SP{
	display: block;
}

#jscBtnClose_SP.active{
	top:-50px;
}





.mapOpen_SP{
	display: contents;
	cursor: pointer;
}	


.modal_SP {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: FFFFFF;
}

.modal.isOpen_SP {
  display: block;
  opacity: 1;
  animation: scaleUp 0.3s linear;
  -webkit-animation: scaleUp 0.3s linear;
}

.modal.isStatic_SP {
 	position: absolute;
    background: #fff;
	z-index: 10;
}


.modal.isClose_SP {
  display: block;
  animation: scaleDown 0s linear;
  -webkit-animation: scaleDown 0s linear;
}


.dn_SP {
  display: none !important;
}

.jscContents{
	display: none;
}

.jscContents_SP{
	display: block;
}


/* media Queries  //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- 801px */
@media screen and (min-width: 801px), print {


html,
body {
*  height: 100%;
*  min-height: 100%;
  width: 100%;
}


.dn {
  display: none !important;
}

/*
article {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  padding: 10px;
  height: 400px;
  background: #FFFFFF;
}
*/


.title,
.modalTitle,
.modalList {
  margin: 0;
}

.mapOpen{
	display:contents;
	cursor: pointer;
}

.mapOpen_SP{display: none;}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  min-height: 100%;
*  top: -119px;
  left: 0;
  background-color: FFFFFF;
}

.modal.isOpen {
  display: block;
  opacity: 1;
  animation: scaleUp 0.3s linear;
  -webkit-animation: scaleUp 0.3s linear;
}

.modal.isStatic {
    position: absolute;
    z-index: 10;
    background: white;
}


.modal.isClose {
  display: block;
  animation: scaleDown 0s linear;
  -webkit-animation: scaleDown 0s linear;
}


@keyframes scaleUp {
  0% {
    opacity: 0;
    transform:translateY(100%);
  }
  100% {
    opacity: 1;
    transform:translateY(0);
  }
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    transform:translateY(100%);
  }
  100% {
    opacity: 1;
    transform:translateY(0);
  }
}

@keyframes scaleDown {
  0% {
    opacity: 1;
    transform:translateY(0);
  }
  100% {
    opacity: 0;
    transform:translateY(100%);
  }
}

@-webkit-keyframes scaleDown {
   0% {
    opacity: 1;
    transform:translateY(0);
  }
  100% {
    opacity: 0;
    transform:translateY(100%);
  }
}

.modalHeader {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 34px 40px 33px;
	background: url(/img/common/logo.svg) 40px 50% no-repeat;
	background-size: 91px auto;
	border-bottom: 5px solid #638FA2;
}

h1.modalTitle {
	font-size: 28px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 120px;
	letter-spacing: 1.4px;
}

.mapEx{
	display: none;
	font-size: 14px;
	padding: 15px;
	margin: 0 0 40px;
}

.mapCont {
	position: absolute;
	width: 370px;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	border-right: 1px solid #ccc;
	z-index: 8;
}


.mapCont h2 {
	color: #1D2B30;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.9px;
	padding: 30px 0 0;
}




.searchSelect {
	width: 300px;
	margin: 20px auto 10px;
}
.searchSelect > li:nth-child(1) {
	padding: 0;
}
.searchSelect > li:nth-child(2) {
	border-radius: 0 0 8px 8px;
}

.stayAttention {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	line-height:160%;
	padding: 10px;
*	background: rgba(255, 255, 255, 0.95);
	border-radius: 8px;
}

.stay_pickr img {
	width: 35px;
	margin: 0 10px -10px 0;
}

.stayRiv img,
.dayRiv img {
	width: 100%;
	padding: 0;
}


.btnClose {
	top: 36px;
	right: 30px;
	width: 36px;
	height: 36px;
}
.btnClose:before,
.btnClose:after {
	top: 0;
	width: 25px;
	height: 25px;
}
.btnClose:before {
	left: -25px;
}
.btnClose:after {
	right: 0;
}


.jscContents{
	display: block;
}

.jscContents_SP{
	display: none;
}




}