@charset "UTF-8";

body {
    font-family: sans-serif ;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

table.maintable{
	width: 100%;
	max-width: 850px;
}

.top-line {
    width: 100%;
    max-width: 850px;
	background: #9b5c30;
	margin: 0 auto;
}
.top-line > tbody > tr > td:nth-of-type(1){
	max-width: 520px;
	width: 61.1%;
} 
.top-line > tbody > tr > td:nth-of-type(2){
	max-width: 331px;
	width:38.9%;
} 
.top-line > tbody > tr > td:nth-of-type(2) table{
	max-width: 331px;
	width: 100%;
}

.top-line > tbody > tr > td:nth-of-type(2) table td table td{
	width: 33%;
}


table.maintable{
	max-width: 850px;
	width: 100%;
}

table.maintable img{
	width: 100%;
}

@media screen and (min-width:769px){
#event_list ul li img {
    max-height: 165px;
}
}

table.maintable .topics14 img,table.maintable .item-capsion img{
	width: auto;
}

table.maintable > tbody > tr >td:nth-of-type(1) {
    max-width: 220px;
    width: 25.88%;
    background: #fff;
    vertical-align: top;
}
table.maintable > tbody > tr >td:nth-of-type(2){
    max-width: 630px;
    width: 74.11%;
    padding: 0 5px;
    box-sizing: border-box;
	background: #fff;
	vertical-align: top;
}

#main-contents {
    max-width: 620px;
	width: 100%!important;
	margin-left: 0;
    margin-right: 0;
	box-sizing: border-box;
}

#sidemenu {
    max-width: 220px;
	width: 100%!important;
}
#side_menu_banner {
    max-width: 205px;
    width: 100%!important;
    margin: 0 auto!important;
}
#sidemenu ul li {
    max-width: 220px;
	width: 100%!important;
}
#sidemenu ul {
    float: left;
    width: 100%!important;
}
.sidebn{
	display: block;
}

#info-banner {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.footer-link {
    max-width: 850px;
    width: 100%;
    box-sizing: border-box;
}
.footer-link a{
	text-decoration: none;
}
.footer-link a:hover{
	text-decoration: underline;
}
.footer{
	max-width: 850px;
    width: 100%;
    box-sizing: border-box;
}
address {
    font-size: 12px;
}
.footer address a{
	color: #fff;
}

#main-contents #new_title_info,
#main-contents #new_title_fair,
#main-contents #new_title_room,
#main-contents #new_title_recommend,
#main-contents #new_title_brand,
#main-contents #new_title_shop{
    background-image: url(../images/commom/title_line.jpg);
    background-repeat: repeat-x;
    background-position: right bottom;
}
#main-contents #new_title_info h2 span, #main-contents #new_title_fair h2 span, #main-contents #new_title_room h2 span, #main-contents #new_title_recommend h2 span, #main-contents #new_title_brand h2 span,#main-contents #new_title_shop span {
    text-align: right;
    float: right;
    font-weight: bold;
    margin-top: -4px;
    font-size: 32px;
    color: #fcc491;
}

#sp_g_nav{
	display: none;
}

@media screen and (max-width:768px){
body{
	margin: 0;
}
table.maintable{
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	border: none;
	background: none;
}
	#sp_g_nav{
		display: block;
	}
	.mainbox{
		display: none;
	}
#gnavi {
    display: none;
}
.header03{
	display: none;
}
#header > a,#header > .tel{
	display: none;
}	
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    height: 80px;
}
	
#sp_g_nav {
    display: block;
    z-index: 20;
    width: 100%;
    position: fixed;
	top: 0;
}
	#g_nav{
		display: none;
	}

#sp_g_nav .header_inqbox {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

	.sp_logo img{
		width: 100%;
	}
	.sp_logo {
		/* position: absolute; */
		bottom: 0;
		text-align: left;
		max-width: 230px;
		padding-top: 10px;
		padding-left: 10px;
		margin: 0;
		font-size: 26px;
		font-weight: bold;
	}
.sp_logo a {
    color: #000;
    text-decoration: none;
}
	.sp_logo a span{
		font-size: 14px;
	}
	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}
    .lg_m {
        text-align: right;
        height: 80px;
        /* max-width: 650px; */
        margin: 0 auto;
        background: #fff;
    }
	
