#loading_wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	background-color: #fff;
}
#loading_wrap img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}

body{
	color: #231815;
	font-family:'游ゴシック体','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 160%;
	color: #231815;
}
.font02{
	/*font-family: 'Josefin Slab', serif;*/
	font-family: 'Open Sans', sans-serif;
}

.hover:hover{
	opacity:0.8;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
}

#wrap{
	width: 100%;
}
header{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	position: fixed;
	top: 0;
	background-color:#000000;
	padding: 10px 0;
	z-index: 9000;
	
}

header .inner{
	width: 1000px;
	margin:0px auto;
	position:relative;
}

header .inner h1 img{
	width:100%;
	height:auto;
}
header h1{
	width:112px;
	margin:0px auto;
}

/*MENU部分*/
#onlinestorenavi{
	width:26px;
	position: absolute;
	top: 33%;
	right: 75px;
}
#onlinestorenavi img{
	width: 100%;
}



#gnavi{
	position:absolute;
	top: 33%;
	right: 10px;
	z-index: 9998;
}
span.label{
	font-family: 'Josefin Slab', serif;
	font-weight: bold;
	color: #FFFFFF;
}
#gnavi .nav-btn a{
	cursor: pointer;
}

#gnavi .nav-btn a .bars{
	display: inline-block;
	padding:0 10px 0 10px;
	width: 28px;
	height: 28px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

#gnavi .nav-btn a .bars .bar{
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #FFFFFF;


	-webkit-transition: 375ms;
	   -moz-transition: 375ms;
	     -o-transition: 375ms;
	        transition: 375ms;
	-webkit-transition-property: top, opacity;
	   -moz-transition-property: top, opacity;
	     -o-transition-property: top, opacity;
	        transition-property: top, opacity;

}

#gnavi .nav-btn a .bars .bar:nth-child(1){
	top: 6px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	   -moz-transition-delay: 125ms;
	     -o-transition-delay: 125ms;
	        transition-delay: 125ms;
}
#gnavi .nav-btn a .bars .bar:nth-child(2){
	top: 12px;
	-webkit-transition-delay: 80ms;
	   -moz-transition-delay: 80ms;
	     -o-transition-delay: 80ms;
	        transition-delay: 80ms;
}
#gnavi .nav-btn a .bars .bar:nth-child(3){
	top: 18px;
	-webkit-transition-delay: 40ms;
	   -moz-transition-delay: 40ms;
	     -o-transition-delay: 40ms;
	        transition-delay: 40ms;
}
#gnavi .nav-btn a .bars .bar:nth-child(4){
	top: 24px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
}


#gnavi .nav-btn a:hover .bars .bar:nth-child(1){
	top: 0px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;

}
#gnavi .nav-btn a:hover .bars .bar:nth-child(2){
	top: 6px;
	-webkit-transition-delay: 40ms;
	   -moz-transition-delay: 40ms;
	     -o-transition-delay: 40ms;
	        transition-delay: 40ms;
}
#gnavi .nav-btn a:hover .bars .bar:nth-child(3){
	top: 12px;
	-webkit-transition-delay: 80ms;
	   -moz-transition-delay: 80ms;
	     -o-transition-delay: 80ms;
	        transition-delay: 80ms;
}
#gnavi .nav-btn a:hover .bars .bar:nth-child(4){
	top: 18px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	   -moz-transition-delay: 125ms;
	     -o-transition-delay: 125ms;
	        transition-delay: 125ms;
}



