@charset "UTF-8";

/* ==========================================================================
 メッシュマップ凡例
========================================================================== */
.mesh-color-section {
	position:absolute;
	margin: 8px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	background: rgba(0, 0, 0, 0.7);
	color: rgb(255, 255, 255);
	font-size: 26px;
	text-align: left;
	width: 180px;
	z-index: 1000;
	display: none;
}

.mesh-color-section td{
	padding: 0px 8px;
}

.mesh-color-section span{
	margin-right: 4px;
}

.mesh-color-1 {
	color: rgba(46, 155, 211, 1);
}

.mesh-color-2 {
	color: rgba(123, 213, 85, 1);
}

.mesh-color-3 {
	color: rgba(242, 198, 37, 1);
}

.mesh-color-4 {
	color: rgba(255, 140, 0, 1);
}

.mesh-color-5 {
	color: rgba(255, 9, 9, 1);
}

.mesh-color-w1{
	color: #21cd7d;
}	

.mesh-color-w2{
	color: #3f5cc3;
}

.mesh-color-w3{
	color: #920697;
}	

@media screen and (min-width: 751px){
	.mesh-color-section {
		font-size: 16px;
		width: 116px;
	}
}


/* ==========================================================================
 メッシュマップ
========================================================================== */
.leaflet-tilelayer-meshmap {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;
}

/* marker-popup */
.marker-popup {
	cursor: pointer;
}

.marker-popup .leaflet-popup-content-wrapper {
	border-radius: 12px;
	padding: 8px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.marker-popup .leaflet-popup-content {
	margin: 6px 4px;
}

.marker-popup .icon {
	padding-right: 28px;
	padding-left: 4px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.marker-popup span {
	padding: 0 6px;
}

.leaflet-touch .leaflet-bar a {
	width: 60px;
	height: 60px;
	line-height: 50px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out	{
	font-size: 40px;
}

.leaflet-popup-content {
	margin: 22px 36px;
	line-height: 1.6;
}

.leaflet-popup-content span {
	font-size: 2.8em;
	border-bottom: solid 1px;
}

/* control (slider) */
.control {
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: rgb(86, 86, 86);
}

.control ul {
	display: block;
	height: 100px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	list-style: none;
	cursor: default;
}

.control ul li {
	display: inline-block;
	width: auto;
	height: 55px;
	line-height: 55px;
}

#control-mobile {
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

/* overwirte jQuery UI Slider style */
.ui-slider .ui-slider-handle {
	outline: none;
	height: 28px;
	width: 28px;
	border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -15px;
	margin-left: -11px;
}

.ui-slider .ui-slider-range {
	background: #397DBA;
}

#slider .ui-state-active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
}

/* slider */
.control .control-right {
	margin: 0;
	height: 8px;
	display: inline-block;
	border: none;
	float: right;
	width: 100%;
	margin-left: -75px;
}

.control .slider-wrap {
	margin-left: 18px;
	margin-right: 18px;
	position: relative;
}

.control #slider {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 20px;
	border: none;
}

.slider-wrap .ui-state-disabled {
	opacity: 1;
	pointer-events: inherit;
}

/* slider mark */
.control #slider-mark-lines {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 28px;
}

.control #slider-mark-lines div {
	border-left: 1.5px solid #858585;
	height: 4px;
	position: absolute;
	margin-left: -0.75px;
}

.control #slider-mark-lines div.mark {
	border-left: 1.5px solid #fff;
}

.control #slider-mark-text {
	width: 100%;
	position: absolute;
	top: 42px;
	line-height: 11px;
}

.control #slider-mark-text div {
	position: absolute;
	font-size: 20px;
	color: #fff;
	user-select: none;
}

.control #slider-mark-text div.left {
	margin-left: -4px;
}

.control #slider-mark-text div.center {
	margin-left: -11px;
}

.control #slider-mark-text div.right {
	margin-left: -78px;
	margin-right: -6px;
}

.control #slider-mark-text div.right-day {
	margin-left: -18px;
}

.control #slider-mark-text div.h {
	margin-left: -42px;
}

.control #slider-mark-time-text {
	width: 100%;
	position: absolute;
	top: 72px;
	line-height: 11px;
}

.control #slider-mark-time-text div {
	position: absolute;
	font-size: 20px;
	color: #fff;
	user-select: none;
}

.control #slider-mark-time-text div.left {
	margin-left: -4px;
}

.control #slider-mark-time-text div.center {
	margin-left: -11px;
}

.control #slider-mark-time-text div.right {
	margin-left: -78px;
	margin-right: -6px;
}

.control #slider-mark-time-text div.right-day {
	margin-left: -18px;
}

/* position button */
#position {
	position: relative;
	left: 578px;
	top: 360px;
	z-index: 1000;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#position img {
	width: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -14px;
}

#position-loading {
	position: relative;
	width: 220px;
	left: 340px;
	top: 308px;
	height: 40px;
	padding: 4px 6px;
	font-size: 26px;
	color: #fff;
	background: rgba(33, 33, 33, 0.7);
	z-index: 1000;
	display: none;
}

