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

/* ----------------------------------------------

	file / common/parts.css

---------------------------------------------- */


/**************************************************************************************************

汎用クラス

**************************************************************************************************/

.pad-15 { padding: 15px; }

.pad-tt {
	padding-top: 5px;
}

.pad-t10 {
	padding-top: 10px;
}

.pad-b5 {
	padding-bottom: 5px;
}

.pad-b10 {
	padding-bottom: 10px;
}
.pad-b20 {
	padding-bottom: 20px;
}
.pad-b30 {
	padding-bottom: 30px;
}

.block { display: block; }
.relative { position: relative; }
.clear { clear: both; }

.serif-jp {
    font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.t-price { font-size: 18px; }
.t-size { font-size: 12px; }

.txt-15 { font-size: 15px; }
.txt-16 { font-size: 16px; }
.txt-18 { font-size: 18px; }
.lh-26 { line-height: 26px; }
.bold { font-weight: bold; }

.both { clear: both; }

.txt-right { text-align: right; }
.txt-center { text-align: center; }

.red { color: #C00; }

.border01 { border: solid 1px #CCC; }

.f-image {
	width: 100%;
	height: auto;
}

a.link-style01 {
	color: #336699;
}


/**************************************************************************************************

事業案内設定

**************************************************************************************************/

/*----------------------------------------------
0: 共通設定
---------------------------------------------- */

#sideBar {
    float: left;
	position: sticky;
	top: 60px;
}

#sideBar h2 {
    padding-bottom: 50px;
}

#sideBar ul {
    display: block;
}

#sideBar li {
    padding-bottom: 5px;
}

#sideBar li.head{
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #5C5A13;
}
			
#contentsNavi {
    display: block;
}

#contentsNavi li {
    padding: 0px 0px 20px;
}

#contentsNavi a {
    display: block;
}

#resultsNavi {
    display: block;
}

#resultstsNavi li {
    padding-bottom: 5px;
}
		
.pageTitle {
	float: left;
}

.pageTitle-wide {
	display: block;
	padding-bottom: 40px;
	overflow: hidden;
}

.pageTitle-wide h3 {
	font: bold 28px/1.4 "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing: 0.1em;
}
.pageTitle-wide h3 span {
	display: block;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
	font-weight: normal;
	padding-top: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pageTitle-wide img {
	height: auto;
	width: 100%;
}

#finding {
	display: block;
	width: 700px;
}

.titleBar {
	padding-bottom: 36px;
}

.titleBar02 {
	width: 700px;
	padding: 0px 0px 40px;
}

.titleBar02 h4.other {
	border-bottom: 1px solid #D4CE98;
    padding-bottom: 10px;
    color: #7E7C44;
    font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.md-B10 {
    margin-bottom: 10px;
}

.md-B15 {
    margin-bottom: 15px;
}

.md-B20 {
    margin-bottom: 20px;
}

.md-B30 {
    margin-bottom: 30px;
}

.md-B40 {
    margin-bottom: 40px;
}

.md-B50 {
    margin-bottom: 50px;
}

.md-B60 {
    margin-bottom: 60px;
}

.md-T20 {
    margin-top: 20px;
}

.pd-R95 {
    padding-right: 95px;
}

.normal-btn {
	display: block;
	text-align: center;
}
.normal-btn a {
	padding: 7px 0;
	font: normal 13px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	display: block;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	background: url(../img/bt_back.jpg) repeat-x left bottom;
}
.normal-btn a:hover {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	text-decoration: none;
}
		

/**************************************************************************************************

home設定

**************************************************************************************************/

/*----------------------------------------------
0: 共通設定
---------------------------------------------- */

.top-main-area {
    width: 100%;
	padding: 60px 0px 60px 0px;
}

.top-main-box {
	width: 948px;
	margin: 0 auto 6px;
	padding: 5px;
	border: solid 1px #CCC;
	background: #FFF;
}

.top-main-box-left {
    float: left;
	width: 694px;
}
.top-main-box-right {
    float: right;
	width: 254px;
}
.top-sub-box {
	width: 960px;
	margin: 0 auto;
}
.top-sub-box-left, .top-sub-box-right {
    width: 464px;
	padding: 5px;
	border: solid 1px #CCC;
	background: #FFF;
}
.top-sub-box-left { float: left; }
.top-sub-box-right { float: right; }

.top-sub-box-left02, .top-sub-box-right02 {
    width: 302px;
	padding: 5px;
	border: solid 1px #CCC;
	background: #FFF;
}
.top-sub-box-left02 { float: left; margin-right: 9px; }
.top-sub-box-right02 { float: right; }

.contentsTitle {
    padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #d4ce9b;
}
.contentsTitle img { height: 23px; width: auto; }

#leftBox {
	float: left;
	padding-bottom: 60px;
}

#rightBox {
	float: right;
	padding-bottom: 60px;
}


/*三分割カラム*/

#three-col-area {
	padding-bottom: 20px;
	clear: both;
}
.three-col-box {
	width: 306px;
	margin-right: 21px;
	float: left;
}
.three-col-box:last-child { width: 306px; margin-right: 0px; }

/*renew*/

#home-bnr-box {
	display: block;
	width: 960px;
	margin: 0 auto;
}
#home-bnr-box img {
	width: 100%;
	height: auto;
}
#home-bnr-box .large {
	float: left;
	width: 680px;
}
#home-bnr-box .side {
	float: right;
	width: 270px;
}
#home-bnr-box .side .bnr {
	display: block;
	margin-bottom: 1px;
}

.home-topics01 {
	margin: 10px auto 0;
	display: block;
	max-width: 960px;
	border: solid 1px #CCC;
}

.swiper-container {
        width: 100%;
        height: auto;
		padding-bottom: 40px;
}
.swiper-slide {
        text-align: center;
		height: 128px !important;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-slide img {
	width: 100% !important;
	height: auto !important;
}

.home-bnr-col {
	display: block;
	width: 960px;
	margin: 20px auto 0;
}
.home-bnr-col img {
	width: 100%;
	height: auto;
}
.bnr-2col-left {
	width: 470px;
	float: left;
}
.bnr-2col-right {
	width: 470px;
	float: right;
}
.bnr-3col-left,
.bnr-3col-center {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.bnr-3col-right {
	width: 320px;
	float: right;
}
.bnr-2col-left a,
.bnr-2col-right a,
.bnr-3col-left a,
.bnr-3col-center a,
.bnr-3col-right a {
	display: block;
	border: solid 1px #ccc;
}


/*----------------------------------------------
4: 帛紗セットのご案内
---------------------------------------------- */

.fukusa-spec {
	margin-bottom: 8px;
	width: 306px;
}
.fukusa-spec li {
	float: left;
	width: 140px;
	display: block;
}

.three-col-box p.price {
	float: right;
	font-size: 18px;
	font-weight: bold;
}

.fukusa-att-box {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	padding: 20px;
	border: solid 1px #CCC;
	margin-bottom: 20px;
}

.fukusa-dvd-title { dispaly: block; padding: 30px 0 10px; margin-bottom: 40px; border-bottom: solid 1px #ccc; }

/*----------------------------------------------
1: 事業案内
---------------------------------------------- */

#businessInfo {
	width: 960px;
	margin-bottom: 60px;
	position: relative;
}

#businessInfo ul {
    
}

#businessInfo li {
    width: 300px;
    margin-right: 30px;
    float: left;
    display: block;
    
}
#businessInfo li:last-child { margin-right: 0; }
#businessInfo li a.image {
	border: solid 1px #ccc;
	display: block;
}
#businessInfo li a.image:hover {
	border: solid 1px #333;
}
#businessInfo li img { width: 100%; height: auto; }

