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;
}
.main_bg{
	    width: 100%;
    max-width: 960px;
    margin: 0 auto;
		background-color: #ffffff;
    background-image: url(../img/bg2.png);
	background-repeat:no-repeat;
  background-size: 110%;
	background-position:bottom;

}
h1{
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.header_left,
.header_right{
    float: left;
}
.header_left{
    width: 36%;
    margin-top: 20px;
}
.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;
}

.bg_c{
	width:100%;
	width:960px;
	margin:0 auto;
	background-color: #fff;
}
.of_h{
	overflow: hidden
}
.header_inner ul{
	display: flex;
	justify-content: flex-end;
}

.ol{
	padding:10px 0 0;
}
.o_ol{
	padding-right: 10px;

}
.o_ol2{
	padding-left: 10px;

}
.outline_btn img{
    width:80%;
}

/*    /header    */


/*    slick.js    */
.kv_area{
    width: 100%;
    max-width: 960px;
    margin: 5px auto 0;
}
/*左右の矢印の色を変える*/
.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;
}


#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;
}
.thumbnail-item{
  flex: 1;
  box-sizing: border-box;
  position:relative;
	padding:0.5%;
}
    .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;
  }
}
/*    /slick    */


#copy1{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
}
/*
.footer_con{
    width: 100%;
    color: #dedede;
}
*/
.footer_con{
    width: 100%;
    color: black;
    background-color: #fff;
}
.fotter_con_img{
    display: block;
    width: 100%;
}
.footer_con .att {
	
    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;
}/*background-image: url(../img/bg2.jpg);*/

#slideshow img{
    width: 100%;
}
div#copy {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

#copy1{
    width: 100%;
    background:#fff;
}
copy1_inner{
	width:100%;
	background-color: rgba(210,195,141,1.0);
	margin:5%;
}
copy1_inner img{
	width:90%
}
.copylight{
	/*border-bottom:1px solid gray;*/
    margin: 1% auto 0;
    padding: 0.5% 0 2%;
	color:black;
	background-color:#fff;
}


/*    table    */
.b_orange{
	width:96%;
	max-width:960px;
	border:15px solid rgba(210,195,141,1.0)
}
table{
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
}
td{
    font-weight: lighter;
}



@media screen and (max-width:960px) {
/*
    header img{
        width: 100%;
    }
*/
/*
    h1{
        width: 100%;
		max-width:319px;

    }
*/
    h1{
        width: 100%;
        margin: 0 auto;
    }
/*
	.kanbai{
		background-color: #fff;
	}
    .header_left{
        display:block;
		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%;
    }
    /*    table    */
    #container{
        background-color: #fff;
    }
}
@media screen and (max-width:768px) {
    .header_left,
    .header_right {
        float: none;
    }
    .bg_c{
	width:100%;
	margin:0 auto;
	background-color: #fff;
}
/*
    .header_left {
        width: 100%;
		max-width:319px;
    }
*/
    .header_left {
        width: 100%;
    }
	h1 {
	    width: 50%;
	    margin: 0 auto;
	    text-align: center;
	}
    .header_right {
        width: 100%;
        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{
    width: 96%;
    margin: 2% auto 0;
    }

    /*    table    */
	.t_border{
		border: 10px solid rgba(210,195,141,1.0)
	}
    table{
        width: 98%;
        max-width: 960px;
        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;
    }



     .premium_img {
        width: 60%;
    }





}

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

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

	.ol{
	padding:17px 0 0;
}
    header img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .premium_img {
        display: block;
        margin: 0 auto;
    }
    .outline_btn {
        padding-top: 1%;
        margin: 0 auto;
        float: none;
    }
    .thumbnail-item{
        flex: .4 1 50%;
    }
}







/*
@media screen and (min-width:768px) {
.header_inner {

    height: 130px!important;
}
}
*/













