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

h1 {text-align:center;  margin:auto; padding:auto;}
h1 img{max-width:80%; min-width:120px; padding:2% 0 20px 0;}

/* ----------------------------------------
				貯玉キャンペーン系
   ---------------------------------------- */
#eventRapper {
	text-align:center;
	margin:0 auto;
	width:1020px;
	position:relative;
}
#eventImg { margin:0 auto 20px auto; }
.absoluteBtn {
    position: absolute;
	margin:0 auto;
/*	width:300px;*/
	margin:275px 0 0 58%;
}
@media screen and (max-width: 2000px) {
.absoluteBtn { margin:275px 0 0 61%; }
}

@media screen and (max-width: 1600px) {
.absoluteBtn { margin:275px 0 0 63%; }
}

@media screen and (max-width: 1499px) {
.absoluteBtn { margin:275px 0 0 64%; }
}

@media screen and (max-width: 1300px) {
.absoluteBtn { margin:275px 0 0 66%; }
}

@media screen and (max-width: 1200px) {
.absoluteBtn { margin:275px 0 0 67%; }
}
@media screen and (max-width: 1200px) {
.absoluteBtn { margin:275px 0 0 69%; }
}

.sparkley {
	padding:13px 15px;
	box-shadow: 0 7px #cc0048;
	background: #ff1d77;
	background: -moz-linear-gradient(top, #ff82ee 2%, #ff1d77 77%);
	background: -webkit-linear-gradient(top, #ff82ee 2%,#ff1d77 77%);
	background: linear-gradient(to bottom, #ff82ee 2%,#ff1d77 77%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff82ee', endColorstr='#ff1d77',GradientType=0 );
	color:#ffffff;
	border-radius: 5px;
	font-size:20px;
	top: 0;
	transition: .2s box-shadow,.2s top,.3s;
	text-shadow:2px 2px 1px #cc0048;
	font-weight:bold;
	text-align:center;
}
.sparkley:hover {
	box-shadow: 0 0 #cc0048;
	top: 6px;
}
@media screen and (max-width: 1020px) {
.absoluteBtn {
	padding:5px 0;
	margin:26% 0 0 66%;
}
.sparkley { font-size:20px; }
}
@media screen and (max-width: 800px) {
.sparkley { font-size:16px; }
}
@media screen and (max-width: 680px) {
.absoluteBtn { display:none;}
}
@media only screen and (max-width : 1040px) {
#eventRapper { width:auto;}
#eventImg {
	float:left;
	width:100%;
	margin:0 auto 20px auto;
	height:auto;
}
}
@media only screen and (max-width : 680px) {
#eventImg {
	width:94%;
	margin:0 3% 15px 3%;
	height:auto;
	text-align:center;
}
}

/* ----------------------------------------
					お知らせ
   ---------------------------------------- */

.osirase {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border: 2px solid #aaa;
    border-radius: 10px;
    padding: 10px 2%;
    background: #fff;
    margin: 0 20px 20px 0;
    clear: both;
}
.osiraseTitle{
	float: left;
    width: 150px;
}
.osiraseTitle p {
	font-size: 18px;
	font-weight: bold;
	color: #bd1a20;
}
.osiraseBox {
	float: left;
    display: block;
}
.osiraseContents{
	font-size: 18px;
    font-weight: bold;
}
.osiraseContentsLink {
	line-height: 26px;
}
.osiraseContentsLink a {
	text-decoration: underline;
	font-weight: bold;
}

.osiraseTitle2 {
	text-align: center;
	margin-bottom: 23px
}

@media screen and (max-width: 700px) {
    .osiraseTitle2 {
        text-align: left;
    }
}

.osiraseTitle2 p {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.osiraseBox2 p:first-child {
	margin-bottom: 18px;
}
.osiraseBox2 p {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}

/* ----------------------------------------
					news
   ---------------------------------------- */
#news2 {display:none;}
dd {line-height:1.5em;}
#news{
	float:left;
	width:61%;
	padding:10px 2%;
	background:#fff;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(border-radius.htc);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	border: 2px solid #aaa;
}
	#news {	margin:0 2% 10px 0; height: 218px;}
	#news p  { font-size: 20px; font-weight:bold;padding:3px 0 7px 0;}

.blackText{
	color:#000;
	padding-left:10px;
	font-size:16px;
}
#newsBox {
	margin-bottom: 1.2em;
	background: #fff;
	overflow: auto;
	font-size: 14px;
}
	#newsBox  { height: 80%;}
