@charset "UTF-8";



.kakaku1 {
	padding:2px 5px;
	background:#F90;
	color:#FFF;
	border:#F90 solid 1px;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
}
.kakaku1 a {
	color:#FFF;
}
.kakaku2 {
	padding:2px 5px;
	background:#FFF;
	color:#F90;
	border:#F90 solid 1px;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
}
.kakaku2 a {
	color:#F90;
}
.kakaku3 {
	padding:2px 5px;
	background:#0CC;
	color:#FFF;
	border:#0CC solid 1px;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
}
.kakaku3 a {
	color:#FFF;
}
.kakaku4 {
	padding:2px 5px;
	background:#FFF;
	color:#0CC;
	border:#0CC solid 1px;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
}
.kakaku4 a {
	color:#0CC;
}
.kakaku5 {
	color:#F00;
	font-size:0.8rem;
}
.tbb {
	width:100%;
	position:relative;
}
.mainimg {
	float:left;
	width:50%;
	margin:0 20px 20px 20px;
}
.mainimg img {
	max-width: 100%;
	height: auto;
}

.subimg {
	float:right;
	width:40%;
	position:relative;
}
.subimg img.simg {
	float:left;
	width:100px;
	height: 100px;
	margin:0 2px 2px 0px;
	object-fit: cover;
}


/* contact
------------------------------------------------------------------*/
.contact {
	width: 100%;
  padding: 80px 0 0px 0;
}
.contact-form {
  width: 80%;
  margin: 50px auto 0;
}

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

.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color:#EEFFF4;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
font-family:Arial, sans-serif;

  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color:#EEFFF4;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  background-color:#FDE;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio: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: 12px;
  content: '';
}
.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;
font-family:Arial, sans-serif;


  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;
}