#gnavi.nav-open .nav-btn a .bars .bar:nth-child(1){
	top: 12px;
	-webkit-transform-origin:50% 50%;
	   -moz-transform-origin:50% 50%;
	    -ms-transform-origin:50% 50%;
	     -o-transform-origin:50% 50%;
	        transform-origin:50% 50%;

	-webkit-transform: rotate(45deg) scaleX(1.442);
	   -moz-transform: rotate(45deg) scaleX(1.442);
	     -o-transform: rotate(45deg) scaleX(1.442);
	        transform: rotate(45deg) scaleX(1.442);

	opacity: 1;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	   -moz-transition-property: top, -moz-transform;
	     -o-transition-property: top, -o-transform;
	        transition-property: top, transform;
}
#gnavi.nav-open .nav-btn a .bars .bar:nth-child(2){
	top: 12px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
}
#gnavi.nav-open .nav-btn a .bars .bar:nth-child(3){
	top: 12px;
	-webkit-transform-origin:50% 50%;
	   -moz-transform-origin:50% 50%;
	    -ms-transform-origin:50% 50%;
	     -o-transform-origin:50% 50%;
	        transform-origin:50% 50%;
	-webkit-transform: rotate(-45deg) scaleX(1.442);
	   -moz-transform: rotate(-45deg) scaleX(1.442);
	     -o-transform: rotate(-45deg) scaleX(1.442);
	        transform: rotate(-45deg) scaleX(1.442);
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	   -moz-transition-property: top, -moz-transform;
	     -o-transition-property: top, -o-transform;
	        transition-property: top, transform;
}
#gnavi.nav-open .nav-btn a .bars .bar:nth-child(4){
	top: 24px;
	opacity: 0;
	-webkit-transition: 0ms;
	   -moz-transition: 0ms;
	     -o-transition: 0ms;
	        transition: 0ms;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
}

#gnavi.nav-close .nav-btn a .bars .bar:nth-child(1){
	top: 6px;
	-webkit-transform-origin:50% 50%;
	   -moz-transform-origin:50% 50%;
	    -ms-transform-origin:50% 50%;
	     -o-transform-origin:50% 50%;
	        transform-origin:50% 50%;

	-webkit-transform: rotate(0deg) scaleX(1);
	   -moz-transform: rotate(0deg) scaleX(1);
	     -o-transform: rotate(0deg) scaleX(1);
	        transform: rotate(0deg) scaleX(1);

	opacity: 1;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	   -moz-transition-property: top, -moz-transform;
	     -o-transition-property: top, -o-transform;
	        transition-property: top, transform;
}
#gnavi.nav-close .nav-btn a .bars .bar:nth-child(2){
	top: 12px;
	opacity: 1.0;
	-webkit-transition-delay: 0;
	   -moz-transition-delay: 0;
	     -o-transition-delay: 0;
	        transition-delay: 0;
}
#gnavi.nav-close .nav-btn a .bars .bar:nth-child(3){
	top: 18px;
	-webkit-transform-origin:50% 50%;
	   -moz-transform-origin:50% 50%;
	    -ms-transform-origin:50% 50%;
	     -o-transform-origin:50% 50%;
	        transform-origin:50% 50%;
	-webkit-transform: rotate(0deg) scaleX(1);
	   -moz-transform: rotate(0deg) scaleX(1);
	     -o-transform: rotate(0deg) scaleX(1);
	        transform: rotate(0deg) scaleX(1);
	-webkit-transition-delay: 0;
	   -moz-transition-delay: 0;
	     -o-transition-delay: 0;
	        transition-delay: 0;
	-webkit-transition-property: top, -webkit-transform;
	   -moz-transition-property: top, -moz-transform;
	     -o-transition-property: top, -o-transform;
	        transition-property: top, transform;
}
#gnavi.nav-close .nav-btn a .bars .bar:nth-child(4){
	top: 24px;
	opacity: 0;
	-webkit-transition: 0ms;
	   -moz-transition: 0ms;
	     -o-transition: 0ms;
	        transition: 0ms;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
}

