@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;
	}
	
	#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;
	}
	
	nav#nav-single {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		background: url(/news/images/bg3.gif) no-repeat 0 0;
		background-size: 100% 100%;
		height: auto;
	}

	nav#nav-single a{
		font-size: 0;
	}

	.nav-previous {
		float: left;
		width: 32%;
	}
	
	#nav-single .nav-previous a {
		background:url(/news/images/btn_prev.gif) no-repeat center 0, #414141;
		background-size: 90px;
	}

	#nav-single .nav-previous a, #nav-single .nav-next a {
		width: 100%;
		height: 30px;
	}
	
	div.backindex {
		float: left;
		position: unset;
		margin-left: 2%;
		width: 32%;
	}
	
	div.backindex a {
		background:url(/news/images/btn_backindex.gif) no-repeat center 0, #414141;
		width: 100%;
		height: 30px;
		background-size: 90px;
	}
	
	.nav-next {
		float: right;
		width: 32%;
	}
	
	#nav-single .nav-next a {
		background:url(/news/images/btn_next.gif) no-repeat center 0, #414141;
		width: 100%;
		height: 30px;
		background-size: 90px;
	}
	
	#nav-single .nav-next a:hover,
	div.backindex a:hover,
	#nav-single .nav-previous a:hover {
		background-position: center -30px;
		background-color: #d65a92;
	}
	
	#main_contents #contents_inner #page_t_news {
	    width: 100%;
	}
	
	span.BarPink {
		width: 100% !important;
		box-sizing:border-box;		
	}
	
	.singular #content, .left-sidebar.singular #content {
		margin: 0 0 0 0;
	}
	
	#main_contents img {
		max-width: 100%;
	}
	
	#main_contents #contents_inner #tel_information {
		background: none;
		width: 100%;
		height: auto;
	}
	
	#main_contents #contents_inner #tel_information a {
		position: static;
	}
	
	
	
	
	
	
	
	
	/*---------------------------*/
	
	iframe.contact_form {
		width: 100% !important;
	}
	
	
	
	
	
	
	
	
	
	
}