.lg_m .menu_box{
		display: flex;
		justify-content: space-between;
}
.lg_m .menu_box.left {
    box-sizing: border-box;
    flex-basis: 85%;
}


	/*メニューの動き*/
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  cursor :pointer;
	}
    .menu-trigger {
        position: relative;
        width: 80px;
        height: 80px;
        z-index: 2;
        background: none;
    }
    .menu-trigger span {
        position: absolute;
        background: #FF6600;
        width: 60px;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 35px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        display: none;
    }
	.menu-trigger span:nth-of-type(3) {
		bottom: 29px;
	}
	.menu-trigger.active span:nth-of-type(1){
	  -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
        background: #323232;
        top: 31px;
	}
	.menu-trigger.active span:nth-of-type(2){
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	  -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
        background: #323232;

	}
	/*メニューの動き END*/

	#sp_g_nav .sp_nav ul {
		background-color: #fff;
		opacity: 0.95;
		display: block;
		padding-top: 90px;
		width: 100%;
		right: 0;
		position: absolute;

		margin: 0;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 0;
	}

	#sp_g_nav .sp_nav > ul {
	padding-bottom: 60px;
	max-height: calc( 100vh - 80px );
	overflow-y: scroll;
	}
	#sp_g_nav .sp_nav ul.dropdown {
		border-top: 1px solid #ccc;
		background: #ffe4c6;
		position: relative;
		padding-top: 5px;
	}
	#sp_g_nav .sp_nav ul.dropdown li a:before {
		top: 10px;
	}
	#sp_g_nav .sp_nav span.plus:before {
		position: absolute;
		content: "＋";
		font-weight: bold;
		width: 30px;
		height: 30px;
		background: none;
		opacity: 1;
		vertical-align: top;
		color: #000;
		font-size: 22px;
		box-sizing: border-box;
		right: 7px;
		top: -2px;
		text-align: center;
		padding-top: 12px;
	}
	#sp_g_nav .sp_nav .li_arrow.active span.plus:before {
		content: "−";
		padding-top: 10px;
	}
	.sp_nav{
	  display: none;
	  position: absolute;
	  top: 0;
	  width: 100%;
    }
    .sp_nav.active{
        display: block;
    }
	#sp_g_nav .sp_nav li {
		text-align: left;
		width: 98%;
		position: relative;
		background: none;
		margin: 0 auto;
		border: none;
		padding: 0;
	}
    #sp_g_nav .sp_nav li a{
        font-size: 1.6rem;
    }
	#sp_g_nav .sp_nav li a {
		display: block;
		padding: 15px 0 15px 35px;
		color: #000;
		max-width: 480px;
		margin: 0 auto;
		box-sizing: border-box;
		text-align: left;
		font-size: 30px;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
    #sp_g_nav .sp_nav li a:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #333;
        position: absolute;
        top: 29px;
        left: 10px;
        margin-top: 0;
    }
    .sp_tel{
        display: none;
    }
	#content {
		margin-top: 80px;
	}
	table.under > tbody > tr > td:first-of-type {
		width: 21%;
		display: none;
	}
	table.under {
		display: block;
		margin: 0 auto;
		max-width: 600px;
	}
	table.under > td{
		display: block;
	}
	table.under > tbody > tr > td:nth-of-type(2) {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	table.under > tbody > tr > td:nth-of-type(3) {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
	.box_right{
		display: flex;
		float: none;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	.box_right a{
		margin: 0 auto;
	}
	#footer li {
		width: 100%;
		text-align: left;
	}
	.box_center img{
		float: none!important;
		text-align: center!important;
		margin: 20px auto!important;
		display: block!important;
	}
	.box_center .customer img {
		margin: 0!important;
	}
	#footer li a {
		position: relative;
		display: block;
		padding: 0 0 0 5px;
	}
	#footer li a:before{
		content: "-";
		left: 0;
		top: 0;
	}


}

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


	h1{
		display: none;
	}
	h1.title16{
		display: block;
	}
	h1 + em{
		display: none;
	}

	.sp_tel {
		display: block;
		position: absolute;
		right: 85px;
		top: 16px;
		margin: 0;
		width: 50px;
	}
	.sp_inq {
		display: block;
		position: absolute;
		right: 145px;
		top: 16px;
		margin: 0;
		width: 50px;
	}
    .menu-trigger span {
        width: 40px;
    }
	#sp_g_nav .sp_nav li a {
		padding: 10px 0 10px 35px;
		max-width: 100%;
		text-align: left;
		font-size: 16px;
		text-decoration: none;
	}
    #sp_g_nav .sp_nav li a:before {
        top: 14px;
    }

}

