
body{
    background-color: #85B9E3;
    /*background-color: #C0A38B;*/
    /*background-color: #C5D294;*/ }
section{ display:block; }

/* ----------------------------------------------
	ヘッダー
------------------------------------------------- */
header{
	display:block;
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0 0 38px;
}
header a{
	display:block;
	margin:0 auto;
}
header a h1{
	display:block;
	background-image:url(../images/title.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/* ----------------------------------------------
	共通
------------------------------------------------- */
.content{
	width:850px;
	margin:0 auto;
    background-color: #fff;
}
.content img{
	width:100%;
}
.center_text{
    display: block;
    text-align: center;
 }
.pc_non{
    display: none;
 }
/*table{
	margin:0 auto;
    padding: 0;
}*/
#pagetop {
    position: fixed;
    bottom: -120px;
    right: 10px;
}
p{
    text-align: center;
}
.insta_box{
	width: 850px;
	background-color: #DBC2AD;
	padding: 10px 10px 20px;
	margin: auto;
}
.note{
    margin:20px 40px ;
    font-size: 60%;
    text-align: left;
    line-height: 15px;
 }

/* ----------------------------------------------
	内容
------------------------------------------------- */

#video_h{
}
.video_size{
	width: 700px;
	margin: auto;
}
/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
  margin: auto;
 max-width: 700px; 
  /* ここに動画の横幅を指定 */
}
/* ----------------------------------------------
	ボタン
------------------------------------------------- */
.content .b1{
    background-color: #709CCF;
}
/* 30％不透明度(＝70％透過) */
/*a:hover img{
    opacity: 0.30; 
    transition : all 1s;
}*/


/* ----------------------------------------------
	フッター
------------------------------------------------- */
footer{
	display:block;
	background-color:#FFF;
	padding:30px 0 30px;
}
footer .footer_logo a img{
	display:block;
	width:300px;
	height:45px;
	background-image:url(../img/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:300px 45px;
	margin:0 auto;
}
footer .footer_logo a:hover img{
    opacity: 0.30; /* 30％不透明度(＝70％透過) */
    transition : all 1s;
}





