@charset "shift_jis";
/* CSS Document */


/* top01
======================================	*/

#top01_box {
	position: relative;
	z-index: 10;
}
#top01 {
    position: absolute;
    top: 19%;
    left: 38%;
    z-index: -1;
}



/* pickup 
===================================*/


#pickup_container {
	overflow: hidden;
	background-image: url(../img/top/pickup_bg2.gif);
	background-size: cover;
    background-repeat: no-repeat;
    padding: 18% 0px 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
.pickup {
	width: calc(100%/3 - 1% );
    overflow: hidden;
    display: block;
    font-size: 12px;
    background-image: url(../img/top/pickup.jpg);
}
.pickup:nth-child(n+4){
    display: none;
}
.pickup_photo {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.pickup_title {
	color: #FFF;
	height: 19px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
}
.pickup_com {
	width: 94%;
    margin: 3%;
    line-height: 1.2;
    color: #FFF;
    overflow-y: scroll;
}
.pickup_com img {
	width: 12px;
	height: 12px;
}
.pickup_com span {
	font-size: 100%!important;
}


/* info
===================================*/

#info_wrapper {
	position:relative;
	background-image: url(../img/top/info_bg.jpg);
    background-size: cover;
    overflow: hidden;
}
#info_container {
	width: 80%;
    padding: 16% 10px 10px;
    float: right;
}
#info_box {
	height: 400px;
	background-color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #ccc;
}
.news {
    padding: 3%;
    zoom: 58%;
}
.news span{
    line-height: 1.4;
}
#info_box video,
#info_box img{
    width: initial;
    max-width: 100%;
}
.info {
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.info_title {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	background-color: #750000;
	padding-left: 10px;
	margin-bottom: 8px;
}
.info_photo {
	margin-right: 10px;
}
.info .c_both {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #750000;
	height: 10px;
}

.news_title {
    background-color: #9F0000;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 5px;
    color: #FFF;
    font-size: 150%;
}

/* newface_top
--------------------------- */

.newface_container .bx-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.newface_top {
	font-family: Verdana;
	margin: 0 3.5px!important;
    padding-top: 5px;
    font-size: 14px;
}
.newface_top_photo {
	width: 100%;
	height: auto;
	margin: 0 0%;
}
.newface_top_title {
	color: #ff0066;
	font-weight: bold;
	text-align: center;
    padding: 5px 0;
}
.newface_name{
}
.newface_top_com {
    margin-bottom: 10px;
    padding-top: 5px;
    overflow: hidden;
    line-height: 1.4;
    text-align: center;
    font-size: 90%;
}
.newface_top_com p {
    
}

/* diary
-----------------------*/

.diary {
    position: relative;
    width: 100%;
    padding: calc(380 / 475 * 100%) 0 0;
  }
.diary iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


