@charset "utf-8";

/* contents page CSS

Index
------------------------------------------------------------
== 1. Top (HOME/) [CMS]
== 2. お問い合わせ (HOME/contact/) [form] 
== 3. 新着情報 (HOME/news/) [CMS]
== 4. 職人の技・こだわりの工程 (HOME/professional/)
== 5. 商品紹介 (HOME/products/)
== 6. 打ち直し・リフォームについて(HOME/reform/)
== 7. 店舗紹介 (HOME/shop/)

------------------------------------------------------------*/
/*============================================================
== 2. お問い合わせ (HOME/contact/) [form] 
============================================================*/
/* selector (#container) */
.contact {}


/*== section 1 ========================*/
.contact #sec01 {
  width: 1000px;
  margin: 0 auto 50px;
  background: url(../contact/images/01bg.png) no-repeat 570px 120px;
}

.contact #sec01 h5 {
  margin: 30px auto;
  text-align: left;
}

.contact #sec01 .text {
  overflow: hidden;
  margin-right: 420px;
  text-align: left;
  line-height: 1.7;
}

/*== section 2 ========================*/
/* form table >> form.css 3. module */
.contact #sec02 {
  width: 1000px;
  margin: 0 auto 50px;
}

.contact #sec02 .text {
  width: 750px;
  margin: 40px auto;
  text-align: left;
  line-height: 1.7;
}


/*== section 3 ========================*/
/* privacy policy >> base.css 5-7. privacy policy */
.contact #sec03 {
  width: 1000px;
  margin: 0 auto;
}


/*============================================================
== 3. 新着情報 (HOME/news/) [CMS]
============================================================*/
/* selector (#container) */
.news {
  position: relative;
}

/*== article ========================*/
.news .repeat {
  width: 938px;
  margin: 0 auto 30px;
  padding: 30px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}

.news .repeat .photo{
  float: left;
  padding-right: 40px;
}

.news .repeat .photo a {
  display: block;
}

.news .repeat .note {
  display: block;
  padding-top: 5px;
  color: #999999;
  font-size: 10px;
}

.news .repeat h4 {
  overflow: hidden;
  margin: 0 auto 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  background: url(../common_img/bg_border01.png) no-repeat bottom;
  color: #4d2d67;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.news .repeat .date {
  overflow: hidden;
  margin: 0 auto;
  color: #4d2d67;
  text-align: left;
}

.news .repeat .text {
  overflow: hidden;
  text-align: left;
  line-height: 1.7;
}


/*============================================================
== 4. 職人の技・こだわりの工程 (HOME/professional/)
============================================================*/
/* selector (#container) */
.professional {}


/*== section 1 ========================*/
.professional #sec01 {
  width: 1000px;
  margin: 0 auto 70px;
}

.professional #sec01 h4 {
  margin-bottom:30px;
}

.professional #sec01 .photo {
  position: relative;
  float: right;
  padding-left: 40px;
}

.professional #sec01 .photo:after{
  position: absolute;
  z-index: 100;
  bottom: -370px;
  right: -30px;
  display: block;
  width: 370px;
  height: 474px;
  background: url(../professional/images/01image.png);
  content: "";
}

.professional #sec01 h5 {
  margin-top: 10px;
  margin-bottom:30px;
  text-align: left;
}

.professional #sec01 .text {
  overflow: hidden;
  text-align: left;
  line-height: 1.7;
}
.professional #sec01 .text span{ font-weight:bold;}

/*== section 2 ========================*/
.professional #sec02 {
  width: 1000px;
  margin: 0 auto;
}

/*-- block 1 ----------*/
.professional #sec02 .bloc01 {
  width: 1000px;
  min-height: 385px;
  margin: 0 auto;
  padding-top: 45px;
  background: url(../professional/images/02_01bg.png) no-repeat 0 0;
}

.professional #sec02 .bloc01 h5 {
  float: left;
  padding-right: 40px;
}

.professional #sec02 .bloc01 .text {
  overflow: hidden;
  text-align: left;
  line-height: 1.7;
}

/*-- block 2 ----------*/
.professional #sec02 .bloc02 {
  width: 1000px;
  margin: 0 auto 50px;
  background: url(../common_img/bg_border01.png) no-repeat top;
}

.professional #sec02 .bloc02 h5 {
  padding: 40px 0 20px;
  text-align: left;
}

.professional #sec02 .data {
  width: 1000px;
  background: url(..//professional/images/bg_box01.png);
}

.professional #sec02 .data:before {
  display: block;
  width: 1000px;
  height: 30px;
  background: url(../professional/images/bg_box01top.png);
  content: "";
}