#newsBox dt {
	float:left;
	width:100px;
	color:#fff;
	background:#f66;
	padding:2px 0 2px 18px;
	margin-top:2px;
	font-size: 14px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}
#newsBox dd {
	padding:3px 10px;
	margin-left:130px;
	border-bottom:1px solid #ececec;
	font-size: 14px;
	transition: 0.5s;
}

#newsBox  dd:hover ,
.spnone480 { display:block; }
.spnone680 { display:block; }

.pcnone { display:none; }
.psnone { display:block; }
@media only screen and (max-width : 680px) {
.pcnone { display:block; }
.psnone { display:none; }
.spnone680 { display:none; }

#textImg .pcnone { display:inline; }

h1 img{max-width:70%; padding:2% 27% 20px 3%;}

.ca-menu .odd_color { width:100%;}
#news {
	width:94%;
	float:none;
	height:220px;
	margin:0 0 20px 0;
	overflow:hidden; /* news一覧解除 */
}
.topNewBtn{
	position:relative;
	width:100px;
	margin-top:15px;
	padding:8px 4%;
	text-align:center;
	border:2px solid #ccc;
	color:#666;
	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}
.topNewBtn:hover {
	padding:8px 3% 8px 5%;
	border:2px solid #fcc;
}
.topNewBtn{
	top:-245px;
	float:right;
}
#newsBox dt ,
#newsBox dd {
	float:none;
}
#newsBox dt {
	width:100px;
	color:#fff;
	background: #f66;
	padding:4px 0 3px 18px;
	margin:5px 0 0 0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}
#newsBox dd {
	width:90%;
	margin-left:0;
	border-bottom:1px solid #ececec;
	transition: 0.5s;
}
}

@media only screen and (max-width : 480px) {
.spnone480 { display:none; }
#news {
	float:none;
	width:90%;
    height: auto;
	clear:both;
	margin:0 0 5% 0;
	padding:10px 4%;
}
#newsBox {
	overflow:hidden;
}
#newsBox dd {
	width:100%;
	padding:7px 0;
}
.topNewBtn{
	float:none;
	width:72%;
	margin:0 10%;
	padding:15px auto;
	top:0;
	left:0;
	border:none;
	color:#fff;
	background:url(../map/images/blackbg.jpg) repeat;
}

.topNewBtn:hover {
	padding:8px 3% 8px 5%;
	border:none;
}
}

/* ----------------------------------------
	colorbox 緑#44a83-6 オレンジ#ffa200 黄色#ffca12 / 青#0072ff
   ---------------------------------------- */
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../images/font/websymbols-regular-webfont.eot');
    src: url('../images/font/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../images/font/websymbols-regular-webfont.woff') format('woff'),
        url('../images/font/websymbols-regular-webfont.ttf') format('truetype'),
        url('../images/font/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu li , .ca-menu .odd_color , .ca-menu .even_color {
	margin:0 0 3% 0;
    width: 31%;
    height: 240px;
	float:left;
    position: relative;
       -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(border-radius.htc);

}
.ca-menu .yohaku {margin:0 0 3% 3%;}
.ca-menu .yohaku3{margin:0 3% 3% 0;}

.ca-menu li:hover , .ca-menu .odd_color:hover , .ca-menu .even_color:hover {
    z-index:999;
    -webkit-transform: scale(1.1);  
    -moz-transform: scale(1.1);  
    -ms-transform: scale(1.1);   
    -o-transform: scale(1.1);   
    transform: scale(1.1);  
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333; /*タイトル色off */
    position: relative;
}
.ca-main , .ca-main2 , .ca-main3 {
	position: absolute;
    width: 100%;
    height: 50%;
	top: 50%;	font-weight:bold;
    font-size:22px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}

