@charset "utf-8";
/* CSS Document */
.page a img:hover {
	opacity: 1.0;
}
.page a img:hover {
	opacity: 0.6;
	border: none;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.page .img_s {
	display: none;
}

.page {
	width: 100%;
	max-width: 1920px;
	background-image: url(../images/foot.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px 0;
}
.br_s {
	display: none;
}
.wapper {
	width: 1300px;
	margin: 0 auto;
	padding: 0px 0 100px;
}
 @keyframes horizontal {
 0% {
transform:translateX( -20px);
}
 100% {
transform:translateX( 0px);
}
}
@keyframes vertical {
 0% {
transform:translateY( -30px);
}
 100% {
transform:translateY( 0px);
}
}
.img_right {
	animation: horizontal 1s ease-in-out infinite alternate;
}
.img_right:nth-child(1) {
	animation-duration: 0.5s
}
.event h1 {
	margin-top: 70px;
	font-size: 2.6rem;
	color: #28a7e1;
	font-weight: 600;
	margin: 100px auto 0;
}
.h1_30 {
	width: 30%;
}
.h1_50 {
	width: 50%;
}
.event h1 img {
	float: left;
	margin-top: -30px;
}
.p_bt a {
	background-color: #0041C4;
}
.event h2 {
	margin-top: 50px;
	font-size: 2.4rem;
	font-weight: 600;
}
/* 吹き出し本体 */
.balloon1 {
	position: relative;
	padding: 40px 70px;
	border: 5px solid #28a7e1;
	width: 960px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 850px 40px;
	margin-top: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: left;
	clear: both;
}
/* beforeで枠線の三角を表現 */
.balloon1::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 540px;
	top: -30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #28a7e1;
	border-left: 30px solid transparent;
}
/* beforeで本体の三角を表現 */
.balloon1::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 540px;
	top: -22px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
}
/* 吹き出し本体 */
.balloon2 {
	position: relative;
	padding: 10px 30px 20px;
	border: 5px solid #28a7e1;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	clear: both;
}
/* beforeで枠線の三角を表現 */
.balloon2::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 540px;
	top: -30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #28a7e1;
	border-left: 30px solid transparent;
}
/* beforeで本体の三角を表現 */
.balloon2::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 540px;
	top: -22px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
}
.movie {
	margin: 50px 0;
}
.bg_sakana h2 img {
	margin: 0px auto 50px;
	display: block;
}
.event p {
	margin-top: 50px;
	line-height: 2.5rem;
}
.bg_sakana {
	font-size: 1.2rem;
	padding-bottom: 30px;
}
.note {
	font-size: 1.0rem;
	font-weight: normal;
}
dl {
	clear: both;
	width: 850px;
	margin: 50px auto;
	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	line-height: 2.5rem;
	font-weight: 600;
}
dt {
	float: left;
	padding: 30px 20px 0;
	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
dd {
	margin-left: 120px;
	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px 20px 10px;
}
.bg_sakana div {
	background-color: #FF0004;
	color: #FFFFFF;
	text-align: center;
	width: 850px;
	margin: auto;
	padding: 15px 0;
}
.p_day {
	font-weight: 600;
	margin: 30px 0px 50px;
	font-size: 2rem;
}
.p_day span {
	font-size: 3.5rem;
	font-weight: 600;
	margin: 0 8px;
}
.p_day .span2 {
	font-size: 2.2rem;
	font-weight: 600;
	margin: 0;
}
/* 吹き出し本体 */
.balloon3 {
	position: relative;
	padding: 0px 10px 0;
	border: 5px solid #046ab8;
	width: 310px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
/* beforeで枠線の三角を表現 */
.balloon3::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 140px;
	top: -30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #046ab8;
	border-left: 30px solid transparent;
}
/* beforeで本体の三角を表現 */
.balloon3::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 140px;
	top: -22px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
}
.img_left {
	float: left;
	margin-top: 50px;
	margin-left: 23px;
}
.osusume {
	float: right;
	margin: 50px 15px 0;
	width: 400px;
	text-align: left;
}
.osusume p {
	line-height: 2.3rem;
	margin: 15px;
	background-image: url(../images/line2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-weight: 600;
	padding-bottom: 10px;
}
.detail {
	clear: both;
	margin: 20px 0;
}
.detail img {
	margin: 20px 15px 35px;
}
.detail p {
	line-height: 2.5rem;
	text-align: left;
	font-weight: 600;
	font-size: 1.2rem;
	margin: 0;
	margin-left: 20px;
}
.hogosya {
	width: 850px;
	clear: both;
	margin: 100px auto 0px;
	text-align: left;
}
.hogosya h1 {
	margin-top: 0px;
	font-size: 1.3rem;
}
.hogosya ul {
	text-align: left;
	margin: 30px 0px 0px 0px;
	font-size: 1.0rem;
	line-height: 1.3rem;
}
.hogosya li {
	margin-bottom: 25px;
	padding-left: 20px;
	line-height: 1.5rem;
	text-indent: -1.2em;
}
.bt_contact {
	clear: both;
	display: block;
	margin: 70px auto;
}
#page-top {
	position: fixed;
	right: -30px;
}
#page-top img {
	width: 85%;
	height: auto;
}
#page-top a {
	color: #fff;
}
.img_t{
	display: none;
}
.s_movie{
	display: none;
}
/*===============================================
●smart.css  画面の横幅が650xまで
===============================================*/
@media screen and (min-width:768px) and ( max-width:1024px) {

.page .img_s {
	display: block;
	width: 100%;
	height: auto;
}
.page .img_pc {
	display: none;
}
#page-top .img_pc {
	display: none;
}
#page-top .img_s {
	display: block;
}
img {
	width: 100%;
	height: auto;
}
	.bg_sakana h2 img {
	margin: 0px auto 50px;
	display: block;
		width: 70%;
}
.page {
	width: 100%;
	max-width: 1024px;
	
	text-align: center;
	padding: 0px 0 0;
	background-size: 100%;
}
.page header h1 {
	width: 100%;
	margin: 0px auto 0;
}
.wapper {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 80px;
}

