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

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
 margin:0px;
 padding:0px;
}

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

a:hover{
 opacity:0.6;
 filter: alpha(opacity=60);
}

a:link{
 text-decoration:none;
 color: #666;}

a:visited{
 text-decoration: none;
 color: #666;}

body{
 font-size:1.1em;
 font-family:"Lucida Sans Unicode",Helvetica-Light,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",メイリオ,Meiryo,Arial,"ＭＳ Ｐゴシック", sans-serif;
 line-height:1.4;
 letter-spacing:0.5px;
 color:#666;
 -webkit-text-size-adjust: 100%;
}


/****** h *******/
h1{
margin:0px 0 10px 0px;
font-size:0.65em;
font-weight:normal;
}

h2{font-size:1.1em;}

h3{}

h4{}


/****** hr（タイトル部） *******/
hr.un-title01{margin:4px 0 0 0;}
hr.un-title02{margin:4px 0 10px 0;}

/****** wrap *******/
#wrap {
 width:960px;
 margin:0 auto;
 padding:0;
 border-left: 1px solid #717171;
 border-right: 1px solid #717171;
 background:
}

#container {
 width:920px;
 margin:0 auto;
 padding:10px 0 20px 0;
}

/****** header *******/
#header {
 width:920px;
 height:50px;
 margin:0px 0 0 0;
 padding:0;
}

#header a:link{
 opacity:1;
 filter: alpha(opacity=100);
}

.header-link {
float:right;
margin:0 0 0 15px;
}

/****** header-new *******/
#header-new-link{float:left;}

#header-new-link p{
 margin:10px 10px 0 0;
 font-size:0.7em;
 display:block;
 float:left;
 border: 1px solid #ccc;
 border-radius:5px;
 background: #fcfcfc; /* Old browsers */
 background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 50%, #efefef 51%, #d6d6d6 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #fcfcfc 0%,#f6f6f6 50%,#efefef 51%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #fcfcfc 0%,#f6f6f6 50%,#efefef 51%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
#header-new-link a{
  padding:0px 8px;
}


.header-new{
 margin:10px 10px 0 0;
 font-size:0.7em;
 display:block;
 float:left;
 border: 1px solid #ccc;
 border-radius:5px;
 background: #fcfcfc; /* Old browsers */
 background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 50%, #efefef 51%, #d6d6d6 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #fcfcfc 0%,#f6f6f6 50%,#efefef 51%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #fcfcfc 0%,#f6f6f6 50%,#efefef 51%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
.header-new a{
  padding:0px 8px;
}

/****** submenu01 ******/
#submenu01 {
 padding:0 0 8px 0;
 float:right;
}
#submenu01:after {
  content: "";
  clear: both;
  display: block;
}

#submenu01 ul{list-style:none;}

#submenu01 li {float:left;}

/****** submenu02 ******/
#submenu02 {margin:4px 0;}

#submenu02 ul{list-style:none;}

#submenu02 li {float:left;}


/****** brand03 ******/
.brand03 { width:920px;}
.brand03:after {
  content: "";
  clear: both;
  display: block;
}
.brand03 ul{list-style:none;}
.brand03 ul li{
 width:33%;
 padding:5px 0;
 text-align:center;
 float:left;
 display: block;
}


/****** left-navi *******/
#left-navi{
 width:150px;
 margin:20px 0px 0 0;
 float:left;
 font-size:0.75em;
 color:#666666;
}

#left-navi ul{
margin:4px 0 20px 2px;
list-style:none;
}

li.left-navi-flow{
 padding:0 0 0 12px;
 background:url(../img/common/left-navi-flow.gif) no-repeat 2% 50% ;
}

#left-navi ul li ul{margin:0 0 4px 0px;}

p.left-navi-new{
margin:10px 6px;
line-height:1.3;
}

/****** navi *******/
#navi{
 margin:-6px 0 4px 0;
 font-size:0.7em;
}

/****** main *******/
#main{
 width:750px;
 margin:20px 0 0px 0;
 float:right;
}

/****** footer *******/
#footer{
 margin:30px 0 0 0;
 height:640px;
 background:#e3e3e3;
 border-top: 8px solid #b5b5b5;
 clear:both; 
}