.professional #sec02 .data:after {
  display: block;
  width: 1000px;
  height: 30px;
  background: url(../professional/images/bg_box01botm.png);
  content: "";
}

.professional #sec02 table {
  width: 900px;
  margin: 0 auto;
}

.professional #sec02 th {
  width: 100px;
  padding: 5px 0;
  color: #4d2d67;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.professional #sec02 td {
  padding: 5px 0;
  text-align: left;
}


/*== section 3 ========================*/
.professional #sec03 {
  width: 1000px;
  margin: 0 auto;
}

.professional #sec03 h4 {
  position: relative;
}

.professional #sec03 h4:after{
  position: absolute;
  z-index: 100;
  top: -20px;
  right: 0;
  display: block;
  width: 340px;
  height: 255px;
  background: url(../professional/images/03image.png);
  content: "";
}

.professional #sec03 h5 {
  margin: 30px 0 10px;
  text-align: left;
}

.professional #sec03 .text {
  overflow: hidden;
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.7;
}

/*-- flow ----------*/
.professional #sec03 ol {
  width: 1072px;
}

.professional #sec03 ol li {
  position: relative;
  width: 196px;
  padding: 0 72px 40px 0;
}

.professional #sec03 h6 {
  padding: 5px;
  background: url(../professional/images/03article_title_bg.png);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.professional #sec03 ol p {
  margin-top: 10px;
  text-align: left;
  line-height: 1.7;
}

.professional #sec03 .li01,
.professional #sec03 .li02,
.professional #sec03 .li03,
.professional #sec03 .li04,
.professional #sec03 .li09,
.professional #sec03 .li10,
.professional #sec03 .li11,
.professional #sec03 .li12 {
  float: left;
}

.professional #sec03 .li05,
.professional #sec03 .li06,
.professional #sec03 .li07,
.professional #sec03 .li08 {
  float: right;
}

.professional #sec03 ol li:after{
  position: absolute;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
}

.professional #sec03 .li01:after,
.professional #sec03 .li02:after,
.professional #sec03 .li03:after,
.professional #sec03 .li09:after,
.professional #sec03 .li10:after,
.professional #sec03 .li11:after {
  top: 140px;
  right: 22px;
  background: url(../professional/images/03icon_arrow_rigth.png);
}

.professional #sec03 .li05:after,
.professional #sec03 .li06:after,
.professional #sec03 .li07:after {
  top: 140px;
  left: -52px;
  background: url(../professional/images/03icon_arrow_left.png);
}

.professional #sec03 .li04:after,
.professional #sec03 .li08:after {
  bottom: 0;
  left: 83px;
  background: url(../professional/images/03icon_arrow_under.png);
}

/*-- text ----------*/
.professional #sec03 ul {
  margin-bottom: 30px;
  padding-top: 30px;
  background: url(../common_img/bg_border01.png) no-repeat top;
  text-align: left;
  line-height: 1.7;
}

.professional #sec03 ul li {
  padding: 10px 0 10px 20px;
  background: url(../common_img/icon_bullet01.png) no-repeat 0 14px;
}


/*== section 4 ========================*/
.professional #sec04 h4 {
  position: relative;
  margin-bottom: 30px;
}

.professional #sec04 h4:after{
  position: absolute;
  z-index: 100;
  top: -20px;
  right: 0;
  display: block;
  width: 214px;
  height: 114px;
  background: url(../professional/images/04image.png) no-repeat;
  content: "";
}

.professional_youtube > ul li {
  width: 300px;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 40px;
  float: left;
}
.professional_youtube > ul li:nth-child(3n+1) {
  margin-left: 0;
}
.professional_youtube > ul li:nth-child(3n) {
  margin-right: 0;
}
.professional_youtube > ul li h5 {
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  background: -moz-linear-gradient(left, #664f90, #9c8db7);
  background: -webkit-linear-gradient(left, #664f90, #9c8db7);
  background: linear-gradient(to left, #664f90, #9c8db7);
}
.professional_youtube > ul li a:hover {
  opacity: 0.7;
}


/*============================================================
== 5. 商品紹介 (HOME/products/)
============================================================*/
/* selector (#container) */
.products {}


/*== intro ========================*/
.products #intro {
  width: 1000px;
  margin: 0 auto 30px;
}

.products #intro .text {
  margin: 10px auto;
  text-align: left;
  line-height: 1.7;
}


/*== section 1 ========================*/
.products #sec01 {
  width: 1000px;
  margin: 0 auto 20px;
}

.products #sec01 h4 {
  margin-bottom:30px;
}