.event {
	clear: both;
	padding-top: 0px;
}
.event .h1_50 {
	width: 70%;
	font-size: 2.0rem;
	margin-bottom: 40px;
	margin-top: 100px;
}
.event h1 {
	font-size: 3rem;
	color: #046ab8;
	font-weight: 600;
	margin: 100px auto 30px;
}
.event h1 img {
	float: left;
	margin-top: -40px;
	width: 20%;
	margin-bottom: 50px;
}

.event h2 {
	margin-top: 50px;
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 600;
}
.event p {
	margin-top: 0px;
}
.event .balloon1 p {
	margin-top: 30px;
	font-size: 1.0rem;
	line-height: 2rem;
}
.balloon1 .p_naniwa {
	margin-top: 20px;
}
/* 吹き出し本体 */
.balloon1 {
	position: relative;
	padding: 30px 40px 30px;
	border: 5px solid #046ab8;
	width: 90%;
	margin: 0 auto;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: left;
	box-sizing: border-box;
}
/* beforeで枠線の三角を表現 */
.balloon1::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #046ab8;
	border-left: 30px solid transparent;
	box-sizing: border-box;
}
/* beforeで本体の三角を表現 */
.balloon1::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -22px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
}
/* 吹き出し本体 */
.balloon2 {
	position: relative;
	padding: 0px 40px 30px;
	border: 5px solid #046ab8;
	width: 90%;
	margin: 0px auto 60px;
	box-sizing: border-box;
	text-align: center;
}
.img_left {
	float: none;
	margin-top: 50px;
	margin-left: 0px;
}
.osusume {
	float: none;
	margin: 50px 15px 0;
	width: 100%;
	text-align: left;
}
.osusume p {
	line-height: 2.3rem;
	margin: 15px;
	background-image: url(../images/line2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: 600;
	padding-bottom: 10px;
}
/* beforeで枠線の三角を表現 */
.balloon2::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #046ab8;
	border-left: 30px solid transparent;
}
/* beforeで本体の三角を表現 */
.balloon2::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -22px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
}

dl {
	clear: both;
	width: 100%;
	margin: 0px auto 30px;
	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	line-height: 2.0rem;
	font-weight: 600;
}
dt {
	float: none;
	padding: 20px 0px 0;
	background-image:none;
	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	color: #285497;
}
dd {
	margin-left: 0;
	background-image:none;
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px 13px 10px;
	font-size: 1.0rem;
}	
	
