@charset "utf-8";
/* CSS Document */

body {
	background-color:#EEE8EB;
}


div#wrap {
	margin:0 auto;
	position:relative;
	}

/*header*/	   
header {
	position:fixed;
	top:0;
	z-index:10;
	width:100%;
	height:60px;
	background: #f0831f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0831f 56%, #ce6300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,#f0831f), color-stop(100%,#ce6300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0831f 56%,#ce6300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0831f 56%,#ce6300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0831f 56%,#ce6300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0831f 56%,#ce6300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0831f', endColorstr='#ce6300',GradientType=0 ); /* IE6-9 */
}

div#logo {
	width:75%;
	height:60px;
	margin:10px 0 0 10px;
	float:left;
}

div#logo a {
	width:75%;
	height:60px;
	background-image:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/logo_sd.png);
	background-size:100%;
	background-repeat:no-repeat;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
	}
	   
div#description {
	display:none;
	}

div#description h1 {
	font-size:13px;
	font-weight:normal;
	color:#999;
	}
	   
div#primary {
	display:none
		}
		 
div#primary li {
	display:none;
	}
	

/*navigation*/
nav {
	width:100%;
	font-size:16px;
	font-weight:bold;
}

nav#modal h1 {
	display:block;
}

nav#modal p {
	display:block;
}

/*page slide*/
#modal { display: none; }

#modal ul li a{
    display:block;
}

#modal a {
	color:#FFFFFF;
}

/*accordion*/
ul.navi {
	position:relative;
	width:100%;
	margin:0 auto;
}

ul.navi ul li a{
    padding:10px 0;
}

.category {
	color:#FFFFFF;
	height:50px;
	background: #f0831f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0831f 0%, #cf7118 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0831f), color-stop(100%,#cf7118)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0831f 0%,#cf7118 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0831f', endColorstr='#cf7118',GradientType=0 ); /* IE6-9 */
	margin: 0;
	padding: 0 20px;
	line-height:50px;
	cursor:pointer;
	position:relative;
}

.category:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon.png);
	position:absolute;
	top:6px;
	right:22px;
	}

.drop:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon_07.png);
	position:absolute;
	top:6px;
	right:20px;
	}

ul.menu li{
	background: #fcefd9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcefd9 0%, #feeac7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcefd9), color-stop(100%,#feeac7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcefd9 0%,#feeac7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcefd9 0%,#feeac7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcefd9 0%,#feeac7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcefd9 0%,#feeac7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcefd9', endColorstr='#feeac7',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	padding: 0 20px;
}

#modal ul.menu li a{
	color:#F0831F;
	line-height:25px;
	display:block;
	margin-left:0;
	text-decoration:none;
	cursor:pointer;	
}

ul.menu li a:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon.png);
	float:right;
}

.close{
    background: #efefef; /* Old browsers */
	background: #f0831f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0831f 0%, #cf7118 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0831f), color-stop(100%,#cf7118)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0831f 0%,#cf7118 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0831f', endColorstr='#cf7118',GradientType=0 ); /* IE6-9 */
    border-radius:3px;
	width:70px;
	height:34px;
	padding:10px  0 0 0;
	font-size:16px;
	font-weight:bold;
	float:right;
	margin-top:10px;
	text-align:center;
}
 
.open{
    padding:8px 0 0 0;
    float:right;
    margin:10px 0 0 0;
	background: #efefef; /* Old browsers */
	background: #f0831f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0831f 0%, #cf7118 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0831f), color-stop(100%,#cf7118)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0831f 0%,#cf7118 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0831f', endColorstr='#cf7118',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0 2px 2px #C3562F;
    -moz-shadow: inset 0 0 2px 2px #C3562F;
    box-shadow: inset 0 0 2px 2px #C3562F;
    border-radius:3px;
	width:62px;
	height:32px;
	text-align:center;	
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:0;
	right:10px;
}

#open_btn a{
	color: #FFFFFF;
	text-decoration: none;
}

/*carousel*/
div#carousel {
	display:none;
}

div#main_image {
	margin:60px auto 0 auto;
	}

/*contents*/
div#contents {
	margin:0 20px 20px 20px;
}

div#contents_left {
}

div#contents_right {
	display:none
}

.left {
}

.right {
}

div#for_sd {
	text-align:center;
	margin:20px 0;
	font-weight:bold;
}

div#for_sd_2 {
	text-align:center;
	margin:20px 0;
	font-weight:bold;
}

div#for_pc {
	display:none;
}

a#foot_inquiry {
	width:40%;
	border:2px #F0831F solid;
	border-radius:3px;
	background-color:#FFFFFF;
	color:#F0831F;
	float:left;
	padding:10px 0;
}