.products #sec01 .repeat {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0 0 100px;
  background: url(../products/images/01repeat_bg.png) repeat-y left;
}

.products #sec01 h5 {
  position: absolute;
  top: 0;
  left: 0;
}

.products #sec01 .image {
  position: absolute;
  top: 40px;
  right: 0;
}

.products #sec01 .bloc02 .image {
  position: absolute;
  top: 80px;
  right: 0;
}

.products #sec01 .bloc04 .image {
  position: absolute;
  top: 60px;
  right: 0;
}

.products #sec01 .bloc05 .image {
  position: absolute;
  top: 15px;
  right: -30px;
}

.products #sec01 .lead {
  margin-bottom: 20px;
  background: url(../common_img/bg_border01.png) no-repeat bottom;
  text-align: left;
}

.products #sec01 .text {
  padding-bottom: 30px;
  text-align: left;
  line-height: 1.7;
}

.products #sec01 .photo {
  float: left;
  padding-right: 40px;
}


/*== section 2 ========================*/
.products #sec02 {
  width: 1000px;
  margin: 0 auto 20px;
}

.products #sec02 h4 {
  margin-bottom:30px;
}

/*-- block 1 ----------*/
.products #sec02 .bloc01 h5 {
  float: left;
  padding-right: 40px;
}

.products #sec02 .bloc01 .text {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: left;
  line-height: 1.7;
}

/*-- block 2,3 ----------*/
.products #sec02 .bloc02,
.products #sec02 .bloc03 {
  width: 1000px;
  margin: 0 auto;
}

.products #sec02 .bloc02 h5,
.products #sec02 .bloc03 h5 {
  padding: 40px 0 10px;
  text-align: left;
}

.products #sec02 .data {
  width: 1000px;
  background: url(..//professional/images/bg_box01.png);
}

.products #sec02 .data:before {
  display: block;
  width: 1000px;
  height: 30px;
  background: url(../professional/images/bg_box01top.png);
  content: "";
}

.products #sec02 .data:after {
  display: block;
  width: 1000px;
  height: 30px;
  background: url(../professional/images/bg_box01botm.png);
  content: "";
}

.products #sec02 table {
  width: 940px;
  margin: 0 auto;
  border-collapse: collapse;
}

.products #sec02 th {
  width: 220px;
  padding: 10px 0;
  border-top: 1px dotted #4d2d67;
  color: #4d2d67;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.products #sec02 td {
  padding: 10px 0;
  border-top: 1px dotted #4d2d67;
  text-align: left;
}

.products #sec02 tr:first-child th,
.products #sec02 tr:first-child td {
  border: none;
}


/*== section 3 ========================*/
.products #sec03 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  background: url(../products/images/03bg.jpg) no-repeat right top;
}

.products #sec03 h5 {
  margin-bottom: 30px;
  text-align: left;
}

.products #sec03 h6 {
  margin-bottom: 20px;
  color: #7e6c9d;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.products #sec03 .text {
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
  line-height: 1.7;
}

.products #sec03 .photo {
  float: left;
  padding-right: 40px;
}

.products #sec03 dl {
  text-align: left;
}

.products #sec03 dt {
  font-weight: bold;
}

.products #sec03 ul {
  overflow: hidden;
  list-style: inside disc;
  margin-bottom: 20px;
}


/*============================================================
== 6. 打ち直し・リフォームについて(HOME/reform/)
============================================================*/
/* selector (#container) */
.reform {}


/*== section 1 ========================*/
.reform #sec01 {
  width: 1000px;
  margin: 0 auto 20px;
}

.reform #sec01 h4 {
  margin-bottom:30px;
}

.reform #sec01 .photo {
  position: relative;
  float: right;
  margin-bottom: 20px;
  padding-left: 40px;
}

.reform #sec01 h5 {
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: left;
}

.reform #sec01 .text {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.7;
}

.reform #sec01 .note {
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
  line-height: 1.7;
}

/*== section 2 ========================*/
.reform #sec02 {
  width: 1000px;
  margin: 0 auto 30px;
}

.reform #sec02 h4 {
  margin-bottom:30px;
}

.reform #sec02 .repeat {
  overflow:hidden;
  margin-bottom: 20px;
}

.reform #sec02 .photo {
  float: right;
  padding-left: 40px;
}

.reform #sec02 h5 {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.reform #sec02 .text {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.7;
}


/*== section 3 ========================*/
.reform #sec03 {
  width: 1000px;
  margin: 0 auto;
}

.reform #sec03 h4 {
  margin-bottom:30px;
}