.set-button{
	display: block;
	padding: 8px 10px 8px 10px;
	color: #015db2;
	border-radius: 40px;
	background: #d9f3ff;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.leaflet-container a.leaflet-popup-close-button {
	width: 24px;
	height: 24px;
	font: 32px/14px Tahoma, Verdana, sans-serif;
}

.btn-cmn .icon img {
		width: 60px;
		height: 60px;
		vertical-align: middle;
}

/* PC */
@media screen and (min-width: 751px) {
	.ui-slider-horizontal .ui-slider-handle {
		top: -11px;
	}

	.ui-slider .ui-slider-handle {
		height: 20px;
		width: 20px;
	}

	.control ul {
		height: 80px;
	}

	.control #slider-mark-time-text {
		top: 58px;
	}

	.control #slider-mark-text div {
		font-size: 14px;
	}

	.control #slider-mark-time-text div {
		font-size: 14px;
	}

	.control #slider-mark-text {
		top: 36px;
	}

	.control #slider-mark-text div.right {
		margin-left: -40px;
		margin-right: -6px;
	}

	.control #slider-mark-text div.right-day {
		margin-left: -10px;
		margin-right: -6px;
	}

	.control #slider-mark-time-text div.right {
		margin-left: -40px;
		margin-right: -6px;
	}

	.control #slider-mark-time-text div.right-day {
		margin-left: -10px;
		margin-right: -6px;
	}

	#position {
		left: 542px;
		top: 470px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
	}

	#position img {
		width: 18px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -9px;
		margin-left: -9px;
	}

	#position-loading {
		width: 100px;
		left: 426px;
		top: 442px;
		height: 20px;
		font-size: 12px;
	}

	.set-button{
		font-size: 14.5px;
		font-size: 1.45rem;
	}

	.leaflet-container a.leaflet-popup-close-button {
		width: 18px;
		height: 14px;
		font: 16px/14px Tahoma, Verdana, sans-serif;
	}

	.leaflet-touch .leaflet-bar a {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out	{
		font-size: 20px;
	}

	.leaflet-popup-content {
		margin: 13px 19px;
		line-height: 1.4;
	}

	.leaflet-popup-content span {
		font-size: 1.6em;
		border-bottom: solid 1px;
	}

	.btn-cmn .icon img {
		width: 30px;
		height: 30px;
	}
}


/* ==========================================================================
 紹介モーダル
========================================================================== */
.modal {
	display: none;
}

.modal-overlay {
	position: fixed;
	z-index: 9999;
	top: 0px;
	height: 100%;
	width: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.65);
}

.modal-content {
	position: fixed;
	z-index: 10000;
	margin: auto;
	left: 20px;
	right: 20px;
	top: 27%;
	max-width: 680px;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	padding: 10px;
	border-radius: 8px;
}

@media screen and (min-width: 751px) {
	.modal-content {
		position: fixed;
		z-index: 10000;
		margin: auto;
		left: 20px;
		right: 20px;
		top: 25%;
		height: 440px;
		max-width: 580px;
		background: rgb(255, 255, 255);
		box-sizing: border-box;
		border: 1px solid #015db2;
		padding: 10px;
		border-radius: 8px;
	}
}

.modal-content .sp-close {
	position: absolute;
	top: 4px;
	right: 4px;
	display: inherit;
}

h2.modal-title {
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 3.2rem;
}

@media screen and (min-width: 751px) {
	h2.modal-title {
		margin-top: 4px;
		margin-bottom: 4px;
		text-align: center;
		font-size: 2.0rem;
	}
}

.modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
		padding: 10px 20px;
}

.modal-footer div {
	max-width: 295px;
	margin: auto;
}

.modal-footer p {
	margin-bottom: 15px;
}

.modal-footer .btn-cmn a, .modal-footer .btn-cmn span.inactive {
	display: inline-block;
	padding: 8px 24px;
}

@media screen and (min-width: 751px) {
	.modal-footer p {
		margin-bottom: 10px;
	}
}

.modal-main {
	width: 100%;
	height: 300px;
	margin: auto;
}

.modal-main-liden {
	width: 100%;
	margin: auto;
}

.overlay {
	position: fixed;
	z-index: 9999;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
}

.sp-close {
	position: fixed;
	z-index: 9999;
	top: 20px;
	right: 320px;
	display: none;
	width: 35px;
	height: 35px;
}

.sp-close .sp-close-inner {
	position: relative;
	display: block;
	width: 65px;
	height: 65px;
	left: -40px;
	cursor: pointer;
	background: rgb(255, 255, 255);
	transition: opacity 0.2s;
	border-radius: 100%;
}

@media screen and (min-width: 751px) {
	.sp-close .sp-close-inner {
		position: relative;
		display: block;
		width: 38px;
		height: 40px;
		cursor: pointer;
		background: rgb(255, 255, 255);
		transition: opacity 0.2s;
		border-radius: 100%;
	}
}

