@charset "UTF-8";

/* -------------------------------------------------------------------------- 
	共通 
 --------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
　-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN',Meiryo,Roboto,"Roboto",Helvetica,Arial,sans-serif;
	background-color:#000;
	color:#fff;
	line-height:1.5;
}

.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha(opacity=70)”;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* footer */
footer p {
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
footer p small {
	font-size: 13px;
}

section#call a{
	text-decoration:underline;
	}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
/* -------------------------------------------------------------------------- 
	767px以下用スマホ
 --------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
header .logo img,
header h1 img,
section img,
footer img{
	width: 100%;
	vertical-align: bottom;
}
article a,
article a:hover{
	text-decoration:none;
	color:#fff;
	}
section{
	margin-bottom:5%;
	}
section .new{
	width:10%;
	vertical-align:baseline;
	}
/* header
=========================================== */
header{
	margin-bottom:4%;
	}
header .logo{
	margin:2% auto;
	width:30%;
	text-align:center;
	}
/* SNSボタン */
#inner-sns {
	text-align:center;
}
#inner-sns li{
	display: inline-block;
	margin-right:5px;
	margin-bottom:10px;
}
/*
section call
===========================================*/
section#call{
	background:#FF009A;
	padding:2%;
	}
section#call div{
	margin-bottom:5%;
	}
section#call h2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:2%;
	line-height:1.2;
	text-align:center;
	color:#FEFF00;
	}
section#call h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:1%;
	border:1px solid #fff;
	padding:4px 10px;
	line-height:1.2;
	}
section#call p{
	text-indent: -1em;
	padding-left: 1em;
}
section#call p.att{
	font-size:14px;
	}
section#call p em:before {
	content: "・";
}
section#call p.att:before {
	content: "※";
}
section#call p em{
	font-weight:bold;
	}
section#call ul.tel p{
	text-indent:0;
	padding-left:0;
	}
section#call ul.tel p:before {
	content:normal;
}
section#call ul.tel li{
	margin-bottom:5%;
	text-align:center;
	border-top:1px dotted #fff;
	padding-top:5%;
	}
section#call ul.tel li:first-child{
	border-top:none;
	padding-top:3%;
	}
section#call ul.tel .tel-link{
	font-weight:bold;
	font-size:26px;
	text-decoration:underline;
	color:#FEFF00;
	}
section#call ul.tel a{
	color:#FEFF00;
	}
/* section intro
=========================================== */
section#intro{
	text-align:center;
	}
section#intro h2{
	font-size:22px;
	font-weight:bold;
	margin-bottom:2%;
	margin-left:2%;
	margin-right:2%;
	}
section#intro h2 span{
	color:#b99229;
	}
section#intro p{
	margin-bottom:4%;
	margin-left:2%;
	margin-right:2%;
	}
section#intro div{
	border-top:4px solid #e66677;
	border-bottom:4px solid #e66677;
	}
section#intro div p{
	color:#e66677;
	font-size:22px;
	font-weight:bold;
	margin:2%;
	}
/* section infomation
=========================================== */
section#infomation{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#3b3b3b;
	}
section#infomation h2{
	margin-bottom:4%;
	}
section#infomation ul{
	margin:4%;
	height:150px;
	overflow-y:auto;
	}
section#infomation ul li{
	margin-bottom:4%;
	}
section#infomation ul li p.date{
	margin-bottom:1%;
	}
section#infomation a,
section#infomation a:hover{
	text-decoration:underline;
	}
/* section skyp
=========================================== */
section#skyp{
	background-color:#FFFFFF;
	color:#000;
	}
section#skyp h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	background-color:#00a0e9;
	text-align:center;
	padding:4% 2% 2%;
	}
section#skyp h2 span{
	font-size:14px;
	margin-bottom:2%;
	}
section#skyp p,
section#skyp div{
	margin:2%;
	}
section#skyp p.date{
	font-weight:bold;
	}
section#skyp dl{
	margin:0 2% 2%;
	}
section#skyp dl dt{
	width:23%;
	float:left;
	}
section#skyp dl dd{
	width:75%;
	margin-left:25%;
	margin-bottom:2%;
	word-break:break-all;
	}
section#skyp .present{
	border:1px solid #00a0e9;
	padding:0 2%;
	overflow: hidden;
	}
section#skyp a,
section#skyp a:hover{
	text-decoration:underline;
	color:#e4007f;
	}
 
 section#skyp .present p{
	display:block;
	width:96%;
	margin:2% 0 0 2%;
	font-weight:bold;
	}
section#skyp .present dl{
	padding: 10px 0;
	display:block;
	margin:0;
	width:100%;
}
section#skyp .present dl img{
	width:100%;
}
section#skyp .present dl dt{
	width:100%;
}
section#skyp .present dl dd{
	margin:0 0 15px 0;
	width:auto;
	font-weight: bold;
}
section#skyp .present dl dd:last-child{
	margin:0;
}

