@charset "UTF-8";
/* =====
 * Access レイアウト
 * ============================================================================= */
dd 
{margin-inline-start: 0px!important;}
.page-title .icon {
  font-size: 42px;
  margin-top: -2px;
}

.access-container {
  /*background: white;*/
  position: relative;
  z-index: 0;
  padding-bottom: 72px;
}

.access-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  /*background: #fff;*/
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.access-container .section-container {
  padding-top: 12px;
  margin-top: 55px;
}

.access-container .title-line {
  /*margin: 0 0 48px;*/
  padding-bottom: 0.35em;
  border-bottom: 2px solid #333;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.04em;
}

.access-container .section-button {
  margin: 44px 0 0;
}

.page-inner-navi ul {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

.page-inner-navi ul li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(33% - 1px);
    margin-right: 8px;
}

.page-inner-navi ul li:last-child {
  margin-right: 0;
}

.page-inner-navi ul a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 56px;
  border-radius: 4px 4px 0 0;
  background: #f0f0f0;
  padding: 0 5px 0 38px;
  text-decoration: none;
  text-align: center;
  color: inherit;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
}

.page-inner-navi ul a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -10px;
}

.page-inner-navi ul a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  left: 25px;
  margin-top: -5px;
  transform: rotate(135deg);
}

.page-inner-navi ul a > span {
  display: block;
  width: 100%;
}

.google-map {
  position: relative;
  overflow: hidden;
  height: 452px;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-text {
  margin-top: 1.15em;
  font-size: 14px;
  font-size: 0.875rem;
}

.map-text p {
  margin: 0;
}

.image-content {
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
}

.train-def {
  font-size: 14px;
  font-size: 0.875rem;
}

.train-def dt {
  position: relative;
  padding-left: 1.8em;
}

.train-def dt:before {
  content: "";
  display: block;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background: #999;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.train-def dd {
  margin: 0 0 1em;
  /*padding-left: 1.8em;*/
}

.train-def dd:last-child {
  margin-bottom: 0;
}

.train-num-list {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
  counter-reset: num;
  padding: 0;
}

.train-num-list li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 1em;
  counter-increment: num;
}

.train-num-list li:before {
  content: counter(num) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: 500;
}

.inner-contents {
  margin: 20px 0 0;
}

.inner-contents .parking-tbl {
  width: 100%;
  margin: 48px 0;
  border-top: 1px solid #dbdbdb;
}

.inner-contents .parking-tbl th, .inner-contents .parking-tbl td {
  padding: 1.4em 0;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
}

.inner-contents .parking-tbl th {
  width: 252px;
  font-weight: 500;
  color: #666;
}

.inner-contents .parking-tbl td {
  padding-left: 25px;
  padding-right: 25px;
}

