@charset "utf-8";
/*
   Header
------------------------------ */
#content {
	background: url(../images/bukken/detailHeader.png) no-repeat center top;
}
.mobile #content {
	background: none;
}

/*
   Contents
------------------------------ */
.singular #content {
	margin: 0;
}
.singular .hentry {
	padding: 95px 0 0 0;
}
.mobile.singular .hentry {
	padding: 0;
}

/* contents headers
------------------------------*/
#content .entry-title {
	position: relative;
	margin: 0;
	padding:15px 0 0 0;
	width: 980px;
	height: 35px;
	font-size: 143%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #8E7F6A;
}
.entry-excerpt {
	width: 940px;
    height: 53px;
    padding: 15px 20px 5px;
    text-align: center;
	font-size: 100%;
	line-height: 1.5;
}
p.pageback_top {
	position: absolute;
	top: 60px;
	right: 10px;
	z-index: 10;
}
.mobile #content .entry-title,
.mobile .entry-excerpt {
	width: auto;
    height: auto;
}
.mobile #content .entry-title {
	padding: 10px 4px;
	background: #e9e6e2;
}

/* box
------------------------------*/
.list_simple_box {
}

/* link banner
------------------------------*/
.list_simple_box ul.linkBanner {
	display: flex;
	justify-content: space-around;
	padding: 15px 14px;
	height: 90px;
	background: url(../images/bukken/detailUpperMiddle.png) repeat-y top center;
}
.list_simple_box ul.linkBanner li {
	float: left;
}

/* images
------------------------------*/
.list_picsam {
	width: 954px;
	padding: 0 17px;
	background: url(../images/bukken/detailUpperMiddle.png) repeat-y top center;
}
.mobile .list_picsam {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	background: none;
	overflow: hidden;
}
.list_picsam div {
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 6px 6px 0;
	border: #f0f0f0 2px solid;
	overflow: hidden;
}
.list_picsam div.img1,
.list_picsam div.img2 {
    position: relative;
	width: 460px;
	height: 310px;
	border: #ccc 4px solid;
}
.list_picsam div.img1 {
	float: right;
	margin-left: 18px;
	margin-right: 0;
}
.list_picsam div.img2 .prev {
    position: absolute;
    top: 50%;
    left: 0;
}
.list_picsam div.img2 .next {
    position: absolute;
    top: 50%;
    right: 0;
}
.mobile .list_picsam div {
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: #fff 1px solid;
}
.mobile .list_picsam div.img1,
.mobile .list_picsam div.img2 {
	float: left;
	width: 100%;
	border: none;
}
.list_picsam div img {
	width: 150px;
	display: block;
	margin: auto;
}
.list_picsam div.img1 img, .list_picsam div.img2 img {
	width: 460px;
}
.list_picsam div.img2, .list_picsam div.img8,
.list_picsam div.img14, .list_picsam div.img20 {
	margin-right: 0;
}
.list_picsam p.notice {
	clear: both;
	font-size: 78.6%;
}
.mobile .list_picsam div img {
	width: 100%;
}
.mobile .list_picsam div.flipsnap {
	margin: 10px 0;
}
.mobile .list_picsam .pointer {
  text-align: center;
}
.mobile .list_picsam .pointer span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #000;
}
.mobile .list_picsam .pointer span.current {
  background: #FC0;
}
.mobile .list_picsam .pointer button {
	margin: 0 20px;
}

/* panorama
------------------------------*/
.panorama {
	p {
		aspect-ratio: 4 / 3;
		text-align: center;
		iframe {
			width: calc(100% - 17px * 2);
			height: calc(100% - 17px * 2);
		}
	}
}

