@charset "UTF-8";
/* CSS Document */

html,body,#page{
	height:100%;
}

#headerArea{
	width: 100%;
	height: 100%;
	min-width: 1100px;
	margin:127px 0 50px;
	background: url(/library/kosugi-h/common/img/kosugi-h_top_mainimg01.jpg) center center no-repeat;
	background-size: cover;
	z-index: 5;
	overflow:visible;
	box-sizing:content-box;
}

#header{
	position:absolute;
	top:0;
}

#headerArea .top_nav{
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index:2;
	overflow:visible;
	min-width:960px;
}
#headerArea .top_nav ul{
	max-width:800px;
	width:100%;
	margin:0 auto;
}
#headerArea .top_nav ul li{
	float:left;
	margin-left:25px;
	position:relative;
}
#headerArea .top_nav ul li:first-child{
	margin-left:0;
}

#headerArea .top_nav ul li a{
	display:block;
}

#headerArea .top_nav ul li img{
	vertical-align:bottom;
	opacity:0.8;
}

#headerArea .top_nav ul li.active img{
	opacity:1;
}

#headerArea .top_nav ul li:after{
	content:'';
	display:block;
	height:31px;
	width:31px;
	position:absolute;
	left: 45%;
	bottom: -17px;
	background: url(/kosugi-h/img/top_nav_arrow.png) center center no-repeat;
}

#headerArea .top_nav ul li.active:after{
	content:none;
}

.img_completion p{
	text-align: right;
    font-size: 130%;
	margin-top: 20px;
    margin-right: 10px;
    color: #666666;
}

.tabArea{
	width:960px;
	margin:0 auto;
}

.tabArea .tab{
	display:none;
	margin-bottom:30px;
}

.tabArea .tab.active{
	display:block;
}

.tab{
	margin:0 -15px;
}

.tab .menu_btn{
	float:left;
	clear:none;
	width:465px;
	margin:0 15px;
}




#areaWrapper1{
	width:100%;
	height:auto;
	min-width: 1010px;
}

#mainArea{
	width: 100%;
}

#top_header{
  position: absolute;
  overflow:hidden;
  vertical-align: bottom;
	bottom:0;
	z-index: 2;
	display: block;
	height: 83px;
	width: 100%;
}

#top_header #hnav ul li a{
	color:#ffffff;
	text-shadow: 0 0 5px rgba(0,0,0,0.9)
}

#top_header #hnav ul li a img{
	vertical-align: text-top;
}

#top_header #sliderArea img{
  width:100%;
  height:auto;
  vertical-align: bottom;
}

#top_header #header{
	position: absolute;
	top:0;

}

#top_header #globalnav{
	position: absolute;
	bottom: 0;
  	background-color: rgba( 255, 255, 255, 0.8 );
}


#top_mainArea #mainArea{
  width:100%;
}

#topmenu{
  margin:50px auto 30px auto;
  width:1010px;
}

#topmenu li{
	display: inline-block;
  margin:0 100px 20px 0;
}


#topmenu li:nth-child(3),
#topmenu li:nth-child(6){
  margin-right:0;
}

#topmenu li a:hover{
  opacity:0.8;
}

#bannerArea{
  width:100%;
  background-color:#dedede;
  padding:40px 0;
}

#banner{
  width:1010px;
  margin:0 auto;
  overflow:hidden;
}

#banner .bannerimg{
  clear: none;
  float:left;
  margin-right:77px;
}

#banner .bannerimg:last-child{
  margin-right:0;
}

#banner .bannerimg a:hover{
	opacity: 0.8;
}

.col2Box{
  width:1010px;
  margin:40px auto 40px;
  overflow:hidden;
}

.col2Box .colBox{
  box-sizing:border-box;
  float:left;
  width:450px;
	clear:none;
}

.col2Box .colBox.rightBox{
 float:right;
	clear:none;
}

.col2Box h2{
	border:none;
  border-bottom:1px solid #999999;
  padding-left:0;
}

#NewsAreaWrap{
	background-color:#eef2f5;
	overflow:hidden;
}

.newsdetail{
    line-height: 1em;
    float: right;
    margin-top: -57px;
}

.newsdetail a:after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../../hosp/share/images/arrow01.png) 0 50% no-repeat;
	vertical-align: bottom;
	margin-left:5px;
}

.newsdetail	a{
	padding: 0;
	color:#666666;
}

.newsdetail	a:hover{
	text-decoration:underline;
}

.pbWhatsnewTable,
.pbWhatsnewTable tbody,
.pbWhatsnewTable tr,
.pbWhatsnewTable td{
	display: block;
	width: 100% !important;
	border: none;
	background-color:#eef2f5;
}

.pbWhatsnewTable td{
	padding:2px 15px;
}

.pbWhatsnewTable td:first-child {
  color : #999999;
}

.pbWhatsnewTable td:last-child{
  margin-bottom: 10px;
  color : #666666;
}
.pbWhatsnewTable td:last-child a {
  color : #666666;
}
.pbWhatsnewTable td:last-child a:hover {
  text-decoration : underline;
}


#newslist dt {
  color : #999999;
}

#newslist dd{
  margin-bottom: 10px;
}
#newslist dd a {
  color : #666666;
}
#newslist dd a:hover {
  text-decoration : underline;
}
#gairaiArea .text {
  color : #666666;
}




/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #A6C1DD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
     background:url('../../../hosp/share/images/slick-prev.png') 0 0 no-repeat;
   left: -50px;
}

.slick-next{
    background:url('../../../hosp/share/images/slick-next.png') 0 0 no-repeat;
    right: 0;
}

#bannerArea{
  width:100%;
  background-color:#dedede;
  padding:40px 0;
	margin-top:20px;
}

#banner{
  width:1010px;
  margin:0 auto;
  overflow:hidden;
}

#banner .bannerimg{
  clear: none;
  float:left;
  margin-right:77px;
}

#banner .bannerimg:last-child{
  margin-right:0;
}

#banner .bannerimg a:hover{
	opacity: 0.8;
}

#bannerArea>div{
	width:100%;
}

#bannerArea .bannercarousel{
		width:1010px;
		margin:auto;
}


/*youtube’Ç‰ÁŽžcss*/

#movieWrap{
    padding:10px 0;
    overflow: hidden;
}

.movieList{
    width: 960px;
    margin: 0 auto;
}

#movieWrap .movieCnt{
	margin-right: 30px;
	float: left;
}
#movieWrap .movieCnt:last-child{
    margin-right: 0;
}

#movieWrap .movie {
    overflow: hidden;
	height: 169px;
	width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#movieWrap .movieCnt p{
    font-size: 13px;
    display: block;
    width:300px;
    margin-bottom: 0;
}

#movieWrap .movie.coming{
    background-color: #7E8B92;
}


#movieWrap .movie img{
  	width: 300px;
}

#movieWrap .movie .youtube{
    position: relative;
    display: inherit;

}

#movieWrap .movie .youtube::before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
    border: #fff 2px solid;
	border-radius:50%;
	margin-left:-20px;
	margin-top:-20px;
	transition:all 0.3s ease;
}
#movieWrap .movie .youtube::after {
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.3px;
	border-color: transparent transparent transparent #ffffff;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left:-5px;
	transition:all 0.3s ease;
}
#movieList li .movModal:hover:before,
#movieList li .movModal:hover:after {
	transform:scale(1.1);
}

#movieWrap #movieTitle a{
  padding: 0 0 0 2.3em;
  background: url(../img/icon_yt.png) 0% 75% no-repeat;
  background-repeat: no-repeat;
  color: #666666;
}