a#foot_pagetop {
	width:40%;
	border:2px #F0831F solid;
	border-radius:3px;
	background-color:#FFFFFF;
	color:#F0831F;
	float:right;
	padding:10px 0;
	text-align:center;
}

a#foot_news {
	width:40%;
	border:2px #F0831F solid;
	border-radius:3px;
	background-color:#FFFFFF;
	color:#F0831F;
	float:left;
	padding:10px 0;
}

a#foot_blog {
	width:40%;
	border:2px #F0831F solid;
	border-radius:3px;
	background-color:#FFFFFF;
	color:#F0831F;
	float:right;
	padding:10px 0;
	text-align:center;
}

/*footer*/
footer {
	width:100%;
	padding: 0;
}

div#footer_inner {
	padding:0 10px;
	margin:0 auto;
	text-align:center;
}

ul.footer_navi01 {
	line-height:40px;
	margin-bottom:15px;
	font-size:16px;
}

ul.footer_navi01 li {
	display:inline;
}

ul.footer_navi01 li:after {
	content:" | ";
}

ul.footer_navi02 {
	display:none;
}

ul.footer_navi03 {
	line-height:40px;
	margin-bottom:20px;
	font-size:16px;
}

ul.footer_navi03 li {
	display:inline;
}

ul.footer_navi03 li:after {
	content:" | ";
}

address {
	font-style:normal;
	text-align:center;
}

footer>p {
	text-align:center;
	padding: 10px 0;
	color:#FFFFFF;
	background: #f0831f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0831f 0%, #cf7118 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0831f), color-stop(100%,#cf7118)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0831f 0%,#cf7118 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0831f', endColorstr='#cf7118',GradientType=0 ); /* IE6-9 */
}

div#footer_inner h1 {
	font-size:20px;
}

div#footer_inner div.right {
	border-top:1px #999999 solid;
	padding:20px 0;
}

/*top*/
div#discount {
	display:none;
}

div#discount_sd {
	margin:10px auto;
	background-color:#FFFFFF;
	border-radius:3px;
	padding:10px 10px 6px 10px;
	-webkit-box-shadow: 2px 2px 2px 2px #93908F;
   	-moz-shadow: 2px 2px2px 2px #93908F;
   	box-shadow:2px 2px 2px 2px #93908F;
}

div#inquiry {
	display:none;
}

div#inquiry_sd {
	width:90%;
	height:35px;
	margin:10px auto;
	background: #f0831f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0831f 0%, #cf7118 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0831f), color-stop(100%,#cf7118)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0831f 0%,#cf7118 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0831f 0%,#cf7118 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0831f', endColorstr='#cf7118',GradientType=0 ); /* IE6-9 */
    border-radius:3px;
	text-align:center;
	padding-top:15px;
}

section.top {
}

section.about {
	display:none;
}

section.area {
	display:none;
}

div.plan_top {
	margin-top:10px;
	background-color:#FFFFFF;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	-webkit-box-shadow: 2px 2px 2px 2px #93908F;
   	-moz-shadow: 2px 2px2px 2px #93908F;
   	box-shadow:2px 2px 2px 2px #93908F;
}

div.plan_top img {
display:none;
}
div.plan_top h1 {
	font-size:20px;
	border-left:5px #f0831f solid;
	padding-left:10px;
	margin-bottom:5px;
	font-weight:bold;
}

ul.plan {
	margin-bottom:20px;
}

ul.plan p {
	display:none;
}

li#basic h2 {
	height:40px;
	background: #9ebf24; /* Old browsers */
	background: -moz-linear-gradient(top,  #9ebf24 0%, #64ae36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ebf24), color-stop(100%,#64ae36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9ebf24 0%,#64ae36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9ebf24 0%,#64ae36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9ebf24 0%,#64ae36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9ebf24 0%,#64ae36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ebf24', endColorstr='#64ae36',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#FFFFFF;
	margin:10px 0 5px 0;
	padding:10px 0 0 10px;
	position:relative;
}

li#basic h2:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon_01.png);
	position:absolute;
	top:13px;
	right:15px;
	}
	
li#self h2 {
	height:40px;
	background: #f3a9c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3a9c9 1%, #ea66a1 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f3a9c9), color-stop(56%,#ea66a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3a9c9 1%,#ea66a1 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3a9c9 1%,#ea66a1 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3a9c9 1%,#ea66a1 56%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3a9c9 1%,#ea66a1 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a9c9', endColorstr='#ea66a1',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#FFFFFF;
	margin:10px 0 5px 0;
	padding:10px 0 0 10px;
	position:relative;
}