.footer-menu{
 width:200px;
 margin:0px;
 padding:4px 0 0 4px;
 float:left;
 font-size:0.7em;
 letter-spacing:-0.01em;
}

.footer-menu p{
 margin:8px 0 0px 0;
 font-weight:bold;
}

.footer-menu ul{
 width:100%;
 margin:0 0 6px 0;
 padding:0 0 0 0px;
 font-size:0.9em;
 list-style:none;
}

.footer-menu ul li ul{
 padding:0 0 0 8px;
 font-size:1em;
}

p.copyright{
 margin:0px 0 0 0;
 text-align:center;
 clear:both;
 font-size:0.75em;
}

/****** page-top *******/
#page-top {
 position: fixed;
 bottom:50px;
 right: 20px;
 font-size:0.75em;
}

#page-top a {
 background: #9e9e9e;
 text-decoration: none;
 color: #fff;
 width: 100px;
 padding:6px 0;
 text-align: center;
 display: block;
 border-radius: 5px;
}

#page-top a:hover {
 text-decoration: none;
 background: #999;
}

/****** btm-contact *******/
#btm-contact{
width:750px;
margin:0 0 50px 0;
font-size:0.9em;
text-align:center;
line-height:2;
}
#btm-contact:after {
  content: "";
  clear: both;
  display: block;
}
#btm-contact #left{
width:374px;
height:110px;
float:left;
border: 1px solid #999;
border-right:0;
}
#btm-contact #right{
width:373px;
height:110px;
float:right;
border: 1px solid #999;
}
#btm-contact .title{
background:#666;
color:#fff;
}
#btm-contact .tel{
color:#0aa652;
font-size:1.5em;
font-weight:bold;
}
#btm-contact .tel img{
margin:0 4px -2px 0;
}
#btm-contact .formbtn{
}
#btm-contact .formbtn a{
width:300px;
margin:10px auto 5px auto;
color:#fff;
font-weight:bold;
display:block;
background:#0aa652;
border-radius:15px;
}

/****** bn-inquire *******/
#bn-inquire{
 padding:0 0 50px 0;
 position:relative;
 clear:both;
}

#bn-inquire img.botton{
 position:absolute;
 top:68px;
 right:60px;
}


/* 2層目
--------------------------------*/ 
/****** main *******/
#main-img{
 width:750px;
 margin:10px 0 0px 0;
}

#main-menu{
 width:750px;
 margin:0 0 50px 0;
 text-align:center;
 background:#999;
 font-size:1.1em;
}
#main-menu:after {
  content: "";
  clear: both;
  display: block;
}
#main-menu ul{
 list-style:none;
}
#main-menu ul li{
 width:24.8%;
 padding:8px 0;
 font-weight:bold;
 border-right: 1px solid #fff;
  float:left;
 
}
#main-menu ul li a{
 color:#fff;
}
#main-menu ul li:nth-child(4n){
 border-right: 0; 
}
#main-menu ul li .exp{
 font-size:0.6em;
 font-weight:normal;
}


/****** main-infos *******/
#main-infos{
 width:750px;
 margin:10px 0 0px 0;
 text-align:left;
}
#main-infos h2{
 margin:0 0 10px 0;
 font-size:2em;
 font-weight:normal;
 border-bottom: 1px solid #333;
}
#main-infos h3{
 margin:0px 0 10px 0;
 border-bottom: 1px solid #333;
}

/****** contents-box *******/
.contents-box{
 margin:0px 0 50px 0;
 clear:both;
}
.contents-box a{
 text-decoration:none;
 color: #5875f3;
} 
.contents-box h2{
font-size:1.4em;
padding:0 0 0 18px;
color:#6c4d4b;
 background:url(../img/common/h2-marker.gif) no-repeat 0% 3px;
}

