@charset "utf-8";

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


    Parts style [Top page]


/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

body {
	background-color:#fde7bd;
}

.conWrap {
	padding:40px 70px;
	border-radius:5px;
}

.bgWrap {
	background-color:#fdf4e2;
}

.conTtl {
	text-align:center;
	font-size:30px;
}

/*
 *
 *    Area [map panel]
 *
 */
#areaMapPanel #surfaceMap {
	position:relative;
	width:1100px;
	height:605px;
	background:url(../img/bg-map-pc.jpg)no-repeat center;
}

/* button icon */
#areaMapPanel .buttonIcon {
	position:absolute;
}

/* button icon -> シリウス文化創造拠点 */
#areaMapPanel #btnSirius {
	right:130px;
	bottom:140px;
}

/* button icon -> 中央林間図書館 */
#areaMapPanel #btnChuoRinkan {
    top:140px;
    left:375px;
}

/* button icon -> つきみ野学習センター */
#areaMapPanel #btnTsukimino {
    top: 30px;
    right: 65px;
}

/* button icon -> 桜丘学習センター */
#areaMapPanel #btnSakuragaoka {
    bottom:200px;
    left: 120px;
}

/* button icon -> 大和市市民交流拠点ポラリス */
#areaMapPanel #btnPolaris {
	top: 10px;
	left: 130px;
}

/* button icon -> 渋谷学習センター */
#areaMapPanel #btnShibuyaLearn {
	right: 380px;
    bottom: 30px;
}

/* button icon -> 渋谷学習センター */
#areaMapPanel #btnShibuyaLib {
    bottom: 10px;
	left: 20px;
}

#areaMapPanel .buttonIcon a {
	display:block;
}

#areaMapPanel .buttonIcon a:hover {
}



/*
 *
 *    Area [Read]
 *
 */
#areaRead {
  text-align:center;
  margin-top:60px;
}
#areaRead h2 {
	display:inline-block;
	padding:25px;
	border-radius:10px;
	background-color:#f9913d; 
}
#areaRead .boxRead {
	margin-top: 25px
}



#areaNews #listNews {
	overflow-y:auto;
	max-height:380px;
	padding-right:30px;
}



/*
 *
 *    Area [Event]
 *
 */

#areaEvent .boxPickupList {
  margin-bottom: 10px;
}

#areaEvent .boxPickupList > li {
  display: inline-block;
  width: 260px;
  margin-right: 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}

#areaEvent .boxPickupList > li:last-child {
  margin-right: 0;
}
*/

#areaEvent div.boxProjectimg {
  width: 100%;
  height: 10vw;
  overflow: hidden;
}

#areaEvent .boxPickupList li.imgProject img {
  width:100%;
  height:auto;
}

#areaEvent .boxPickupList .imgPickup {
  width: 100%;
}
Event .boxPickupList .imgPickup img {
  padding: 4px;
}

#areaEvent .boxPickupList .txtPickup {
  padding: 10px 14px 20px;
}

#areaEvent .boxPickupList .txtPickup dl dt {
  font-size: 85%;
  color: #666;
}

#areaEvent .boxPickupList .txtPickup dl dd {
  margin-top:20px;
  font-size: 0.9em;
  line-height:1.4em;
}

#areaEvent .boxPickupList .txtPickup dl dd a {
  text-decoration:underline;
  color:#0033cc;
}

#areaEvent .label { 
    margin-left:0;
}

#areaEvent .date {
	display:block;
	line-height:1.4em;
}

/* ---- Slick Setting ---- */

#areaEvent .boxPickupList {
  position: relative;
  margin: 0 -6px 20px -8px;
}


#areaEvent .boxPickupList:before {
  left: 0;
}

#areaEvent .boxPickupList:after {
  right: -1px;
}

#areaEvent .boxPickupList > li,
#areaEvent .boxPickupList .slick-track > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  visibility: hidden;
  height: 0;
  width: 274px;
  margin: 0 8px;
  border: 1px solid #ccc;
  letter-spacing: normal;
  vertical-align: top;
}

#areaEvent .boxPickupList.slick-slider div {
  transition: none;
}

#areaEvent .boxPickupList.slick-slider .slick-track li,
#areaEvent .boxPickupList > li:first-child,
#areaEvent .boxPickupList > li:first-child + li,
#areaEvent .boxPickupList > li:first-child + li + li {
  visibility: visible;
  height: auto;
}


#areaEvent .slick-prev,
#areaEvent .slick-next {
  transition: opacity .4s ease-in-out;
  position:absolute;
  top: 110px;
  opacity: .8;
  z-index: 20;
  width: 32px;
  height: 80px;
  border:none;
  border-radius: 3px !important;
  background: #92650e;
  color: #fff;
  font-size:0;
  text-align: center;
  text-decoration: none;
}

