.outer_width{
	width: 100%;
	display: block;
}
.inner_width{
	width: 980px;
}
.black_bar{
	height: 50px;
	line-height: 50px;
	background-color: black;
	color: white;
}
.swiper-container {
	width: 100%;
	height: 438px;
	/*height: 100%;*/
	margin: 0px auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color: white;
	width: 60%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width:1600px;
	/*height: 550px;*/
	position: relative;
	/*border-right: 1px solid white;*/
}
.swiper-slide > a{
	display: block;
	width:100%;
	height: 100%;
}
.swiper-slide img{
	width: 100%;
}
.overlay_text{
	position: absolute;
	bottom: 0px;
	left: 1px;
	right: 1px;
	background-color: rgba(0, 0, 0, 0.3);
	text-align:left;
	font-size: 14px;
	color: white;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.overlay_text > a{
	position: absolute;
	right:15px;
	cursor: pointer;
	color:white;
	background-image:url(/_assets/img/top/more.png);
	width: 167px;
	height: 39px;
	bottom: 50px;
	background-size: 167px;
}
.movie_slide_cover{
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right:0px;
	opacity:1;
	background-image: url(/_assets/img/top/slide/cover.png);
	background-size: 100%;
	-webkit-transition: opacity 0.2s linear;
}
.swiper-slide-active .movie_slide_cover:hover{
	cursor: pointer;
	opacity: 0.4;
		-webkit-transition: opacity 0.2s linear;
}
.menu{
	overflow: hidden;
}
.menu.fixed{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.card_list > a{
	width: 100%;
	height: 100%;
	display: block;
}
.card_list > a > img{
	width: 100%;
}
.gray{
	background-color: #F8F7F6;
}
.mini_card_list{
	margin-top:5px;
	margin-left: 2px;
}
.mini_card_list > a{
	margin-left: -2px;
}
#news_event_box{
	height: 370px;
	overflow: hidden;
}
#news_event_title{
	display: block;
	margin: 10px auto;
}
.video{
	/*height:550px;
	width:980px;*/
	width: 100%;
	max-height: 100%;
}
#news_event_list_pc > ul > li{
	display: inline;
	width: 319px;
	height: 250px;
	float: left;
	margin-right: 10px;
	overflow-y:scroll;
	padding: 5px;
}
#news_event_list_pc > ul > li:last-child{
	margin-right: 0px;
}
#event_list > div,
#soldout_list > div{
	margin-bottom:20px;
}
#event_list > div > .event_text,
#soldout_list > div > .soldout_text{
	margin: 10px 5px;
	line-height: 17px;
}
.update_text li{
	line-height: 20px;
}
.contents_box{
	padding:30px 10px;
}
.h1_title{
	padding-bottom: 30px;
	text-align: center;
}
.list{
	padding-top: 50px;
	text-align: right;
	text-decoration: underline;
}
.date{
	width:50px;
	height:50px;
	background-color:#15794E;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: white;
	font-size: 11px;
	padding-top: 11px;
	margin-right: 10px;
	text-align: center;
	line-height: 15px;
}
.date br{
	line-height: 15px;
}
#service_thum {
	display: inline-block;
}
#service_thum > li{
	width: 220px;
	display: block;
	float: left;
	margin: 10px;
	text-align: center;
}
#service_thum > li > img{
	width: 220px;
	height: 220px;
	border-radius: 100%;
}
.news_midashi{
	padding-bottom: 10px;
	font-size: 120%;
	text-decoration: underline;
}
.news_coment{
	padding-bottom: 20px;
	font-size: 120%;
}
.comment{
	margin-top: 20px;
	font-size: 120%;
	display: inline-block;
}
.active .comment{
	border-bottom: 1px solid gray;
}
.special_comment,
.service_comment{
	font-size: 130%;
	line-height: 160%;
	position: relative;
}
.owner_pic{
	float: right;
	width: 210px;
	height: 280px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.special_comment p,
.service_comment p{
	margin-bottom: 20px;
}
.service_comment .comment_title{
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: bold;
}
.service_comment{
	margin: 30px auto 20px;
	background-color: white;
	padding:30px;
	border-radius: 2px;
	position: relative;
	display: none;
}
.service_comment.active{
	display: block;
}
.service_comment:before{
	content: "";
	position: absolute;
	top: -35px;
	border: 20px solid rgba(0, 0, 0, 0);
	border-bottom: 20px solid white;
}
#counseling_comment:before{
	left: 100px;	
}
#chiropractic_comment:before{
	left: 50%;
  margin-left: -10px;
}
#ticket_comment:before{
	right: 100px;	
}
.form_table{
	width: 700px;
	display: block;
	margin: 0 auto;
}
.form_table td{
	padding:10px;
}
.form_table .key{
	width: 190px;
	vertical-align: middle;
	text-align: right;
	font-size: 110%;
}
.form_table .value{
	width: 510px;
}
.form_table.confirm .key{
	background-color: #E6E4E4;
}
.form_table.confirm .value{
	background-color: white;
	font-size: 120%;
	padding: 20px 10px;
}
.form_table .value > *{
	width: 500px;
}
.commit_button:hover{
	cursor: pointer;
}
.commit_button{
	margin: 20px auto;
	display: block;
	padding: 3px 0px;
	background-color: #3DA030;
	color: #FFF;
	border: 0px;
	font-size: 120%;
	display: inline-block;
	line-height: 40px;
	width: 140px;
	text-align: center;
}
.commit_button.back{
	background-color: silver;
	margin-right: 20px;
}
#price_table{
	width: 500px;
	margin: 0 auto;
	display: block;
}
#price_table td{
	padding: 10px;
	font-size: 120%;
}
#go_google_map{
	margin: 40px auto;
	display:block;
	width:200px;
	text-align:center;
	padding:10px 0px;
	background-color: #3DA030;
	color: #FFF;
	border: 0px;
	font-size:120%;
}
@media (max-width: 768px) {
	.owner_pic{
		width: 150px;
		height: 200px;
	}
	.form_table{
		width: 320px;
		display: block !important;
		margin: 0 auto;
	}
	.form_table td{
		display: block !important;
		width: 100% !important;
		text-align: left !important;
	}
	.form_table td.key{
		padding-bottom: 0px !important;
	}
	.form_table .value > *{
		width: 300px;
	}
	.service_comment:before{
		border: none !important;
	}
	#service_thum > li{
		display: block !important;
		float: none !important;
		width: 100% !important;
		text-align: left !important;
	}
	#service_thum > li img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
	}

	.overlay_text > a{
		bottom:10px !important;
		right:10px !important;
	}

	.news_event_tab{
		position: relative !important;
	}
	#news_event_list_sp > ul > li{
		width: 100%;
		margin-right: 10px;
		padding: 10px;
		display: none;
		overflow-y:hidden;
	}
	.news_event_tab.active{
		display: block !important;
	}
	#news_event_list_sp #update_list{
		height: 300px;
	}
	#sp_update_list_opener{
		position: absolute;
		height: 42px;
		line-height: 42px;
		color: #FFF;
		background-color: rgba(0,0,0,0.5);
		bottom: 10px;
		left: 10px;
		right: 10px;
		text-align: center;
	}
	.swiper-container{
		background-color: black;
		height: 100% !important;
	}
	.swiper-slide{
		width: 100% !important;
		border-right:none !important;
	}
	#news_event_box_sp{
		margin-top: 20px;
	}
	#news_event_box_sp > ul > li{
		float: left;
		width: 33.3%;
	}
	#news_event_box_sp > ul > li:nth-child(3n-1){
		margin:0 0;
	}
	#news_event_box_sp > ul > li > a{
		height: 96px;
		line-height: 96px;
		text-align: center;
		background-color: #7F4F21;
		border-right: 1px solid #FFF;
		color: white;
		display: block;
		width: 100%;
	}
	#news_event_box_sp > ul > li > a.active{
		background-color: #40220F;
	}
	#news_event_box_sp > #news_event_list_sp{
		/*height: 400px;*/
	}
}