section#skyp .skyp_how{
	background-color:#e4007f;
	margin:0;
	padding:4% 2% 2%;
	}
section#skyp .skyp_how h3{
	color:#fff;
	font-weight:bold;
	font-size:18px;
	margin-bottom:2%;
	}
section#skyp .skyp_how p{
	margin:0;
	}
/* section mon_sp,mon_live
=========================================== */
section#mon_sp,
section#mon_live{
	margin:2% 2% 5%;
	border:1px solid #fff;
	background-color:#3b3b3b;
	}
section#mon_sp h2,
section#mon_live h2{
	font-size:22px;
	font-weight:bold;
	margin:4%;
	}
section#mon_sp p.txt,
section#mon_live p.txt{
	margin:0 4% 4%;
	}
section#mon_sp h3,
section#mon_live h3{
	margin:0 4% 2%;
	font-size:18px;
	font-weight:bold;
	color:#a88424;
	}
section#mon_sp h3.after,
section#mon_live h3.after{
	color:#fff;
	text-align:center;
	text-decoration:underline;
	}
section#mon_sp dl,
section#mon_live dl{
	margin:0 4% 4%;
	}
section#mon_sp dl dt,
section#mon_live dl dt{
	width:23%;
	float:left;
	border:1px solid #fff;
	text-align:center;
	padding:2%;
	}
section#mon_sp dl dd,
section#mon_live dl dd{
	width:70%;
	margin-left:30%;
	margin-bottom:2%;
	padding:2%;
	}
section#livemovie{
	margin:2% 2% 5%;
	}
section#livemovie h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:2%;
	}
section#livemovie div{
	margin-bottom:4%;
	}
section#livemovie div p{
	margin-bottom:2%;
	}
section#livemovie div iframe{
	width:100%;
	height:inherit;
	}
section#livemovie p{
	margin-bottom:4%;
	text-align:center;
	font-size:12px;
	}
section#livemovie p a{
	text-decoration:underline;
	}

/* footer
=========================================== */
footer {
	width:100%;
	text-align:center;
}
footer p.alpha{
	margin:0 2% 5%;
	}
footer small{
	padding-bottom:3%;
	font-size:14px;
	}
}


/* -------------------------------------------------------------------------- 
	767px以上用タブレット
 --------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
article{
	width:1000px;
	margin:0 auto;
	}
article img,
footer img{
	vertical-align: bottom;
}
article a,
article a:hover{
	text-decoration:none;
	color:#fff;
	}
section{
	margin-bottom:42px;
	}
section .new{
	vertical-align:baseline;
	}
/* header
=========================================== */
header{
	margin-bottom:42px;
	}
header .logo{
	margin-top:26px;
	float:left;
	margin-bottom:26px;
	}
/* SNSボタン */
#inner-sns {
	margin-top:26px;
	float:right;
}
#inner-sns li {
	display: inline-block;
	margin-right:2px;
}
/*
section call
===========================================*/
section#call{
	background:#FF009A;
	padding:30px;
	}
section#call div{
	margin-bottom:30px;
	}
section#call h2{
	font-size:36px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.2;
	text-align:center;
	color:#FEFF00;
	}
section#call h3{
	font-size:22px;
	font-weight:bold;
	margin-bottom:6px;
	border:1px solid #fff;
	padding:4px 10px;
	}
section#call p{
	text-indent: -1em;
	padding-left: 1em;
}
section#call p em:before {
	content: "・";
}
section#call p.att:before {
	content: "※";
}
section#call p em{
	font-weight:bold;
	}
section#call p.att{
	font-size:12px;
	}
section#call ul.tel{
	text-align:center;
	font-size:0;
	}
section#call ul.tel li{
	display:inline-block;
	font-size:16px;
	margin-right:28px;
	}
section#call ul.tel li:last-child{
	margin-right:0;
	}
section#call ul.tel li p{
	text-indent:0;
	padding-left:0;
	}
section#call ul.tel .tel-link{
	font-weight:bold;
	font-size:36px;
	color:#FEFF00;
	}
/* section intro
=========================================== */
section#intro{
	text-align:center;
	}
section#intro h2{
	font-size:40px;
	font-weight:bold;
	margin-bottom:10px;
	}
section#intro h2 span{
	color:#b99229;
	}
section#intro p{
	margin-bottom:20px;
	}
section#intro div{
	border:4px solid #e66677;
	}
section#intro div p{
	color:#e66677;
	font-size:40px;
	font-weight:bold;
	margin:5px;
	display:inline-block;
	}
/* section infomation
=========================================== */
section#infomation{
	border:1px solid #fff;
	background-color:#3b3b3b;
	}
section#infomation h2{
	margin-bottom:10px;
	}
section#infomation ul{
	margin:30px;
	}
section#infomation ul li{
	margin-bottom:10px;
	}