@media screen and (max-width:600px){
	.menu-trigger.active span:nth-of-type(1) {
		bottom: 45px;
	}
	.menu-trigger.active span:nth-of-type(3) {
		bottom: 12px;
	}
}


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

	table.maintable{
		background: none;
		display: block;
		
	}
	table.maintable img {
		width: auto;
		margin: 0 auto 10px;
		display: block;
		max-width: 100%;
	}
	table.maintable > tbody{
		display: block;
	}
	table.maintable > tbody > tr{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 80px;
	}
	#place + table.maintable > tbody > tr{
		margin-top: 20px;
	}
	
	table.maintable > tbody > tr > td {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	table.maintable > tbody > tr >td:nth-of-type(1){
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		background: #fff;
		height: auto;
		border: none!important;
	}
	table.maintable > tbody > tr >td:nth-of-type(2){
		max-width: 100%;
		width: 100%;
		display: block;
		border: none!important;
	}
	#main-contents {
		max-width: 100%;
		width: 100%!important;
	}
	#main-contents #new_sub-title_sofa,#main-contents #new_sub-title_table,#main-contents #new_sub-title_chair,#main-contents #new_sub-title_beds,#main-contents #new_sub-title_bed {
		background-repeat: no-repeat;
	}
	#sidemenu {
		max-width: 100%;
		width: 100%!important;
		float: none;
	}

	table.maintable .side img.sidettl{
		margin: 0 0 10px;
	}


	#sidemenu > img:nth-of-type(1),#sidemenu > img:nth-of-type(2),#sidemenu > ul:nth-of-type(1),#sidemenu > ul:nth-of-type(2){
		display: none;
	}
	#sidemenu ul {
		float: none;
		width: 100%!important;
		display: flex;
		margin: 0 auto 20px;
		flex-wrap: wrap;
		text-align: center;
		max-width: 600px;
		justify-content: center;
	}
	#sidemenu ul li {
		max-width: 216px;
		width: 49%!important;
	}
	#sidemenu ul + a{
		max-width: 205px;
		margin: 0 auto;
		display: block;
	}


	#main-contents #new_title_info h2 {
		font-size: 20px;
		padding-bottom: 0%;
		padding-top: 15px;
	}
	#main-contents #new_title_fair h2 {
		font-size: 18px;
		padding-top: 15px;
	}
	/*
	#karimoku_desk table tr {
		display: block;
	}
	#karimoku_desk table tr th {
		width: 100%;
		display: block;
		padding: 4px 10px;
		border: none;
	}
	#karimoku_desk table tr td {
		width: 100%;
		display: block;
		border: none;
	}
	*/
	#event_list ul li {
		padding: 0px;
		float: none;
		width: 100%;
		margin-top: 5px;
		margin-right: 0;
		margin-bottom: 20px;
		margin-left: 0;
		background: none;
	}
	#event_list ul li img{
		margin: 0 auto;
		display: block;
	}
	#event_list table {
		float: none;
		width: 100%;
	}
	#main-contents #new_title_room h2 {
		font-size: 20px;
		padding-top: 10px;
	}
	#bottom_ichiran {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 300px;
		text-align: center;
		display: block;
		float: none;
	}
	#bottom_ichiran a {
		background-image: url(../images/commom/bottom_item02.jpg);
		background-size: 100% auto;
	}
	#event ul {
		float: none;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	#event ul .text_left01,#event ul .text_left{
		order: 1;
	}
	#event ul .image_right01,#event ul .image_right{
		order: 0;
	}
	.image_right01,.image_right,
	.image_left01,.image_left{
		float: none!important;
		width: auto;
		max-width: 100%;
	}
	.image_left02{
		float: none!important;
		width: auto;
		max-width: 100%;
	}
	.maintable.top #event ul {
		overflow: inherit;
		display: block;
	}
	#event h4 {
		font-size: 12px;
	}
	.area03 {
		width: 48%;
		
	}
	.top .area03{
		min-height: 320px;
	}
	#main-contents #new_sub-title_sofa h3,
	#main-contents #new_sub-title_table h3,
	#main-contents #new_sub-title_chair h3,
	#main-contents #new_sub-title_beds h3,
	#main-contents #new_sub-title_bed h3
	 {
		padding-top: 10px;
		padding-bottom: 0;
		padding-left: 70px;
	}
	#main-contents #new_sub-title_sofa, #main-contents #new_sub-title_table, #main-contents #new_sub-title_chair, #main-contents #new_sub-title_beds, #main-contents #new_sub-title_bed {
		margin-bottom: 15px;
	}
	#new_title_brand + #event ul {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	#new_title_brand + #event ul .area04 {
		width: 49%;
		margin-right: 0;
		margin-left: 0;
	}
	#new_title_brand + #event ul .area04:nth-child(odd){
		margin-right: 1%;
	}
	#main-contents #new_title_info h2 span, #main-contents #new_title_fair h2 span, #main-contents #new_title_room h2 span, #main-contents #new_title_recommend h2 span, #main-contents #new_title_brand h2 span {
		font-size: 18px;
		margin-top: 3px;
	}

}

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