#businessInfo h3 {
    padding: 15px 0 15px;
}

#businessInfo p {
	height: 100px;
    text-align: justify;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
}
	
#businessInfo .bt {
    padding-top: 20px;
}

	 
/*----------------------------------------------
2: お知らせ
---------------------------------------------- */

#newsRelease {
    width: 600px;
    float: left;
    position: relative;
}

#newsRelease .bt {
    position: absolute;
    top: 25px;
    right: 20px;
}

#newsRelease ul#tabBt {
    border-bottom: 1px solid #D4CE98;
}

#newsRelease ul#tabBt li {
    float: left;
    border-right: 1px solid #D4CE98;
}		
    
#newsRelease ul#tabBt li.btTab01 {
    width: 134px;
}

#newsRelease ul#tabBt li.btTab02 {
    width: 132px;
}

#newsRelease ul#newsList {
	padding-bottom: 10px;
}

#newsRelease ul#newsList li {
    padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: 1px solid #D4CE98;
}	

#newsRelease dl {
	display: block;
	position: relative;
}

#newsRelease dd {
    float: left;
	margin-right: 1em;
	display: none;
}

#newsRelease dt.home-newsText {
	float: left;
	width: 440px;
}

#newsRelease dt.home-newsText p {
}

#newsRelease dt.newsLink {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

					
/*----------------------------------------------
3: 会社案内
---------------------------------------------- */

#companyInfo {
	width: 300px;
}

#iogo-gaikan {
	padding-bottom: 20px;
}
#companyInfo strong.companytitle {
	font: normal 15px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	padding-bottom: 8px;
}
#companyInfo p.companyText {
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 20px;
}


/*----------------------------------------------
4: カタログバナー
---------------------------------------------- */

#home-banner-area {
	width: 960px;
	margin: 10px auto 0;
}

#home-banner-area .catalog-banner-left, #home-banner-area .catalog-banner-right {
    width: 474px;
}
#home-banner-area .catalog-banner-left { float: left; }
#home-banner-area .catalog-banner-right { float: right; }
#home-banner-area .catalog-banner-left a, #home-banner-area .catalog-banner-right a {
	display: block;
	border: solid 1px #ccc;
}
#home-banner-area .catalog-banner-left a:hover, #home-banner-area .catalog-banner-right a:hover {
	border: solid 1px #333;
}
#home-banner-area .catalog-banner-left a img, #home-banner-area .catalog-banner-right a img {
	width: 100%;
	height: auto;
}

/*----------------------------------------------
5: 今日庵リンク
---------------------------------------------- */

.home-topic-link {
	max-width: 960px;
	width: 100%;
    margin: 10px auto 0;
	display: table;
}
.home-topic-link a {
	display: block;
	border: solid 1px #ccc;
}
.home-topic-link a:hover {
	border: solid 1px #333;
}
.home-topic-link .left-box {
	display: table-cell;
	width: 70%;
	/*background-color: #416024;*/
	color: #333;
	vertical-align: middle;
	font: normal 16px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
.home-topic-link .right-box {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}


/**************************************************************************************************

事業案内設定

**************************************************************************************************/

	
/*----------------------------------------------
1: 事業案内TOP
---------------------------------------------- */

#businessTitle {
	padding-bottom: 20px;
	margin-bottom: 42px;
	border-bottom: 1px solid #d1cc96;
}
#businessTitle img { width: 100%; height: auto; }

#bs-main-box {
	width: 960px;
	position: relative;
	display: block;
	padding-bottom: 40px;
	/*margin-bottom: 20px;
	border-bottom: 1px solid #d1cc96;*/
}
#bs-main-box .main-text {
	position: absolute;
	top: 0;
	right: 240px;
	width: 480px;
}
#bs-main-box .main-text img { width: 100%; height: auto; }

#businessLink {
    position: relative;
}

#businessLink li {
    float: left;
    width: 280px;
}

#businessLink li.pd-R60 {
    padding-right: 60px;
}

#businessLink li h3 {
    padding-bottom: 10px;
}
	
#businessLink p {
    height: 90px;
    padding: 20px 0px 30px 0px;
    text-align: justify;
}
.biz-title-box {
	padding-bottom: 0px;
	
}
.biz-title-box.pd-bottom {
	padding-bottom: 28px;
	
}
.biz-body {
	padding-bottom: 40px;
}
.biz-body.end {
	padding-bottom: 0;
}
.biz-body p {
	font-size: 16px;
	line-height: 32px;
	color: #333;
	text-align: center;
}
.biz-body p.text-left {
	text-align: left;
}

				
/*----------------------------------------------
2: 式亭
---------------------------------------------- */

.shikitei-side-link {
	padding-top: 30px;
}
.shikitei-side-link .ttl {
	padding-bottom: 16px;
	display: block;
	font-size: 18px;
}
.shikitei-side-link ul {
	border-top: 1px dotted #d4ce9b;
}
.shikitei-side-link ul li {
	border-bottom: 1px dotted #d4ce9b;
	padding: 0!important;
}
.shikitei-side-link ul li a {
	display: block;
	font-size: 15px;
	height: 48px;
	line-height: 48px;
	padding: 0;
	opacity: 0.7;
	transition-duration: 0.25s;
}
.shikitei-side-link ul li a:hover {
	opacity: 1;
}
.shikitei-side-link ul li a.current {
	font-weight: bold;
	opacity: 1;
}
#seikaBox {
	width: 700px;
	position: relative;
}
	
#seikaBox .Lbox {
    float: left;
	width: 170px;
	padding-bottom: 40px;
}

#seikaBox .Rbox {
	float: right;
	width: 170px;
	padding-bottom: 40px;
}

#seikaBox dl {
    position: relative;
}

#seikaBox dd {
    width: 170px;
}

#seikaBox dt.name {
    padding: 18px 0px 15px 0px;
}

#seikaBox dt p {
    text-align: justify;
    padding: 0px 0px 15px 0px;
}		

#seikaBox dt strong {
    color: #5C5A13;
}
#btShikitei {
    width: 700px;
    text-align: center;
    clear: both;
    padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #979d68;
}
#btShikitei ul {
	width: 100%;
}
#btShikitei ul li {
	margin-bottom: 10px;
}
#btShikitei ul li:last-child {
	margin-bottom: 0;
}

#btShikitei ul li a {
	display: block;
    margin: 0px auto;
	background-color: #6a7d24;
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	height: 52px;
	transition-duration: 0.25s;
}
#btShikitei ul li a:hover,
#btShikitei ul li a.current:hover {
	background-color: #516800;
	color: #fff;
}
#btShikitei ul li a.current {
	color: rgba(255,255,255,0.3);
}

#catalogInfo {
	float: left;
	padding-top: 20px;
	width: 332px;
}

#catalogTopimage {
    width: 665px;
    float: right;
    margin-bottom: 40px;
}

#catalogBox {
	width: 700px;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #979d68;
}

#catalogBox #catalogLeft {
    width: 332px;
    float: left;
	border-right: 1px dotted #979d68;
}

