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

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
  width:100%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*header*/
header{
	margin-left: auto;
	margin-right: auto;
}
.sky_box{
	background:url(../img/top/sky.jpg)no-repeat;
	background-position: right top;
	background-size:1050px;
	width:1280px;
	height:565px;
	    margin-left: auto;
    margin-right: auto;
}
.top_bg{
	height: 565px;
	background-position: right bottom;
	position: relative;
	width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.house{
	background: url( ../img/top/top_illust.png) no-repeat;
	height: 565px;
	background-position: right bottom;
	position: relative;
	width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.nav_bg{
	background: url(../img/top_bg.jpg)no-repeat;
	height:565px;
	width:220px;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
}
.suzume01{
  background: url(../img/top/suzume01.png ) no-repeat;
  width: 70px;
  height: 70px;
  animation: tori 5s steps(34) infinite;
  position: absolute;
  left:590px;
  top:150px;
  z-index: 2;
}
.suzume02{
  background: url(  ../img/top/suzume02.png) no-repeat;
  width: 70px;
  height: 70px;
  animation: tori 5s steps(34) infinite;
  position: absolute;
  left:650px;
  top:152px;
  z-index: 2;
}
.suzume03{
  background: url( ../img/top/suzume03.png) no-repeat;
  width: 70px;
  height: 70px;
  animation: tori 5s steps(34) infinite;
  position: absolute;
  left:710px;
  top:166px;
  z-index: 2;
}
 @keyframes tori {
  to {
    background-position: -2352px 0;
  }
}
.cosplayer{
  background: url( ../img/top/cosplayer.png) no-repeat;
  width: 140px;
  height: 169px;
  animation: cos 15s steps(35) 2;
  position: absolute;
  right:135px;
  top:375px;
  z-index: 2;
}
 @keyframes cos {
  to {
    background-position: -4899px 0;
  }
}
.to_cos{
	position: absolute;
	right:70px;
	bottom:190px;
	z-index: 2;
	animation: img_box_9955 3s linear infinite;
  	transform-origin: 50% 50%;
  	margin: 1rem 0 !important;
	display:block;
	width:160px;
	height:100px;
}
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}
.to_cos a{
	display:block;
	width:150px;
	height:110px;
}
.to_cos img:hover{
	opacity:0.7;
}

.f_cosplayer{
  background: url( ../img/top/cosplayer.png) no-repeat;
  width: 140px;
  height: 169px;
  animation: cos 15s steps(35) infinite;
  position: absolute;
  left:250px;
  top:15px;
  z-index: 2;
}
 @keyframes cos {
  to {
    background-position: -4899px 0;
  }
}
.to_cos{
	position: absolute;
	right:70px;
	bottom:190px;
	z-index: 2;
	animation: img_box_9955 3s linear infinite;
  	transform-origin: 50% 50%;
  	margin: 1rem 0 !important;
	display:block;
	width:160px;
	height:100px;
}
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

#cloud{
	width:1280px;
	height:565px;
	background:url( ../img/top/cloud.png);
	animation: cloudmove 70s linear infinite;
	-webkit-animation: cloudmove 70s linear infinite;
	-moz-animation: cloudmove 70s linear infinite;
}
@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 300px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@-webkit-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@-moz-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}

.logo_bg{
	background: url(../img/logo_bg.png)no-repeat;
	background-position: top center;
}
.logo{
	display:table;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 10px;	
}

.top_plan {
	position: absolute;
   	left: 220px;
	top: 350px;
	z-index: 2;
}
.top_plan a{
	display:block;
	height:216px;
}
.top_plan img:hover{
	opacity:0.7;
}
.nav_box{
	width:200px;
	margin-left:5px;
	margin-top: 10px;
	display: table;
}
.top_nav{
	display:inline-block;
	float:left;
	border-bottom:  dotted 1px #42210B;
	padding-top: 3px;
	padding-left: 3px;
	width:200px;
}
.top_nav:nth-child(1){ 
	display:table;
	float:left;
	border-top:  dotted 1px #42210B;
	padding-top: 3px;
	padding-left: 3px;
	width:200px;
}
.top_nav:nth-child(7){ 
	border-bottom: none;
}
.top_nav a{
    display:block;
    height:35px;
}