#gnavi.nav-close .nav-btn a .bars .bar{
	-webkit-transition: 375ms!important;
	   -moz-transition: 375ms!important;
	     -o-transition: 375ms!important;
	        transition: 375ms!important;

}
#gnavi.nav-close .nav-btn a:hover .bars .bar:nth-child(1){
	top: 0px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;

}
#gnavi.nav-close .nav-btn a:hover .bars .bar:nth-child(2){
	top: 6px;
	-webkit-transition-delay: 40ms;
	   -moz-transition-delay: 40ms;
	     -o-transition-delay: 40ms;
	        transition-delay: 40ms;
}
#gnavi.nav-close .nav-btn a:hover .bars .bar:nth-child(3){
	top: 12px;
	-webkit-transition-delay: 80ms;
	   -moz-transition-delay: 80ms;
	     -o-transition-delay: 80ms;
	        transition-delay: 80ms;
}
#gnavi.nav-close .nav-btn a:hover .bars .bar:nth-child(4){
	top: 18px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	   -moz-transition-delay: 125ms;
	     -o-transition-delay: 125ms;
	        transition-delay: 125ms;
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243,224,213,.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9997;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
}

.menu li a {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #76BEC6;
}

.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
.snip1135 {
  font-family: 'Josefin Slab', serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.snip1135 * {
  box-sizing: border-box;
}
.snip1135 li {
  list-style: outside none none;
  padding: 0;
}
.snip1135 a {
  padding: 8px 0;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.snip1135 a:before,
.snip1135 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1135 a:before {
  bottom: 10px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #76BEC6;
}
.snip1135 a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.snip1135 a:hover:before,
.snip1135 .current a:before {
  opacity: 1;
  width: 100%;
}
.snip1135 a:hover:after,
.snip1135 .current a:after {
  max-width: 100%;
}
.menu_logo{
	margin-top: 20px!important;
}
/*menu部分ここまで*/


#main{
	width: 100%;
	min-width: 1000px;
	margin-top: 124px;
	position: fixed;
	top: 0;
	z-index: -10;
}
#main img{
	width: 1000px;
	height:auto;
	margin:0px auto;
	display:block;
}


section#top_content1{
	width: 100%;
	background-color: #fff;
}
#top_content1_inner{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
	padding-top: 60px;
}
h1#top_title{
	font-family: 'Dancing Script', cursive;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: bold;
	text-align: center;
	font-size: 80px;
	line-height: 120%;
	margin-bottom: 50px;
}
.lead_text{
	font-size: 14px;
	margin-bottom: 60px;
	text-align: center;

	line-height: 2em;
}

#top_styles_pic{
	float: left;
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
#top_styles img.styles_pic{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#top_styles_right{
	float: right;
	width: 340px;
	position: relative;
}
#top_styles_right img{
	position: absolute;
	top: 40px;
	right: -30px;
}
#top_styles_right h2{
	border-bottom: 1px solid #000000;
	margin-top: 130px;
	display: inline-block;
	padding-bottom: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}
#top_styles_right p{
	font-size: 14px;
	margin-bottom: 30px;
}
#top_styles_right a{
	display: block;
	width: 338px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	border: 1px solid #000000;
	background:#000000;
}

#top_other{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
}
.top_other_box{
	width: 300px;
	float: left;
	margin-right: 50px;
	overflow: hidden;
	display: block;
	color: #231815;
}
.top_other_box2{
	width: 300px;
	float: right;
	margin-right: 0;
}
.top_other_pic{
	position: relative;
	margin-bottom: 20px;
	width: 300px;
	height: 260px;
	overflow: hidden;
}
.top_other_pic img{
	position: absolute;
	top: 0;
	left: 0;
}
.top_other_box h2{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.top_other_box p{
	text-align: center;
}
.line{
	width: 300px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
/*.line:hover{
	animation: translate 200ms; 
	-webkit-animation: translate 200ms; 
	-webkit-animation-iteration-count: infinite;
	background: url(../img/line.png) no-repeat;
	background-size: cover;
}*/


#top_calendar{
	background:#FFFFFF;
	width:1000px;
	margin:0px auto 0px auto;
	padding-bottom:20px;
}
#top_calendar .cal h4{
	font-weight:bold;
	font-size:18px;
}

#top_calendar .cal table{
	width:100%;
}

#top_calendar .cal td{
	background:#E6E6E6;
	text-align:center;
}