.ca-menu li:hover .ca-main , li:hover .ca-main2 , li:hover .ca-main3{
    color: #fff;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}

.ca-icon , .ca-icon2 , .ca-icon3 {
    font-family: 'WebSymbolsRegular', cursive;
	font-size: 48px;
    line-height: 130px;
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
	.ca-icon  { color: #fff; } /* アイコン色off */
	.ca-icon2 { color: #fff; }
	.ca-icon3 { color: #fff; }

.ca-menu li:hover .ca-icon ,.ca-menu li:hover .ca-icon2 ,.ca-menu li:hover .ca-icon3 {
    font-size: 66px;
}

.ca-sub , .ca-sub2  , .ca-sub3 {
    text-align:center;
	font-size:15px;
	font-weight:bold;
    position: absolute;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; behavior: url(border-radius.htc);
    line-height: 30px;
    width: 70%;
	left:16%;
	bottom:30px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-menu li:hover .ca-sub , .ca-menu li:hover .ca-sub2 , .ca-menu li:hover .ca-sub3 {
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}

.ca-menu li:hover .ca-icon#heart {
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
@media only screen and (max-width : 680px) {
.ca-menu li , .ca-menu .odd_color , .ca-menu .even_color{
	width: 48%;
	margin:0 0 5% 0;
}
.ca-main , .ca-main2 , .ca-main3 {
	font-size:22px;
}
.ca-menu .yohaku  { margin:0 0 5% 0;}
.ca-menu .yohaku2 {	margin:0 3% 0 0;}
.ca-menu .yohaku3 {	margin:0 0 3% 0;}
}
@media only screen and (max-width : 480px) {
.ca-menu .white , .ca-menu .odd_color , .ca-menu .even_color , .ca-menu {
	width: 96%;
	height:140px;
	margin:0 0 5% 2%;
}
.ca-icon , .ca-icon2 , .ca-icon3 {
	font-size: 40px;
    line-height: 70px;
}
.ca-sub , .ca-sub2  , .ca-sub3 {
	font-size:13px;
	bottom:10px;
}
.ca-menu li:hover .ca-icon ,.ca-menu li:hover .ca-icon2 ,.ca-menu li:hover .ca-icon3 {
    font-size: 38px;
}
}
@-webkit-keyframes smallToBig{
    from {-webkit-transform: scale(0.1);}
    to {-webkit-transform: scale(1);}
}
@-moz-keyframes smallToBig{
    from {-moz-transform: scale(0.1);}
    to {-moz-transform: scale(1);}
}
@-ms-keyframes smallToBig{
    from {-ms-transform: scale(0.1);}
    to {-ms-transform: scale(1);}
}

@-webkit-keyframes moveFromBottom {
    from {-webkit-transform: translateY(100%);}
    to {-webkit-transform: translateY(0%);}
}
@-moz-keyframes moveFromBottom {
    from {-moz-transform: translateY(100%);}
	to {-moz-transform: translateY(0%);}
}
@-ms-keyframes moveFromBottom {
    from {-ms-transform: translateY(100%);}
    to {-ms-transform: translateY(0%);}
}

/* ----------------------------------------
					naminami
   ---------------------------------------- */
.naminami {
	float:left;
	margin:0 0 3% 3%;
    width: 31%;
    height: 240px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(border-radius.htc);
	background: #fff;
	background:url(../images/naminami.png) no-repeat center right;
	-webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.naminami p{
	text-align:center;
	color:#fff;
	line-height:1.6em;
	padding-top:20%;
	font-size:22px;
}
@media only screen and (max-width : 680px) {
.naminami{ width: 48%;}
}
@media only screen and (max-width : 480px) {
.naminami{ display:none;}
}
/* ----------------------------------------
			ちょだまんmovie + textImg
   ---------------------------------------- */
#textImg { text-align:center; padding-bottom:20px; }
#textImg img{ max-width:100%; margin:auto; }

#chodama01{	max-width:40%;  margin:0 28%; padding-bottom:20px;}
@media only screen and (max-width : 680px) {
#chodama01{	padding-bottom:10px;}
}
.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
/* ---------------------------- poyon ---------------------------- */
.animBall:hover {
	animation: animScale 0.5s ease-out;
	transform-origin: 50% 50%;
	-webkit-animation: animScale 0.5s ease-out;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animScale 0.5s ease-out;
	-moz-transform-origin: 50% 50%;
}
@keyframes animScale {
	0% { transform: scale(0.95, 0.95); }
	40% { transform: scale(1.1, 1.1); }
	60% { transform: scale(1, 1); }
	80% { transform: scale(1.05, 1.05); }
	100%{ transform: scale(1, 1); } }
@-webkit-keyframes animScale {
	0% { -webkit-transform: scale(0.95, 0.95); }
	40% { -webkit-transform: scale(1.1, 1.1); }
	60% { -webkit-transform: scale(1, 1); }
	80% { -webkit-transform: scale(1.05, 1.05); }
	100%{ -webkit-transform: scale(1, 1); } }
@-moz-keyframes animScale {
	0% { -moz-transform: scale(0.95, 0.95); }
	40% { -moz-transform: scale(1.1, 1.1); }
	60% { -moz-transform: scale(1, 1); }
	80% { -moz-transform: scale(1.05, 1.05); }
	100%{ -moz-transform: scale(1, 1); } }