.reform #sec03 .repeat {
  overflow:hidden;
  margin-bottom: 20px;
}

.reform #sec03 .photo {
  float: left;
  padding-right: 40px;
}

.reform #sec03 h5 {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.reform #sec03 .text {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.7;
}

/*== section 4 ========================*/
.reform #sec04 {
  width: 1000px;
  margin: 0 auto 20px;
}

.reform #sec04 h4 {
  margin-bottom:30px;
}
.reform #sec04 ol{
 margin-bottom: 30px;
}
.reform #sec04 ol li {
  position: relative;
  width: 196px;
  margin-right: 69px;
  float: left;
  border:solid 1px #654f90;
}
.reform #sec04 ol p {
  margin: 10px 5px;
  text-align: left;
  line-height: 1.7;
}
.reform #sec04 ol li:after{
  position: absolute;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  top: 65px;
  right: -52px;
  background: url(../reform/images/04icon_arrow_rigth.png);
}
.reform #sec04 ol li.last{
	margin-right:0;
	margin-bottom:65px;
}
.reform #sec04 ol li.last:after{
	width: 100px;
	height: 60px;
	top: 137px;
	left: 50px;
	background: url(../reform/images/04icon_arrow_under.png);
}


.reform #sec04 li.bloc02{
	float:right;
	margin-left: 69px;
	margin-right:0;

}
.reform #sec04 ol li.bloc02:after{
  position: absolute;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  top: 65px;
  left: -52px;
  background: url(../reform/images/04icon_arrow_left.png);
}
.reform #sec04 li.bloc02.last{
	margin-bottom:0;
	margin-left:0;
}
.reform #sec04 li.bloc02.last:after{
	display: none;
}
.reform #sec04 li.bloc02 p.f12{ font-size:12px;}

/*============================================================
== 7. 店舗紹介 (HOME/shop/)
============================================================*/
/* selector (#container) */
.shop {}


/*== section 1 ========================*/
.shop #sec01 {
  width: 1000px;
  margin: 0 auto 50px;
  position: relative;
}

.shop #sec01 h4 {
  margin-bottom:30px;
}

.shop #sec01 .photo {
  float: right;
}

.shop #sec01 table {
  width: 560px;
  margin-left: auto;
  border-collapse: collapse;
  text-align: left;
  float: left;
}

.shop #sec01 th {
  width: 140px;
  padding: 12px 0;
  border-top: 1px dotted #4d2d67;
  color: #4d2d67;
  font-weight: normal;
  text-align: left;
}

.shop #sec01 td {
  padding: 12px 15px;
  border-top: 1px dotted #4d2d67;
  text-align: left;
}

.shop #sec01 tr:first-child th,
.shop #sec01 tr:first-child td {
  border: none;
}


/*== section 2 ========================*/
.shop #sec02 {
  width: 1000px;
  margin: 0 auto 50px;
}

.shop #sec02 h4 {
  margin-bottom:30px;
}

.shop #sec02 .map_img {
  float: right;
  width: 560px;
  height: 350px;
}

.shop #sec02 .map_img iframe {
  width: 100%;
  height: 100%;
}

.shop #sec02 .data {
  overflow: hidden;
  padding-top: 20px;
  text-align: left;
}

.shop #sec02 h5 {
  font-size: 16px;
  font-weight: bold;
}

.shop #sec02 .text {
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left;
  line-height: 1.7;
}

.shop #sec02 dl {
  margin-left: 20px;
}

.shop #sec02 dt {
  padding-left: 20px;
  background: url(../common_img/icon_bullet01.png) no-repeat 0 4px;
  color: #7e6c9d;
  font-weight: bold;
}

.shop #sec02 dd {
  margin-bottom: 20px;
  margin-left: 20px;
}


/*============================================================
== 8. 羽毛布団・仕立て替えについて (HOME/duvet/)
============================================================*/
/* selector (#container) */
ul.list_duvet li {
	background: url(../common_img/icon_bullet01.png) no-repeat 0 6px;
	padding: 2px 20px;
	text-align: left;
	line-height: 1.7;
}

.area_point {
	background: #FAFAFA;
	border: solid 1px #B40000;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #323232;
}
.area_point span {
	display: block;
	background: #B40000;
	margin-bottom: 4px;
	text-align: center;
	color: #FFFFFF;
}

.professional #sec03 .li10.bg_n:after {
	background: none;
}

.area_last_txt {
	background: #e6e6f5;
	border: dashed 2px #191E82;
	width: 424px !important;
	padding: 18px !important;
	font-size: 16px;
	color: #323232;
	float: left;
}