#top_calendar .cal td.today{
	letter-spacing:normal;
}
#top_calendar .holiday{
	background:#B6B6B6 !important;
}

.next-back2{
	font-size:36px;
}




#top_calendar .sp_cal{
	display:none;
}


#top_calendar img{
	width:100%;
	height:auto;
	
}


#top_calendar .cal{
	float:left;
	width:410px;
	margin:0px 30px 0px 60px;
}

#top_calendar .cal a{
	color:#000000;
}

#top_calendar .todayTitle{
	border-bottom:#000000 solid 2px;
	text-align:center;
	font-size:16px;
	line-height:16px;
	padding:10px 0px;
	letter-spacing:10px;
	font-weight:bold;
}
#top_calendar .date{
	border-bottom:#000000 solid 2px;
	text-align:center;
	font-size:24px;
	letter-spacing:5px;
	font-weight:bold;
	line-height:24px;
	padding:20px 0px;
}

#top_calendar .hours{
	float:left;
	width:410px;
	margin:0px 0px 0px 30px;
	text-align: center;
}

#top_calendar .hours .title{
	border-top:#000000 solid 2px;
	border-bottom:#000000 solid 2px;
	text-align:center;
	font-size:18px;
	line-height:18px;
	letter-spacing:5px;
	font-weight:bold;
	margin:36px 0px 0px 0px;
	padding:22px 0px;
}

#top_calendar .hours .info{
	padding:15px 0px;
	font-size:18px;
	line-height:120%;
	letter-spacing:0px;
}

#top_calendar .hours .info span{
	font-size:14px;
}
/*@keyframes translate { 
0%   { transform:  translate(0px, 0px);    } 
50%  { transform:  translate(0px, 480px);   } 
100%  { transform:  translate(0px, 0px);   } 
}
 
 
@-webkit-keyframes translate { 
0%   { -webkit-transform:  translate(0px, 0px) ;   } 
50%  { transform:  translate(0px, 480px);   } 
100%  { transform:  translate(0px, 0px);   }  
}*/

#top_content2{
	width: 100%;
	background-color: #E6E6E6;
	padding-bottom: 80px;
}
#top_content2_inner{
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	font-size: 0;
}
#top_content2_inner h1{
	display: inline-block;
	border-bottom: 1px solid #231815;
	font-size: 20px;
	font-weight: bold;
}
.news_box{
	width: 258px;
	display: inline-block;
	border-left: 1px solid #231815;
	border-right: 1px solid #231815;
	padding: 10px 20px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.news_box:hover{
	opacity: 0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";	
}
.news_box_last{
	margin-right: 0;
}
.news_box .date{
	font-size: 12px;
	color: #2EB6AA;
}
.news_box h2{
	font-size: 22px;
	margin-bottom: 10px;
	color: #231815;
}
.news_pic_wrap{
	width: 260px;
	height: 196px;
	/*display: table-cell;*/
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 5px;
}
.news_pic_wrap img{
	max-width: 100%;
	max-height: 100%;
}
.news_text{
	font-size: 12px;
	line-height: 150%;
	margin: 5px 0 10px;
	color: #231815;
}
.read_more{
	text-align: right;
}

footer{
	background-color: #000000;
	width: 100%;
	padding-bottom: 30px;
}
#footer_wrap{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#page_top{
	position: absolute;
	top: -60px;
	right: -50px;
	z-index: 10;
}
#footer_inner{
	overflow: hidden;
	padding-top: 40px;
}
#sns_wrap{
	float: right;
	/*width: 170px;*/
	width: 130px;
	font-size: 0;
	margin-top: 10px;
}
#sns_wrap a{
	display: inline-block;
}
#footer_info{
	float: left;
	color: #fff;
	margin-right: 170px;
}