li#self h2:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon_02.png);
	position:absolute;
	top:13px;
	right:15px;
	}

li#new h2 {
	height:40px;
	background: #b4e0f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4e0f8 1%, #00acec 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b4e0f8), color-stop(56%,#00acec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4e0f8 1%,#00acec 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4e0f8 1%,#00acec 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4e0f8 1%,#00acec 56%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4e0f8 1%,#00acec 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e0f8', endColorstr='#00acec',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#FFFFFF;
	margin:10px 0 5px 0;
	padding:10px 0 0 10px;
	position:relative;
}

li#new h2:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon_03.png);
	position:absolute;
	top:13px;
	right:15px;
	}

li#single h2 {
	height:40px;
	background: #0079c1; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079c1 1%, #2c58a7 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0079c1), color-stop(56%,#2c58a7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0079c1 1%,#2c58a7 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0079c1 1%,#2c58a7 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0079c1 1%,#2c58a7 56%); /* IE10+ */
	background: linear-gradient(to bottom,  #0079c1 1%,#2c58a7 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#2c58a7',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#FFFFFF;
	margin:10px 0 5px 0;
	padding:10px 0 0 10px;
	position:relative;
}

li#single h2:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon_04.png);
	position:absolute;
	top:13px;
	right:15px;
	}

li#business h2 {
	height:40px;
	background: #aa98c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #aa98c8 1%, #6f3590 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aa98c8), color-stop(56%,#6f3590)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* IE10+ */
	background: linear-gradient(to bottom,  #aa98c8 1%,#6f3590 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa98c8', endColorstr='#6f3590',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#FFFFFF;
	margin:10px 0 5px 0;
	padding:10px 0 0 10px;
	position:relative;
}

li#business h2:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon_05.png);
	position:absolute;
	top:13px;
	right:15px;
	}

li#furniture h2 {
	height:40px;
	background: #aa98c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #aa98c8 1%, #6f3590 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aa98c8), color-stop(56%,#6f3590)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* IE10+ */
	background: linear-gradient(to bottom,  #aa98c8 1%,#6f3590 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa98c8', endColorstr='#6f3590',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#FFFFFF;
	margin:10px 0 5px 0;
	padding:10px 0 0 10px;
	position:relative;
}

li#furniture h2:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon_05.png);
	position:absolute;
	top:13px;
	right:15px;
	}
	
li#ware_house h2 {
	height:40px;
	background: #aa98c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #aa98c8 1%, #6f3590 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aa98c8), color-stop(56%,#6f3590)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aa98c8 1%,#6f3590 56%); /* IE10+ */
	background: linear-gradient(to bottom,  #aa98c8 1%,#6f3590 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa98c8', endColorstr='#6f3590',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#FFFFFF;
	margin:10px 0 5px 0;
	padding:10px 0 0 10px;
	position:relative;
}

li#ware_house h2:after {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/menu_icon_05.png);
	position:absolute;
	top:13px;
	right:15px;
	}

#news {
	display:none;
}



/*20130301ここから*/

/***sub 共通***/

div#to_inquiry {
	display:none;
}

span.red {
	color:#990033;
}

/***option***/
section#option_section {
	width:100%;
}

section#option_section h2 {
	width:100%;
	border-bottom:1px #666666 dotted;
	margin-bottom:10px;
}

div#option_inner p {
	width:100%;
	float:left;
}

div#option_inner img {
	display:none;
}

div.option_line {
	width:100%;
	margin:10px 0;
}

div.option_box {
	width:100%;
	float:left;
	margin-bottom:10px;
}

/***option_forcheck***/
section#option_for_check_section h2 {
	width:690px;
	height:40px;
	text-indent:-9999px;
	display:block;
	background:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/option_h2_01.png) no-repeat;
	margin-bottom:10px;
}


/***useful***/
section#useful {
	display:none;
}

/***basic*****/

.basic_h1 {
	display:none;
}

section#basic_section h2 {
	width:100%;
	height:30px;
	border:2px #69A343 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#69A343;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#basic_section img {
	display:none;
}

section#basic_section article {
	width:100%;
	margin:20px auto 30px auto;
}

h3#basic_01 {
	width:100%;
	background-color:#69A343;
	color:#ffffff;
	padding:3px 0;
}

h3#basic_02 {
	width:100%;
	background-color:#69A343;
	color:#ffffff;
	padding:3px 0;
}

h3#basic_03 {
	width:100%;
	background-color:#69A343;
	color:#ffffff;
	padding:3px 0;
}

section#basic_section h4 {
	width:72px;
	height:17px;
	text-indent:-9999px;
	display:block;
	background:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/basic_charge.png) no-repeat;
	margin-top:15px;
	margin-bottom:10px;
}

