@charset "UTF-8";

/*子テーマ用「base.css」*/
.container{
	padding: 0;
	max-width: 100%;
}

.row{
	margin-right: 0;
	margin-left: 0;
}

.main-body h2,
.main-body h3,
.main-body h4,
.main-body h5,
.main-body h6{
	line-height: 1.8;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
body {
	font-size:1.2rem;
}
@media only screen and (min-width: 1200px){
	.site-header, .global-nav, .main-body, .site-footer {
		min-width:1100px;
	}
	.site-header-in, .global-nav-in, .main-image-in, .main-image-in-text, .main-image-in-text-cont, .main-body-in, .site-footer-in {
		width:1110px;
	}
	.main-image-in-text.wide .main-image-in-text-cont {
		width:1110px;	
	}
}
.site-header {
	background-image: url('https://roominkoko.escube.me/wp-content/themes/keni7_child/images/topb1.jpg');
}
.site-footer img#simbol {
	background:#3eb883;
	width:100%;	
	height:100%;
}
.br_p {
	display:block;
}
.global-nav-in li a {
	font-size:1rem;
}
.main-copy {
	color:darkred;
	font-size:1.8em;
}
.sub-copy {
	color:darkred;
	text-shadow: 1px 1px 0 #fff
}
.site-footer-conts-area {
	margin:10px;
	padding:10px;
}
.site-footer-nav li {
	display:block;
	background:none;
}
ul.site-footer-nav li:first-child {
	margin-left:10px;
}
ul.site-footer-nav ul.sub-menu{
	margin-left:30px;
}
ul.site-footer-nav ul.sub-menu li {
	display:block;
	background:none;
	padding:0px;
	text-align:left;
}
div#hofun ,tr#hof{
	display:none !important;
}
/***************************/
div.list_pic_print {
	display:none;
}
/***************************/
.dpoint1 {
	font-size: 26px;
	font-weight: normal;
	color: #C00;
	float:left;
	padding: 4px;
	line-height: 1.2;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.dpoint2 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	float:left;
	padding: 4px;
	line-height: 1.5;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.dpoint3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: inline;
}

.dpoint4 {
	font-size: 28px;
	color: #000;
	display: inline;
	font-weight: bold;
}
.list_price dt, .list_price dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CAE7F4;
}
.list_detail dt {
	display: inline;
	font-weight: normal;
	color: #333;
}
.list_detail dd {
	display: inline;
	color: #333;
	margin: 0 0.6em 0 0.4em;
	padding: 0px;
}
.list_detail .list_price {
	background: -moz-linear-gradient(left, #ebf6fc, #fff);
	background: -webkit-gradient(linear, left top, right top, from(#ebf6fc), to(#fff));
	background-color: #ebf6fc;
	line-height: 2;
	margin: 0px;
	padding: 0 0 4px 1em;
}
.list_detail #list_other_table table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 2px;
	padding-bottom: 2px;
}
.list_detail #list_other_table table th {
	border-right:1px dotted #CCC;
	border-bottom: 1px solid #EEEEEE;
	line-height: 1.2;
	padding: 0.5em;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	color: #444;
	width: 20%;
}
.list_detail #list_other_table table td {
	line-height: 1.2;
	padding: 0.5em;
	margin: 0;
	white-space: normal;
	width: 30%;
	border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 782px){
	.list_detail #list_other_table table th,.list_detail #list_add_table table th {
		display:block;
		border-right:1px dotted #CCC;
		border-bottom: 1px solid #EEEEEE;
		line-height: 1.2;
		padding: 0.5em;
		margin: 0;
		white-space: nowrap;
		text-align: left;
		color: #444;
		width: 100%;
	}
	.list_detail #list_other_table table td,.list_detail #list_add_table table td {
		display:block;
		line-height: 1.2;
		padding: 0.5em;
		margin: 0;
		white-space: normal;
		width: 100%;
		border-bottom: 1px solid #EEEEEE;
	}
}
/*******************/
#list_simplepage .list_details_button {
	clear:both;
	display: block;
	color:#00329B;
	font-size:13px;
	font-weight:bold;
	background-color: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.49, #eeeeee), color-stop(0.5, #dddddd), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 49%, #dddddd 50%, #ffffff 100%);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eeeeee',GradientType=0 ); /* ie */
-	webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow:0px 1px 0px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	height: 24px;
	width:208px;
	border: 1px solid #999;
	margin: 0 0 3px 0;
	padding-top: 3px;
	letter-spacing: 0.1em;
}
#list_simplepage a:link,a:visited .list_details_button{ text-decoration: none; }
#list_simplepage a:hover .list_details_button{
	color: #39F;
	text-decoration: underline;
}
dl.list_price_others {
	/*display:none !important;*/
}
li.wtown {
	display:inline-block;
}
@media only screen and (max-width: 736px){
	li.wtown {
		display:block;
	}
}
div.submit {
	text-align:center;
}
div.list_picsam_img {
	overflow:hidden;
}
div.list_picsam .dpoint2 {
	float:none;
}
#list_simplepage .list_details_button {
	width: 85%;
	margin-left: 3px;
	height: 40px;
	font-size: 20px;
}
div.list_detail dl dt {
	font-weight:bold;
}
.col1 .breadcrumbs,.col1 .section-wrap, .col1 .float-area {
	width:100%;
}
#nendebcopy {
	font-size:9px;
}