#footer_info a{
	color:#FFFFFF;
}
#footer_info p.footer_name{
	font-size: 24px;
}
#footer_info p{
	font-size: 12px;
	line-height: 150%;
}
#footer_menu01{
	float: left;
	margin-right: 90px;
}
#footer_menu01 a{
	color: #fff;
	font-size: 14px;
	display: block;
}
#footer_menu01 a:hover{
	color: #D3D3D3;
}
#footer_menu02{
	float: left;
}
#footer_menu02 a{
	color: #fff;
	font-size: 14px;
	display: block;
}
#footer_menu02 a:hover{
	color: #D3D3D3;
}
#copy{
	clear: both;
	text-align: right;
	color: #fff;
	font-size: 10px;
}



#top_recruit{
	display:none;
}

#top_news,#top_recommend{
	width:50%;
	float:left;
	margin-top:50px;
	text-align:center;
	height:100%;
	font-size:12px;
}
#top_news a {
	color:#000000;
}
#top_news h2 ,#top_recommend h2 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
	border-bottom: 1px solid #231815;
	display: inline-block;
}

#top_news ul{
	text-align:left;
	width:300px;
	margin:0px auto;
}

#top_news ul li{
	list-style:none;
}


#top_recommend .photo{
	width:49%;
	float:left;
}

#top_recommend .photo img{
	max-width:100%;
	vertical-align:bottom;
}

#top_recommend .text{
	width:47%;
	float:right;
	text-align:left;
	border:#050505 double;
	height:100%;
	position:relative;
}

#top_recommend .date{
	/*font-size:20px;*/
	margin-bottom: 10px;
	font-size:14px;
	color:#656565;
}

#top_recommend .blog{
	font-size:24px;
	font-weight:bold;
	color:#656565;
	margin:10px 0px;
}
#top_recommend .title{
	font-size:14px;
	color:#656565;
}

#top_recommend .inner{
	padding:30px;
}
#top_recommend .more{
	position:absolute;
	bottom:0px;
	right:10px;
}
#top_recommend .more a {
	color:#000000;

}

@media screen and (max-width:880px){

header{
	min-width: inherit; width:100%;
}

header .inner{
	width: 100%;
}
header h1{
	width: 15%;
}
header h1 img{
	width: 100% !important;
}
#onlinestorenavi{
	top: 30%;
}
#gnavi{
	top: 30%;
	right: 0;
}

.menu li a {
    font-size: 24px;
}
.snip1135 a {
	padding: 5px 0;
}

#main{
	min-width: inherit;
	margin-top: 0;
}

#top_content1_inner{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10%;
}
h1#top_title{
	font-size: 50px;
	margin-bottom: 5%;
}
.lead_text{
	font-size: 14px;
	margin-bottom: 5%;
}
#top_styles{
	width: 100%;
}

#top_recommend .inner{
	padding:10px;
}
#top_recommend .date{
	font-size:12px;
}
#top_recommend .blog{
	margin:5px 0px;
	font-size:18px;
}

#top_recommend .title{
	font-size:12px;
}

#top_styles_pic{
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}
#top_styles img.styles_pic{
	position: static;
}
#top_styles_right{
	float: none;
	width: 84%;
	margin: 0 auto;
}
#top_styles_right h2{
	margin-top: 0;
}
#top_styles_right img{
	float: right;
	position: static;
	top: inherit;
	right: inherit;
	width: 30%;
	margin-top: 10%;
}
#top_styles_right p{
	width: 65%;
	font-size: 14px;
}
#top_styles_right a{
	width: 100%;
}
#top_other{
	width: 100%;
}
.top_other_box{
	width: 100%;
	margin-right: 0;margin-bottom: 20px;
	
}
.top_other_pic{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.top_other_pic img{
	position: static;
	width: 100%;
}
.top_other_pic img.frame{
	position: absolute;
}
.top_other_box h2{
	font-size: 16px;
	margin-bottom: 0;
	line-height: 100%;
	margin-bottom: 5px;
}
.top_other_box p{
	font-size: 10px;
	line-height: 120%;
}



#top_calendar{
	background:#FFFFFF;
	width:100%;
	text-align:center;
	
}