/*commom*/
section{
	
}
.main_title{
	display:table;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.sub_title{
	display:table;
	margin-left: auto;
	margin-right: auto;
}
.txt01{
	line-height: 1.8em;
	margin-top: 50px;
	color:#000000;
	z-index: 3;
	position: relative;
	    text-align: center;
}
.inside_box{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box_1200{
	width:1200px;
	padding:0 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
/*commomここまで*/

.slider_box{
	width: 1280px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*スライダー*/
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 215px;
    text-align: left;
    position: relative;
    overflow: hidden;
	display:table;
	background-color: #412106;
}
 
#loopslider ul {
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 315px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*あいさつ*/
.g_bg_top{
	background: url(../img/top/g_bg.png) no-repeat;
	background-position: center bottom;
	height: 500px;
	position: relative;
}
#greeting{
	padding-top: 70px;
}
.tutuji_left{
	position: absolute;
	bottom:-70px;
	z-index: 2;
}
.tutuji_right{
	position: absolute;
	bottom:-120px;
	right:0;
	z-index: 2;
}
.butterfly{
  background: url( ../img/top/butterfly.png) no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  left:450px;
  top:-25px;

}
.butterfly{
  background: url( ../img/top/butterfly.png) no-repeat;
  width: 120px;
  height: 120px;
  animation: smile 1.5s steps(2) infinite;
}
 
@keyframes smile {
  to {
    background-position: -240px 0;
  }
}
/*プラン*/
.plan_bg{
	background: url(../img/bg01.jpg)repeat;
}
#plan{
	display:inline-block;
	padding-top: 70px;
	margin-bottom: 50px;
}
.plan_title{
	display:table;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	z-index: 10;
	position: relative;
}
.search{
	display:table;
	float:left;
}
.left{
	width:250px;
	float:left;
	margin-right: 15px;
	margin-top:50px;
}
.search{
	width:250px;
	height:330px;
	display:table;
	/*background-color:#42210b;*/
}
.search_t{
	font-size: 22px;
    padding: 10px 0 0;
	background-color: #42210b;
}

.right{
	width:740px;
	display:table;
	padding-top:50px;
}
.plan_booth{
	width:740px;
	height:160px;
	margin-bottom:30px;
}
.plan_booth:nth-child(3){
	margin-bottom: 30px;
}
.plan_p{
	display:inline-block;
	float:left;
	width:220px;
	height:150px;
	overflow: hidden;
}
.plan_p a{
	display:inline-block;
	width:220px;
	height:150px;
}
.plan_p img{

}
.plan_p:hover{
	opacity: 0.6;
}
.plan_text{
	width:520px;
	display:table;
	line-height: 1.5em;
}
.plan_t{
	font-weight:bold;
	margin-left:10px;
	text-align: left;
	border-bottom: dotted 2px #42210b; 
	color: #42210B;
}
.plan_t a{
	color:#42210b;
	text-decoration: none;
}
.plan_t a:hover{
	color: #E02C87;
}
.plan_d{
	display:table;
	margin-top: 10px;
	margin-left:10px;
	line-height: 1.5em;
	word-break: break-all;
	text-align: left;
}
.plan_illust{
	display:table;
	padding-top: 30px;
}
.illust img{ 
height:200px;
}
.banner{
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
.banner img{
	box-shadow: 5px 5px 5px -3px grey;
}
.banner a{
	display: table;
}
.banner a img:hover{
	opacity: 0.6
}

/*to_top*/
.to_top{
	margin: 0;
	display:table;
	z-index: 99;
	position: fixed;
	overflow-y: scroll; 
	right:0;
	bottom:480px;
}
.to_top:hover{
	opacity: 0.6;
}
/*nav_footer*/
.nav_footer{
	background-color: #563f2d;
}
.nav_footer ul{
	padding-top:10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display:table;
	
}
.nav_footer ul li{
	display:table;
	float:left;
	color:#FFFFFF;
}
.nav_footer a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color:#FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
.nav_footer a:hover{
	opacity: 0.6;
}
/*footer*/
footer{
	width:100%;
	display:inline-block;
	height:250px;
	background-color: #412106;
}
.f_bg{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/f_bg01.png) no-repeat;
	background-position: right;
	height:250px;
	position: relative;
}
.qr{
	position: absolute;
	right: 220px;
   	top: 45px;
	line-height: 1.5em;
	text-align: center;
}
.qr a{
	text-decoration: none;
	font-size: 0.95em;
	display:table;
	color:#FFFFFF;
}
.qr img{
	padding-right: 15px;
	padding-bottom: 10px;
	display:block;
	margin: 0 auto;
}
.qr a:hover{
	opacity: 0.6;
}
.f_box{
	padding-top: 40px;
}
.f_logo{ 
display:table;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.f_address{
	display:table;
margin-left: auto;
margin-right: auto;
	text-align: center;
	line-height: 1.7em;
	color:#FFFFFF;
}
.yado{
	display:table;
	float:left;
	padding-top: 3px;
}
.arr{
	display:table;
	text-align: center;
	line-height: 1.5em;
	padding-left: 10px;
	color:#FFFFFF;
}
.copy_box{
display:table;
margin-left: auto;
margin-right: auto;	
	margin-bottom: 20px;
	margin-top: 15px;
}
.count{
	position: absolute;
	left: 285px;
    bottom: 30px;
}

	

.news_box{
	background: #fff06f;
	width: 100%;
	max-width: 1200px;
	display: table;
	padding: 1.5% 3% 2%;
	margin: 40px auto 0;
}	
.news_box h3{
	font-size: 1.5em;
	font-weight: bolder;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_box h3::before, .news_box h3::after{
	content:"";
	display: block;
	background: #000;
	width: 20px;
	height: 2px;
	margin: 0 8px;
}
.news_box p{
	line-height: 1.7em;
	text-align: center;
}	
@media screen and (max-width: 767px) {
	.news_box{
		padding: 5%;
	}
	.news_box p{
		text-align: left;
	}
}