/*
---------------------------------------------------------------------*/
input[type=text] {
	  width: 100%;
border:0;
padding:10px;
font-family:Arial, sans-serif;

border:solid 2px #ccc;
margin:0 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
textarea {
	  width: 100%;
border:0;
padding:10px;
font-family:Arial, sans-serif;

border:solid 2px #ccc;
margin:0 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
vertical-align:top;
}
input:focus,textarea:focus {
    border:solid 2px #EEA34A;
}

input.table-btn {
width:50%;
border:solid 1px #ccc;
padding:15px 30px;
margin:0 0 20px;
font-family:Arial, sans-serif;
text-transform:uppercase;
font-weight:bold;
color:#333;
cursor:pointer;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}

input.table-btn:hover {
color:#333;
background-color:#e9e9e9;

}


@media (max-width: 640px) {
.mainimg {
	float:none;
	width:100%;
	margin: 0 auto 10px auto;
	}


.subimg {
	clear:both;
	float:none;
	width:100%;
	position:relative;
}
.subimg img.simg {
	float:none;
	max-width:20%;
	height:auto;
	margin:0 2px 2px 0px;
}
}

/*
btn
-------------------------------------------------*/
.btn {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.4em 1em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	color: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
@media (max-width: 640px) {
.btn {
	font-weight: bold;
}
}
.btn:hover {
	color: #39d;
	border-color: #39d;
}
.btn-shiryo,
.btn-kengaku,
.btn-raiten {
	font-weight: bold;
	line-height: 2.4;
	color: #fff;
	border-width: 1px;
	border-style: solid;
}
.btn-shiryo:hover,
.btn-kengaku:hover,
.btn-raiten:hover {
	color: #fff;
}
.btn-shiryo {
	background-color:#6C9;
	border-color:#6C6;
}
.btn-shiryo:hover {
	background-color: #7d0;
	border-color: #5b0;
}
.btn-kengaku {
	background-color: #0cc;
	border-color: #0bb;
}
.btn-kengaku:hover {
	background-color: #0dd;
	border-color: #0cc;
}
.btn-raiten {
	background-color: #e33;
	border-color: #d33;
}
.btn-raiten:hover {
	background-color: #f33;
	border-color: #d33;
}


/*
pricebox
*/
.pricebox dt,
.pricebox dd {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: auto;
	font-weight: bold;
}
.pricebox dt {
	font-size: 2.4rem;
	margin-right: 0.5em;
}
.pricebox .price_num {
	font-size: 2.4rem;
	color: #FB0004;
	display: inline-block;
	margin: auto 0.25em;
}
/*
hcbox
*/
.hcbox {
	font-weight:normal;
}
.hcbox dt,
.hcbox dd {
	margin: auto;
	font-weight:normal;
}
.hcbox .tel {
	font-size:1.4rem;
}
.tel:before {
	font-family: 'FontAwesome';
	content: "\f098";
	display: inline-block;
	margin-right:0.5em;
}

/*
構造
-------------------------------------------------*/
.widthlimiter {
	width: 80%;
	margin: 0 auto;
}
.contents-main {
	float: left;
	width: 70%;
	margin-right: 2%;
	padding: 0% 0 0;
	margin-bottom: 20px;
}
.contents-sub {
	overflow: hidden;
	float: right;
	width: 28%;
	margin: auto;
	padding-top: 0%;
}
.contents-main h1.bkn-name {
	font-size: 3.0rem;
}


 @media (max-width: 980px) {
.widthlimiter {
	width: 100%;
	margin: 0 auto;
}
.contents-main {
	float: none;
	width: auto;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.contents-sub {
	float: none;
	width: auto;
	margin: auto;
}
}
/*
contents-sub
-------------------------------------------------*/
.menu-fix .contents-sub .fix {
	position: fixed;
	z-index: 1;
	top: 0;
	bottom: auto;
	padding-top: 2%;
}
.contact-s {
	padding: 0 2em 1em;
	border: 1px solid #ddd;
}
.contact-s h3 {
	font-weight:normal;
}
.contact-s .action ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.contact-s .action li {
	margin: .5em 0;
}
.contact-s .action li a {
	display: block;
}


 @media (max-width: 800px) {
.menu-fix .contents-sub .fix {
	position: static;
	padding-top: 0;
}
.contact-s {
	border-width: 1px 0;
	background-color: #f5f5f5;
}
.contact-s .label h3,
.contact-s .label .pricebox,
.contact-s .hcbox dt,
.contact-s .hcbox dd {
	display: inline-block;
	margin: auto 0.5em;
}
.contact-s .hcbox dt,
.contac-st .hcbox dd {
	vertical-align: middle;
}
.contac-st .label,
.contac-st .hc,
.contact-s .action {
	text-align: center;
}
.contact-s .action li {
	display: inline-block;
	width: 48%;
	max-width: 240px;
}
.contact-s .hc .action li {
	width: 96%;
}
.mypage {
	margin: 1em;
}
.spsite {
	margin: 2em 1em;
}
}
/*
contents-sub
-------------------------------------------------*/
.header-contact {
	background-color: #FFF;
}
.header-contact .action {
	padding: 0 0 10px;
	overflow: hidden;
}
.header-contact .action li {
	float: left;
	width: 30%;
	margin:0 1%;
}
.header-contact .action li:first-child {
	margin-left: 3%;
}
.header-contact .action .btn {
	display: block;
}
.header-contact.fix {
	display: none;
}
.mb-menu-fix .header-contact.fix {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	border-bottom: 1px solid #ccc;
}
.header-contact.fix .action {
	padding: 0 0 5px;
	overflow: hidden;
}
.header-contact .bkn-name {
	margin: 1em 1em auto;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}


.header-contact {
	display: none;
}
@media (max-width: 800px) and (orientation: portrait) {
.header-contact {
	display: block;
}
}
/*
elements
-------------------------------------------------*/
.section_header {
}
@media (max-width: 480px) {
.section_header {
	padding: 0;
}
}
h4.section_header {

font-size: 1.6rem;
	margin: 10px;
}
@media (max-width: 480px) {
h4.section_header {
	margin: 4px 0px;
	padding: 0.05em 0.1em;
font-size: 1.4rem;
	border: 1px solid #333;
	text-align: center;

}
}



/*
detail_header
-------------------------------------------------*/
.detail_header {
}
.detail_header h1 {
	margin: auto;
}
.detail_header .comment {
	font-weight: bold;
	color: #f33;
}
@media (max-width: 800px) {
.detail_header {
	padding: 2em 1em 0;
}
.detail_header h1 {
}
}
/*
price
-------------------------------------------------*/
.price {
	margin-bottom: 1em;
	border-top: 1px solid #ddd;
}
.price > .pricebox .price_num {
}

 @media (max-width: 800px) {
.price {
	padding: 0 1em;
}
}
/*
comment
-------------------------------------------------*/

 @media (max-width: 800px) {

}


@media (max-width: 800px) {
.overview {
	margin: 0 1em;
}
}
 @media (max-width: 480px) and (orientation: portrait) {
.overview {
	margin: auto;
	padding: 0;
}
.overview .tab_opener {
	overflow: hidden;
	position: static;
	width: auto;
	height: auto;
	margin-bottom: -1px;
	line-height: 5;
	text-align: left;
	border-width: 1px 0 1px;
	background-color: #fff;
}
.overview .tab_opener:after {
	font-family: 'FontAwesome';
	content: "\f078";
	display: inline-block;
	float: right;
}
.overview .tab_section-open .tab_opener:after {
	content: "\f077";
}
.tab .tab_section-select .tbb {
	height: 0;
	border-top: none;
}
.tab .tab_section-open .tbb {
	height: auto;
}
}

 @media (max-width: 480px) and (orientation: portrait) {

}

 @media (max-width: 480px) and (orientation: portrait) {

}

 @media (max-width: 480px) and (orientation: portrait) {

}
/*
listtable
-------------------------------------------------*/
.listtable {
	clear:both;
	width: 70%;
	margin: 0 auto;
	border-top: 1px solid #ddd;
}
.widthlimiter .listtable {
	width: 100%;
}


.listtable table {
	width: 100%;
	border-collapse: collapse;
}
.listtable th,
.listtable td {
	padding: .5em 1em;
	border: 1px solid #ddd;
	font-size: 1.4rem;
}
.listtable th {
	width: 15%;
	text-align: left;
	white-space: nowrap;
	color: #666;
	background:#e9e9e9;
}
.listtable th.tochi {
	background:#e9e9e9;
	/*background:#3CC;*/
}
.listtable th.tatemono {
	background:#FC6;
}
.listtable td.samnebox {
display: table-cell; /*上下中央*/
width: 120px;
height: 150px;
text-align: center; /*左右中央*/
vertical-align: middle; /*上下中央*/
layout-grid-line:166px; /*IE7*/
}
img.samne {
width:auto;
height:auto;
max-width:120px;
max-height:150px;
vertical-align: middle;/*IE7*/
}
@media (max-width: 980px) {
.listtable {
	width: 90%;
}
}
@media (max-width: 800px) {
.listtable {
	width: 100%;
	padding: 0 1em;
}
}
@media (max-width: 640px) {
.listtable th,
.listtable td {
	font-size: 1.4rem;
}
	
	
}
@media (max-width: 480px) and (orientation: portrait) {
.listtable {
	padding: 0;
}
.listtable tr {
margin: 20px 0;
}
	
.listtable th,
.listtable td {
	display: block;
	width: auto;
	margin-top: -1px;
	border-width: 1px 0 0;
}
.listtable td {
	border-width: 0;
background: #fff;
}
table tr:nth-child(odd) td {
background: #fff;
	border-bottom:1px #eee solid;
	border-left:1px #eee solid;
	border-right:1px #eee solid;
	margin-bottom: 1rem;
	}
.listtable th {
	color: #fff;
	background:#666;
}
	
.listtable th.midashi {
	display:none;
}
.listtable td.samnebox {
display:table-row; /*上下中央*/
	width: 100%;
height:auto;
text-align: center; /*左右中央*/
vertical-align: middle; /*上下中央*/
layout-grid-line:166px; /*IE7*/
}
img.samne {
width:90%;
height:auto;
max-width:90%;
max-height:90%;
margin: 10px auto 0 auto;
	border-radius: 6px;
}


}