.area03 {
	width: 48%;
}
.top .area03{
	min-height: 200px;
}
.sp_logo {
    font-size: 22px;
}
.sp_tel {
    right: 70px;
    top: 16px;
    width: 50px;
}
.menu-trigger {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.sp_inq {
    right: 130px;
}
#main-contents #new_title_room h2 {
    font-size: 17px;
    padding-top: 13px;
}
address a{
	color: #fff;
}
}


/* 下層 */
a.splink{
	display: none;
}
h1 {
    max-width: 850px;
    margin: 0 auto;
    padding: 5px 0px;
}

.item-image480 img {
    max-width: 480px;
    width: 100%;
}

#main850 {
    max-width: 850px;
    width: 100%;

}


#main850 > table{
	width:100%;
}
.main630 {
    max-width: 630px;
    width: 74.11%;
    float: none;
}
#area630 {
    max-width: 630px;
	width: 100%;
}
.capsion {
    box-sizing: border-box;
    max-width: 588px;
    margin-right: auto;
    margin-left: auto;
	width: 100%;
}
.title16 + table{
	max-width: 95%;
	background: none;
}
#image {
    max-width: 610px;
    width: 100%;
	margin: 0;
}
#item-area600 h3 {
    box-sizing: border-box;
}
.main {
    max-width: 550px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#main_area {
    width: 96%;
    max-width: 850px;
    float: none;
    text-align: left;
    padding: 15px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    box-sizing: border-box;
}
textarea{
	max-width: 100%;
}
#sidebar {
    float: none;
    max-width: 200px;
    margin: 10px auto;
    padding: 0;
}
#sidebar #container {
    width: 100%;
    float: none;
    padding-left: 0;
}
#event-maruni {
    max-width: 620px;
    width: 100%;
}

#info_banner {
    max-width: 200px;
    width: 100%;
}

#sidebar li {
    font-size: 80%;
    color: #333333;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
}
#sidebar ul.menu li {
    margin-right: 0;
    width: 100%;
    margin: 0;
	background-color: #000;
}
#place {
    float: none;
    max-width: 850px;
	margin-bottom: 0;
}
#info_banner {
    max-width: 200px;
    width: 100%!important;
}
#category_title {
    max-width: 200px;
    width: 100%!important;
}
ul.navi {
   max-width: 200px;
	 width: 100%!important;
}
ul.navi > li div {
    max-width: 200px;
    width: 100%!important;
    box-sizing: border-box;
    border: 1px solid #000;
}
.googlemap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	}
	.googlemap  iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
}

	#mail {
		max-width: 610px;
		width: 100%;
	}
	#title {
		padding-left:3px;
		padding-top: 2px;
		height: auto;
		padding-bottom: 5px;
		background-position: 2px 2px;
	}
	#shop_menu {
		box-sizing: border-box;
	}

