﻿/* ========BASIC(すべてに適用するCSS）======== */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-size:16px;
	color:#333;
	}

br {
   letter-spacing:normal;/*均等に改行*/
}

a {
   color:#333333;/*リンクの色*/
   text-decoration:none;
}

a:hover {
   color:#930000;/*カーソルを合わせた時の色*/
   text-decoration:underline;/*下に線を表示*/
}

img {
   border:0;/*画像の囲み線*/
   	}

h1,h2,h3,h4,h5,h6 {
   margin:0;/*マージン無し*/
}

/* ========TEMPLATE LAYOUT======== */
#header {
	margin:0 auto;
	position:relative;
	padding:0 5px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position:right;
	width: 100%;
	height: 10%;
}
#headerw {
	background:#ffffff;
	border-bottom-width: 2px;
	margin-top: 0px;
}
#pr {
	position:absolute;
	left:10px;
	top:3px;
	font-size: 10px;
	color: #333333;
}
#icatch {
	margin:0 auto;
	    }
        

/* 横メニュー　*/
#menu {
	clear:both;
	width:100%;
	background:white;
	background-position:center;
	margin-top: 5px;
	margin:0 auto;
	}

#contents {
   width:100%;
   padding:0px 10px;
   margin:0 auto;
   background:#ffffff;
}

#main {
	clear:both;
	width:100%;
	background:white;
	  }

#pageTop {
   clear:both;
   background-color:white;
}

#footer {
	clear:both;
	border-width: 1px;
	border-style:dashed;
	border-color:#333333;
	background: #fff;
	background-position:center;
}


/* ========HEADER CUSTOMIZE======== */


#header #pr p {
	margin:0;
	color: #FFFFFF;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0 auto;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display: block;
   color: #482400;
   line-height: 60px;
   border-left: 1px solid #D8D8D8;
   font-weight: bold; 
   padding-left: 19px;
   padding-right: 20px;
}



#menu li.home a {
   border:none;
}

#menu li a.active {
   background:#f4f3e8;
}

#menu li a:hover {
   color:#793D00;
   background:#f4f3e8;
   text-decoration:none;
}

/* ========MENU CUSTOMIZE 2  左メニュー======== */
#menu2 ul {
   width:200px;
   margin:0 auto 20px auto;
   padding:0;
}

#menu2 li {
 /* float:left; */
  	color:#333;
 /*	text-align:center; */
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
   	list-style-type:none;
}

#menu2 li a {
   	display: block;
 /*	color: #482400; */
 /*	line-height: 40px; */
   	border-bottom: 1px solid #000000;
 /*	font-weight: bold; */
   	padding-left: 10px;
	padding-right: 20px;
}



#menu2 li.home a {
   border:none;
}

#menu2 li a.active {
   background:#f4f3e8;
}

#menu2 li a:hover {
   color: #800000;
   background: #D5D4CB;
   text-decoration:none;
}

/* ========MENU CUSTOMIZE 3 トップ左メニュー======== */
#menu3 ul {
   width:220px;
   margin:0 auto 20px auto;
   padding:0;
}

#menu3 li {
 	/* float:left; */
   	/*text-align:center;*/
 	background-color: #800000;
	padding-left: 4px;
	color: #FFFFFF;
	font-size:18px;
	height:30px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
   	list-style-type:none;
}

#menu3 li a {
   	display: block;
 	color: #ffffff;
 /*	line-height: 40px; */
   	border-bottom: 1px solid #000000;
 /*	font-weight: bold; */
   	padding-left: 10px;
	padding-right: 20px;
}



#menu3 li.home a {
   border:none;
}

#menu3 li a.active {
   background:#f4f3e8;
}

#menu3 li a:hover {
   color: #800000;
   background: #D5D4CB;
   text-decoration:none;
}



/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h1 {
	margin-bottom:8px;
	padding:3px 2px 2px 0;
	color:#5A5132;
	font-size:20px;
	font-weight:bold;
	border-bottom:3px double #5A5132;
	line-height: 150%;
}