#areaEvent .slick-prev,
#areaEvent .slick-next {
  top: 50%;
  margin-top: -30px;
}

#areaEvent .slick-prev {
  left: -30px;
}

#areaEvent .slick-next {
  right: -30px;
}

#areaEvent .slick-prev:before,
#areaEvent .slick-next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#areaEvent .slick-prev:before {
  left: 13px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#areaEvent .slick-next:before {
  left: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#areaEvent .slick-prev:hover,
#areaEvent .slick-next:hover {
  opacity: .9;
}

/* -- Dots（Number） -- */

#areaEvent .slick-dots {
  position: inherit;
  bottom: auto;
  padding: 20px 10px 0;
}

#areaEvent .slick-dots li {
  margin: 0 8px 15px;
  width: auto;
}

#areaEvent .slick-dots li button {
  width: 100%;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  padding: 0 6px;
  border-radius: 0 !important;
  color: #ccc;
  text-align: left;
  font-size: 1.1em;
  font-family: Arial;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow : hidden;
  outline : none;
}

#areaEvent .slick-dots li button:hover,
#areaEvent .slick-dots li button:focus {
	outline:none !important;
	background-color: transparent;
	box-shadow:none;
	border:0;
}

#areaEvent .slick-dots .slick-active button {
  color: #1570a6;
  border-bottom: none;
}

#areaEvent .slick-dots li button:before {
  display: none;
}


/*
 *
 *    Area [Facility list]
 *
 */
#areaListFacility {
	
}

#areaListFacility .list > ul {
	overflow:hidden;
}

#areaListFacility .list > ul > li {
	border:solid 6px #ccc;
	border-radius:5px;
	margin-bottom:2%;
}

#areaListFacility .list > ul > .half {
	float:left;
	width:49%;
	margin-right:2%;
}

#areaListFacility .list > ul > .half:nth-of-type(odd) {
	margin-right:0;
}

#areaListFacility .list > ul > li:hover {
	opacity:.6;
}

#areaListFacility .list > ul > li dl {
	display:table;
	width:100%;
}

#areaListFacility .list > ul > li dl dt {
	display:table-cell;
	overflow:hidden;
	position:relative;
}
#areaListFacility .list > ul > .full dl dt {
	width:25%;
}
#areaListFacility .list > ul > .half dl dt {
	width:30%;
}
@supports ( object-fit: cover ) {
#areaListFacility .list > ul > li dl dt img {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
}
}
#areaListFacility .list > ul > li dl dd {
	display:table-cell;
	width:70%;
	vertical-align:middle;
}

#areaListFacility .list > ul > li dl dd .col {
	display:table;
	overflow:hidden;
    width:100%;
	padding:10px 15px;
	text-align:center;
}

#areaListFacility .list > ul > .full dl dd .col {
	padding:30px 15px;
}

#areaListFacility .list > ul > li dl dd .col3 .row {
	display:table-cell;
	vertical-align:middle;
}
#areaListFacility .list > ul > li dl dd .col3 .row:nth-child(1) {
	width:25%;
}
#areaListFacility .list > ul > li dl dd .col3 .row:nth-child(2) {
	width:45%;
}
#areaListFacility .list > ul > li dl dd .col3 .row:nth-child(3) {
	width:30%;
}

#areaListFacility .list > ul > li dl dd .name {
	font-size:20px;
}
#areaListFacility .list > ul > .half dl dd .name {
	margin-top:5px;
}

#areaListFacility .list > ul > li dl dd .access {
	font-size:13px;
	line-height:1.3em;
}
#areaListFacility .list > ul > .half dl dd .access {
	margin-top:5px;
}

#areaListFacility .list > ul > li dl dd .tel {
	margin-top:5px;
	font-size:13px;
	line-height:1.6em;
}

#areaListFacility .list > ul > li dl dd .logo {
	display:inline-block;
	width:75px;
}

#areaListFacility .list > ul > li dl dd .logo img {
	width:inherit;
}


/*
 *  IE10以上 
 */
@media all and (-ms-high-contrast: none){
	
 	
  /* 文字が切れるためpadding追加 */
  #areaListFacility .list > ul > li dl dt {
	  height:100%;
  }
   #areaListFacility .list > ul > li dl dt img {
	  display:block;
	  position: absolute;
      width: 125%;
      height: auto;
      top:50%;
	  right:-12.5%;
	  left:auto;
      min-height:100%;
      min-width:100%;
  }
  #areaListFacility .list > ul > .full dl dt img {
      width:110%;
      right:0;
  }

	
}