#catalogBox #catalogRight {
    width: 302px;
    float: left;
    padding-left: 30px;
}

#catalogBox #catalogRight #formLink {
    padding-top: 25px;
}

#catalogBox #catalogLeft #catalogShikitei {
    width: 140px;
    float: left;
    margin: 0px 20px 0px 0px;
}

#catalogBox #catalogLeft dl {
    width: 172px;
    display: block;
    float: right;
}

#catalogBox #catalogLeft dt {
    padding-bottom: 15px;
}

#catalogBox #catalogLeft dt span {
	font-size: 12px;
}

#catalogBox #catalogLeft dd {
    padding-bottom: 5px;
}

#catalogBox #catalogLeft dd.faxDl {
    padding-top: 15px;
}

#catalogBox #catalogLeft dd span.catalogArrow {
    padding-left: 16px;
    background: url(../../img/business/arrow-catalog.gif) no-repeat left 2px;
}

#catalogBox #new-catalogInfo-left {
    width: 287px;
    padding-right: 20px;
    margin-right: 20px;
    float: left;
    border-right: 1px solid #333333;
}

#catalogBox #new-catalogInfo-right {
    float: left;
}

#catalogBox #new-catalogInfo-right p, #catalogBox #old-catlogInfo p {
    padding-bottom: 10px;
}

#catalogBox #new-catalogInfo-right a, #catalogBox #old-catlogInfo a {
    font-size: 15px;
}

#catalogBox #old-catlogInfo {
    padding-top: 25px;
    margin-top: 25px;
    float: left;
    width: 700px;
    border-top: 1px solid #d4ce9b;
}

#order-infoBox #order-title {
	padding-bottom: 15px;
}
	
		
#shikitei-Product {
	width: 700px;
	position: relative;
	float: right
}
	
.shikitei-ProductBox {
	width: 700px;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #979d68;
}
.shikitei-ProductBox:last-child {
	border-bottom: none;
}

.shikitei-ProductBox .pruductImage {
    width: 340px;
    float: left;
}
.shikitei-ProductBox .pruductImage img {
	width: 100%;
	height: auto;
}

.shikitei-ProductBox .pruductSpec {
	width: 330px;
	float: right;
}

.shikitei-ProductBox h4 {
    font: bold 20px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 16px;
	letter-spacing: 0.1em;
}

.shikitei-ProductBox .productText {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d4ce9b;
    text-align: justify;
}
.productText p {
	font-size:15px;
	line-height: 1.6;
}
.productText p.small {
	font-size: 14px;
}
.productText p span.doukon,
.productText p span.jyouon,
.productText p span.sanchi,
.productText p span.reitou {
	margin-right: 0.5em;
}
.productText p span.none {
	display: none;
}
.shikitei-ProductBox .ico-list span {
	padding-right: 0;
}
.shikitei-ProductBox .productText span.icon01 {
	/*background: url(../../img/business/icon01.gif) no-repeat 0 center;*/
	padding-right: 8px;
}
.shikitei-ProductBox .productText span.icon02 {
	/*background: url(../../img/business/icon02.gif) no-repeat 0 center;*/
	padding-right: 8px;
}
.shikitei-ProductBox .productText span.icon03 {
	/*background: url(../../img/business/icon03.gif) no-repeat 0 center;*/
	padding-right: 8px;
}
.shikitei-ProductBox .productText span.icon04 {
	/*background: url(../../img/business/icon04.gif) no-repeat 0 center;*/
	padding-right: 8px;
}
.shikitei-ProductBox .productText span.icon05 {
	/*background: url(../../img/business/icon05.gif) no-repeat 0 center;*/
	padding-right: 8px;
}
.shikitei-ProductBox .productText span.icon06 {
	/*background: url(../../img/business/icon06.gif) no-repeat 0 center;*/
	padding-right: 8px;
}

.shikitei-ProductBox .priceBox {
	text-align: right;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	
.shikitei-ProductBox .price {
	float: right;
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
}

.shikitei-ProductBox .price span.gram {
    padding-right: 16px;
	font-size: 14px;
}

.shikitei-ProductBox .price span.figure {
    font-size: 20px;
}

.shikitei-bnr-box {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #979d68;
}
.shikitei-bnr-box ul {
	width: 100%;
}
.shikitei-bnr-box ul li {
	width: 49%;
	float: left;
}
.shikitei-bnr-box ul li:last-child {
	padding-left: 2%;
}
/*.shikitei-bnr-box ul li {
	width: 50%;
	margin: 0 auto;
}*/
.shikitei-bnr-box ul li a {
	display: block;
	border-radius: 0;
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	border: solid 1px rgba(0,0,0,0.05);
}
.shikitei-bnr-box ul li a:hover {
	background-color: rgba(255,255,255,0.8);
}
.shikitei-tea-image {
    border: 1px dotted #d4ce9b;
    margin-bottom: 40px;
}
.shikitei-tea-box-ttl-l {
	font-size: 24px;
	padding-bottom: 16px;
	display: block;
}
.shikitei-tea-box-ttl-s {
	font-size: 14px;
	display: block;
	padding-bottom: 30px; 
}
.shikitei-tea-box-ttl-l.end {
	padding-top: 40px; 
}
.shikitei-tea-box {
	margin-bottom: 30px;
}
.shikitei-tea-box.end {
	margin-bottom: 0;
}
.shikitei-tea-box .ttl {
	display: block;
	font-size: 20px;
	color: #fff;
	padding: 12px;
}
.shikitei-tea-box .ttl.color-01 {
	background-color: #86619b;
}
.shikitei-tea-box .ttl.color-02 {
	background-color: #90904d;
}
.shikitei-tea-box .ttl.color-03 {
	background-color: #2c413a;
}
.shikitei-tea-box .spec {
	display: -webkit-flex;
    display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding: 20px 0;
	border-bottom: 1px dotted #d4ce9b;
}
.shikitei-tea-box .spec .nodo {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.shikitei-tea-box .spec .nodo.lt {
	background-color: #c3cba0;
}
.shikitei-tea-box .spec .nodo.st {
	background-color: #4d7a49;
}
.shikitei-tea-box .spec .spec-ttl {
	font-size: 20px;
	padding-left: 20px;
	color:#000;
}
.shikitei-tea-box .spec .spec-ttl span {
	margin-left: 8px;
	font-size: 60%;
}
.shikitei-tea-box .spec .price-40,
.shikitei-tea-box .spec .price-100 {
	font-size: 14px;
}
.shikitei-tea-box .spec .price-40 span,
.shikitei-tea-box .spec .price-100 span {
	font-size: 20px;
	margin-left: 10px;
}
.shikitei-tea-box .spec .price-40 {
	margin-left: auto;
	margin-right: 24px;
}

/*----------------------------------------------
2: 数寄屋建築
---------------------------------------------- */

#sukiyaResults {
	position: relative;
} 

#sukiyaResults .resultsBox {
	width: 700px;
	height: 190px;
}

#sukiyaResults .resultsBox .imgBox {
    width: 250px;
    height: 180px;
    float: left;
}		

#sukiyaResults .resultsBox ul {
    width: 410px;
    float: right;
}

#sukiyaResults .resultsBox li {
    border-bottom: 1px solid #D4CE98;
    padding-bottom: 5px;
    margin-bottom: 10px;
}	

#sukiyaResults .resultsBox .resultsSpec {
	float: left;
	width: 60px;
}

