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




/***************
	contents
***************/

#contents{
	width: 1000px;
	margin: 0 auto;
	color: #333;
}

#contents a img{
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all .1s ease;
}

#contents a:hover img{
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: “alpha( opacity=75 )”;
}

/*---------------------
	ページ内リンク
---------------------*/
.page_link{
	margin: 50px 0 40px;
	text-align: center;
	font-size: 0;
}

.page_link li{
	display: inline-block;
	background-color: #EEE;
	font-size: 15px;
	*display: inline;
	*zoom: 1;
	min-width: 140px;
	width: auto !important;
	width: 140px;
	margin-right: 9px;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.page_link li:hover{
	background-color: #CCC;
}

.page_link li span{
	vertical-align: middle;
	font-size: 14px;
}

.page_link li a{
	color: #005D3B;
	text-decoration: none;
	display: block;
	padding: 8px;
}


/*---------------
	畳の価格
---------------*/

#content1 h3{
	margin-bottom: 35px;
}
#content1 dl dt{
	font-size: 20px;
	color: #B25900;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#content1 dl.exchange dt{
	margin-bottom: 5px;
	position: relative;
	padding-bottom: 20px;
}

#content1 dl.exchange dt .description{
	display: block;
	letter-spacing: -1px;
}

#content1 dl.exchange dt .pdf{
	position: absolute;
	right: 235px;
	bottom: 9px;
}

#content1 dl.exchange dt .comment{
	position: absolute;
	right: 0;
	bottom: 0;
}

#content1 dl.exchange dt .comment p {
	text-align: center;
	background: url(../images/tatami/bg_comment_btn.png) no-repeat;
	height: 37px;
}

#content1 dl.exchange dt .comment p a{
	background-color: #FFF;
    display: block;
    width: 203px;
    margin: 0 auto;
}

#content1 dl dt span{
	font-weight: normal;
	color: #333;
	font-size: 16px;
}

#content1 .exchange{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}

#content1 table th,
#content1 table td {
	border: 1px solid #999;
    vertical-align: middle;
}

/********************************************
    畳表替え価格（江戸間）
********************************************/
#content1 .exchange table {
    width: 100%;
}
#content1 .exchange th {
	background-color: #005E3B;
	color: #FFF;
	font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
#content1 .exchange .item th {
}
#content1 .exchange .item th:nth-of-type(1) {
    width: 165px;
}
#content1 .exchange .item th:nth-of-type(2) {
    width: 150px;
}
#content1 .exchange .item th:nth-of-type(3) {
    font-weight: normal;
}
#content1 .exchange .status th {
    background-color: #A0B967;
    width: 120px;
}
#content1 .exchange .status th span {
    font-weight: normal;
    color: #333;
    display: block;
    font-size: 12px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#content1 .exchange .product td {
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    padding: 10px 0;
}
#content1 .exchange .most {
    background-color: #FCE0A6;
}
#content1 .exchange .most .product_name {
    position: relative;
}
#content1 .exchange .most .product_name img {
    position: absolute;
    left: -52px;
    top: 4px;
}
#content1 .exchange .product :not(.comment) {
    text-align: center;
}
#content1 .exchange .product .comment {
    padding: 10px;
}
#content1 .exchange .product .comment .pop {
    display: inline-block;
    background-color: #D80000;
    color: #FFF;
    font-weight: bold;
    padding: 0 5px;
    margin-right: 5px;
}
#content1 .exchange .product .comment .red {
    color: #D80000;
    font-weight: bold;
}
#content1 .exchange .product .price {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 30px;
    font-weight: bold;
	color: #D80000;
    line-height: 1;
}
#content1 .exchange td.product_name{
	font-size: 14px;
	color: #333;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
#content1 .exchange .product .length,
#content1 .exchange .product .weight,
#content1 .exchange .product .tateito {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
#content1 .exchange .product .tateito {
    font-size: 22px;
}
#content1 .exchange .product .length .num,
#content1 .exchange .product .weight .num,
#content1 .exchange .product .tateito .num {
    font-size: 24px;
    font-family: Arial, Helvetica, "sans-serif";
}
#content1 .exchange .product .tateito .plus {
    display: block;
    line-height: .8;
}
#content1 .exchange .product_name span {
	display: block;
	font-size: 40px;
    font-weight: bold;
	color: #004000;
	line-height: 1.4;
	letter-spacing: 0.3em;
	padding-left: 0.3em;
}
#content1 .exchange .clump {
    display: inline-block;
    vertical-align: middle;
}
#content1 .exchange .floor {
    font-size: 25px;
    font-weight: bold;
    margin-right: 20px;
}
#content1 .exchange .product_name .three_letters{
	letter-spacing: 0;
	padding-left: 0;
}
#content1 .exchange .product_name .exception{
	font-size: 33px;
	letter-spacing: -0.1em;
	padding-left: 0;
	margin-top: 0.2em;
}
#content1 .exchange th.photo{
	letter-spacing: 1em;
	padding-left: 1em;
}
#content1 .exchange .annotation{
	margin: 15px 0 40px;
}

#content1 .exchange .example h4 {
	font-size: 20px;
    color: #B25900;
    font-weight: bold;
	margin-bottom: 7px;
}


/* 畳床 */
#content1 .tatamidoko {
	padding-bottom: 37px;
}

#content1 .tatamidoko dd{
	color: #333;
	margin-bottom: 15px;
}

#content1 .tatamidoko .text01{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 25px;
}