div.charge {
	margin-left:3px;
	font-weight:bold;
}

p.lih {
	width:135px;
	height:25px;
	border:1px #999999 solid;
	background:#EFEFF0;
	text-align:center;
	padding-top:5px;
	float:left;
}

p.lid {
	width:135px;
	height:25px;
	border:1px #999999 solid;
	background:#ffffff;
	text-align:center;
	padding-top:5px;
	float:left;
}

/***self*****/

.self_h1 {
	display:none;
}

section#self_section h2 {
	width:100%;
	height:30px;
	border:2px #D86099 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D86099;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#self_section img {
	display:none;
}

section#self_section article {
	width:100%;
	margin:20px auto 30px auto;
}

h3#self_01 {
	width:100%;
	background-color:#D86099;
	color:#ffffff;
	padding:3px 0;
}

h3#self_02 {
	width:100%;
	background-color:#D86099;
	color:#ffffff;
	padding:3px 0;
}

h3#self_03 {
	width:100%;
	background-color:#D86099;
	color:#ffffff;
	padding:3px 0;
}

h3#self_04 {
	width:100%;
	background-color:#D86099;
	color:#ffffff;
	padding:3px 0;
}

/** revision 20231016 */
h3#self_05 {
	width:100%;
	background-color:#D86099;
	color:#ffffff;
	padding:3px 0;
}


section#self_section h4 {
	width:72px;
	height:17px;
	text-indent:-9999px;
	display:block;
	background:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/self_charge.png) no-repeat;
	margin-top:15px;
	margin-bottom:10px;
}

#self_section div.charge {
	float:left;
	margin-left:3px;
	font-weight:bold;
}

#self_section div.charge_side {
	float:left;
	margin-left:3px;
	font-weight:bold;
}

#self_section p.pink {
	color:#D16298;
	font-weight:bold;
	float:left;
	margin-top:10px;
}


/***new*****/

.new_h1 {
	display:none;
}

section#new_section h2 {
	width:100%;
	height:30px;
	border:2px #4EB7D8 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#4EB7D8;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#new_section img {
	display:none;
}

section#new_section article {
	width:100%;
	margin:20px auto 30px auto;
}

h3#new_01 {
	width:100%;
	background-color:#4EB7D8;
	color:#ffffff;
	padding:3px 0;
}

h3#new_02 {
	width:100%;
	background-color:#4EB7D8;
	color:#ffffff;
	padding:3px 0;
}

section#new_section_gallery {
	display:none;
}


/***single*****/

.single_h1 {
	display:none;
}

section#single_section h2 {
	width:100%;
	height:30px;
	border:2px #213A89 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#213A89;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#single_section img {
	display:none;
}

section#single_section article {
	width:100%;
	margin:20px auto 30px auto;
}

section#single_section article p.single_text {
	width:100%;
	margin:10px auto;
	color:#1B3689;
	font-weight:bold;
}

h3#single_01 {
	width:100%;
	background-color:#213A89;
	color:#ffffff;
	padding:3px 0;
}

section#single_section h4 {
	width:80px;
	height:18px;
	text-indent:-9999px;
	display:block;
	background:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/single_charge.png) no-repeat;
	margin-bottom:10px;
}

table.single_table {
	width:100%;
}

table.single_table th {
	width:50%;
	background-color:#ACBEE2;
	border:1px #999999 solid;
	padding:3px;
	text-align:center;
	color:#ffffff;
}

table.single_table td.td01 {
	width:50%;
	background-color:#ffffff;
	border:1px #999999 solid;
	padding:3px;
	text-align:center;
}

table.single_table td.td02 {
	width:50%;
	background-color:#EFEFF0;
	border:1px #999999 solid;
	padding:3px;
	text-align:center;
}

/***office*****/

.office_h1 {
	display:none;
}

section#office_section h2 {
	width:100%;
	height:30px;
	border:2px #542A70 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#office_section img {
	display:none;
}

p.sd_office_title {
	color:#542A70;
	font-size:15px;
	font-weight:bold;
}

section#office_section article {
	width:100%;
	margin:20px auto 30px auto;
}

h3#office_01 {
	width:100%;
	background-color:#542A70;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#office_02 {
	width:100%;
	background-color:#542A70;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

.office_box {
	width:100%;
	margin:10px 0 0 0;
}

.margin_non {
	margin:10px 0;
}

h4#h4_01 {
	width:100%;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;

}

h4#h4_02 {
	width:100%;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}

h4#h4_03 {
	width:100%;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}

h4#h4_04 {
	width:100%;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}

h4#h4_05 {
	width:100%;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}