#sukiyaResults .resultsBox .resultsText {
	display: block;
	width: 350px;
    float: right;
}

#sukiyaResults .resultsBox .btResults {
    float: right;
	padding-top: 5px;
}

#sukiyaResults .pd-B30 {
	padding-bottom: 30px;
}

#btResultsbox {
    width: 700px;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #D4CE98;
}

#btResultsbox #btResults {
    width: 273px;
    margin: 0px auto;
}

#sukiyaInfo {
    width: 790px;
    padding: 40px 0px 0px;
}
	 

/*----------------------------------------------
3: 和親棚・学校茶道具教材
---------------------------------------------- */

#tyadouguBox01 {
	width: 700px;
    padding: 0px 0px 40px;
	position: relative;
}

#tyadouguBox02 {
	width: 700px;
	position: relative;
}
	
.leftBox {
    width: 360px;
    float: left;
}

.rightBox {
    width: 250px;
    float: right;
}

.leftBox #unitBlock-Top {
    display: block;
}			

.leftBox #unitBlock-Bottom {
    display: block;
}
	
.leftBox #unitBlock-Top h3, .leftBox #unitBlock-Bottom h3 {
    margin: 0px 0px 20px 0px;
}

.leftBox #unitBlock-Top p {
    display: block;
    margin: 0px 0px 30px 0px;
}

.leftBox #unitBlock-Top p span {
    font-size: 18px;
    margin-bottom: 10px;
	display: block;
}

.leftBox #unitBlock-Top .catarogImage, .leftBox #unitBlock-Bottom .catarogImage {
    width: 140px;
    float: left;
    margin: 0px 20px 0px 0px;
}

.leftBox #unitBlock-Top dl, .leftBox #unitBlock-Bottom dl {
    width: 200px;
    display: block;
    float: right;
}

.leftBox #unitBlock-Top dt, .leftBox #unitBlock-Bottom dt {
    padding-bottom: 15px;
}

.leftBox #unitBlock-Top dt span, .leftBox #unitBlock-Bottom dt span {
    font-size: 15px;
}

.leftBox #unitBlock-Top dd, .leftBox #unitBlock-Bottom dd {
    padding-bottom: 5px;
}

.leftBox #unitBlock-Top dd.faxDl, .leftBox #unitBlock-Bottom dd.faxDl {
    padding-top: 15px;
}

.leftBox #unitBlock-Top dd span.f14, .leftBox #unitBlock-Bottom dd span.f14 {
    font-size: 14px;
}

.leftBox #unitBlock-Top dd span.catalogArrow, .leftBox #unitBlock-Bottom dd span.catalogArrow {
    padding-left: 16px;
    background: url(../../img/business/arrow-catalog.gif) no-repeat left 2px;
}

.rightBox .ws-Image {
    width: 250px;
}	
	
#tyado-productInfo {
    width: 360px;
    margin-top: 30px;
}		


/**************************************************************************************************

事業実績設定

**************************************************************************************************/

/*----------------------------------------------
1: 事業案内TOP
---------------------------------------------- */

.timelineBox {
	width: 700px;
	border-bottom: 1px solid #D4CE98;
	float: right;
}	

.timelineBlock {
	padding-bottom: 20px;
	width: 700px;
}

.timeLineImage {
    width: 100px;
    height: 80px;
    float: left;
}

.timelineBox dl {
    width: 570px;
    float: right;
    position: relative;
}
	
.timelineBox dt {
    position: absolute;
    top: 0px;
	right: 0px;
	font-size: 15px;
}

.timelineBox dd {
    padding-top: 25px;
    color: #5C5A13;
}

.timelineBox dd a {
    text-decoration: underline;
}

.timelineBox dd a:hover {
    text-decoration: none;
}

	
/*----------------------------------------------
2: 事業案内CONTENTS
---------------------------------------------- */

#resultsBox {
	width: 700px;
	position: relative;
}
	
#resultsBox-L {
	width: 400px;
	float: left;
	position: relative;
}

#resultsBox-L02 {
	width: 665px;
	margin-right: 40px;
	float: left;
	position: relative;
}

#resultsBox-R {
    width: 255px;
	float: right;
}
		
#resultsBox-L dl {
	width: 400px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D4CE98;
	position: relative;
}
#resultsBox-L dl:last-child { border-bottom: none; }

#resultsBox-L dd {
	width: 270px;
	float: right;
	text-align: justify;
}	

#resultsBox-L dd.w370 {
    width: 370px;
}

#resultsBox-L dt {
    width: 100px;
    float: left;
}

#resultsBox-L02 dl {
	width: 700px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D4CE98;
	position: relative;
}
#resultsBox-L02 dl:last-child { border-bottom: none; }

#resultsBox-L02 dd {
    width: 565px;
    float: right;
}	

#resultsBox-L02 dt {
    width: 100px;
    float: left;
}
	
#resultsBox-R .imgBox {
    padding-bottom: 25px;
}

#bt-Sukiyapdf {
	padding: 20px 85px 0px 85px;
	width: 200px;
}

.assembled-box01 {
	padding-bottom: 40px;
}
.assembled-price {
	margin: 20px 0;
	border: solid 1px rgba(0,0,0,0.15);
	padding: 28px;
	background-color: rgba(255,255,255,0.3);
}
.assembled-price .pics {
	float: right;
	width: 50%;
	border: solid 1px rgba(0,0,0,0.15);
}
.assembled-price .spec {
	float: left;
	width: 40%;
}
.assembled-price .spec strong {
	font-size: 18px;
	padding-bottom: 8px;
	display: block;
}
.assembled-price .spec p span.price {
	font-size: 16px;
}
.asseemble-contact {
	margin: 60px 0 20px;
	border: solid 1px #ddd;
	text-align: center;
	padding: 32px 20px;
	color: #333;
	background-color: rgba(255,255,255,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.asseemble-contact strong {
	font-size: 18px;
	line-height: 1.7;
	display: block;
	padding-bottom: 12px;
}
.asseemble-contact p span.spec {
	display: block;
}
.asseemble-contact p span.name {
	font-weight: bold;
	font-size: 16px;
}
.asseemble-contact .tel {
	display: block;
	padding: 20px 0;
	font-size: 36px;
	font-weight: normal;
}
.btn-assemble {
	display: block;
	margin-top: 40px;
}
.btn-assemble .new {
    position: absolute;
    z-index: 1000;
    top: -1px;
    right: -1px;
    width: 44px;
    height: 44px;
	cursor: pointer;
}


/*----------------------------------------------
3: 茶道関連事業／DVDのご案内
---------------------------------------------- */

#dvd-main-image {
	padding: 40px 0px;
}

.dvd-video {
	float: left;
	width: 450px;
}
.dvd-video h3.bk-back {
	background: #000;
	padding: 5px;
	color: #FFF;
	display: block;
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.dvd-video p {
    padding-top: 10px;
}

.dvd-main-area {
	width: 960px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #333333;
}

.dvd-main-area02 {
	width: 960px;
	padding-bottom: 40px;
	margin-bottom: 10px;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #333333;
}

.dvd-content-box {
	float: right;
	width: 450px;
}

.dvd-content-box02 {
	float: left;
	width: 450px;
}

.dvd-content-box03 {
	float: right;
	width: 450px;
}

.dvd-content-box h2, .dvd-content-box02 h2 {
	padding-bottom: 20px;
}

.dvd-main-txt {
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333333;
}

.dvd-spec {
	padding: 20px 0;
	/*border-bottom: 1px dotted #333333;*/
}

.dvd-spec .dvd-catalog {
	float: left;
	width: 117px;
	padding-right: 5px;
}

.dvd-spec .dvd-spec-txt {
	float: right;
	width: 320px;
}

#dvd-spec #dvd-spec-txt p strong {
	display: block;
	padding-bottom: 8px;
	font-size: 13px;
}

.dvd-spec .dvd-spec-txt p.price, .price02 {
	float: right;
	font-size: 18px;
	font-weight: bold;
}

.price02 {
	text-align: right;
	line-height: 26px;
}

.dvd-order {
	padding-top: 20px;
}

.dvd-order h3 {
	padding-bottom: 20px;
}

.dvd-order #dvd-order-bt {
	padding-bottom: 30px;
}