#top_calendar .cal{
	float:none;
	margin:0px 0px 0px 0px;
	width:100%;
}



#top_calendar .todayTitle{
	border:none;
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	line-height:12px;
	padding:10px 0px;
	letter-spacing:10px;
	font-weight:bold;
}
#top_calendar .date{
	border-bottom:#000000 solid 2px;
	text-align:center;
	font-size:24px;
	letter-spacing:5px;
	font-weight:bold;
	line-height:24px;
	padding:20px 0px;
	margin-bottom:20px;
}


#calendar{
	width:90%;
	margin:0px auto;
}

#top_calendar .hours{
	float:none;
	width:100%;
	margin:0px 0px 0px 0px;
}

#top_calendar .hours .title{
	border:none;
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	line-height:12px;
	padding:10px 0px;
	letter-spacing:5px;
	font-weight:bold;
	margin:36px 0px 0px 0px;

}

#top_calendar .hours .info{
	padding:15px 0px;
	font-size:12px;
	line-height:150%;
	letter-spacing:0px;
}

#top_calendar .pc_cal{
	display:none;
}

#top_calendar .sp_cal{
	display:block;
}



#top_content2{
	padding-bottom: 5%;
}
#top_content2_inner{
	width: 94%;
	margin: 0 auto;
	padding-top: 7%;
}
#top_content2_inner .mb30{
	margin-bottom: 4%;
}
.news_box{
	width: 40%;
	float: right;
	margin-right: 0;
	padding: 2% 3%;
}
.news_box:nth-child(even){
	float: left;
	clear: both;
}
.news_box h2{
	font-size: 18px;
	margin-bottom: 5px;
}
.news_pic_wrap{
	width: 100%;
	height: 77%;
}
.news_text{
	font-size: 11px;
	line-height: 130%;
}
.read_more{
	clear: both;
	text-align: center;
}

#footer_wrap{
	width: 88%;
	margin: 0 auto;
}
#footer_inner{
	padding-top: 5%;
}
#page_top{
	display: none;
}
#sns_wrap{
	float: none;
	margin: 0 auto 3%;
}
#footer_info{
	width: 45%;
	margin-right: 5%;
}
#footer_menu01{
	width: 23%;
	margin-right: 3%;
	margin-top: 10px;
}
#footer_menu01 a{
	font-size: 12px;
}
#footer_menu02{
	float: right;
	width: 23%;
	margin-top: 10px;
}
#footer_menu02 a{
	font-size: 12px;
}
#copy{
	text-align: center;
	padding-top: 5px;
}



#top_recruit{
	width:100%;
	margin:0px auto 0px auto;
	display:block;
	padding-bottom:30px;
	background:#FFFFFF;
}

#top_recruit a{
	display: block;
   width: 84%;
   margin:0px auto;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    border: 1px solid #000000;
    background: #000000;
}

#top_news,#top_recommend{
	width:84%;
	float:none;
	margin:30px auto 0px auto;
}

#top_news h2 ,#top_recommend h2 {
    text-align: left;
}

@media screen and (max-width:640px){

header h1{
	width: 20%;
}
#onlinestorenavi{
	top: 22%;
}
#gnavi{
	top: 22%;
	right: 0;
}



}

@media screen and (max-width:480px){

#onlinestorenavi{
	top: 22%;
}
#gnavi{
	top: 22%;
}
.news_box h2{
	font-size: 16px;
}


}


@media screen and (max-width:420px){

#top_styles_right p{
	font-size: 12px;
}
#top_styles_right a{
	font-size: 10px;
}
#footer_info p{
	font-size: 10px;
}

.menu li a {
    font-size: 20px;
}
.snip1135 a {
	padding: 3px 0;
}
.menu li{
	line-height: 30px;
}
.snip1135 a:before {
  bottom: 5px;
}

}

@media screen and (max-width:360px){

.news_box .date{
	font-size: 10px;
}
.news_box h2{
	font-size: 14px;
}
#footer_menu01 a{
	font-size: 11px;
}

}