p.point {
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	border-bottom:1px #666666 dotted;
}
.tel_and_inquiry {
    display: none;
}
/***advice*****/

.advice_h1 {
	display:none;
}

section#advice_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#advice_section article {
	width:100%;
	margin:20px auto 30px auto;
}

section#advice_section_02 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

h3#advice_01 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_02 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_03 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_04 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_05 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_06 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_07 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_08 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_09 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_10 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_11 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_12 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#advice_13 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

#advice_section ul {
	list-style:disc;
	padding-left:20px;
}

.advice_inner {
	width:100%;
	margin:20px auto;
}

.advice_inner ul {
	list-style:disc;
	padding-left:20px;
}

.advice_box_left {
	width:100%;
}

.advice_box_right {
	width:100%;
}

span.green {
	color:#75AA22;
	font-weight:bold;
}

/***check*****/

.check_h1 {
	display:none;
}

section#check_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#check_section h2>img {
	display:none;
}

section#check_section h3,p {
	font-size:14px;
}

section#check_section ul {
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}

section#check_section li {
	padding-bottom:5px;
}

section#check_section li p{
	padding-left:20px;
}

section#check_section_02 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#check_section_02 h2>img {
	display:none;
}

section#check_section_02 h3,p {
	font-size:14px;
}

section#check_section_02 ul {
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}

section#check_section_02 li {
	padding-bottom:5px;
}

section#check_section_02 li p{
	padding-left:20px;
}

section#check_section_03 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#check_section_03 h2>img {
	display:none;
}

section#check_section_03 h3,p {
	font-size:14px;
}

section#check_section_03 ul {
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}

section#check_section_03 li {
	padding-bottom:5px;
}

section#check_section_03 li p{
	padding-left:20px;
}

section#check_section_04 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#check_section_04 h2>img {
	display:none;
}

section#check_section_04 h3,p {
	font-size:14px;
}

section#check_section_04 ul {
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}

section#check_section_04 li {
	padding-bottom:5px;
}

section#check_section_04 li p{
	padding-left:20px;
}

/***qa*****/

.qa_h1 {
	display:none;
}

section#qa_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#qa_section_02 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#qa_section_03 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

#qa_section dl {
	width:100%;
	margin:0 auto 20px auto;
}

#qa_section dt {
	margin-bottom:10px;
	font-weight:bold;
}

#qa_section dd {
	padding-bottom:10px;
	border-bottom:1px #666666 dotted;
	margin-bottom:10px;
}

#qa_section_02 dl {
	width:100%;
	margin:0 auto 20px auto;
}

#qa_section_02 dt {
	margin-bottom:10px;
	font-weight:bold;
}

#qa_section_02 dd {
	padding-bottom:10px;
	border-bottom:1px #666666 dotted;
	margin-bottom:10px;
}

#qa_section_03 dl {
	width:100%;
	margin:0 auto 20px auto;
}

#qa_section_03 dt {
	margin-bottom:10px;
	font-weight:bold;
}

#qa_section_03 dd {
	padding-bottom:10px;
	border-bottom:1px #666666 dotted;
	margin-bottom:10px;
}


#qa_section dt:before {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/qa_01.png);
}

#qa_section dd {
	padding-left:30px;
}

#qa_section dd:before {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/qa_02.png);
}

#qa_section_02 dt:before {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/qa_01.png);
}

#qa_section_02 dd {
	padding-left:30px;
}

#qa_section_02 dd:before {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/qa_02.png);
}

#qa_section_03 dt:before {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/qa_01.png);
}

#qa_section_03 dd {
	padding-left:30px;
}

#qa_section_03 dd:before {
	content:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/qa_02.png);
}

/***compnay*****/

.company_h1 {
	display:none;
}

section#company_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#company_section_02 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

#company_table {
	width:100%;
	margin:0 auto 20px auto;
	font-size:13px;
}

#company_table th {
	width:20%;
	padding:5px;
	background-color:#FEEAC7;
	border:1px #999999 solid;
}

#company_table td {
	width:80%;
	padding:5px;
	background-color:#ffffff;
	border:1px #999999 solid;
}

#company_table_02 {
	width:100%;
	margin:0 auto 20px auto;
	font-size:13px;
}

#company_table_02 th {
	width:20%;
	padding:5px;
	background-color:#FEEAC7;
	border:1px #999999 solid;
}

#company_table_02 td.td_month {
	width:15%;
	padding:5px;
	background-color:#FEEAC7;
	border:1px #999999 solid;
	text-align:center;
	font-weight:bold;
}

#company_table_02 td {
	width:65%;
	padding:5px;
	background-color:#ffffff;
	border:1px #999999 solid;
}

