@charset "utf-8";

/*----------------------------------------------------------------------------------------
	slideshow
----------------------------------------------------------------------------------------*/
.top_slide .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.top_slide .pc {
	display: none;
}
.top_slide .slick-dots {
    bottom: -30px;
}
.slick-dots li, .slick-dots li button {
	width: 10px;
}
.slick-dots li button::before {
	width: 10px;
	height: 10px;
}

/* pc */
@media screen and (min-width: 1024px) {
	.top_slide {
		position: relative;
	}
	.top_slide .pc {
		display: block;
	}
	.top_slide .sp {
		display: none;
	}
  
}
.yoyaku-box {
  margin: 45px 15px;
}
@media screen and (min-width: 1024px) {
  .yoyaku-box {
    max-width: 1100px;
    margin: 45px auto;
  }
}
/*----------------------------------------------------------------------------------------
	top_alpha_photo
----------------------------------------------------------------------------------------*/

#top_alpha_photo {
	overflow: hidden;
	margin-bottom: 20px;
}


/*----------------------------------------------------------------------------------------
	contents_navi
----------------------------------------------------------------------------------------*/

#top .contents_navi {
	margin: 10px 0px 15px;
    padding: 0px 0px 10px;
    background: #F6F6F6 none repeat scroll 0% 0%;
	min-width: 1100px;
}

#top .contents_navi ul {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#top .contents_navi ul li {
	float: left;
	border-left: 1px solid #CCC;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	background: #fff;
}

#top .contents_navi ul li a { display: block; }

#top .contents_navi img {
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------------------------
	aja_topics
----------------------------------------------------------------------------------------*/
#top #alpha .fll640 {
	float: left;
	width: 640px;
}

#top #alpha .flr200 {
	float: right;
	width: 200px;
}
  @media print, screen and (max-width: 1023px) {
    #top #alpha .fll640,
    #top #alpha .flr200 {
    float: none;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #beta {
    max-width: 180px;
  }
}
@media print, screen and (min-width: 1280px) {
  #beta {
    max-width: 200px;
  }
}
#top #alpha #aja_topics {
	position: relative;
	margin: 5px 0 20px 0;
	width: 640px;
}
#top #alpha #aja_topics .bd {
	border-bottom: 5px solid #FFD9D9;
	margin-bottom: 20px;
}

#top #alpha #aja_topics .topics01 {
	color: #000;
	padding: 6px 5px 3px;
	float: left;
	font-size: 180%;
}

#top #alpha #aja_topics .title {
	font-size: 46%;
	color: #864A22;
	font-weight: bold;position: absolute;
	top: 20px;
	bottom: 0;
	margin: auto;
}
#top #alpha #aja_topics .link_btn {
	float: right;
	text-align: right;
	position: absolute;
	top: 14px;
	right: 5px;
}

#top #alpha #aja_topics #aja_topics_inner {}

#top #alpha #aja_topics #aja_topics_inner dl {
	line-height: 1.2em;
	padding: 10px;
	background: #F6F6F6;
}
#top #alpha #aja_topics #aja_topics_inner dl dt {
	padding-left: 12px;
	background: url(../image/list_mark_02.gif) 0 3px no-repeat;
}
#top #alpha #aja_topics #aja_topics_inner dl dd {
	margin: -1.2em 0 0 9em;
}

/*----------------------------------------------------------------------------------------
	beta	
----------------------------------------------------------------------------------------*/
.bnr_bottom .item,
.bnr_side .item {
  margin-bottom: 5px;
}
.bnr_bottom .item img, .bnr_side .item img {
  width: 100%;
}
@media print, screen and (min-width: 540px) {
  .bnr_side, .bnr_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bnr_side .item, .bnr_bottom .item {
    width: 33%;
  }
}
@media print, screen and (min-width: 1023px) {
  .bnr_side, .bnr_bottom {
    display: block;
  }
  .bnr_side .item, .bnr_bottom .item {
    width: 100%;
  }
}
@media print, screen and (max-width: 1023px) {
  #beta .side_menu {
    display: none;
  }
}