@media screen and (max-width:768px){
#item-area600 table {
    width: 100%;
    max-width: 600px;
}
	#main850 {
	border: none;
}
	.main630 {
	border: none;
}
#area630 {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto;
}
.title16 + table{
    background: none;
    width: 100%;
	display: block;
}
.item-image480 {
    height: 360px;
    width: 100%;
    margin-left: 0;
    float: none;
    height: auto;
    margin-bottom: 10px;
}
	.item-image480 img {
    position: relative;
}
	.item-image100 {
    float: none;
    height: auto;
    width: 100%;
    margin-left: 0;
}
	.item-image100 ul {
    display: flex;
		flex-wrap: wrap;
		width: 100%;
		float: none;
}
	.item-image100 ul li {
    width: 19%;
    margin-left: 1%;
}
#main_area {
    border-left: none;
    border-right: none;
}

#sidebar {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
	margin: 0 auto 40px;
}
	.main630 {
    max-width: 98%;
    width: 100%;
    float: none;
    margin: 0 auto;
}
	#event-maruni {
    max-width: 100%;
    width: 100%;
}

	.image_left03 {
    float: none!important;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
}

#karimoku_desk table {
    width: 100%;
    /*border: none;*/
}
#image_showroom {
    float: none;
    width: auto;
    overflow: visible;
}
#karimoku_desk img{
	margin: 0 auto 10px;
	display: block;
}
#karimoku_desk td img{
	margin: 0 auto;
}
#image_showroom #image_showroom img{
	margin: 0 auto;
}
.image_left00{
	float: none;
}
.image_left03{
	float: none;
}
.image_left00 img{
	margin: 0 auto 10px;
	display: block;
}
#main-contents #event-maruni img {
    display: block;
}
.name15 {
	width: 100%;
	float: none;
}
.name16 {
	width: 100%;
	float: none;
}
#place {
    margin-top: 80px;
    height: auto;
    font-size: 12px;
}
#place p{
margin-top: 0px;
}
}
@media screen and (max-width:600px){
	.capsion {
    box-sizing: border-box;
    max-width: 588px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: block;
}
	.capsion > tbody > tr > td,.capsion > tbody > tr > th{
		display: block;
		width: 100%;
	}
	.capsion > tbody > tr > td img,.capsion > tbody > tr > th img{
		width: auto;
		max-width: 100%;
	}
	.f12{
		display: block;
		margin: 0;
	}
	#title {
		height: auto;
	}
}

/*フォーム*/
.formtable{
    max-width: 850px;
    width: 100%;
}
.formtable #main_area {
    width: 96%;
    padding: 15px 0;
    border-left: none;
    margin: 0 auto;
    border-right: none;
    box-sizing: border-box;
}
#form-mailer_pc form #submit_01 p input {
    height: 40px;
    width: 300px;
    background-size: 100% auto;
}
	#form-mailer_pc form p input {
    max-width: 100%;
	
}

#form-mailer_pc form ul .mail_text input[type="checkbox"] {
	width: auto;
}



@media screen and (max-width:768px){
.formtable {
    background: none;
}
#form-mailer_pc form ul .mail_text.name input, #form-mailer_pc form ul .mail_text.name input{
	width: 30%!important;
}
}

@media screen and (max-width:700px){
#form-mailer_pc form ul .mail_text input {
	width: 100%;
}
}

/* itemページ */
#foot {
    max-width: 630px;
    width: 100%!important;
}
#kodawari-line {
    height: auto;
}
#kodawari-line-sub {
    height: auto;
}
#item-area {
    max-width: 620px;
	width: 100%;
}
#ranking_bottom {
    max-width: 370px;
    width: 100%;
}
#karimoku_desk {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:768px){
#foot {
		height: auto;
		background-color: #000;
		max-width: 100%;
}
#foot p {
    font-size: 12px;
    margin-top: 12px;
    margin-left: 26px;
}
#kodawari img{
	margin: 0 auto 10px;
	display: block;
}
#kodawari-text01 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}
#item-area {
    margin: 0 auto;
    float: none;
}
	#topics {
		height: auto;
	}
