body{
	background-image: url(../img/_com/bg.jpg);
}
.outer_width{
	width: 100%;
	display: block;
}
.inner_width{
	width: 980px;
}
.inner.top{
	width: 960px;
	padding: 0 20px;
	background-color: white;
}
.black_bar{
	height: 50px;
	line-height: 50px;
	background-color: black;
	color: white;
}
#head_image h1{
	position: absolute;
	bottom:40px;
	left:0px;
}
#head_image h1 img{
	width: 400px;
}
#go_news > img{
	margin-top: 5px;
}

#about_box{
	overflow: hidden;
	margin-top: 30px;
}
#about_box li{	
	float: left;
}
#about_box li:nth-child(even){	
	width: 30%;
}
#about_box li:nth-child(odd){	
	width: 20%;
}
#about_box li > div{
	padding: 0px 30px;
	color: white;
	line-height: 1.4em;
}
#about_box li > div > article{
	margin:20px 0;
}
#about_box li > div > a{
	margin-left:-3px;
}
#about_box li > img{
	width: 100%;	
}
#pic_box{
	margin:50px 0px;
	overflow: hidden;
}
#pic_box li{
	height: 65px;
	background-color: #43A1DC;
	width: 290px;
	float: left;
	margin-right: 25px;
	margin-top: 10px;
}
#pic_box li:nth-child(3n) {
	margin-right: 0px;
}
#pic_box li img{
	text-align: center;
	font-size: 18px;
	width: 290px;
}

#news_wrapper{
	min-height: 200px;
	overflow: hidden;
	color: white;
}
#news_box{
	margin:30px auto 0px;
	line-height: 1.4em;
}
#news_box #news_title{
	font-size: 24px;
	padding-left: 4px;
	margin-bottom: 10px;
}
#news_box > div{
	float: left;
}
#news_box > div:nth-child(1){
	width: 170px;
}
#news_box > div:nth-child(2){
	width: 720px;
}
#news_list > li{
	margin-bottom: 30px;
}
#news_list > li > dt{
	margin-bottom: 5px;
	margin-right: 20px;
	float: left;
}
#news_list > li > dd{
	color: gray;
}
#banner_box_table_wrapper{
	padding: 40px 0px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 50px;
}
#banner_box_table{
}
#banner_box_table,
#banner_box_table table{
	width: 100%;
}
#banner_box_table td{
	text-align: center;
	height: 100%;
	vertical-align: top;
}
#banner_box_table .h100{
	height: 100%;
}
#banner_box_table .sponser_title{
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	color: black;
	padding: 30px 10px 0px;
/*	font-family: 'Helvetica','Arial', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;*/
}
.box{
	float: left;
	width: 50%;
}
.box-border{
	border: 1px solid #c0c0c0;
	overflow: hidden;
	display: block;
	height: 100%;
	margin: 10px;
	vertical-align: middle;
}
.box.b-right{
	border-right: 1px solid silver;
}

#visitgreece img{
	width: 250px;
}
@media (max-width: 768px) {
	#banner_box_table > tbody > tr > td{
		display: block;
	}
	#banner_box_table img.sp_100{
		width: 90%;
	}
	.sponser_title{
		margin: 50px 5px 20px 5px !important;
		padding: 10px 5px !important;
	}
	#banner_box_table_wrapper{
		padding-top: 0px;
	}
}
#banner_box{
	padding: 30px 0;
	width: 917px;
	margin: 40px auto 0;
	overflow: hidden;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#banner_box li{
	float: left;
}

.swiper-container {
	width: 100%;
	/*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:100%;
	height: 300px;
	/*height: 550px;*/
	position: relative;
	/*border-right: 1px solid white;*/
	background-size: cover;
	background-position: center;
}
.swiper-slide > a{
	display: block;
	width:100%;
	height: 100%;
}
.swiper-slide img{
	width: 100%;
}
.swiper-slide .inner{
	height: 100%;
}
#slide_1_text{
	width: 786px;
	height: 85px;
	display: block;
	position: absolute;
	left:100px;
	top: 190px;
}
#slide_2_text{
	width: 740px;
	height: 165px;
	display: block;
	margin: 0 auto;
}
.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(https://www.downtownmelody.com/_x/d3d3LmFpbXMtd29ybGRydW5uaW5nLmpw/_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(https://www.downtownmelody.com/_x/d3d3LmFpbXMtd29ybGRydW5uaW5nLmpw/_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{
	display: block;
	font-size: 13px;
	position: relative;
}
.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%;
}
#notification_area{
	width: 520px;
	display: inline-block;
	float: left;
	margin-right: 30px;
}
#fb_area{
	width: 350px;
	height: 530px;
	display: inline-block;
	float: left;
	margin: 0px 10px;
}
.gray{
	background-color: white;
}
.silver{
	background-color: #f9f9f9;
}
#special{
	width: 960px;
	margin: 0 auto;
	margin-top: -10px;
	text-align: center;
}
.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: 300px;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 400px;	
}
#service_thum > li:last-child{
	margin-right: 0px;
}
#service_thum  li img{
	width: 300px;
}
.news_midashi{
	padding-bottom: 10px;
	font-size: 120%;
	text-decoration: underline;
}
.news_coment{
	padding-bottom: 20px;
	font-size: 120%;
}
h1{
	text-align: left;
	font-size: 22px;
	position: relative;
	line-height: 22px;
	color: #88C745;
}
h2{
	font-size: 20px;
	color: #86C93A;
	line-height: 26px;
}
h3{
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 20px;
}

