@charset "utf-8"; 

@media only screen and (min-width: 600px) {
  
}


@media only screen and (max-width: 600px) {
	
	/*----------------------------*/
	#wrap {
		width: 100%;
		padding-left:10px;
		padding-right:10px;
		box-sizing: border-box;
	}
	h1.page-title {
	    width: 100%;
	}
	#main_contents #contents_inner {
		float: none;
		width: 100%;
	}
	
	#main_contents #SideBar {
		float: none;
		margin: 0 auto;
	}

	#main_contents #contents_inner h2 {
    	width: 100%;
	}
	
	#main_contents #contents_inner h4 {
		box-sizing: border-box;
		width: 100%;
		height: 45px;
		background-size: 100% 100%;
	}
	
	ul#Gnavi {
		display: none;
	}
	
	div#h1coments {
		display: none;
	}
	
	body {
    	padding: 0 0 0 !important;
	}
	
	#bg_head {
		height: auto;
		width: 100%;
		padding: 10px 0;
	}
	
	#totopWrap {
		width: 100%;
	}
	
	#totopWrap a#totop {
    	right: 10px;
	}
	
	
    #footer #carousels {
		width: calc(100% - 114px);
	}
	
	.carousels_container {
    	width: 100%;
	}
	
	#footer #footer_contents {
		width: 100%;
	}
	
	#totopWrap img#pin_img{
		display: none;
	}
	
	#footer #footer_contents .footer_boxs {
		padding: 0 0;
		min-height: auto;
		background: none;
	}
	
	#footer #footer_contents .footer_boxs ul {
		display: none;
	}
	
	.imgbox {
		text-align: center;
		max-width: 100%;
		float: none;
		margin: 0 auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*---------------------------*/
	
	#main_contents #contents_inner #products_example ul.pagination {
		width: 100%;
	}
	
	.slides_container div {
		width: 100% !important;
		display: block;
	}
	
	.slides_container {
    	width: 100%;
	}
	
	#main_contents #contents_inner #products_example .slides_container .daily li .date {
	    width: 44px !important;
	}
	
	#main_contents #contents_inner .event_index .event_boxs {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#main_contents #contents_inner .event_index .event_boxs .EB_main .eventimg {
		background: none;
		position: relative;
		text-align: center;
	}
	
	#main_contents #contents_inner .event_index .event_boxs .EB_head,
	#main_contents #contents_inner .event_index .event_boxs .EB_foot{
		display: none;
	}
	
	#main_contents #contents_inner .event_index .event_boxs .EB_main {
    	border: 1px solid #d1d0cd;
		border-radius: 5px;
	}
	
	#main_contents #contents_inner .event_index .event_boxs .EB_main .eventimg img.comingsoon {
		left: calc(50% - 90px);
	}
	
	#main_contents #contents_inner .event_index .event_boxs .EB_main {
		padding: 15px 10px;
		min-height: auto;
	}
	
	#main_contents #contents_inner #tel_information {
		background: none;
		width: 100%;
		height: auto;
	}
	
	#main_contents #contents_inner #tel_information a {
		position: relative;
		top:0;
		right: 0;
	}
	
	
	#main_contents img {
		max-width: 100%;
	}
	
	a.btn_normal {
		display: block;
		margin: 20px 0 20px;
	}
	
	#main_contents #contents_inner h5 {
		width: 100%;
		background: url(../images/round_head.jpg) no-repeat right 0;
		height: 180px;
		background-size: cover;
	}
	
	.conA_left {
		float: none;
		width: 100%;
	}
	
	span.BarPink {
		width: 100% !important;
		height: 25px;
		line-height: 25px;
		box-sizing: border-box;
		padding: 0 7px;
	}
	
	.round_right {
		float: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}