@charset "utf-8";
/* CSS Document */

#main_visual img{
	width:100%;
}

.contents{
	margin:0 auto;
	background:url(../img/bg_dot.png);
	padding:10px 0;
}

.title00{
	color: #19b3d7;
    padding:5px 0 10px;
    font-size: 131%;
    font-weight: normal;
	text-align:center;
	border-bottom: 2px solid #F99;
	width:94%;
	margin:0 auto 10px;
	
}

.title{
	color: #19b3d7;
    padding: 10px;
    font-size: 116%;
    font-weight: normal;
}

.ken_title{
	color: #C90;
    padding: 10px;
    font-size: 131%;
    text-align:center;
	
}

.pic img{
	display:block;
	width:60%;
	margin:10px auto;
	box-shadow: 5px 5px #F69;
}

.red{
	display:block;
	color: #F66;
	font-size:108%;
	padding:10px 10px 0 10px;
}

/*ここからテーブル*/
.text_box{
	width:94%;
	margin:0 auto 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color:#535353;
	background-color:#fff;
}

.com_tbl th {
    padding: 7px 4px 7px 4px;
    text-align:center;
	vertical-align:middle;
    width:40%;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	letter-spacing:1px;
}

.com_tbl td{
	padding:10px 5px;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.pic02 img{
	display:block;
	width:60%;
	margin:10px auto;
	box-shadow: 5px 5px #19b3d7;
}

.text{
	color:#535353;
	padding:10px 10px 20px;
}

.center_text{
	color: #19b3d7;
    padding: 10px 10px 5px;
    font-size: 161.6%;
    text-align:center;
	border-bottom:1px solid #ccc;
	width:88%;
	margin:0 auto;
}

.pic03 img{
	display:block;
	width:80%;
	margin:10px auto;
	box-shadow: 5px 5px #19b3d7;
}

.center_text02{
	color: #F66;
    padding: 10px 10px 0;
    font-size: 131%;
    text-align:center;
}

.center_text03{
	color: #535353;
    padding: 10px 10px 5px;
    font-size: 123.1%;
    text-align:center;
}

.text02{
	width:88%;
	margin:5px auto 50px;
	background:#fff;
	border-radius:5px;
	color:#535353;
	padding:10px;
	border:2px solid #F99;
}




/*//// ここから youtubCSS ////*/

.movie_box{
	width:94%;
	margin:0 auto 10px;
}

.movie_box img{
	border:2px solid #42a1cb;
}
.youtube-popup {
    display: inline-block;
    position: relative;
    height: 0;
}
.youtube-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    opacity: 0;
    transition: opacity 800ms ease 0s;
    cursor: pointer;
}
.youtube-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    transition: width 800ms ease 0s, padding-bottom 800ms ease 0s;
}
.youtube-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-width: 0.3em;/*----　再生ボタンの円のサイズ ----*/
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
    transition: border-color 800ms ease 0s, color 800ms ease 0s;
}
.youtube-button-text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: visible;
    font-size: 2em;
    vertical-align: middle;
    text-align: center;
    color: inherit;
}
.youtube-player-container {
    position: fixed;
    z-index: 11;
}
@media (max-width: 799px) {
    .youtube-player-container {
        left: 0;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 動画の高さ / 幅 * CSS width (HDの場合 1080/1920*1.0)*/
    }
}
@media (min-width: 800px) {
    .youtube-player-container {
        left: 32%;/*---- 動画の横の位置 ----*/
        width: 35%;/*---- 動画のサイズ ----*/
        height: 0;
        padding-bottom: 19.7%; /* 動画の高さ / 幅 * CSS width (HDの場合 1080/1920*0.8)*/
    }
}
.youtube-player {
    position: absolute;
    width: 100%;
    height: 100%;
}
.youtube-close {
    position: absolute;
    z-index: 12;
    color: #000000;
    font-weight: bold;
    font-size: 3em;
    cursor: pointer;
    opacity: inherit;
    transition: color 800ms ease 0s;
}
.youtube-close:hover {
    color: #999;
}
@media (max-width: 799px) {
    .youtube-ismobile {
        display: block;
    }
    .youtube-close {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1em;
        line-height: 1em;
        text-align: right;
        vertical-align: bottom;
    }
}
@media (min-width: 800px) {
    .youtube-ismobile {
        display: none;
    }
    .youtube-close {
        left: 67.5%;　/*---- ×の位置 ----*/
        height: 1em;
        line-height: 1em;
        max-width: 10%;
    }
}
.youtube-overlay {
    position: fixed;
    display: none;
    top: 100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: transparent;
    opacity: 0.0;
    overflow: hidden;
    transition: opacity 800ms ease 0s, top 800ms ease 0s;
}
/*//// ここまでyoutubCSS ////*/




