/* detail
------------------------------*/
.list_detail {
	clear: both;
	padding-bottom: 4px;
	background: url(../images/bukken/detailMiddle.png) repeat-y;
}
.mobile .list_detail {
	background: none;
}
.list_detail h2 {
	margin: 0 auto 10px auto;
	padding: 16px 0 0 40px;
	width:	902px;
	height: 44px;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	color: #fff;
	background: url(../images/bukken/detailTitle.png) no-repeat left top;
}
.mobile .list_detail h2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 54px;
}
.list_detail table {
	margin: 0 auto 10px auto;
}
.mobile .list_detail table {
	width: 100%;
}
.mobile .list_detail .guide,
.mobile .list_detail .blank {
	display: none;
}
.list_detail th,
.list_detail td {
	height: 18px;
	font-size: 78.6%;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	border: 1px solid #f0f0f0;
}
.mobile .list_detail th,
.mobile .list_detail td {
	display: block;
	height: auto;
	padding: 4px 0 4px 11px;
	font-size: 100%;
}
.list_detail th {
	font-weight: bold;
	background: #b9ae9f;
}
.mobile .list_detail th {
	float: left;
	clear: both;
	width: 9em;
	text-align: left;
}
.list_detail .remarks th {
	width: 940px;
}
.mobile .list_detail .remarks th {
	float: none;
	width: auto;
}
.list_detail td.left {
	text-align: left;
	padding-left: 1em;
}
.list_detail tr.guide td {
	visibility: collapse;
	height: 0;
	font-size: 0;
	line-height: 0;
	border: none;
}
.list_detail tr.guide td img {
	height: 0;
}
.list_detail .label01 { width: 85px; }
.list_detail .text01  { width: 150px; }
.list_detail .label02 { width: 98px; }
.list_detail .text02  { width: 90px; }
.list_detail .text03  { width: 235px; }
.list_detail .text04  { width: 300px; }
.mobile .list_detail td {
	padding-left: 11em;
	text-align: left;
}
.mobile .list_detail .remarks td {
	padding-left: 1em;
}
.list_detail_bottom_info {
	margin: 10px 0 10px 20px;
	font-size: 78.6%;
}
.mobile .list_detail_bottom_info {
	font-size: 100%;
}
.list_detail .widget {
    margin: 0 2rem;
}

/* share button
------------------------------*/
#share_button_top {
    position: absolute;
    z-index: 10;
}
.mobile #share_button_top {
    position: relative;
}
#share_button_bottom {
    margin: 0 17px;
}
#snscomm a.icomoon {
    font-size: 24px;
}
#contactForm .sharedaddy {
    display: none;
}

/* loan simulator
------------------------------*/
.loanSimulator {
	font-size: 78.6%;
	line-height: 1.2;
}
.loanSimulator h2 {
	width: 100%;
	height: 58px;
	text-indent: -9999px;
	background: url(../images/bukken/loanSimTitle.png) no-repeat center top;
}
.loanSimulator .monthly, .loanSimulator .period {
	float: left;
	width: 450px;
	margin: 10px 20px;
}
.mobile .loanSimulator .monthly, .mobile .loanSimulator .period {
	float: none;
	width: 100%;
	margin: 10px 0;
}
.loanSimulator h3 {
	padding: 4px 20px;
	font-size: 127%;
	font-weight: bold;
	color: #74744e;
	background: #c7c7b4;
}
.loanSimulator ul {
}
.loanSimulator li {
	clear: both;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}
.loanSimulator li label {
	float: left;
	width: 200px;
}
.mobile .loanSimulator li label {
	float: none;
	display: block;
}
.loanSimulator li input {
}
.loanSimulator .submit {
	padding: 8px;
	text-align: center;
}


/* contact form
------------------------------*/
#contactForm {
	width: 980px;
	margin: 0 auto;
	font-size: 78.6%;
}
.mobile #contactForm {
	width: 100%;
	font-size: 100%;
}
#contactForm h2 {
	width: 100%;
	height: 54px;
	text-indent: -9999px;
	background: url(../images/bukken/contactFormTitle.png) no-repeat center top;
}
#contactForm form {
	margin: 10px 0;
}
#contactForm .attension {
	font-weight: bold;
	color: #f00;
}
#contactForm dl {
	clear: both;
    margin: 0;
	padding: 8px 0;
	border-top: 1px solid #ccc;
}
.mobile #contactForm dl {
	margin: 0;
}
#contactForm dt {
	float: left;
	width: 10em;
	text-align: center;
}
#contactForm dd {
	float: left;
	margin: 0 2em 8px 0;
}
.mobile #contactForm dt,
.mobile #contactForm dd {
	float: none;
	width: 100%;
	text-align: left;
}
.mobile #contactForm dd .attension,
.mobile #contactForm dd .example {
	display: block;
}
#contactForm .submit {
	clear: both;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #ccc;
}
#contactForm .submit input {
	width: 233px;
	height: 53px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/bukken/submitBtn.jpg) no-repeat center top;
}
#contactForm .subject {
	display: none;
}
#contactForm .your-address input,
#contactForm .your-email input,
#contactForm .your-message textarea {
	width: 100%;
}
#contactForm .detail-month input,
#contactForm .detail-day input,
#contactForm .detail-time input {
/*	width: 20%; */
}
#contactForm .ktairesponse {
	display: none;
}

/* = NEW/UP mark
-------------------------------------------------------------- */
.entry-title .new_mark {
	font-family: Verdana, Geneva, sans-serif;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	
	display: block;
	padding: 2px 5px;
	width: 26px;

	position: absolute;
	top: 12px;
	right: 10px;
	
	border-radius: 4px;

	text-shadow:1px 1px 0px #900;

	background: #900; /* Old browsers */
	background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
}

/* media = print
-------------------------------------------------------------- */
p.backnormal,
#print-footer {
	display: none;
}