section#infomation ul li p.date{
	margin-bottom:2px;
	}
section#infomation a,
section#infomation a:hover{
	text-decoration:underline;
	}
/* section skyp
=========================================== */
section#skyp{
	background-color:#FFFFFF;
	color:#000;
	}
section#skyp h2{
	font-size:40px;
	font-weight:bold;
	color:#fff;
	background-color:#00a0e9;
	text-align:center;
	padding:40px 30px 30px;
	}
section#skyp h2 span{
	font-size:20px;
	margin-bottom:10px;
	}
section#skyp p,
section#skyp div{
	margin:30px;
	}
section#skyp p.date{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	}
section#skyp dl{
	margin:0 30px 10px;
	}
section#skyp dl dt{
	width:108px;
	float:left;
	}
section#skyp dl dd{
	width:882px;
	margin-left:118px;
	margin-bottom:10px;
	}
section#skyp .present{
	border:1px solid #00a0e9;
	padding-left:10px;
	}
section#skyp a,
section#skyp a:hover{
	text-decoration:underline;
	color:#e4007f;
	}
section#skyp .present {
	overflow: hidden;
}
section#skyp .present p{
	display:table-cell;
	margin:10px;
	font-weight:bold;
	vertical-align:middle;
	}
section#skyp .present p.txt{
	width:420px;
	padding:10px 26px 10px 6px;
	font-size:20px;
	}
section#skyp .present dl{
	padding: 10px 0;
	display:table-cell;
	margin:0;
	width:460px;
}
section#skyp .present dl img{
	width:100%;
}
section#skyp .present dl dt{
	width:460px;
}
section#skyp .present dl dd{
	margin:0 0 15px 0;
	width:460px;
	font-weight: bold;
}
section#skyp .present dl dd:last-child{
	margin:0;
}
section#skyp .skyp_how{
	background-color:#e4007f;
	margin:0;
	}
section#skyp .skyp_how h3{
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding:10px;
	}
section#skyp .skyp_how p{
	margin:0;
	float:left;
	}
/* section mon_sp,mon_live
=========================================== */
section#mon_sp,
section#mon_live{
	background:url("../images/monlive_bg-pc.png") 0 0 no-repeat;
	padding-top:43px;
	border:1px solid #fff;
	background-color:#3b3b3b;
	}
section#mon_sp p.photo{
	float:left;
	margin:0 25px 25px 30px;
	}
section#mon_sp .txt_box{
	width:609px;
	float:right;
	}
section#mon_sp h2{
	font-size:40px;
	font-weight:bold;
	margin:0 30px 10px 0;
	}
section#mon_sp p.txt{
	margin:0 30px 10px 0;
	}
section#mon_sp h3{
	margin:0 30px 10px 0;
	font-size:20px;
	font-weight:bold;
	color:#a88424;
	}
section#mon_live p.photo{
	float:right;
	margin:0 30px 25px 25px;
	}
section#mon_live .txt_box{
	width:609px;
	float:left;
	}
section#mon_live h2{
	font-size:40px;
	font-weight:bold;
	margin:0 0 10px 30px;
	}
section#mon_live p.txt{
	margin:0 0 10px 30px;
	}
section#mon_live h3{
	margin:0 0 10px 30px;
	font-size:20px;
	font-weight:bold;
	color:#a88424;
	}
section#mon_sp h3.after,
section#mon_live h3.after{
	color:#fff;
	text-align:center;
	margin:0 30px 30px;
	}
section#mon_live h3.after a{
	text-decoration:underline;
	}
section#mon_sp dl{
	margin:0 30px 20px 0;
	}
section#mon_live dl{
	margin:0 0 20px 30px;
	}
section#mon_sp dl dt,
section#mon_live dl dt{
	width:100px;
	float:left;
	border:1px solid #fff;
	text-align:center;
	padding:5px;
	}
section#mon_sp dl dd,
section#mon_live dl dd{
	margin-left:120px;
	margin-bottom:10px;
	padding:10px;
	}
section#mon_live .present{
	margin:0 30px 20px;
	}
/* section livemovie
=========================================== */
section#livemovie{
	font-size:0;
	}
section#livemovie h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	}
section#livemovie div{
	margin-bottom:20px;
	display:inline-block;
	width:324px;
	margin-right:14px;
	}
section#livemovie div.third{
	margin-right:0;
	}
section#livemovie div iframe{
	width:324px;
	height:184px;
	}
section#livemovie div p{
	margin-bottom:10px;
	font-size:20px;
	}
section#livemovie p{
	margin-bottom:10px;
	font-size:14px;
	}
section#livemovie p a{
	text-decoration:underline;
	}
/* footer
=========================================== */

footer {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
footer p.alpha{
	padding-bottom:30px;
	margin-bottom:14px;
	}
footer small{
	border-top:1px solid #fff;
	padding-top:30px;
	display:block;
	padding-bottom:30px;
	}
}