#main h2{
	margin-bottom:20px;
   padding-left:10px;
   font-size:20px;
   width:70%;
   border-left:15px solid #003300;
   border-bottom:1px solid #003300;

	}

#main h3 {
   margin-bottom:2px;
   font-size:14px;
}

#main p {
	margin:0 0 1em;
	padding-right: 15px;
	padding-left: 15px;
}

.table　dl{
	display:table;
	height:400px;
}

.table　dt{
	display:table-cell;
	width:30%;
	height:400px;
}

.inline {
	display:inline-block;
	}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   color:#fff;
   text-align:left;
   border:1px solid #ddd;
   background:#316900;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}





/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
	padding:3px 3px 3px 10px;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	line-height: 150%;
	background-image: url(img/bg2.gif);
	margin-bottom: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
	margin-right: 5px;
	margin-left: 5px;
}

#sub ul {
   margin:0;
   padding:0;
}

#sub li {
   line-height:1.4;
   border-bottom:1px dotted #ddd;
   list-style:none;
   
}

#sub li a {
   display:block;
   padding-left:20px;
   line-height:3;
   background:url(img/bg_sub_list.gif) 5px 15px no-repeat;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   /* padding:0 0 0 12px;
   background:url(img/bg_pagetop.gif) no-repeat left; */
   color:#333;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	clear:both;
	width:100%;
   	margin:0;
   padding:10px 0 10;
   text-align:center;
   background:#ffffff;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background: url(img/bg_footmenu2.gif) no-repeat left;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	padding:3px 0;
	font-style:normal;
	font-size:11px;
	text-align:center;
	color: #333333;
}
.line {
	height: 2px;
	border-top: 2px dotted #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.pankuzu {
	font-size: 12px;
	color: #262626;
	line-height: 150%;
	padding-top: 3px;
}

#footer p {
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.txt12 {
	font-size: 12px;
	line-height: 150%;
}


/* --- 輸入家具ページ追加分 --- */

.leftmenu {
	clear:both;
	width: 20%;
	background-color: #F4F3E8;
	float: left;
}

.leftmenu2 {
	clear:both;
	width: 20%;
	background-color: #003300;
	float: left;
}


.rightbody {
	
	width: 80%;
	margin-left: 10px;
	float:right;
}

.bd1 {
/*	margin-left: 10px;*/
	text-align: left;
}

.st {
	background:url(img/bg_menu2.gif) 0 100% repeat;
	background-color:silver;
	padding-left: 4px;
	color: #000000;
	font-size:18px;
	height:30px;

}

.st2 {
	background:url(img/bg_menu2.gif) 0 100% repeat;
	width:20%;
   	margin:0 auto 0px auto;
   	padding:0;
	background-color:#669999;
	padding-left: 4px;
	color: #000000;
	font-size:18px;
	height:30px;

}

.st3 {
	background:url(img/bg_menu2.gif) 0 100% repeat;
	background-color:#FFCC00;
	padding-left: 4px;
	color: #000000;
	font-size:18px;
	height:30px;

}



.fs {
	font-size: 20px;
	color: #006600;
	font-weight: bold;
}

.item {
	width: 20%;
	height: 230px;
	margin-left: 10px;
	border: 1px solid #C0C0C0;
	text-align: center;
	float: left;
}

.item_pro {
	margin: 0 auto;
	text-align: left;
	padding: 4px;
}

.clr {
	height: 20px;
	clear: both;
}