#topics h2 {
    margin-bottom: 5px;
}
#ranking_area01 {
    padding: 0px;
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
}
#ranking_area01 img{
	margin: 0 auto 5px;
	display: block;
}
#ranking_area02 {
    width: 100%;
	float: none;
}
#ranking_area02 img{
	margin: 0 auto 5px;
	display: block;
}

#karimoku_ranking {
    margin-top: 10px;
    margin-bottom: 10px;
}
#karimoku_ranking h3 img {
    display: inline!important;
}

#form-mailer_pc form #submit_01 p input {
    height: 40px;
    width: 300px;
    background-size: 100% auto;
}
#bottom_contact {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    height: auto;
    display: block;
    float: none;
}
#bottom_contact a {
    background-image: url(../images/commom/bottom_contact.jpg);
    max-width: 300px;
    background-size: 100% auto;
}
#item-area #comment img{
	display: block;
	margin: 0 auto 10px;
	float: none;
}
#ranking_bottom {
    max-width: 370px;
    width: 100%;
    float: none;
	margin: 10px auto 0;
}
#ranking_bottom a {
    background-size: 100% auto;
}
#kodawari-image01 {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#kodawari-image03 {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
}
#kodawari-text03 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
/*#sub-title01 {
    float: none;
}*/
.image_left02 img{
	width: 100%!important;
}
table.maintable.the_first .item-image480 img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
table.maintable.the_first .item-image100 {
    float: none;
    height: auto;
    width: 100%;
    margin-left: 0;
    max-width: 480px;
    margin: 0 auto;
}
/*#item-lineup ul li {
    min-height: 280px;
}*/
}

/* ドマーニ */

#bottom_goods {
    max-width: 453px;
    width: 100%;
}
#event a{
    max-width: 400px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width:768px){
	#bottom_goods {
		margin-right: auto;
		margin-left: auto;
		max-width: 300px;
		float: none;
	}
	#bottom_goods a p {
		width: 300px;
		height: 40px;
	}
	#bottom_goods a {
		background-size: 100% auto;
	}

}

/*フランスベッド*/
.spscroll_txt{
	display: none;
}
@media screen and (max-width:768px){
	ul.navi-life ,#maruni-navi{
		display: none;
	}
.text_right01, .text_left01,
.text_right,.text_left{
    float: none;
    width: 100%;
}
.image_left01,.image_right01,
.image_left,.image_right{
    float: none!important;
    text-align: center;
    margin: 0 auto;
}
#event01 h4 {
    text-align: center;
}

}

@media screen and (max-width:600px){
.spscroll_txt{
	display: block;
	text-align: left!important;
}
.spscroll {
    overflow: auto;
    white-space: nowrap;
	width: 100vw;
}
  
#lifetreatment {
    float: none;
    overflow: hidden;
	width: 100%;
}
#item-zumen {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    max-width: 320px;
}
}

/*ドリームベッド*/
@media screen and (max-width:900px){
#main-visual_francebed {
    display: none;
}
tr.sp_mt0{
	margin-top: 0!important;
}

}

@media screen and (max-width:600px){
	.ruftable .area03 {
		min-height:150px;
	}
	}

	img.spacer,.fuji_table img{
		width: auto!important;
	}



	/*追加調整*/

	img.wauto{
		width: auto!important;
	}

	#sidebar li{
		cursor: pointer;
	}
	#karimoku_ranking h3 img {
		width: auto;
	}
	a img:hover{
		opacity: 0.8;
	}
	.maintable.ordertable table{
		width: 100%;
	}
	table.maintable.abouttable img {
		width: auto;
	}
	.image_right01 {
		float: right!important;
	}
	#title h2 {
		margin-bottom: 8px;
	}
	table.fuji1{
		max-width: 550px;
	}
	table.fuji1 tr td:first-child,table.fuji1 tr td:last-child{
		width: 49%;
	}
	table.fuji1 tr td:nth-child(2){
		width: 2%;
	}

	.sp_block{
		display: none;
	}
	.mb20{
		margin-bottom: 20px!important;
	}
	#shop_guide {
		height: auto;
		width: 100%;
		margin-top: 15px;
		border-top-width: 3px;
		border-top-style: solid;
		border-top-color: #333;
		text-align: center;
	}