.contents-box02{
 padding:20px 0 0 0;
 clear:both;
}
.contents-box02 a{
 text-decoration:none;
 color: #5875f3;}

.contents-box-in{
 width:700px;
 margin:0 auto;
 padding:20px 0 0 0px;
 clear:both;
}


/****** 3ブランドからのリンク *******/
.brand3-link{
margin:0 auto 50px auto;
text-align:center;
}
.brand3-link p {
 width:400px;
 margin:0 auto;
}
.brand3-link p a{
 padding:10px 0;
 color:#fff;
 text-align:center;
 display:block;
}

.brand3-link-hitotoki p a{
 background:#689d2d;
}
.brand3-link-futatoki p a{
 background:#66a084;
}
.brand3-link-seasons p a{
 background:#f0b126;
}
.brand3-link-rental p a{
 background:#2c893a;
}
.brand3-link-landscape p a{
 background:#74c79f;
}
.brand3-link-display p a{
 background:#ea7231;
}

.brand3-link02{
margin:0 auto 50px auto;
text-align:center;
}
.brand3-link02 p {
 width:400px;
 margin:0 auto;
}
.brand3-link02 p a{
 padding:10px 0;
 text-align:center;
 display:block;
 background:#fff; 
}
.brand3-link02 p a:hover{
 color:#fff;
 opacity:1;
 filter: alpha(opacity=100);
}

.brand3-link02-rental p a{
 color:#2c893a;
 border: 1px solid #2c893a;
}
.brand3-link02-rental p a:hover{background:#2c893a;}
.brand3-link02-landscape p a{
 color:#74c79f;
 border: 1px solid #74c79f;
}
.brand3-link02-landscape p a:hover{background:#74c79f;}
.brand3-link02-display p a{
 color:#ea7231;
 border: 1px solid #ea7231;
}
.brand3-link02-display p a:hover{background:#ea7231;}


.brand3-link03{
margin:40px auto 20px auto;
text-align:center;
}
.brand3-link03 p {
 width:400px;
 margin:0 auto;
}
.brand3-link03 p a{
 padding:10px 0;
 color:#fff;
 text-align:center;
 display:block;
}






.works-box div p.more {
 width:200px;
 padding:10px 0 0 0;
 margin:0 auto;
}
.works-box div p.more a{
 padding:5px 0;
 color:#666;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff url(../img/top/top-new-backnumber-marker-g.png) no-repeat 90% 50%;
}
.works-box div p.more a:hover{
 color:#fff;
 background:#666 url(../img/top/top-new-backnumber-marker-w.png) no-repeat 90% 50%;
}




/* works関連
--------------------------------*/ 
/****** 2層目 *******/
.works-box{
 margin:10px 0;
 color:#595757;
}
.works-box div{
 width:48%;
 margin:0 3% 20px 0;
 padding:10px 0;
 float:left;
 text-align:center;
 border: 1px solid #999;
}
.works-box div:nth-child(2n){
margin:0;
}
.works-box div p{
 margin:0 0 0 0px;
 font-size:0.8em;
}

.works-box div p.more {
 width:200px;
 padding:10px 0 0 0;
 margin:0 auto;
}
.works-box div p.more a{
 padding:5px 0;
 color:#666;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff url(../img/top/top-new-backnumber-marker-g.png) no-repeat 90% 50%;
}
.works-box div p.more a:hover{
 color:#fff;
 background:#666 url(../img/top/top-new-backnumber-marker-w.png) no-repeat 90% 50%;
}


/****** works-topbox *******/
h3.works-topbox-h3{
 margin:0 0 5px 0;
 color:#2c893a;
 text-align:center;
}
.works-topbox {
 width:750px;
}
.works-topbox:after {
  content: "";
  clear: both;
  display: block;
}
.works-topbox2 div{
 width:174px;
 margin:0 12px 0 0;
 float:left;
}
.works-topbox div:nth-child(n+5){display:none;}
.works-topbox div p{
 padding:10px 0 0 0;
 font-size:0.7em;
 color:#666;
}


/****** 3層目 *******/
#works-menu:after {
  content: "";
  clear: both;
  display: block;
}
#works-menu ul{
 width:750px;
 margin:10px 0 0 0;
 list-style:none;
 font-size:0.9em;
}
#works-menu ul li{
 width:15%;
 margin: 0 20px 0 0;
 text-align:center;
 border: 1px solid #999;
 border-bottom:0;
 float:left;
}
#works-menu ul li a{
 padding:5px 0 0 0;
 color:#666;
 display:block;
}
#works-menu ul li a:hover{
 background:#e5f0d5;
   opacity:1;
 filter: alpha(opacity=100);
}
#works-menu ul li.h-land a:hover{
 background:#d8ede3;
 opacity:1;
 filter: alpha(opacity=100);
}
#works-menu ul li.h-display a:hover{
 background:#f7e8c6;
   opacity:1;
 filter: alpha(opacity=100);
}
#works-menu ul li.rental{
 background:#e5f0d5;
 border-top:0;
 border-left:0;
 border-right:0;
 border-bottom: 1px solid #e5f0d5;
}
#works-menu ul li.landscape{
 background:#d8ede3;
 border-top:0;
 border-left:0;
 border-right:0;
 border-bottom: 1px solid #d8ede3;
}
#works-menu ul li.display{
 background:#f7e8c6;
 border-top:0;
 border-left:0;
 border-right:0;
 border-bottom: 1px solid #f7e8c6;
}