.dvd-order #dvd-order-info {
	padding-bottom: 10px;
}

#dvd-order-info-box {
	padding-bottom: 25px;
}

#dvd-order-info-box h2 {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 15px;
}

#dvd-pey-info, .dvd-pey-info02 {
	padding-bottom: 10px;
}

#dvd-pey-info h3, .dvd-pey-info02 h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d4ce9b;
}

#dvd-pey-info .pey-info-txt, .dvd-pey-info02 .pey-info-txt {
	padding-bottom: 20px;
}

#dvd-pey-info .pey-info-txt strong {
	font-size: 15px;
}

#dvd-privacy-info h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d4ce9b;
}

#dvd-order-form-info {
	padding-bottom: 30px;
	border-bottom: 1px solid #d4ce9b;
}

#dvd-order-form-info h2 {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 15px;
}

.dvd-order-form-catalog {
	padding: 20px 0;
	border-bottom: 1px solid #d4ce9b;
}

#dvd-order-form-catalog {
	padding: 20px 0;
	border-bottom: 1px solid #d4ce9b;
}

.order-box { }

.form-catalog {
	float: left;
	width: 150px;
	padding-right: 0px;
}

#form-catalog {
	float: left;
	width: 112px;
	padding-right: 30px;
}

.form-catalog-spec { float: left; }

#form-catalog-spec {
	float: left;
	width: 208px;
}

.order-num {
	font-size: 15px;
	padding-bottom: 10px;
}

#dvd-order-form { }

#dvd-order-form #first-order, #dvd-order-form #first-order02 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d4ce9b;
}

#dvd-order-form .ft-order {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d4ce9b;
}

/*テーブル*/

table.order-list-tbl {
	width: 100%;
}
table.order-list-tbl th, table.order-list-tbl td {
	padding: 0px 0px 10px;
	font-size: 13px;
	line-height: 21px;
}
table.order-list-tbl th {
	width: 80px;
	text-align: left;
	color: #333;
	vertical-align: middle;
}

table.dvd-order-tbl, table.dvd-order-tbl02 {
	margin: 15px 0 0 0;
}

table.dvd-order-tbl th, table.dvd-order-tbl td, table.dvd-order-tbl02 th, table.dvd-order-tbl02 td {
	padding-bottom: 15px;
}

table.dvd-order-tbl th, table.dvd-order-tbl02 th {
	width: 180px;
	font: bold 14px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
table.dvd-order-tbl th {
	vertical-align: middle;
}
table.dvd-order-tbl02 th {
	vertical-align: top;
}

.order-tbl-spec {
    font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

.order-tbl-thamb {
    float: left;
	margin-right: 10px;
}

table.dvd-order-tbl td, table.dvd-order-tbl02 td {
	width: 520px;
	float: right;
}

table.dvd-order-tbl td select, table.dvd-order-tbl02 td select {
	width: 300px;
}

table.dvd-order-tbl td input[type="text"] {
	width: 510px;
	height: 20px;
	background-color: #E2DEBC;
	padding: 5px;
}

table.dvd-order-tbl02 td input[type="text"] {
	width: 60px;
	height: 15px;
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #CCCCCC;
	margin-right: 10px;
}

table.dvd-order-tbl td textarea, table.dvd-order-tbl02 td textarea {
	border: none;
	width: 510px;
	height: 150px;
	padding: 5px;
	background-color: #E2DEBC;
	max-width: 510px;
}

#dvd-order-form span {
	padding-left: 180px;
}

#secound-order {
	padding-bottom: 25px;
}

#third-order {
	padding-bottom: 30px;
	
}

#secound-order h3, #third-order h3 {
	font: normal 18px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #897c54;
	padding: 5px;
	margin-bottom: 20px;
	color: #fff;
	width: 690px;
}

button#dvd-order-form-bt {
	width: 230px;
	height: 50px;
	float: right;
	background: url(../../img/business/bt-dvd-order-form.gif) no-repeat 0 0;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}

.catalog-spec-list dt {
	float: left;
}

.catalog-spec-list dd {
	margin-left: 80px;
}

		
		
/**************************************************************************************************

会社案内設定

**************************************************************************************************/

/*----------------------------------------------
1: 概要・ご挨拶
---------------------------------------------- */

#headText {
	width: 700px;
	padding: 0px 0px 30px;
}

#headText p {
	font-size: 15px;
	line-height: 1.9;
	text-align: justify;
}

#sign {
    padding: 30px 0;
	display: block;
	text-align: right;
}
#headText strong {
	font-size: 18px;
	font-weight: normal;
}

.gaiyoList {
	width: 700px;
	position: relative;
	float: left;
    border-bottom: 1px dotted #D4CE98;
	margin-bottom: 13px;
}
.gaiyoList:last-child { border-bottom: none; }

.gaiyoList dt {
    width: 120px;
    float: left;
}

.gaiyoList dt strong {
    color: #5B5811;
}
	
.gaiyoList dd {
	width: 580px;
	float: right;
}
.gaiyoList dt, .gaiyoList dd {
	padding-bottom: 13px;
    
}

/*----------------------------------------------
1: アクセス
---------------------------------------------- */

#accessHeadbox {
    width: 700px;
}
	
#accessHead {
	width: 700px;
	float: right;
	border-top: 1px solid #D4CE98;
	padding: 20px 0px 0px;
	margin: 0px 0px 40px;
}

#accessHead #companyImage {
    width: 240px;
    padding-right: 20px;
    float: left;
}

#accessHead dl {
	width: 380px;
	float: right;
}

#accessHead dt {
	font-size: 16px;
	padding-bottom: 15px;
}

#accessMap {
    width: 700px;
}

#accessMap #googleMap {
	width: 700px;
	height: 300px;
	border: 1px solid #D4CE98;
}			

#accessMap #btMap {
    padding-top: 30px;
}

#accessMap #btMap #leftBt {
    float: left;
	width: 49%;
}

#accessMap #btMap #rightBt {
    float: right;
	width: 49%;
}
#accessMap #btMap #leftBt img, #accessMap #btMap #rightBt img {		
    width: 100%;
	height: auto;
}
	
				
/**************************************************************************************************

お知らせ設定

**************************************************************************************************/

#news {
	position: relative;
	width: 700px;
}
	
.newsBox {
    width: 700px;
    padding-bottom: 36px;
    border-bottom: 1px solid #D4CE98;
}

.newsImage {
    width: 98px;
    height: 98px;
    float: left;
    background: #FFFFFF;
	display:none;
}	
	