/***present*****/

.present_h1 {
	display:none;
}

section#present_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

p#present_text {
	font-weight:bold;
	text-align:left;
}

section#present_section_02 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#present_section_03 h2 {
	width:690px;
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

div.present_inner {
	width:100%;
	margin:0 auto;
	text-align:center;
}

div.present_left {
	border:1px #D37120 solid;
	width:100%;
	text-align:center;
	margin-top:20px;
}

div.present_left p {
	text-align:left;
}

div.present_right {
	border:1px #D37120 solid;
	width:100%;
	text-align:center;
	margin-top:20px;
}

div.present_right p {
	text-align:left;
}

div.present_left h3 {
	width:100%;
	margin:10px 0;
	color:#D6701D;
}

div.present_right h3 {
	width:100%;
	margin:10px 0;
	color:#D6701D;
}

p.present_size {
	width:100%;
	height:20px;
	padding:5px 0;
	background-color:#D6701D;
	color:#ffffff;
	font-weight:bold;
}

p.present_caution {
	color:#990033;
	margin:10px 0 20px 0;
	font-size:13px;
}

p.present_discount {
	width:90%;
	background-color:#990033;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	margin:10px auto;
}

p.present_sd_text {
	text-align:left;
}

p.present_discount_02 {
	width:90%;
	background-color:#990033;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	margin:10px auto;
}
	
img.ticket {
	display:none;
}

img.ticket_for_sd {
	margin:10px auto;
}
	
	
/***employment*****/

.employment_h1 {
	display:none;
}

section#employment_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#employment_section p {
	width:650px;
	margin:0 auto 20px auto;
}

section#employment_section_02 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#employment_section_03 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

div.employment_inner {
	width:100%;
	margin:0 auto;
	font-size:13px;
}

div.employment_inner img {
	display:none;
}

div.employment_inner p {
	width:100%;
}

div.employment_inner p.last {
	width:100%;
}

p.sd_employment_title {
	color:#D37120;
	font-size:15px;
	font-weight:bold;
}
	
	
/***bike*****/

.bike_h1 {
	display:none;
}

section#bike_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:13px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#bike_section ul {
	width:100%;
	float:left;
	list-style:disc;
	list-style-position:inside;
}

section#bike_section img.bike_img {
	display:none;
}

div.bike_inner {
	width:100%;
	margin:0 auto;
}

h4#bike_bike {
	width:185px;
	height:17px;
	display:block;
	text-indent:-9999px;
	background:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/bike_charge.png) no-repeat;
	margin:20px 0 10px 0;
}	
	
table.bike_table {
	width:100%;
	font-weight:bold;
}

table.bike_table th {
	width:50%;
	background-color:#DD7826;
	border:1px #999999 solid;
	padding:3px;
	text-align:center;
	color:#ffffff;
}

table.bike_table td.td01 {
	width:50&;
	background-color:#ffffff;
	border:1px #999999 solid;
	padding:3px;
	text-align:center;
}

table.bike_table td.td02 {
	width:50%;
	background-color:#EFEFF0;
	border:1px #999999 solid;
	padding:3px;
	text-align:center;
}

p.bike_caution {
	color:#DD7826;
	font-size:13px;
}

h4#bike_hand {
	width:223px;
	height:17px;
	display:block;
	text-indent:-9999px;
	background:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/bike_charge_02.png) no-repeat;
	margin:20px 0 10px 0;
}	

div.bike_right {
	float:left;
	width:100%;
}

.bike_tel {
		margin:30px auto 20px auto;
}



	
/***bee*****/

.bee_h1 {
	display:none;
}

section#bee_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

div.bee_inner {
	width:100%;
	margin:20px auto;
	text-align:center;
}

div.bee_left {
	width:100%;
	text-align:left;
}

div.bee_inner img {
}

h3#bee_h3_01 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#bee_h3_02 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#bee_h3_03 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

h3#bee_h3_04 {
	width:100%;
	background-color:#D37120;
	color:#ffffff;
	padding:3px 0;
	font-size:15px;
}

/***furniture***/ /* ▼ 2025.1 changed */
.furniture_h1 {
	display: block;
	padding-top: 50px;
}