ul.tabmenu {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
ul.tabmenu li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	white-space: nowrap;
	float: left;
	color: #000000;
	background: transparent url(img/tab_inact.gif) no-repeat 0px 0px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
}
ul.tabmenu li.act {
	color: #000000;
	background: transparent url(img/tab_act.gif) no-repeat 0px 0px;
}
ul.tabmenu li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	background: transparent url(img/tab_inact.gif) no-repeat 100% 0px;
	margin: 0px -10px 0px 0px;
	padding: 0px 10px 0px 0px;
}
ul.tabmenu li.act a {
	color: #000000;
	background: transparent url(img/tab_act.gif) no-repeat 100% 0px;
}
ul.tabmenu li a:visited {
	color: #000000;
}
ul.tabmenu li:hover {
	color: #ffffff;
	background: transparent url(img/tab_sel.gif) no-repeat 0px 0px;
}
ul.tabmenu li:hover a, * ul.tabmenu li a:hover {
	color: #ffffff;
	background: transparent url(img/tab_sel.gif) no-repeat 100% 0px;
}
div.tabbody {
	border: #777777 1px solid;
	margin-top: -1px;
}


/* --- ズーム機能　---*/
img[data-action=zoom] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/*-- テーブル角丸--*/
div.kadomaru {
   -moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #F4F2E8;   /* 背景色 */
}
/*-- アイテムレイアウト画像　--*/
.gazou dl,dt,dd{
		line-height : 1;  
  		margin-top : 0px;
  		margin-left : 0px;
  		margin-right : 0px;
  		margin-bottom : 0px;
  		padding-top : 0px;
  		padding-left : 0px;
  		padding-right : 0px;
  		padding-bottom : 0px;
}

.gazou dl{
		clear:both;
		float:left;
		width:300px;
		height:210px;
  		margin-right: 5px;
  		border: 2px #ccc solid;
  		padding:2px 2px 2px 2px;
  		
}
.gazou dt{
		width:296px;
		text-align:center;
		padding:2px 2px 2px 2px;	
}
.gazou dd{
		width:296px;
		padding:2px 2px 2px 2px;
}

/*-- アイテムレイアウト説明　--*/
.setumei dl,dt,dd{
		line-height : 1;  
  		margin-top : 0px;
  		margin-left : 0px;
  		margin-right : 0px;
  		margin-bottom : 0px;
  		padding-top : 0px;
  		padding-left : 0px;
  		padding-right : 0px;
  		padding-bottom : 0px;
}

.setumei dl {
		float:left;
    	margin: 0;
    	padding: 0;
    	width:400px;
    	height:210px;
    	border: #ccc solid 2px;
    	border-width: 0 2px 2px;
    	padding-bottom:5px;
}

.setumei dt {
    	margin: 0;
    	padding: 0.2em;
    	border-top: #ccc solid 2px;
    	font-size: 100%;
    	line-height: 1.6em;
}

.setumei dd {
    	margin: -2.0em 0 0 9em;
    	padding: 0.2em;
    	border-left: #ccc solid 2px;
    	line-height: 1.6em;
}

/*-- アイテムレイアウト画像2　--*/
.gazou2 dl,dt,dd{
		line-height : 1;  
  		margin-top : 0px;
  		margin-left : 0px;
  		margin-right : 0px;
  		margin-bottom : 0px;
  		padding-top : 0px;
  		padding-left : 0px;
  		padding-right : 0px;
  		padding-bottom : 0px;
}

.gazou2 dl{
		clear:both;
		float:left;
		width:300px;
		height:160px;
  		margin-right: 5px;
  		border: 2px #ccc solid;
  		padding:2px 2px 2px 2px;
  		
}
.gazou2 dt{
		width:296px;
		text-align:center;
		padding:2px 2px 2px 2px;	
}
.gazou2 dd{
		width:296px;
		padding:2px 2px 2px 2px;
}

/*-- アイテムレイアウト説明2　--*/
.setumei2 dl,dt,dd{
		line-height : 1;  
  		margin-top : 0px;
  		margin-left : 0px;
  		margin-right : 0px;
  		margin-bottom : 0px;
  		padding-top : 0px;
  		padding-left : 0px;
  		padding-right : 0px;
  		padding-bottom : 0px;
}

.setumei2 dl {
		float:left;
    	margin: 0;
    	padding: 0;
    	width:400px;
    	height:160px;
    	border: #ccc solid 2px;
    	border-width: 0 2px 2px;
    	padding-bottom:5px;
}