.newsText {
    width: 100%;
    float: left;
}

.newsDate {
    padding-bottom: 5px;
    /*margin-bottom: 20px;
    border-bottom: 1px solid #D4CE98;*/
}

.newsText dl {
	overflow: hidden;
	display: block;
}

.newsText dt {
    padding-bottom: 15px;
    font-size: 15px;
}

.btNews-link {
    width: 128px;
    padding-top: 15px;
    float: right;
}	

#month {
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D4CE98;
    color: #7E7C44;
    font-size: 18px;
}	
					
/**************************************************************************************************

お問い合わせ設定

**************************************************************************************************/

#contactText {
	width: 100%;
    padding-bottom: 20px;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #D4CE98;
}

#contactText span {
    color: #BF0000;
}	

#contactForm {
    clear: both;
}

#contactForm .contact-category {
	float: left;
	width: 200px;
	padding-top: 5px;
}

#contactForm .contactTable {
    margin-bottom: 20px;
	width: 700px;
	float: right;
	display: block;
}

#contactForm .contactTable th {
    width: 535px;
    padding: 5px 0px;
}

#contactForm .contactTable td {
    width: 165px;
    padding: 5px 0px;
}

#contactForm .contactTable th input {
    width: 513px;
    padding: 5px;
	background: #E2DEBC;
	border: 1px solid #D4CE98;
}

#contactForm .contactTable th textarea {
	width: 513px;
	padding: 5px;
	background: #E2DEBC;
	border: 1px solid #D4CE98;
	overflow: hidden;
}

#btContact {
    border-top: 1px solid #D4CE98;
    padding-top: 20px;
}

#btContactBox {
    width: 230px;
    margin: 0px auto;
}


/**************************************************************************************************

ご注文設定

**************************************************************************************************/

#orderText {
    width: 700px;
    padding-bottom: 30px;
}

#orderText strong {
    font-size: 15px;
	display: block;
	padding-bottom: 5px;
}

#orderStep {
	width: 678px;
	margin-bottom: 30px;
	border: 1px solid #D4CE98;
	padding: 5px 10px;
}

#orderStep li {
	float: left;
}

#orderStep li span {
	color: #897C54;
}

#orderText span {
    color: #BF0000;
}	

#orderForm {
    width: 700px;
    float: right;
}

#orderForm h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

#orderForm h3.left-side {
	width: 165px;
	float: left;
	padding-bottom: 0;
}

#orderForm h3 span {
	font-size: 12px;
	font-weight: normal;
}

#orderForm .orderTable {
    margin-bottom: 35px;
}

#orderForm .orderTable02 {
    margin-bottom: 35px;
	border-top: 1px solid #D4CE98;
	border-left: 1px solid #D4CE98;
}

#orderForm .orderTable th {
    width: 165px;
    padding: 10px 0px 10px 0px;
	font-weight: bold;
}

#orderForm .orderTable02 th.left {
    width: 166px;
    padding: 10px;
	font-weight: bold;
	border-right: 1px solid #D4CE98;
	border-bottom: 1px solid #D4CE98;
	background: none repeat scroll 0 0 #E2DEBC;
}

#orderForm .orderTable02 td.left02 {
    width: 535px;
    padding: 0px 0px 10px 0px;
}

#orderForm .orderTable td {
	font-weight: normal;
}

#orderForm .orderTable02 td.right {
	width: 514px;
	padding: 10px 0px 10px 10px;
	border-right: 1px solid #D4CE98;
	border-bottom: 1px solid #D4CE98;
}

#orderForm .orderTable td span.mini {
	font-size: 11px;
	line-height: 18px;
}

#orderForm .orderTable td.box1 {
    width: 535px;
    padding: 10px 0px;
}

#orderForm .orderTable td.box2 {
    width: 535px;
	padding-bottom: 10px;
}

#orderForm .orderTable td.box3 {
    width: 535px;
	padding-bottom: 5px;
}

#orderForm .orderTable td.box4 {
    width: 535px;
	padding-bottom: 20px;
}

#orderForm .orderTable td input.w-40 {
    width: 40px;
    padding: 5px;
	background: #E2DEBC;
	border: 1px solid #D4CE98;
}

#orderForm .orderTable td input.w-80 {
    width: 80px;
    padding: 5px;
	background: #E2DEBC;
	border: 1px solid #D4CE98;
}

#orderForm .orderTable td input.w-180 {
    width: 180px;
    padding: 5px;
	background: #E2DEBC;
	border: 1px solid #D4CE98;
}

#orderForm .orderTable td input.w-523 {
    width: 523px;
    padding: 5px;
	background: #E2DEBC;
	border: 1px solid #D4CE98;
}

#orderForm .orderTable td select {
}

#orderForm .orderTable td textarea {
	width: 523px;
	max-width: 523px;
	padding: 5px;
	background: #E2DEBC;
	border: 1px solid #D4CE98;
	overflow: hidden;
}

#btContact {
    border-top: 1px solid #D4CE98;
    padding-top: 20px;
	clear: both;
}

#btContactBox {
    width: 230px;
    margin: 0px auto;
}

			

/**************************************************************************************************

その他の設定

**************************************************************************************************/

/*----------------------------------------------
0: 共通設定
---------------------------------------------- */

#otherHeadtext {
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #D4CE98;
	font-size: 15px;
	line-height: 1.4;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*----------------------------------------------
1: sitemap
---------------------------------------------- */

.sitemapBox {
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #D4CE98;
	position: relative;
    width: 700px;
}
.sitemapBox:last-child { border-bottom: none; }

.sitemapBox dt {
    padding-right: 40px;
    font-size: 15px;
    line-height: 18px;
    float: left;
	width: 240px;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}

.sitemapBox dt span {
    font-size: 12px;
}

.sitemapBox dd {
    width: 420px;
    padding-bottom: 10px;
    float: right;
}

.sitemapBox dd span {
    background: url(../../img/other/arrow-sitemap.gif) no-repeat left 2px;
    padding: 0px 0px 10px 22px;
}			


/*----------------------------------------------
2: sitepolicy・privacypolicy
---------------------------------------------- */

.policyBox {
    width: 700px;
	position: relative;
	border-bottom: 1px solid #D4CE98;
}

.policyBox dt {
    font-size: 15px;
    padding: 20px 0px 10px 0px;
}

.policyBox dd {
    padding-bottom: 20px;
}

.policyBox dd.last {
     padding: 20px 0px 10px 0px;
}

.policyBox dd.last02 {
    float: right;
    padding-top: 20px;
    text-align: right;
}


/*----------------------------------------------
2: link
---------------------------------------------- */

#link-info {
    width: 650px;
    margin: 0px auto;
    padding: 150px 0px 150px 0px;
}
	
.linkBox {
	border-bottom: 1px solid #D4CE98;
	padding-bottom: 10px;
	position: relative;
}

.linkBox h4 {
    float:left;
}

.linkBox .bt-weblink {
    float:right;
    padding-top: 12px;
}

/**************************************************************************************************

オンラインストア設定

**************************************************************************************************/

/*----------------------------------------------
0: 共通設定
---------------------------------------------- */

.store-main-image {
	width: 960px;
	display: block;
	padding-bottom: 60px;
}
.store-main-image img { width: 100%; height: auto; }

.st-category {
	width: 960px;
	margin-bottom: 60px;
	position: relative;
}

.st-category ul {
    
}