.furniture_h1 h1 {
	width: 230px;
	height: 75px;
	text-indent: -9999px;
	display: block;
	background: url(http://www.today-newsjp.info/wp-content/themes/torakichi/images/furniture_h1_01_202411.png) no-repeat;
	float: left;
	border-right: 1px #F0831F solid;
	margin-bottom: 20px;
}

.furniture_h1 div {
	float: right;
}

.furniture_h1 figure.pairtora_banner {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.furniture_h1 figure.pairtora_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.furniture_h1 figure.pairtora_banner+p {
	margin-bottom: 10px;
}

.p_pairtora:first-of-type img {
	object-fit: contain;
	float: right;
	margin-left: 1vw;
}

div.pairtora_ex_lists {
	display: flex;
	flex-direction: column;
	gap: 3vw;
	float: none;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

div.pairtora_ex_lists li:first-of-type {
	font-size: 16px;
	font-weight: 700;
}

div.pairtora_ex_lists li:not(:first-of-type) {
	list-style: disc;
	list-style-position: inside;
}

.pairtora_ex {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #f0831f;
	padding-top: 20px;
}

.pairtora_examples {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	gap: 1vw;
}

.pairtora_examples li {
	background: #f4f4f4;
}

.pairtora_examples li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pairtora_examples li:nth-of-type(5) img,
.pairtora_examples li:nth-of-type(6) img {
	object-fit: cover;
}

/* ======= ▼ 2025.01 added for swiper  ======= */
.furniture_h1 div.swiper,
.furniture_h1 div.swiper div {
	float: none;
	width: auto;
	height: auto;
	aspect-ratio: 3 / 1;
}

.furniture_h1 div.swiper .swiper-slide {
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.furniture_h1 div.swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.furniture_h1 div.swiper .swiper-button-prev, 
.furniture_h1 div.swiper .swiper-button-next {
	color: #f0831f;
	width: 30px;
	height: 30px;
}

.furniture_h1 div.swiper .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 0px);
}

.furniture_h1 div.swiper .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 0px);
}

.furniture_h1 div.swiper .swiper-button-prev::after, 
.furniture_h1 div.swiper .swiper-button-next::after {
	font-size: 25px;
	font-weight: bolder;
}
/* ======= ▲ 2025.01 added for swiper  ======= */

/***furniture***/ /* ▲ 2025.1 changed */

section#furniture_section {
	margin-bottom:20px;
}

section#furniture_section_02 {
	margin-bottom:20px;
}


section#furniture_section_03 {
	margin-bottom:20px;
}


section#furniture_section_04 {
	margin-bottom:20px;
}


section#furniture_section h2 {
	width:100%;
	height:30px;
	border:2px #542A70 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#furniture_section_02 h2 {
	width:100%;
	height:30px;
	border:2px #542A70 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#furniture_section_03 h2 {
	width:100%;
	height:30px;
	border:2px #542A70 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}
section#furniture_section_04 h2 {
	width:100%;
	height:30px;
	border:2px #542A70 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#542A70;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}
div.furniture_inner {
	width:100%;
	margin:0 auto;
}

p.furniture_left {
	width:100%;
}

p.furniture_left_02 {
	width:100%;
}

div.furniture_inner img {
	display:none;
}

section#furniture_section_02 ul {
	width:100%;
	margin:0 auto;
	list-style:disc inside;
}

section#furniture_section_04 img {
	margin:20px 15px 40px 0;
}

.sd_furniture_text {
	list-style:disc inside;
}

/***warehouse***/
.warehouse_h1 {
	display:none;
}

section#warehouse_section {
	margin-bottom:20px;
}

section#warehouse_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#warehouse_section_gallery {
	display:none;
}


/***group***/
.group_h1 {
	display:none;
}

section#group_section {
	margin-bottom:20px;
}

section#group_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#group_section ul {
	width:100%;
	margin:20px auto;
}

section#group_section li {
	border-bottom:1px #666666 dotted;
	padding-bottom:10px;
	margin-bottom:20px;
}	

section#group_section h3 {
	font-size:15px;
	font-weight:bold;
}

section#group_section p {
	padding-left:30px;
}

/***privacy***/
.privacy_h1 {
	display:none;
}

section#privacy_section {
	margin-bottom:20px;
}

section#privacy_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}


section#privacy_section ul {
	width:80%;
	margin:20px 20px 20px 50px;
}

section#privacy_section li {
	list-style-image:url(http://cs364.xbit.jp/~w251191/wp-content/themes/torakichi/images/privacy_01.png);
}

section#privacy_section p {
	width:100%;
	margin:0 auto;
	text-align:right;
	font-weight:bold;
	font-size:13px;
}

section#privacy_section_02 {
	margin-bottom:20px;
}

section#privacy_section_02 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}


section#privacy_section_02 ul {
	width:100%;
	margin:0 auto;
}

section#privacy_section_03 {
	margin-bottom:20px;
}

section#privacy_section_03 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:20px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}


article.privacy_article {
	width:100%;
	margin:20px auto;
}

article.privacy_article h3 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px #666666 dotted;
}

