body{
    width: 100%;
    font-size: 0.9em;
}

/*    header    */
header{
    overflow: hidden;
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
}
.header_inner{
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
	position: relative;
}
.wrap-bg{
	width: 100%;
	background: url(../img/bg.jpg) no-repeat center top;
}
.foot{
	text-align: center;
	background: #ffffff;
}
h1{
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.header_left,
.header_right{
    float: left;
}
.header_left{
    width: 36%;
}
.header_right {
    width: 60%;
    margin: 0 2%;
    text-align: left;
}
.header_link_btn_area{
  overflow: hidden;
    width: 94%;
    padding: 1.2% 0;
    position: absolute;
    bottom: 0;
}
.outline_btn{
    padding-top: 1.4%;
    /*float: right;*/
	
}
.outline_btn img{
	max-width: 101px
}
/*    /header    */


/*    slick.js    */
.kv_area{
    /*width: 90%;*/
    max-width: 960px;
    margin: 0 auto;
}
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}
#thumbnail-list li{
	padding: 1%;
}

#wrap{
 /* background-color: #fff;*/
  display: flex;
  flex-direction: column;
  justify-content: center;

}
#slider{
  width: 100%;
}
.slide-item img{
    width: 100%;
  }  
#thumbnail-list{
  display: flex;
    width: 100%;
    margin:0 auto;
	
  justify-content: space-between;
  flex-wrap:wrap;
	/*background-image: url(../img/bg2.jpg);*/
}
.thumbnail-item{
}
.thumbnail-item{
  flex: 1;
 box-sizing: border-box;
position:relative;
/*padding:1% 0.1%;*/
	
}
.thumbnail-item:last-child{
	padding-right:0;
}
    .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
  .thumbnail-current:after{
    opacity: 0;
  }

  .thumbnail-item img{
    width: 100%;
    margin: 0 auto 0;
	  border:1px solid #ffffff;
	  padding: 0;
  } 
}
/*    /slick    */


#copy1{
    max-width: 960px;
    margin: 1.5% auto 0;
}
.footer_con{
    width: 100%;
    color: #dedede;
}
/*
.fotter_con_img{
    display: block;
    width: 100%;
}
*/
.footer_con .att {
	/*background-image: url(../img/bg2.jpg);*/
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-size: .6em;
    font-weight: lighter;
    border-bottom: 1px solid #dedede;
}
#slideshow img{
    width: 100%;
}
div#copy {
    width: 100%;
    max-width: 942px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.copylight{
    margin: 0 auto;
    padding: 1% 0 2%;
	color: black
}


.table{
	width: 100%;
	margin: 0 auto;
}
.table_bg{
	background: #ffffff;
	padding: 0 10px;
}
@media screen and (max-width:960px) {
/*
    header img{
        width: 100%;
    }
*/
    h1{
        width: 100%;
        margin: 0 auto;
    }
    .header_left{
        width: 40%;
    }
    .header_right {
        width: 54%;
        margin: 0 4% 0 2%;
        padding-top: 2%;
    }
    .header_link_btn_area {
        width: 100%;
    }
    .premium_img {
        width: 33%;
    }
    .outline_btn {
        padding-top: 2.4%;
    }
    .kv_area{
        width: 100%;
    }

}
@media screen and (max-width:768px) {

    .premium_img {
        width: 60%;
    }

	.wrap-bg{
	width: 100%;
	background: url(../img/bg_sp.jpg) no-repeat center top;
	}
    .header_left,
    .header_right {
        float: none;
    }
    .header_left {
        width: 100%;
    }
    h1 {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    .header_right {
        width: 80%;
        margin: 0 auto;
        padding-top: 0;
    }
    .outline_btn {
        display: block;
        padding-top: 1%;
    }
    .header_link_btn_area {
        padding: 1% 0;
        text-align: center;
		position: relative;
    }
    .thumbnail-item{
        flex: .4 1 30%;
    }
    #thumbnail-list{
    margin:0 auto;
    }
    

	
    .line_a_1,.line_a{
        display: inline-block;
    }
    tr{
        display: block;
    }
    .line_a_1 {
        width: 100%;
        padding: .6% 0 .6% 2%;
        box-sizing: border-box;
    }
    .line_a {
        width: 100%;
        padding: .6% 0 .6% 2%;
        box-sizing: border-box;
    }
    .line_a_3{
        display: block;
        width: 100%;
        padding: 6px 0;
        box-sizing: border-box;
    }
    
    
  .footer_con .att {
	  padding: 2%;
    
    
    
    
    
    
    
}

@media screen and (max-width:500px) {
    .header_right {
    width: 96%;
    }
    .premium_img {
        width: 60%;
    }
}

@media screen and (max-width:425px) {
    h1 {
        width: 80%;
    }
    header img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .premium_img {
        display: block;
        padding-left: 15%;
        margin: 0 auto;
    }
    .outline_btn {
        padding-top: 1%;
        margin: 0 auto;
        float: none;
    }
    .thumbnail-item{
        flex: .4 1 50%;
    }
}



#slider_p{
	display:none
}
/*印刷用調整css*/
@media print{
	/*.header_inner{
    width: 100%;
    max-width: 960px;
	margin:0 auto;
    background:black;!important
}*/
	#slider{
  display:none;

}
	#slider_p{
	display:block;
		width:100%;
}
	#thumbnail-list{
	
    margin:0 auto;
    }
	.thumbnail-item{
  flex: 6;
  box-sizing: border-box;
  position:relative;
}
    .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:0;
  }
  .thumbnail-current:after{
    opacity: 0;
  }
  .thumbnail-item img{
    width: 100%;
    margin: 0 auto;
  } 

.hidden-print{
		display: none;
	}
	
}