#area_3{
	margin-top: 40px;
}
#map{
	width:100%;
	height:400px;
}
.go_detail{
	margin-left: 10px;
	border: 1px solid silver;
	border-radius: 3px;
	padding: 4px;
}
.go_detail.news{
	position: absolute;
	top: 31px;
	left: 120px;
}
.go_detail:before{
	content: "＞";
	color: orange;
	padding-right: 5px;
}
.go_detail.news:before{
	color: #02A0E9;	
}
#notification_area li{
	border-top: 1px solid silver;
	padding: 15px;
}
#notification_area li:last-child{
	border-bottom: 1px solid silver;
}
#notification_area li .notification_date{
	margin-right: 20px;
}
div.comment{
	text-align: left;
	margin: 12px;
	line-height: 1.8em;
}
.active{
	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;
}
.service_thum list-style: none{

}
#service_thum li{
	background-color: white;
	padding-top: 10px;
}
#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%;
}
#map_text{
	padding: 20px;
}
#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) {
	.sp_margin{
		padding:0 30px !important;
	}
	.inner.top{
		padding: 0px;
	}
	#about_box{
		margin-top: inherit;
	}
	h1{
		margin-top: 15px;
	}
	#about_box li > div{
		padding: 0px !important;
	}
	#about_box li > div > a{
		margin-left:0px !important;
	}
	.go_detail.news{
    float: right;
    margin-top: 27px;
		position: inherit;
		top:inherit;
		left: inherit;
	}
	#about_box li{
		width: 100% !important;
		float: inherit;
		display: block;
		margin-bottom: 20px;
	}
	#pic_box{
		margin-right: auto;
		margin-left: auto;
	}
	#pic_box li{
		width: 100%;
		height: inherit;
		float: inherit;
		display: block;
	}
	#pic_box li img{
		width: 100%;
	}
	#news_box{
		width: 100%;
		margin:20px auto;
		padding: 0 20px;
	}
	#news_box > div{
		width: inherit !important;
	}
	#news_box > div:nth-child(1){
		margin-bottom: 20px;
	}
	#news_list > li > dt{
		float: inherit;
	}
	#go_news{
		float: right;
		margin-top: -27px;
	}
	#banner_box{
		width: 95%;
		margin: 40px auto 0;
	}
	#banner_box li{
		float: inherit;
    text-align: center;
	  margin-bottom: 20px;
	  width: 100% !important;
	}
	#banner_box li .banner_image img{
		width: 100%;
		padding: 0 10px;
	}
	#notification_area li .notification_date{
		display: block;
	}
	#notification_area{
		width: 100%;
		overflow: hidden;
		display: block;
		float: none;
	}
	#fb_area{
		margin: 30px auto 0px;
		display: block;
		float: none;
		overflow: hidden;
	}
	#map_text{
		padding: 10px;
	}
	#area_3{
		margin-top: 0px;
	}
	.go_detail{
		margin-left: 0px;
		margin-top: 10px;
		display: block;
		float: inherit;
		width: 64px;
	}
	#special{
		width: 100%;
	}
	#slide_1_text{
		width: 70%;
		height: initial;
		right: 10px;
		bottom: 40px !important;
		top: inherit;
		left: inherit;
	}
	#slide_2_text{
		width: 100%;
		height: initial;
	}
	.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;
		margin: 0px;
		height: inherit;
	}
	#service_thum > li img{
    width: 100%;
	}

	.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;
		height: 350px;
	}
	#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;*/
	}
	#head_image > h1{
		width: 100% !important;
		top:-45px;
	}
	#head_image > h1 > img{
		width: 100% !important;
	}

}

#sponser_banner{
	width: 960px;
	height: 470px;
	background-image: url(../img/top/partner/partner.png);
	background-size: 960px;
	background-repeat: no-repeat;
	margin-left: -20px;
	position: relative;
	margin-bottom: 100px;
}
.banner_link{
	position: absolute;
	/* background-color: rgba(1,1,1,0.5); */
}
.banner_link:hover{
	background-color: rgba(255,255,255,0.5);
}
#patron{
	left: 280px;
	top: 44px;
	width: 184px;
	height: 84px;
}


#sports_partner{
	left: 130px;
	width: 203px;
	top: 11px;
	height: 182px;
}
#opap{
	left: 579px;
	width: 233px;
	top: 11px;
	height: 182px;
}
#trinidad{
	left: 647px;
	width: 220px;
	top: 11px;
	height: 182px;
}

#jtb{
	left: 25px;
	width: 153px;
	top: 288px;
	height: 118px;
}
#registration_partner{
	left: 24px;
	width: 312px;
	top: 253px;
	height: 148px;
}
#photo_partner{
	left: 379px;
	width: 276px;
	top: 253px;
	height: 148px;
}
#supporting2{
	left: 680px;
	width: 210px;
	top: 288px;
	height: 118px;
}
#laser{
	left: 638px;
	width: 140px;
	top: 288px;
	height: 118px;
}
#tetsu{
	left: 566px;
	width: 140px;
	top: 288px;
	height: 118px;
}
#medeltime{
	left: 566px;
	width: 140px;
	top: 288px;
	height: 118px;
}
#alwaysadvancing{
	left: 693px;
	width: 223px;
	top: 253px;
	height: 148px;
}
.sponser_box{
	border-radius: 5px;
	border:2px solid silver;
	width: 90%;
	margin:20px auto;
	text-align: center;
	padding:10px 0 20px;
}
.sponser_box a{
	display: block;
}
.sponser_box.patron{
	border-color: #D3AE43;
}
.sponser_box.partner{
	border-color: silver;
}
.sponser_box.supporting{
	border-color: #c2722d;
}
.sponser_banner_title{
	margin-top: 60px;
	margin-bottom: 20px;
}