#works-main{
 width:720px;
 margin:0px auto 0 auto;
 padding:15px;
}

#works-main.rental{
 background:#e5f0d5;
}
#works-main.landscape{
 background:#d8ede3;
}
#works-main.display{
 background:#f7e8c6;
}

#works-category:after {
  content: "";
  clear: both;
  display: block;
}
#works-category div{
margin:0 8px 40px 0;
font-size:0.9em;
text-align:center;
float:left;
}
#works-category div:nth-child(4n){
margin:0 0 0 0;
}

.works-list:after {
  content: "";
  clear: both;
  display: block;
}
.works-list div{
 width:140px;
 height:210px;
 margin:0 5px 0 0;
 font-size:0.7em;
 text-align:left;
 float:left;
}
.works-list div:nth-child(5n){
margin:0;
}


/****** 上部リンクバナー *******/
.brand3-link02-w{
margin:25px auto 30px auto;
text-align:center;
}
.brand3-link02-w p {
 width:400px;
 margin:0 auto;
}
.brand3-link02-w p a{
 padding:10px 0;
 text-align:center;
 display:block;
 background:#fff; 
}
.brand3-link02-w p a:hover{
 color:#fff;
 opacity:1;
 filter: alpha(opacity=100);
}

.brand3-link02-rental-w p a{
 color:#2c893a;
 border: 1px solid #2c893a;
}
.brand3-link02-rental-w p a:hover{background:#2c893a;}
.brand3-link02-landscape-w p a{
 color:#74c79f;
 border: 1px solid #74c79f;
}
.brand3-link02-landscape-w p a:hover{background:#74c79f;}
.brand3-link02-display-w p a{
 color:#ea7231;
 border: 1px solid #ea7231;
}
.brand3-link02-display-w p a:hover{background:#ea7231;}


/****** 3層目（landscapeのみ） *******/
.works-land {
width:730px;
margin:0 auto 40px auto;
}
.works-land-box {
margin:0 0 10px 0;
font-size:0.9em;
}
.works-land-box:after {
  content: "";
  clear: both;
  display: block;
}
.works-land-box .left{
width:304px;
text-align:center;
float:left;
}
.works-land-box .right{
width:390px;
margin:0 14px 0 0px;
text-align:left;
float:right;
}
.works-land-box .right h3{
 margin:0 0 10px 0;
 border-bottom: 1px solid #666;
}
.works-land-box .right p.exp{
font-size:0.8em;
}

.works-land-thumb {
text-align:center;
}
.works-land-thumb:after {
  content: "";
  clear: both;
  display: block;
}
.works-land-thumb img{
margin:0 5px 0 0;
float:left;
}
.works-land-thumb img:hover{
 opacity:0.6;
 filter: alpha(opacity=60);
}


/****** works-popup *******/
#works-popup {
 width:100%;
 margin:10px 0 0 0;
 text-align:left;
}

#works-slider {
 width:80%;
 margin:0px auto;
 font-size:0.8em;
}

#works-slider p.title{
margin:1.5em 0 4px 0;
}

#works-slider p.date{
margin:4px 0 4px 0;
font-size:0.9em;
}


/****** works個別 *******/
.works-zouka-price{margin:0 0 50px 0;}
.works-zouka-price h3{margin:0 0 10px 0;}