.setumei2 dt {
    	margin: 0;
    	padding: 0.2em;
    	border-top: #ccc solid 2px;
    	font-size: 100%;
    	line-height: 1.6em;
}

.setumei2 dd {
    	margin: -2.0em 0 0 9em;
    	padding: 0.2em;
    	border-left: #ccc solid 2px;
    	line-height: 1.6em;
}

/*-- アイテムレイアウト画像　--*/
.gazou3 dl,dt,dd{
		line-height : 1;  
  		margin-top : 0px;
  		margin-left : 0px;
  		margin-right : 0px;
  		margin-bottom : 0px;
  		padding-top : 0px;
  		padding-left : 0px;
  		padding-right : 0px;
  		padding-bottom : 0px;
}

.gazou3 dl{
		width:400px;
		height:350px;
  		margin: 5px;
   		padding:5px 5px 5px 5px;
}
.gazou3 dt{
		width:396px;
		padding:2px 2px 2px 2px;	
}
.gazou3 dd{
		width:396px;
		padding:2px 2px 2px 2px;
}

/*-- アイテムレイアウト画像4　--*/
.gazou4 dl,dt,dd{
		line-height : 1;  
  		margin-top : 0px;
  		margin-left : 0px;
  		margin-right : 0px;
  		margin-bottom : 0px;
  		padding-top : 0px;
  		padding-left : 0px;
  		padding-right : 0px;
  		padding-bottom : 0px;
}

.gazou4 dl{
		clear:both;
		float:left;
		width:300px;
		height:210px;
  		margin-right: 5px;
  		border: 2px #fff solid;
  		padding:2px 2px 2px 2px;
  		
}
.gazou4 dt{
		width:296px;
		text-align:center;
		padding:2px 2px 2px 2px;	
}
.gazou4 dd{
		width:296px;
		padding:2px 2px 2px 2px;
}

/*-- アイテムレイアウト説明4　--*/
.setumei4 dl,dt,dd{
		line-height : 1;  
  		margin-top : 0px;
  		margin-left : 0px;
  		margin-right : 0px;
  		margin-bottom : 0px;
  		padding-top : 0px;
  		padding-left : 0px;
  		padding-right : 0px;
  		padding-bottom : 0px;
}

.setumei4 dl {
		float:left;
    	margin: 0;
    	padding: 0;
    	width:400px;
    	height:210px;
    	border: #fff solid 2px;
    	border-width: 0 2px 2px;
    	padding-bottom:5px;
}

.setumei4 dt {
    	margin: 0;
    	padding: 0.2em;
    	border-top: #fff solid 2px;
    	font-size: 100%;
    	line-height: 1.6em;
}

.setumei4 dd {
    	margin: -2.0em 0 0 9em;
    	padding: 0.2em;
    	border-left: #fff solid 2px;
    	line-height: 1.6em;
}

/*-- テーブルレイアウトボックス --*/
.bigbox{
	clear:both;
	-moz-border-radius: 20px;    /* 古いFirefox */
    -webkit-border-radius: 20px; /* 古いSafari,Chrome */
    border-radius: 20px;         /* CSS3 */

    border: 0px green solid;     /* 枠線の装飾 */
    background-color: #F4F2E8;   /* 背景色 */
}

.box{
	clear:both;
	display:table;
	padding:5px 5px 5px 5px;
}
.box_n{
	width:170px;
	float:left;
	padding:5px 5px 5px 5px;
	background-color:#F4F2E8;
	}

.box_m{
	width:170px;
	float:left;
	padding:5px 5px 5px 5px;
	background-color:white;
	-moz-border-radius: 20px;    /* 古いFirefox */
    -webkit-border-radius: 20px; /* 古いSafari,Chrome */
    border-radius: 20px;         /* CSS3 */
    border: 0px solid;     /* 枠線の装飾 */
	}
	
.box_l{
	float:left;
	padding:5px 5px 5px 5px;
	background-color:white;
	}