ul.disc {
	width:80%px;
	margin:10px auto 0 20px;;
	font-size:13px;
}

ul.disc li {
	list-style:disc;
}

ul.disc_02 {
	width:80%;
	margin:0 auto 10px auto;
	font-size:13px;
}

ul.disc_02 li {
	list-style:disc;
}

ul.disc_03 li {
	list-style:none;
}

ul.disc_03 {
	width:80%;
	margin:0 auto 10px auto;
	font-size:13px;
}

ul.disc_04 li {
	list-style:disc;
}

ul.disc_04 {
	margin:0 auto 10px 20px;
	font-size:13px;
}

article.privacy_article h4 {
	margin-top:20px;
}

p.privacy_text_01 {
	width:90%;
	padding-left:20px;
	font-size:13px;
}

p.privacy_etc {
	width:80%;
	margin:20px auto;
	font-size:12px;
}

article.privacy_article dl {
	width:80%;
	margin:10px 0 10px 30px;
}

article.privacy_article dd {
	padding-left:20px;
}

/***recruit***/
.recruit_h1 {
	display:none;
}

section#recruit_section {
	margin-bottom:20px;
}

section#recruit_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

div.recruit_inner {
	width:100%;
	margin:0 auto;
}

article.recruit_left {
	width:100%;
}

article.recruit_right {
	width:100%;
}

table.recruit_table {
	width:100%;
	margin-bottom:20px;
}

table.recruit_table th {
	width:40%;
	border:1px #666666 solid;
	padding:3px;
}

table.recruit_table td {
	width:60%;
	border:1px #666666 solid;
	padding:3px;
}

div.recruit_inner p {
	margin-bottom:20px;
}

/***inquiry***/
.inquiry_h1 {
	display:none;
}

section#inquiry_section {
	margin-bottom:20px;
}

section#inquiry_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:15px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

table#inquiry_table {
	width:100%;
	margin:0 auto;
	font-size:12px;
}

table#inquiry_table th {
	width:30%;
	background-color:#FFFFCC;
	border:1px #666666 solid;
	padding:5px;
}

table#inquiry_table td {
	border:1px #666666 solid;
	padding:5px;
}

table#inquiry_table td.td_left {
	width:15%;
	background-color:#FFFFCC;
	border:1px #666666 solid;
	padding:5px;
	font-weight:bold;
}

table#inquiry_table td.nonborder {
	border:none;
}

.for_sd_img img {
	width:100%;
	height:atuo;
}

.for_pc_img {
	display:none;
}

/*blog*/
.blog_h1 {
	display:none;
}

section#blog_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:13px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#blog_section li {
	padding:10px;
	border-bottom:1px #666666 dotted;
}

section#blog_section_2 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:13px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#blog_section_2 article {
	border-bottom:1px #666666 dotted;
	margin-bottom:10px;
}

div.pre_article {
	float:left;
}

div.next_article {
	float:right;
}

/*news archive*/
.news_h1 {
	display:none;
}

section#news_section h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:13px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#news_section li {
	padding:10px;
	border-bottom:1px #666666 dotted;
}

section#news_section_2 h2 {
	width:100%;
	height:30px;
	border:2px #D37120 solid;
	margin-top:60px;
	margin-bottom:10px;
	color:#D37120;
	font-size:13px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
}

section#news_section_2 article {
	border-bottom:1px #666666 dotted;
	margin-bottom:10px;
}

.blog_sd_text {
	}





/** 20190423 revision */
ul.navi strong {
	display: none;
}

div.plan_top h1 strong {
	display: none;
}

li#basic h2 strong, li#self h2 strong, li#new h2 strong, li#single h2 strong, li#business h2 strong, li#furniture h2 strong, li#ware_house h2 strong {
	display: none;
}


/** revision 20221006 */
div.logo-mark {
	display: none;
}

div.sp-logomark {
	margin: 0;
	text-align: center;
}

div.sp-logomark img {
	width: 80%;
}



/** revision 20251031 */
table.bike_rate_table {
	margin: 30px 0;
	padding: 0;
}

table.bike_rate_table th {
	background-color: #DD7826;
	border: 1px #999999 solid;
	padding: 10px;
	text-align: center;
	color: #ffffff;

}

table.bike_rate_table td.bike_rate_table_title {
	padding: 10px;
	text-align: center;
	border: 1px #999999 solid;
}

table.bike_rate_table td.bike_rate_table_value {
	padding: 10px;
	text-align: right;
	border: 1px #999999 solid;
}

table.bike_rate_table td.color {
	padding: 10px;
	border: 1px #999999 solid;
	background-color: #EFEFF0;
}