@charset "utf-8";

/* ==================================================================
	tourou
=================================================================== */


#tourou section.contentsDetails{
}

#tourou section p.txt{
	font-size:116%;
	margin-bottom:5%;
}

#tourou section dl.showRoom{
	margin-bottom:5%;
}

#tourou section dl.showRoom dt{
	background:#1a885e;
	font-size:180%;
	color:#fff;
	padding:2% 3%;
	margin-bottom:2%;
	font-weight: bold;
}

#tourou section dl.showRoom dd{
	font-size:116%;
}

#tourou section dl.showroomphoto{
	margin-bottom:3%;
}

#tourou section dl.showroomphoto dt{
	margin-bottom:2%;
}

#tourou section dl.showroomphoto dd{
	border-left:3px solid #1a885e;
	padding-left:2%;
	font-size:150%;
	font-weight:bold;
}

#tourou section p.bnr{
	margin-bottom:5%;
}


#tourou section.contentsDetails ul.item-list{
	overflow: hidden;
}

#tourou section.contentsDetails ul.item-list li{
	width:48%;
	margin-right:3%;
	float:left;
	margin-bottom: 7%;
	position: relative;
	padding-bottom: 7%;
}

#tourou section.contentsDetails ul.item-list li:nth-child(2n){
	margin-right:0;
}

#tourou section.contentsDetails ul.item-list li .StoneImg{
	margin-bottom: 5%;
}

#tourou section.contentsDetails ul.item-list li .StoneImg table{
	width: 65%;
	float: left;
}

#tourou section.contentsDetails ul.item-list li .StoneImg table tr{
	padding: 3% 0;
    display: block;
    vertical-align: top;
    border-bottom: 1px solid #cdcdcd;
}

#tourou section.contentsDetails ul.item-list li .StoneImg table th{
	width: 5em;
}

#tourou section.contentsDetails ul.item-list li .StoneImg table td{
}

#tourou section.contentsDetails ul.item-list li .StoneImg p.stoneimg{
	display:inline-block;
	float:right;
}

#tourou section.contentsDetails ul.item-list li .bgcolor{
	background:#e7e7e7;
	padding:4%;
	font-size: 90%;
	clear: both;
}

#tourou section.contentsDetails ul.item-list li .bgcolor p{
	margin-bottom:0;
}

#tourou section.contentsDetails ul.item-list li .bgcolor p span{
	color:#f01;
}

#tourou section.contentsDetails ul.item-list li p.btn{
	margin: 6% 0 0;
	border-radius: 5px;
	background: #bc0d32;
	width: 100%;
    position: absolute;
    bottom: 0;
}

#tourou section.contentsDetails ul.item-list li p.btn a{
	display:block;
	font-size: 125%;
	text-align:center;
	color:#fff;
	padding: 3%;
	text-decoration:none;
}

#tourou section.contentsDetails ul.item-list li p.btn a:after{
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#tourou section.contentsDetails table.price{
	border-collapse: collapse;
	width: 100%;
	border:1px solid #e5e5e5;
	margin-bottom: 3%;
}

#tourou section.contentsDetails table.price tr{
	border-bottom:1px dotted #999999;
}

#tourou section.contentsDetails table.price th{
	width: 5em;
    background: #d4d4d4;
    padding: 3%;
}
#tourou section.contentsDetails table.price td{
	width: 16em;
    background: #f6f6f6;
    text-align: center;
    padding: 3%;
	border-right:1px solid #e5e5e5;
}
	
#tourou section.contentsDetails table.price td span{
	font-size:116%;
	font-weight: bold;
}

#tourou section.contentsDetails dl.estimate_appeal{
	overflow: hidden;
	margin-bottom: 3%;
}

#tourou section.contentsDetails dl.estimate_appeal dt{
	background:#14694b;
	display:inline-block;
	color:#fff;
	font-size: 180%;
    width: 34%;
    text-align: center;
	padding:2% 3%;
	font-weight:bold;
	float: left;
}

#tourou section.contentsDetails dl.estimate_appeal dd{
	width: 53%;
    float: right;
	margin-right:3%;
}

#tourou section.contentsBox .comment{
	border:1px solid #afabab;
	padding:4%;
	margin-bottom:10%;
}

#tourou section.contentsBox .last{
	margin-bottom:5%;
}

#tourou section.contentsBox .comment p{
	font-size:116%;
	margin-bottom:0;
}


#tourou section p.img{
	margin-bottom:7%;
}

#tourou section .combination{
	border: 3px solid #eed6a2;
    padding: 3%;
	margin-bottom:7%;
}

#tourou section .combination table.price{
	width:100%;
}

#tourou section .combination table.price td{
	text-align: center;
}

#tourou section .combination table.price td.txt{
	font-size:150%;
	width: 65%;
}

#tourou section .combination table.price td.txt span.red{
	color:#f01;
}

#tourou section .combination table.price td.img{
	text-align: right;
	width:35%;
}

#tourou section .Caution{
	margin-bottom:4%;
	background: #333;
    padding: 2%;
    font-size: 116%;
}

#tourou section .Caution p{
	color:#fff;
	margin-bottom:0;
}

#tourou section .staffImg{
	margin-bottom: 6%;
}


#tourou section .contactarea{
	margin-bottom: 6%;
}




@media only screen and
(max-width : 640px) {
    
    #tourou section.contentsBox img {
        width: 100%;
    }
    #tourou section.contentsBox{
        margin: 0 3% 30px;
    }

    #tourou p.txt {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 1.75;
    }
	

#tourou section.contentsDetails ul.item-list li .StoneImg table {
    width: auto;
    float: none;
	margin-bottom: 7%;
}
#tourou section.contentsDetails ul.item-list li .StoneImg p.stoneimg {
    display: block;
    float: none;
	margin-bottom: 7%;
}

#tourou section.contentsDetails table.price th {
	display: block;
    width: auto;
}

#tourou section.contentsDetails table.price td {
    width: auto;
    display: block;
}

#tourou section.contentsDetails ul.list li p.btn {
    margin: 8% 0 0;
}

#tourou section.contentsDetails ul.list li p.btn a {
    font-size: 110%;
	padding: 5% 18%;
}

#tourou section .combination table.price td {
    text-align: center;
}

#tourou section .combination table.price td.txt {
    width: auto;
    display: block;
	font-size: 135%;
}

#tourou section .combination table.price td.img {
    text-align: center;
    width:auto;
	display: block;
}

#tourou section .combination table.price td.img img{
	width:70%;
}

#tourou section.contentsDetails dl.estimate_appeal {
    margin-top: 7%;
}

#tourou section.contentsDetails dl.estimate_appeal dt {
    display: block;
	width: auto;
    float: none;
	margin-bottom:2%;
	font-size: 180%;
    padding-bottom: 0;
}

#tourou section.contentsDetails dl.estimate_appeal dd {
    width: auto;
    float: none;
    margin-right: 0;
}

}