.bg_sakana div {
	background-color: #FF0004;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	margin: auto;
	padding:1px 0;
	line-height: 3rem;
}
.p_day {
	font-weight: 600;
	margin: 30px 0px 50px;
	font-size: 2rem;
}
.p_day span {
	font-size: 3.5rem;
	font-weight: 600;
	margin: 0 8px;
}
.p_day .span2 {
	font-size: 2.2rem;
	font-weight: 600;
	margin: 0;
}
.hogosya {
	background-size: 100%;
	width: 100%;
	background-repeat: no-repeat;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding-bottom: 50px;
}
	.hogosya h1{
		margin-left: 40px;
	}
.hogosya img {
	float: none;
	width: 70%;
	margin: 50px auto 10px;
}
.hogosya ul {
	text-align: left;
	float: none;
	width: 90%;
	margin: 0px 0px 20px 0px;
	font-size: 1.0rem;
	line-height: 1.6rem;
	padding: 5%;
	color: #000000;
}
.hogosya li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1.0em;
}

.bt_contact {
	width: 90%;
}
#page-top {
	position: fixed;
	right: -100px;
}
#page-top img {
	width: 45%;
	height: auto;
}
#page-top a {
	color: #fff;
}
.h1_30 {
	width: 60%;
	font-size: 2rem;
}
.event .p_day {
	font-weight: 600;
	margin: 40px 0px 10px;
	font-size: 2.0rem;
}
.p_day span {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0px;
}
.p_day .span2 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0;
}
.br_s {
	display: block;
}
.img_t{
	display: block;
}
	.s_movie{
	display: none;
}

}

/*===============================================
●smart.css  画面の横幅が768xまで
===============================================*/
@media screen and (max-width: 767px) {
	.s_movie{
	display: block;
}
	.img_t{
	display: none;
}
.page .img_s {
	display: block;
	width: 100%;
	height: auto;
}
.page .img_pc {
	display: none;
}
#page-top .img_pc {
	display: none;
}
#page-top .img_s {
	display: block;
}
img {
	width: 100%;
	height: auto;
}
.page {
	width: 100%;
	max-width: 786px;
	background-size: 100%;
}
	.page header{
		margin-bottom: 50px;
	}
.page header h1 {
	width: 100%;
	margin: 0px auto 0;
}
.wapper {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 80px;
}

 @keyframes horizontal {
 0% {
transform:translateX( -20px);
}
 100% {
transform:translateX( 0px);
}
}
@keyframes vertical {
 0% {
transform:translateY( -30px);
}
 100% {
transform:translateY( 0px);
}
}

	.bg_sakana h2{
		width: 80%;
		margin: 0 auto -30px;
	}
dl {
	clear: both;
	width: 100%;
	margin: 0px auto 30px;
	background-image: url(../images/line1.jpg);
	background-size: 100%;
	background-repeat:repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	line-height: 2.0rem;
	font-weight: 600;
}
dt {
	float: none;
	padding: 20px 0px 0;
	background-image:none;
	background-image: url(../images/line1.jpg);
	background-size: 100%;
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	color: #285497;
}
dd {
	margin-left: 0;
	background-image:none;
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px 13px 10px;
	font-size: 1.0rem;
}	
	
.bg_sakana div {
	background-color:#FF0004;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 1px 0;
}
.event .p_day {
	font-weight: 600;
	margin: 20px 0px 0px;
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.p_day span {
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0 0px;
}
.p_day .span2 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0;
}	
	
.note {
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.0rem;
}	
.event {
	clear: both;
	padding-top: 0px;
	margin-bottom: 50px;
}
.event .h1_50 {
	width: 90%;
	font-size: 1.3rem;
	margin-bottom: 40px;
	margin-top: 60px;
}
.event h1 {
	font-size: 1.8rem;
	color: #046ab8;
	font-weight: 600;
	margin: 0px auto 30px;
}
.event h1 img {
	float: left;
	margin-top: -20px;
	width: 23%;
	margin-bottom: 30px;
	margin-left: 0px;
}	
.movie {
	margin: 30px auto 10px;
}	
.img_left {
	float:none;
	margin-top: 30px;
	margin-left: 0px;
}
.osusume {
	float: right;
	margin: 20px auto 0;
	width: 100%;
	text-align: left;
	font-size: 0.9rem;
}
.osusume p {
	line-height: 2.3rem;
	margin: 15px;
	background-image: url(../images/line2.jpg);
	background-position: bottom;
	background-size: 100%;
	background-repeat:repeat-x;
	font-weight: 600;
	padding-bottom: 10px;
}
.detail {
	clear: both;
	margin: 20px 0;
}
.detail img {
	margin: 10px auto;
}
.detail p {
	line-height: 2.0rem;
	text-align: left;
	font-weight: normal;
	font-size: 1.0rem;
	margin: 0;
	margin-left: 0px;
}	
	
	
	
	
	
	