.st-category li {
    width: 300px;
    margin-right: 30px;
    float: left;
    display: block;
    
}
.st-category li:last-child { margin-right: 0; }
.st-category li a.image {
	border: solid 1px #ccc;
	display: block;
}
.st-category li a.image:hover {
	border: solid 1px #333;
}
.st-category li img { width: 100%; height: auto; }

.st-category h3 {
    padding: 5px 0 15px;
}

.st-category p {
    height: 90px;
    text-align: justify;
	font-size: 12px;
	line-height: 1.5;
	display: block;
	margin-top: 15px;
}
	
.st-category-btn, .st-thumbnail-btn {
	display: block;
	text-align: center;
}
.st-category-btn a, .st-thumbnail-btn p {
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	display: block;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	letter-spacing:0.1em;
}
.st-category-btn a  { padding: 12px 0; font-size: 14px; line-height: 1.4; }
.st-thumbnail-btn p { padding: 8px 0; margin-top: 10px; font-size: 13px; line-height: 1.4; }

.st-category-btn a:hover, .st-thumbnail-btn p:hover {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	text-decoration: none;
}
.st-category-btn a.shikitei, .st-thumbnail-btn p.shikitei         { background: #6c9b73; }
.st-category-btn a.school, .st-thumbnail-btn p.school             { background: #ca6855; }
.st-category-btn a.constraction, .st-thumbnail-btn p.constraction { background: #546b7e; }

.st-postage {
	width: 60px;
	display: block;
	padding: 3px 6px;
	background: #930;
	margin-top: 5px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

/*----------------------------------------------
2: サムネイル設定
---------------------------------------------- */

.st-thumbnail {
	clear: both;
	padding-bottom: 40px;
}
.st-thumbnail li {
	float: left;
	width: 225px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.st-thumbnail li:nth-child(4n+4) {
  margin-right: 0px;
}
.st-thumbnail li a {
	background: url(../../img/store/thumbnail_back.png) repeat left top; 
	display: block;
	padding: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #191919;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:    0 0 2px rgba(0,0,0,.2);
	-o-box-shadow:      0 0 2px rgba(0,0,0,.2);
	box-shadow:         0 0 2px rgba(0,0,0,.2);
}
.st-thumbnail-s { height: 370px; }
.st-thumbnail li a:hover {
	background: #fff;
	text-decoration: none;
}
.st-thumbnail li a .image {
	display: block;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:    0 0 2px rgba(0,0,0,.2);
	-o-box-shadow:      0 0 2px rgba(0,0,0,.2);
	box-shadow:         0 0 2px rgba(0,0,0,.2);
}
.st-thumbnail li a .image img { width: 100%; height: auto; }
.st-thumbnail li a .title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	height: 70px;
	display: block;
}
.st-thumbnail li a .spec span.content, .st-detail-check span.content {
	font-size: 12px;
	line-height: 1.4;
	display: block;
	min-height: 18px;
}
.st-thumbnail li a .spec span.price, .st-detail-check span.price {
	font-size: 18px;
	line-height: 1.4;
	display: block;
}
.st-thumbnail li a .spec span.price span, .st-detail-check span.price span {
	font-size: 12px;
}

/*特集サムネイル*/

.ftr-thumbnail { clear: both; padding-bottom: 40px; }
.ftr-thumbnail img { width: auto; height: 110px; }
.ftr-thumbnail-left-arrow { float: left; margin-right: 20px; }
.ftr-thumbnail-right-arrow { float: right; }
.ftr-thumbnail-bnr { float: left; margin-right: 20px; }

/*----------------------------------------------
3: ページリンク設定
---------------------------------------------- */

.st-page-link-box-top { margin-bottom: 60px; }

.st-page-link-box {
	padding-bottom: 50px;
}
.st-page-link-box-in {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../../img/store/store_navi_back.png) repeat-x left bottom;
}
.st-page-link-box-in li {
	float: left;
	width: 240px;
	background: #f6f5eb;
	border-left: solid 1px #d4ce9b;
}
.st-page-link-box-in li a {
	display: block;
	height: 55px;
}
.st-page-link-box-in li.top { width: 235px; }
.st-page-link-box-in li.current { background: url(../../img/store/store_navi_current.png) no-repeat center bottom; }
.st-page-link-box-in li:last-child { border-right: solid 1px #d4ce9b; }

.st-page-link-box-in li a img {
	width: 100%;
	height: auto;
}
.sticky .st-page-link-box {
	position:fixed;
	top:0;
	z-index: 1000;
}

/*----------------------------------------------
4: 各商品ページ設定
---------------------------------------------- */

.st-page-title {
	padding-bottom: 0px;
	color: #191919;
	position: relative;
}
.st-page-title img { width: 100%; height: auto; }
.st-page-title h2 {
	display: block;
}
.st-page-title h3 {
	display: block;
	padding-bottom :15px;
}
.st-page-title strong {
	font: normal 14px/1.6 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	padding-bottom: 60px;
}
.st-page-title .sub-copy {
	position: absolute;
	top: 48px;
	right: 20px;
	width: 460px;
}
.st-page-title .sub-copy p {
	font: normal 14px/1.6 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #f6f5eb;
}
.st-att-box {
	padding: 15px 0;
	border-top: 1px dotted #9b9984;
	border-bottom: 1px dotted #9b9984;
	margin-bottom:30px;
}
.st-att-box p {
	font: normal 13px/1.6 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #5c5a13;
}
.st-page-title-copy {
	display: block;
	padding: 40px 0 60px;
	font: normal 15px/1.5 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.st-page-title p {
	font-size: 13px;
	line-height: 1.4;
}
.st-detail-box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: dotted 1px #9b9984;
}
.st-detail-box:last-child { border-bottom: none; }
.st-detail-box img { width: 100%; height: auto; }
.st-detail-box .image {
	float: left;
	width: 195px;
	margin-right: 30px;
}
.st-detail-box .spec {
	float: left;
	width: 330px;
	color: #191919;
}
.st-detail-box .spec h3 {
	font: bold 17px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	padding-bottom: 8px;
}
.st-detail-box .spec p {
	display: block;
	padding-bottom: 20px;
	font: 13px/1.5 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: justify;
}
.st-detail-box .spec .btn {
	width: 230px;
}
.st-detail-box .check-box {
	float: right;
	width: 320px;
	color: #191919;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.check-box-input-title {
	padding: 3px;
	margin-bottom: 10px;
	display: block;
	border: solid 1px #d4ce9b;
	text-align: center;
	border-radius: 3px;
}
.check-box-input-title strong {
	font-weight: normal;
	font-size: 12px;
}
.st-detail-check {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #d4ce9b;
}
.st-detail-check:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.st-detail-check .st-price {
	float: left;
	width: 220px;
}
.st-detail-check .st-num {
	float: right;
	width: 80px;
}
.st-detail-check .st-num input[type="text"] {
	width: 40px;
	height: 25px;
	padding: 6px;
	border: solid 1px #ccc;
	margin-top: 1px;
	margin-right: 10px;
	text-align: center;
	border-radius: 3px;
	background: #fff;
}
input[type="text"] {
    background-color: transparent;
    transition-duration: 0.5s;
}
input[type="text"]:focus {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
input[type="submit"] {
    transition-duration: 0.5s;
}
.st-submit-box {
	padding: 40px 80px;
	background: url(../../img/store/pay_btn_back.jpg) repeat-x left bottom;
	box-shadow: inset 0 0 10px rgba(0,0,0,.05);
	border-radius: 3px;
	margin-bottom: 60px;
	clear: both;
}
.st-submit-box p {
	font: bold 14px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	padding-bottom: 15px;
	text-align: center;
}
input#btn-check-submit[type="submit"] {
    background: #a55238 url(../../img/store/process_btn_back.jpg) repeat-x left bottom;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center;
	font: 18px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	cursor:pointer;
	width: 100%;
}
input#btn-check-submit[type="submit"]:hover {
    background-color: #000;
}
.st-guide-box {
	width: 100%;
	padding-bottom: 50px;
}
.st-guide-box img { width: 100%; height: auto; }
.st-guide-box .col-left {
	width: 30%;
	float: left;
}
.st-guide-box .col-center {
	width: 30%;
	margin: 0 5%;
	float: left;
}
.st-guide-box .col-right {
	width: 30%;
	float: left;
}
.st-guide-box-in { padding-bottom: 15px; }
.st-guide-box-in h3 {
	font: bold 16px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	padding-bottom: 10px;
}
.st-guide-box-in p {
	text-align: justify;
	display: block;
}

/*----------------------------------------------
5: 購入手続き設定
---------------------------------------------- */

.st-step-box img { width: 100%; height: auto; }

.st-item-check {
	padding-bottom: 5px;
}
.st-item-check p.cart {
	display: block;
	padding-bottom: 10px;
}
.st-item-check .item-list {
	width: 700px;
	float: left;
}
.st-item-check .item-price {
	width: 240px;
	float: right;
}

.item-price table {
	float: right;
    width: 240px;
}
.item-price th {
    color: #fff;
	font-weight: normal;
	line-height: 1.4;
	padding: 2px 0;
	margin-bottom: 5px;
}
.item-price td {
    padding: 10px 0;
	font-size: 13px;
	line-height: 1.4;
}
.item-price th.total {
    background: none repeat scroll 0 0 #5a3d1c;
    text-align: center;
}
.item-price td.total {
    text-align: left;
}
.item-price td.total dl {
  width: 230px;
}
.item-price td.total dt {
  float: left;
  clear: left;
  width: 110px;
  padding-bottom: 3px;
}
.item-price td.total dd {
  float: left;
  width: 120px;
  text-align: right;
  padding-bottom: 3px;
}
.item-price td.total dd.bold { font-weight: bold; }

.item-list table {
    float: left;
    width: 700px;
}
.item-list th {
    color: #fff;
	font-weight: normal;
	line-height: 1.4;
	padding: 2px 0;
	margin-bottom: 5px;
}
.item-list td {
    padding: 10px 0;
	font-size: 13px;
	line-height: 1.4;
}
.item-list tr { border-bottom: 1px solid #d4ce9b; }
.item-list tr:last-child { border-bottom: none; }

.item-list .name {
    width: 277px;
}
.item-list th.name {
    background: none repeat scroll 0 0 #9b9984;
	border-right: solid 1px #f6f5eb;
    text-align: center;
}
.item-list td.name {
    text-align: left;
}
.item-list td.name dl {
  width: 277px;
}
.item-list td.name dt {
  float: left;
  clear: left;
  width: 60px;
}
.item-list td.name dd {
  float: left;
  width: 217px;
}
.item-listt .price {
    width: 140px;
}
.item-list th.price {
    background: none repeat scroll 0 0 #9b9984;
	border-right: solid 1px #f6f5eb;
    text-align: center;
}
.item-list td.price {
    text-align: center;
}
.item-list .qty {
    width: 140px;
}
.item-list th.qty {
    background: none repeat scroll 0 0 #9b9984;
	border-right: solid 1px #f6f5eb;
    text-align: center;
}
.item-list td.qty {
    text-align: center;
}
.item-list .subtotal {
    width:140px;
}
.item-list th.subtotal {
    background: none repeat scroll 0 0 #9b9984;
    text-align: center;
}
.item-list td.subtotal {
    text-align: center;
}
.st-item-check-end {
	border-top: solid 1px #d4ce9b;
	padding: 10px 0 60px;
}
.st-item-check-end02 {
	padding: 10px 0 60px;
}
.st-item-check-end .left, .st-item-check-end02 .left {
	float: left;
	width: 700px;
}
.st-item-check-end .left p { padding-top: 4px; }
.st-item-check-end .right, .st-item-check-end02 .right {
	float: right;
	width: 240px;
}

.st-ft-order { padding-bottom: 60px; }

.custom {
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.custom > select {
    font-size: 13px;
    padding: 6px 0px 6px 0px;
}

span.customSelect {
	font-size:13px;
	line-height: 1;
	background: #fff url(../img/select_back.jpg) repeat-x bottom left;
	color:#191919;
	padding: 10px 10px;
	border:1px solid #dadada;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectInner {
	background:url(../img/select_arrow.png) no-repeat center right;
}

table.st-check-tbl {
	width: 100%;
}
table.st-check-tbl th, table.st-check-tbl td {
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.4;
	border-bottom: dotted 1px #d4ce9b;
}
table.st-check-tbl th {
	width: 180px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}

.st-complete-contact {
	padding-bottom: 60px;
	color: #191919;
}
.st-complete-contact strong {
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}
.st-complete-contact h3 {
	font: normal 30px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	padding-bottom: 5px;
}
.st-complete-contact h3 span {
	font-size: 13px;
	margin-left: 10px;
}
.st-complete-contact a {
	color: #336699;
}

/*----------------------------------------------
6: 設計施工設定
---------------------------------------------- */

.csr-main-box {
	padding-bottom: 80px;
}
.csr-main-box img {
	width: 100%;
	height: auto;
}
.csr-main-box h3 {
	display: block;
	padding-bottom: 30px;
}
.csr-main-box-in {
}
.csr-main-box-in .left {
	float: left;
	width: 460px;
}
.csr-main-box-in .right {
	float: right;
	width: 460px;
}
.csr-main-box-in strong {
	display: block;
	padding-bottom: 15px;
}
.csr-main-box-in p {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 20px;
}
.csr-contact-pad-b20 {
	padding-bottom: 30px;
}
.csr-contact-sub-title {
	display: block;
	padding: 5px 0 5px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #d4ce9b;
}
.csr-contact-sub-title strong {
	font: bold 15px/1.4 "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #191919;
}
.csr-detail-link {
	width: 720px;
	background: #f4f1da;
	padding: 50px 120px;
	display: block;
	margin-bottom: 60px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,.1);
	-o-box-shadow: inset 0 0 20px rgba(0,0,0,.1);
	box-shadow: inset 0 0 20px rgba(0,0,0,.1);
}
.csr-detail-link img { width: 100%; height: auto; }

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 10px 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 4px;
  background-color: #f6f5eb;
  border: solid 1px #d4ce9b;
  vertical-align: middle;
  cursor: pointer;
  width: 200px;
}
.radio:hover, .checkbox:hover {
  background-color: #fff;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 2px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*----------------------------------------------
7: ポップアップ設定
---------------------------------------------- */

.cb-box {
	width: 700px;
	margin: 0 auto;
	padding: 30px 20px;
}



.btn-green {
  background-color: #5C5A13;
	padding: 16px;
	font-weight: bold;
	color: #fff!important;
	text-align: center;
	display: block;
}