.works-zouka-price table{
	width:100%;
	margin:20px auto 40px auto;
	border-right:#bababa solid 1px;
	border-collapse: collapse;
	font-size:0.9em;
}
.works-zouka-price table thead th {
	padding:0px 0px;
	border-top:#bababa solid 1px;
	border-right:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
	font-weight:normal;
}
.works-zouka-price table tbody th {
	padding:0px 0px;
	border-left:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
	vertical-align:top;
	font-weight:normal;
}
.works-zouka-price table tbody td {
	padding:0px 0;
	border-left:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
	text-align:center;
	vertical-align:middle;
}
.works-zouka-price table thead th.c01{
 width:200px;
 background:#ddd;
}
.works-zouka-price table thead th.c02{
 background:#ddd;
 border-left:#bababa solid 1px;
}

.works-zouka-price .box01{ margin:0px 0px 10px 0px;}
.works-zouka-price .box01:after {
  content: "";
  clear: both;
  display: block;
}
.works-zouka-price .box01 img:nth-child(odd){
width:370px;
margin:0 0 10px 0;
float:left;
}
.works-zouka-price .box01 img:nth-child(even){
width:370px;
margin:0 0 10px 0;
float:right;
}









/* その他
--------------------------------*/ 
/****** パーツ *******/
ul.normal{
padding:0 0 0 1em;
text-align:left;
}

ul.disc{
 list-style:disc;
 margin:0 0 0 20px;
}

ul.disc li {
 margin:0px 0px 0px 0px;
}

ul.none{
 list-style:none;
 margin:0 0 0 0px;
}

ul.none li {
 margin:0px 0px 0px 0px;
}

table.a {
 width:100%;
}

table.a th {
 padding:6px 0px 2px 8px;
 font-weight:normal;
 vertical-align:top;
 text-align:left;
}

table.a td {
 padding:6px 0px 2px 4px;
 vertical-align:top;
}

.clear {clear: both;}
.red{color:#FF0000;}
.green{color:#2c893a;}
.green02{color:#66cc00;}
.green03{color:#74c79f;}
.orange{color:#ea7231;}
.brown{color:#6c4d4b;}
.gray{color:#9fa0a0;}

.f-l {float:left}
.f-r {float:right}

.talign_r{text-align:right;}
.talign_l{text-align:left;}
.talign_c{text-align:center;}

.m-auto{margin:0 auto;}
.m-0{margin:0;}
.mb-10{margin:0 0 10px 0;}
.mb-20{margin:0 0 20px 0;}
.mb-30{margin:0 0 30px 0;}
.mb-40{margin:0 0 40px 0;}
.mt-10{margin:10px 0 0 0;}
.mt-20{margin:20px 0 0 0;}
.mt-40{margin:40px 0 0 0;}
.mt-50{margin:50px 0 0 0;}
.mt-100{margin:100px 0 0 0;}
.ml-10{margin:0 0 0 10px;}
.ml-20{margin:0 0 0 20px;}
.mr-10{margin:0 10px 0 0px;}
.mr-20{margin:0 20px 0 0px;}

.pt-10{padding:10px 0 0px 0;}
.pt-20{padding:20px 0 0px 0;}
.pt-40{padding:40px 0 0px 0;}

.fs06{ font-size:0.6em;}
.fs07{ font-size:0.7em;}
.fs075{ font-size:0.75em;}
.fs08{ font-size:0.8em;}
.fs09{ font-size:0.9em;}
.fs12{ font-size:1.2em;}
.fs14{ font-size:1.4em;}
.fs16{ font-size:1.6em;}
.fs18{ font-size:1.8em;}
.fs20{ font-size:2em;}

.w250{width:250px}
.w750{width:750px}
.w700{width:700px}
.w650{width:650px}

hr{
 margin:0;
 padding:0;
 border: 0;
 border-bottom: 1px solid #666666;
}

.opacity:hover{
 filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity:0.6;
}

.position-re{position:relative}
.position-ab{position:absolute;}

.ti-01{text-indent:1em}
.ti-02{text-indent:2em}
.ti-03{text-indent:3em}


.link-black a:link{
 text-decoration:none;
 color: #666666;}

.link-black a:visited{
 text-decoration: none;
 color: #666666;}


.clr-gift{color:#df3f86;}
.clr-rental{color:#2c893a;}
.clr-land{color:#74c79f;}
.clr-event{color:#ea7231;}
.clr-novelty{color:#abcdff;}
.clr-lesson{color:#e3abff;}
.clr-bridal{color:#919191;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