.event h2 {
	margin-top: 20px;
	font-size: 1.7rem;
	line-height: 2.2rem;
	font-weight: 600;
}


/* 吹き出し本体 */
.balloon1 {
	position: relative;
	padding: 30px 20px 30px;
	border: 5px solid #046ab8;
	width: 95%;
	margin: 0 auto;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: left;
	box-sizing: border-box;
}
/* beforeで枠線の三角を表現 */
.balloon1::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #046ab8;
	border-left: 30px solid transparent;
	box-sizing: border-box;
}
/* beforeで本体の三角を表現 */
.balloon1::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -22px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
}
/* 吹き出し本体 */
.balloon2 {
	position: relative;
	padding: 0px 20px 30px;
	border: 5px solid #046ab8;
	width: 95%;
	margin: 0px auto 60px;
	box-sizing: border-box;
	text-align: center;
}
/* beforeで枠線の三角を表現 */
.balloon2::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 43%;
	top: -30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #046ab8;
	border-left: 30px solid transparent;
}
/* beforeで本体の三角を表現 */
.balloon2::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 43%;
	top: -22px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
}



/* 吹き出し本体 */
.balloon3 {
	position: relative;
	padding: 0px 10px 0;
	border: 5px solid #046ab8;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
	box-sizing: border-box;
}
/* beforeで枠線の三角を表現 */
.balloon3::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -30px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #046ab8;
	border-left: 30px solid transparent;
}
/* beforeで本体の三角を表現 */
.balloon3::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	top: -22px;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
}
.balloon3 img {
	width: 90%;
	height: auto;
}

.hogosya {
	background-color: #0168b7;
	height: auto;
	clear: both;
	margin: 30px auto 0;
	padding-bottom: 0px;
	width: 100%;
}
	.hogosya h1{
		color: #FFFDFD;
		margin-top: 0px;
		margin-left: 20px;
		padding-top: 30px;
	}

.hogosya ul {
	color: #FFFFFF;
	text-align: left;
	float: none;
	width: 90%;
	margin: 0px 0px 20px 0px;
	font-size: 1.0rem;
	line-height: 1.6rem;
	padding: 5%;
}
.hogosya li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1.0em;
}
.bt_contact {
	clear: both;
	display: block;
	margin: -30px auto 30px;
	width: 90%;
	background-color: #046ab8;
}
#bt_form {
	width: 90%;
	margin: 100px auto 0;
	display: block;
}
#page-top {
	position: fixed;
	right: -100px;
}
#page-top img {
	width: 45%;
	height: auto;
}
#page-top a {
	color: #fff;
}
.h1_30 {
	width: 70%;
}

.br_s {
	display: block;
}

}

@media screen and (max-width: 320px) {
.event h1 {
	font-size: 1.5rem;
	color: #046ab8;
	font-weight: 600;
	margin: 0px auto 30px;
}
	dt{
		font-size: 1.1rem;
	}
	dd{
		font-size: 0.9rem;
		line-height: 1.5rem;
		padding: 0px 0 0 10px;
	}
.event .h1_50{
		font-size: 1.2rem;
	}
.event .p_day {
	font-weight: 600;
	margin: 30px 0px 0px;
	font-size: 0.9rem;
	padding-bottom: 10px;
}
	.osusume p{
		font-size: 0.9rem;
		line-height: 1.4rem;
		margin: 0px;
	}
.hogosya li{
		font-size: 0.9rem;
	line-height: 1.2rem;
	}
	
.hogosya h1{
	font-size: 1.2rem;
	}
	
}