.inner-contents .parking-tbl strong {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.inner-contents .parking-tbl strong.d-ibk-f-def {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.3em;
}

.inner-contents .parking-tbl dl {
  margin-top: 0;
}

.inner-contents .parking-tbl dl dt, .inner-contents .parking-tbl dl dd {
  display: inline-block;
  vertical-align: top;
}

.inner-contents .parking-tbl dl dd {
  margin-left: 1em;
}

.inner-contents .parking-tbl .note {
  margin-top: -0.4em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.inner-contents .parking-tbl .note.-c-def {
  color: inherit;
}

.inner-contents .parking-tbl .note a {
  color: inherit;
  text-decoration: none;
}

.inner-contents .parking-tbl .note a:hover {
  text-decoration: underline;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .access-container {
    padding-bottom: 72px;
  }
  .access-container.-sp-navi-row3:before {
    height: 200px;
  }
  .access-container:before {
    height: 144px;
  }
  .access-container .section-container {
    margin-top: 22px;
  }
  .access-container .title-line {
    margin-bottom: 24px;
    padding-bottom: 0.35em;
    font-size: 1.286rem;
  }
  .access-container .section-button {
    margin-top: 25px;
  }
  .page-inner-navi {
    margin-bottom: 56px;
  }
  .page-inner-navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-inner-navi ul li {
    width: calc(50% - 6px);
    margin-bottom: 8px;
  }
  .page-inner-navi ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page-inner-navi ul a {
    height: 48px;
    border-radius: 4px;
    padding-left: 30px;
    font-size: 0.857rem;
  }
  .page-inner-navi ul a:before {
    left: 10px;
  }
  .page-inner-navi ul a:after {
    left: 16px;
  }
  .google-map {
    height: 302px;
  }
  .map-text {
    margin-top: 0.9em;
    font-size: 0.857rem;
  }
  .image-content {
    padding: 8px;
  }
  .inner-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .inner-contents .section-button {
    -ms-flex-order: -1;
    order: -1;
  }
  .train-def, .train-def:first-child {
    margin-top: 18px;
    font-size: 0.857rem;
  }
  .train-def dt, .train-def:first-child dt {
    padding-left: 1.4em;
  }
  .train-def dt:before, .train-def:first-child dt:before {
    width: 0.667em;
    height: 0.667em;
    top: 0.6em;
    background: #666;
  }
  .train-def dd, .train-def:first-child dd {
    /*padding-left: 1.4em;*/
  }
  .train-num-list, .train-num-list:first-child {
    margin-top: 18px;
  }
  .inner-contents .parking-tbl {
    margin: 24px 0 0;
  }
  .inner-contents .parking-tbl th, .inner-contents .parking-tbl td {
    display: block;
    width: 100%;
    padding: 1.2em 0;
    font-size: 0.857rem;
  }
  .inner-contents .parking-tbl th {
    padding-bottom: 0.4em;
    border-bottom: none;
  }
  .inner-contents .parking-tbl td {
    padding-top: 0;
  }
  .inner-contents .parking-tbl td p {
    margin: 0.5em 0;
  }
  .inner-contents .parking-tbl td p:first-child {
    margin-top: 0;
  }
  .inner-contents .parking-tbl td p:last-child {
    margin-bottom: 0;
  }
  .inner-contents .parking-tbl dl dt, .inner-contents .parking-tbl dl dd {
    display: block;
  }
  .inner-contents .parking-tbl dl dd {
    margin: 0;
  }
  .inner-contents .parking-tbl .note {
    margin-top: 0;
    font-size: 0.714rem;
  }
}

/* 20200715 kamata_only */
.kamata_access #Parking .parking-tbl td p strong a.link_under_none10{
	color:#3261a9;
}
.facilities_img{
	padding-bottom: 10px;
}

.box {
    position: relative;
}

.box p {
    position: absolute;
top: -20px;
left: 50px;
padding: 8px 30px;
background-color: #000;
color: #fff;
font-weight: bold;
}



	.sec_inner{
	    /*width:300px;*/
	    margin:0 auto;
		margin-bottom: 200px;
	}

	/*-----------height調整----------*/
	.slick-slide{
		height:auto!important;
	}
	/*------------------------------*/


	/********ボタンカスタマイズ*******/
	.slick-dots li:nth-of-type(1) button:before{
		background: url("/img/tori/01.png") no-repeat;
		background-size: contain!important;
	}
	.slick-dots li:nth-of-type(2) button:before{
		background: url("/img/tori/02.png") no-repeat;
		background-size: contain!important;
	}
	.slick-dots li:nth-of-type(3) button:before{
		background: url("/img/tori/03.png") no-repeat;
		background-size: contain!important;
	}
					.slick-dots li:nth-of-type(4) button:before{
		background: url("/img/tori/04.png") no-repeat;
		background-size: contain!important;
	}
					.slick-dots li:nth-of-type(5) button:before{
		background: url("/img/tori/05.png") no-repeat;
		background-size: contain!important;
	}
					.slick-dots li:nth-of-type(6) button:before{
		background: url("/img/tori/06.png") no-repeat;
		background-size: contain!important;
	}
					.slick-dots li:nth-of-type(7) button:before{
		background: url("/img/tori/07.png") no-repeat;
		background-size: contain!important;
	}
					.slick-dots li:nth-of-type(8) button:before{
		background: url("/img/tori/08.png") no-repeat;
		background-size: contain!important;
	}

	.slick-dots li button:before{
		content: ''!important;
		height:100%!important;
                width: 100%!important;
	}
	.slick-dots li{
	    width: 99px!important;
	    height:99px!important;
	    margin: 0!important;
	}
	.slick-dots li button{
		width:auto!important;
		height:auto!important;
	}
	.slick-dots{
		bottom: initial!important;
		margin-top:30px!important;
	}
	/*********************************/
					@media screen and (max-width: 767px) {
						/* smart phone */
					.sec_inner{
	    /*width:300px;*/
	    margin:0 auto;
		margin-bottom: 240px;
	}

	.box p {
    position: absolute;
top: -20px;
left: 20px;
padding: 8px 30px;
background-color: #000;
color: #fff;
font-weight: bold;
		font-size: 0.9em;
}
					}