.sp-close .sp-close-inner::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-close .sp-close-inner::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sp-close .sp-close-inner::after,
.sp-close .sp-close-inner::before {
	position: absolute;
	top: 33px;
	left: 18px;
	display: block;
	width: 31px;
	height: 3.4px;
	content: "";
	background: #015db2;
}

@media screen and (min-width: 751px) {
	.sp-close .sp-close-inner::after,
	.sp-close .sp-close-inner::before {
		position: absolute;
		top: 24px;
		left: 35px;
		display: block;
		width: 27px;
		height: 3.4px;
		content: "";
		background: #015db2;
	}
}

#tutorial-modal .modal-content {
	height: 815px;
	margin-top: -110px;
	padding: 10px 20px;
}

@media screen and (min-width: 751px) {
	#tutorial-modal .modal-content {
		height: 550px;
		width: 450px;
		margin-top: -50px;
		padding: 10px 15px;
		font-size: 1.8rem;
	}
}

#tutorial-modal .modal-main {
	margin-top: 10px;
	color: #585858;
	line-height: 1.75;
	font-weight: 400;
	height: auto;
}

img.title-new {
	height: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}

#tutorial-modal .modal-footer a:hover {
	overflow: inherit;
}


/* ==========================================================================

========================================================================== */
.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list{
	width:580px;
	left:15px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list li img {
	width: 100%;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow {
	background: #015db2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: auto;
	bottom: -76px;
	z-index: 2;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow:before {
	opacity: 1;
	position: absolute;
	z-index: 2;
	top: 17px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	content: "";
	border: 0;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-prev {
	left: 50px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 15px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-next {
	right: 50px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 15px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots {
	bottom: -50px;
	z-index: 1;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li {
	width: 30px;
	height: 30px;
	margin: 0 10px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button {
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 2px solid #015db2;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button:before {
	display: none;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button {
	position: relative;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button:before {
	display: block;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #015db2;
	opacity: 1;
	content: "";
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}

@media screen and (min-width: 751px) {
	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow {
		background: #015db2;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		top: auto;
		bottom: -68px;
		z-index: 2;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow:before {
		opacity: 1;
		position: absolute;
		z-index: 2;
		top: 12px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		content: "";
		border: 0;
		border-top: solid 4px #fff;
		border-right: solid 4px #fff;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-prev {
		left: 30px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-prev:before {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		left: 11px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-next {
		right: 30px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-next:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 11px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots {
		bottom: -58px;
		z-index: 1;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li {
		width: 30px;
		height: 30px;
		margin: 0 10px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button {
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		border: 2px solid #015db2;
		background: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button:before {
		display: none;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button {
		position: relative;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button:before {
		display: block;
		width: 10px;
		height: 10px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		background: #015db2;
		opacity: 1;
		content: "";
		left: 50%;
		top: 50%;
		margin: -5px 0 0 -5px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list{
		width: 370px;
	}
}


/* ==========================================================================
	アウトドアリンク
========================================================================== */
.sct-service {
	position:relative;
	top:185px;
	z-index:20;
	padding:20px 20px 20px 20px;
}
.sct-service .sct-service-ttl img {
  width: auto;
  height: 64px;
}

.sct-service .sct-service-sttl {
  margin-bottom: 20px;
  position: relative;
}

.sct-service .service-list {
  overflow: hidden;
  margin: 0 0 40px;
  border-radius: 10px;
}

.sct-service .service-list li {
  box-sizing: border-box;
  width: 33.3%;
  padding: 0;
  text-align: center;
  border-top: 2px solid #efefef;
  border-right: 2px solid #efefef;
}

.sct-service .service-list li:nth-child(1), .sct-service .service-list li:nth-child(2), .sct-service .service-list li:nth-child(3) {
  border-top: none;
}

.sct-service .service-list li:nth-child(3n) {
  border-right: none;
}

.sct-service .service-list li span {
  display: block;
  height: 80px;
  line-height: 1;
}

.sct-service .service-list li span img {
  width: auto;
  height: 80px;
}

.sct-service .service-list li a {
  display: block;
  text-decoration: none;
  color: #015db2;
  background-color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
	.sct-service {
		position:relative;
		top:145px;
		z-index:20;
		padding:20px 20px 20px 20px;
	}
  .sct-service .service-list li {
    text-align: center;
  }

  .sct-service .service-list li span {
  display: block;
  height: 70px;
  line-height: 1;
  }

  .sct-service .service-list li span img {
    height: 70px;
  }
  .sct-service .service-list li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sct-service .service-list li a.hover, .sct-service .service-list li a.touch {
    padding-top: 7px;
    padding-bottom: 3px;
  }

}

.inunoicon{
	width:50px;
}

@media screen and (min-width: 751px) {
	.inunoicon{
	width:30px;
	}
}

.od-img{
	position:relative;
	bottom:200px;
	z-index:0;
	margin-bottom:-150px;
}