#content1 .tatamidoko table {
    width: 100%;
}
#content1 .tatamidoko th,
#content1 .tatamidoko td {
	border: 1px solid #999;
	vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
}
#content1 .tatamidoko td:not(.comment) {
    text-align: center;
}
#content1 .tatamidoko .item th {
	font-size: 16px;
	color: #FFF;
    font-weight: bold;
	background-color: #005E3B;
	line-height: 2;
    letter-spacing: 0;
}
#content1 .tatamidoko .item th:nth-of-type(1) {
    width: 250px;
}
#content1 .tatamidoko .item th:nth-of-type(2) {
    width: 185px;
}
#content1 .tatamidoko .item th:nth-of-type(3) {
    width: 190px;
}
#content1 .tatamidoko td {
	padding: 10px;
}
#content1 .tatamidoko .type {
	font-size: 22px; 
	font-weight: bold;
	color: #003F00;
}
#content1 .tatamidoko .photo{
	padding: 5px;
}
#content1 .tatamidoko .price {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 30px;
    font-weight: bold;
    color: #D80000;	
    line-height: 1;
}
#content1 .tatamidoko .tax {
    display: block;
}
#content1 .tatamidoko .disposal .fee {
    display: inline-block;
    padding-top: 20px;
}
#content1 .tatamidoko .disposal td {
    padding: 0;
    border-top: 3px solid #999;
}
#content1 .tatamidoko .disposal .type2 {
    width: 100px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    background-color: #F4F9E3;
    display: inline-block;
    float: left;
}



/*-------------------
	畳表の選び方
-------------------*/
#content2{
	margin-bottom: 40px;
}

#content2 h3{
	margin-bottom: 40px;
}

#content2 .inner{
	width: 950px;
	margin: 0 auto;
}

#content2 .text01{
	line-height: 1.5em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
	margin-bottom: 34px;
	letter-spacing: -0.03em;
}

#content2 .text01 .red{
	color: #D80000;
	font-weight: bold;
}

#content2 .text01 .green{
	color: #007939;
	font-weight: bold;
}

#content2 ul li{
	width: 460px;
	background-color: #FFF7DF;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#content2 ul li:nth-child(odd){
	float: left;
	clear: left;
}

#content2 ul li:nth-child(even){
	float: right;
	clear: right;
}

#content2 ul li h4{
	background-color: #FFEFBF;
	font-size: 22px;
	font-weight: bold;
	color: #007939;
	padding: 5px 14px;
}

#content2 ul li h4 img{
	vertical-align: middle;
	margin-right: 10px;
}

#content2 ul li .box{
	padding: 15px;
}

#content2 ul li .box .text02{
	line-height: 25px;
	font-size: 16px;
	width: 225px;
	margin-left: 7px;
	float: left;
	letter-spacing: -1px;
}

#content2 ul li .box .photo{
	float: right;
}

#content2 ul li.clearfix{
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.4em;
}

#content2 ul li .left_box{
	float: left;
	width: 232px;
	box-sizing: border-box;
	border-right: 4px solid #FFF;
	min-height: 301px;
	height: auto !important;
	height: 301px;
}

#content2 ul li .left_box p{
	padding: 10px;
}

#content2 ul li .right_box{
	float: right;
	width: 228px;
	min-height: 301px;
	height: auto !important;
	height: 301px;
}

#content2 ul li .right_box p{
	box-sizing: border-box;
	height: 102px;
	padding: 30px 20px 0;
}


/*-------------------
	ヘリの選び方
-------------------*/

#content3{
	padding-bottom: 63px;
}

#content3 h3{
	margin-bottom: 50px;
}

#content3 .heri{
	width: 954px;
	margin: 0 auto 10px;
}

#content3 .heri li{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

#content3 .heri li a{
	display: block;
}

#content3 .heri a:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}

/* ヘリポップアップ */
.lity{
	background: none;
	transition: inherit;
}

.lity-container{
	width: 240px;
	height: 450px;
	background-color: #FFF;
	border: 3px solid #FFF;
	border-radius: 10px;
}

.lity-image img{
	margin: 0 auto;
	padding-top: 35px;
}

.lity-content{
	height: 100%;
	border: 12px solid #555;
	border-radius: 10px;
}

.lity-content:after{
	-webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close{
	color: #555;
	right: -webkit-calc(50% - 140px);
	right: calc(50% - 140px);
	top: -webkit-calc(50% - 250px);
	top: calc(50% - 250px);
	width: 60px;
	height: 60px;
	font-size: 60px;
	background-color: #FFF;
	border: 3px solid #555;
	border-radius: 50%;
}



.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	color: #555;
	font-size: 60px;
	right: -webkit-calc(50% - 140px);
	right: calc(50% - 140px);
	top: -webkit-calc(50% - 250px);
	top: calc(50% - 250px);
	width: 60px;
	height: 60px;
	background-color: #FFF;
	border: 3px solid #555;
	border-radius: 50%;
}

.lity-close:hover,
.lity-close:active{
	top: -webkit-calc(50% - 249px);
	top: calc(50% - 249px);
	transition: inherit;
}

#content3 .annotation {
	margin-bottom: 40px;
	line-height: 1.4em;
}

#content3 .link{
	width: 1000px;
	box-sizing: border-box;
	padding-left: 103px;
}

#content3 .link li{
	float: left;
	margin-right: 28px;
}

#content3 .box3{
	margin-bottom: 40px;
}

#content3 .box3 .box-left{
	width: 450px;
	float: left;
}

#content3 .box3 .box-right{
	width: 520px;
	float: right;
}

#content3 .box3 p{
	line-height: 1.5em;
	letter-spacing: -1px;
}

#content3 .box3 .text1{
	margin-bottom: 10px;
}

#content3 .box3 .text1 .red{
	color: #D80000;;
	font-weight: bold;
}