@media screen and (max-width:768px){
	.sp_block{
		display: block;
	}
	.pc_block{
		display: none;
	}
	.orenge14 {
		margin: 6px 0;
	}
	.title16 {
		margin: 15px 0px 5px;
	}

	.maintable.privacy .capsion ul, .maintable.sitemap .capsion ul{
		padding-left: 0;
	}
	.maintable.privacy .capsion ul li,.maintable.sitemap .capsion ul li{
		margin-left: 0;
		padding-left: 0;
	}
	/*
	.maintable.abouttable .capsion,.maintable.abouttable .capsion tbody,.maintable.abouttable .capsion tr,.maintable.abouttable .capsion td,.maintable.abouttable .capsion th{
		display: block!important;
	}*/

	#sidebar {
		max-width: 600px;
	}
	#info_banner {
		max-width: 600px;
	}
	ul.navi {
		max-width: 600px;
		display: flex;
		width: 100%!important;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sidebar li {
		font-size: 80%;
		color: #333333;
		margin-top: 2px;
		margin-right: 0;
		margin-bottom: 5px;
		margin-left: 0;
		padding-left: 0;
		max-width: 200px;
		flex-basis: 32%;
	}
	#item-lineup ul li a img {
		width: 100%;
	}
	#karimoku_desk ul {
		width: 100%;
	}

	#form-mailer_pc form ul .mail_text table {
		float: none;
		width: 100%;
		max-width: 360px;
		padding: 0px;
		margin: 0 auto 20px!important;
	}

	#info_banner img {
		margin-right: auto;
		margin-left: auto;
	}
	#category_title {
		max-width: 100%;
		width: 100%!important;
		margin: 20px auto 15px;
		background: #4c4c4c;
		text-align: left;
	}
	#info_banner #category_title img,#category_title img{
		margin-right: 0;
		margin-left: 0;
	}
	#event-info ul li {
		font-size: 12px;
		background-position: bottom left;
		padding-bottom: 10px;
	}
	.image_right01 {
		float: none!important;
	}
	#item-lineup ul {
		display: flex;
	}
	#item-lineup ul li h3 {
		font-size: 13px;
	}
	#event_list ul {
		display: flex;
		flex-wrap: wrap;
		float: none;
	}
	#event_list ul li {
		width: 49%;
		margin-bottom: 5px;
	}
	#event_list ul li:nth-child(odd){
		margin-right: 2%;
	}

	#main_area,.formtable{
		margin-top: 90px;
	}
	#form-mailer_pc form ul .mail_text input {
		font-size: 13px!important;
	}

	#kodawari-image02 {
		float: none;
	}

}

@media screen and (max-width:600px){
	#sidebar {
		max-width: 200px;
	}
ul.navi {
    max-width: 200px;
    display: block;
    width: 100%!important;
}
#item-list ul li {
    width: 48%;
    border-left: none;
}
#item-list ul li:nth-child(even){
	border-left: dotted 1px #ccc;
}
#event_comment {
    float: none;
    width: 100%;
}
#event_image {
    margin: 0 auto;
}

#new_title_fair + #event_list ul,
#new_title_room + #event_list ul,
#event_list.event_list2 ul{
	display: block;
}
#new_title_fair + #event_list ul li,
#new_title_room + #event_list ul li,
#event_list.event_list2 ul li{
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0!important;
}

.shirakawa_table,.shirakawa_table table,.shirakawa_table tr,.shirakawa_table tbody,
.shirakawa_table th,.shirakawa_table td,
table.bar,table.bar tr,table.bar tbody,
table.bar th,table.bar td{
	display: block!important;
	width: 100%!important;
}
.shirakawa_table th,.shirakawa_table td,
table.bar th,table.bar td{
	width: 100%;
	box-sizing: border-box;
}
table.bar td{
	padding: 10px 0;
}

.answer13 {
    font-size: 13px;
}
.fuji_table .spacer{
	display: none!important;
}



}

.bold{
	font-weight: bold!important;
}