@charset "utf-8";
/* index.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header_wrap {
	background-color: rgba(255,255,255,0.80) !important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.00) !important;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.00) !important;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スライド    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html,body {
	height: 100%;
}

#slide {
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

#slide_text {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 300px;
	height: 300px;
}
#bt_prev {
	position: absolute;
	left: 10px;
	top: 48%;
}
#bt_next {
	right: 10px;
	top: 48%;
	position: absolute;
}



/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スライド    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#slide_text {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 200px;
	height: 200px;
}

#slide_text img {
	width: 100%;
	height: auto;
}

}