/*-- テーブルレイアウトボックス2 --*/
.bigbox2{
	clear:both;
	width:90%;
	height:auto;
	margin:0 auto;
	padding:5px 5px 5px 5px; 
	}

.box2{
	clear:both;
	display:inline-block;
	padding:5px 5px 5px 5px;
	border-color:gray;
    background-color: #fff;   /* 背景色 */  		
}

/*--　レイアウト用テキストボックス1　--*/
#text1 dl{  
			clear:both;
			float:left;
  			width : 450px;
   			padding-left:2px;   
         }

#text1 dt{
  			font-size : 16px;
  			font-weight : bold;
  			margin-bottom : 10px;
   
  			border-bottom-width : 1px;
  			border-bottom-style : solid;
  			border-bottom-color : #003300;

  			border-left-width : 10px;
  			border-left-style : solid;
  			border-left-color : #003300;

  			padding-top : 2px;
  			padding-left : 8px;
  			padding-bottom : 2px;
		 }

#text1 dd{  
  			font-size : 14px;
  			line-height : 1.8;    
  			margin-bottom : 20px;    
 
  			border-bottom-width : 1px;
  			border-bottom-style : solid;
  			border-bottom-color : #003300;    

  			padding-left : 30px;
  			padding-right : 15px;
		 }

/*--　レイアウト用テキストボックス2　--*/
#text2 ul{  
			clear:both;
  			width :450px;
   			padding-left:2px;   
         }

#text2 dt{
 
 			width:80%;
  			font-size : 20px;
  			font-weight : bold;
  			margin-bottom : 10px;
   
  			border-bottom-width : 1px;
  			border-bottom-style : solid;
  			border-bottom-color : #003300;

  			border-left-width : 10px;
  			border-left-style : solid;
  			border-left-color : #003300;

  			padding-top : 2px;
  			padding-left : 8px;
  			padding-bottom : 2px;
		 }

#text2 dd{  
			width:80%;
  			font-size : 18px;
  			line-height : 1.8;    
  			margin-bottom : 20px;    
 
  			border-bottom-width : 1px;
  			border-bottom-style : solid;
  			border-bottom-color : #003300;    

  			padding-left : 30px;
  			padding-right : 15px;
		 }

.carousel-wrapper{
  height:300px;
  position:relative;
  width:800px;
  margin:0 auto;
}
.carousel-item{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:25px 50px;
  opacity:0;
  transition: all 0.5s ease-in-out;
}
.arrow{
  border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
}

.arrow-prev{
  left:-30px;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(135deg);
}
 
.arrow-next{
  right:-30px;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(-45deg);
  }

.light{
  color:white;
}

@media (max-width: 480px) {
      .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px;
      }
    }
}

/*Select every element*/
[id^="item"] {
    display: none;
  }

.item-1 {
    z-index: 2;
    opacity: 1;
  background:url('img/oliverimg/10.jpg');
  background-size:cover;
  }
.item-2{
  background:url('img/oliverimg/9.jpg');
   background-size:cover;
}
.item-3{
  background:url('img/oliverimg/7.jpg');
   background-size:cover;
}
.item-4{
  background:url('img/oliverimg/8.jpg');
   background-size:cover;
}
.item-5{
  background:url('img/oliverimg/6.jpg');
   background-size:cover;
}


*:target ~ .item-1 {
    opacity: 0;
  }

#item-1:target ~ .item-1 {
    opacity: 1;
  }

#item-2:target ~ .item-2, #item-3:target ~ .item-3, #item-4:target ~ .item-4, #item-5:target ~ .item-5{
    z-index: 3;
    opacity: 1;
  }
}

/*慣性カルーセルソース*/
.carousel {
width:100%;
padding:12px 0;
overflow-x:scroll;
-webkit-overflow-scrolling:touch;
overflow-scrolling:touch;
white-space:nowrap;
}

.carousel li {
background: #fff;
margin: 2px;
text-align: center;
display: inline-block;
}
