@charset "UTF-8";
/* articl CSS Document */


/*==== articlList ====*/
.boxSearch select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background-color: #FFF;
	display: inline-block;
	padding: 5px 15px;
	width: 100%;
	border: 1px solid #CCC;
	-moz-border-radius: 0%;
	-webkit-border-radius: 0%;
	border-radius: 0%;
}
.boxSearch dt {
	background-color: #11a979;
	display: table;
	padding: 25px 0px 20px 40px;
	width: 100%;
	position: relative;
}
.boxSearch dt .btnAccordion {
	background-image: url(/tenant/bkn_list/images/btn_arrow02.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 140px;
	cursor: pointer;
}
.boxSearch dt .btnAccordion.active {
	background-image: url(/tenant/bkn_list/images/btn_arrow.png);
}
.boxSearch dt > *,
.boxSearch dd li > * {
	vertical-align: middle;
	display: table-cell;
}
.boxSearch dt > *:first-child {
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	width: 32%;
}
.boxSearch dd {
	background-color: #f5f5f5;
	padding: 0px 40px 20px;
}
.articlList.page .boxSearch dd {
	display: none;
}
.boxSearch dd li {
	display: table;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.boxSearch dd li {
}
.boxSearch dd li > *:first-child {
	font-size: 1.9rem;
	font-weight: bold;
	color: #005c3f;
	width: 33.5%;
}
.boxSearch dd li > * span {
	margin-left: -2em;
}
.boxSearch dd li.row3 > *:last-child {
	text-align: right;
	width: 33%;
}
.boxSearch dd li.row3 select {
	width: 80%;
}
.boxSearch .btnSearch {
	text-align: center;
	margin-top: 20px;
}
.boxSearch .btnSearch button {
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	background-color: #f7931e;
	text-align: center;
	display: inline-block;
	padding: 10px 60px;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.boxSearch .btnSearch button:hover {
	opacity: 0.8;
	filter: 80%;
}
.boxResult {
	margin-top: 40px;
	position: relative;
}
.boxResult .resultSort {
	position: absolute;
	top: 0px;
	right: 0px;
}
.boxResult .resultSort a {
	color: #000;
}




/*==== articlList page ====*/
/*-----------------------------------------------------*/
.page .ttlArea dt {
	font-size: 3.2rem;
	color: #005c3f;
	font-weight: bold;
}
.page .ttlArea {
	position: relative;
}
.page .ttlArea dd {
	position: absolute;
	top: -20px;
	top: -25px;
	right: 0px;
}
.page .imgArea > p {
	text-align: center;
	margin-top: 30px;
}
.page .imgArea > p img {
	height: 400px;
	width: auto;
	
}
.page .imgArea .bx-wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px !important;
	position: relative;
}
.page .imgArea .bx-wrapper .bx-controls {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0px;
}
.page .bx-wrapper .bx-controls-direction a {
	position: absolute;
	left: -40px;
}
.page .bx-wrapper .bx-controls-direction a:hover {
	text-decoration: none;
}
.page .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.page .bx-wrapper .bx-controls-direction a:before {
	font-family: 'fontello';
	content: '\f007';
	font-size: 36px;
	color: #999;
}
.page .bx-wrapper .bx-controls-direction a.bx-next:before {
	content: '\f006';
}
.page .bx-wrapper .bx-controls-direction a.bx-next {
	left: auto;
	right: -40px;
}
.page .imgArea .slider {
	max-height: 120px;
	overflow-y: hidden;
}
.page .imgArea .slider li {
	text-align: center;
	float: left;
	position: relative;
}
.page .imgArea .slider li img {
	height: 120px;
	width: auto;
}
.page .imgArea .slider li figcaption {
	font-size: 1.2rem;
	color: #FFF;
	background: rgba(0,93,60,0.6);
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.page .btnArea ul {
	margin-top: 20px;
}
.page .btnArea ul li {
	width : -moz-calc((100% - 60px) / 4);
	width : -webkit-calc((100% - 60px) / 4);
	width : calc((100% - 60px) / 4);
	margin-right: 20px;
	float: left
}
.page .btnArea ul li:last-child {
	margin-right: 0px;
}
.page .btnArea ul li a {
	color: #005D3D;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	border: 1px solid #005D3D;
}
.page .btnArea ul li a span:before {
	font-family: 'fontello';
	content: '\e80b';
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}
.page .btnArea ul li.linkQr a span:before {
	content: '\e80c';
}
.page .btnArea ul li.linkFrom a span:before {
	content: '\e805';
}
.page .btnArea ul li.linkFav a span:before {
	content: '\e80a';
}
.page .btnArea .boxReader {
	margin-top: 20px;
	background-color: #EAEAEB;
	display: table;
	padding: 20px;
	width: 100%;
}
.page .btnArea .boxReader > * {
	vertical-align: top;
	display: table-cell;
}
.page .btnArea .boxReader > *:first-child {
	width: 180px;
}

.page .dtlArea {
	margin-top: 30px;
}
.page .dtlArea > * {
	width : -moz-calc((100% - 20px) / 2);
	width : -webkit-calc((100% - 20px) / 2);
	width : calc((100% - 20px) / 2);
	float: left;
}
.page .dtlArea .colR {
	float: right;
}
.page .dtlArea table {
	border-collapse:collapse;
	width: 100%;
}
.page .dtlArea table th,
.page .dtlArea table td {
	padding: 5px 10px 3px;
	border: 1px solid #CCC;
	vertical-align: top;
}
.page .dtlArea table th {
	background-color: #E6E6E6;
	width: 8em;
	font-weight: normal;
	white-space: nowrap;
}
.page .dtlArea .boxMemo {
	margin-top: 20px;
	width: 100%;
}

.page .boxOutlinePrice {
	margin-top: 20px;
	display: table;
	width: 100%;
}
.page .boxOutlinePrice > * {
	vertical-align: middle;
	display: table-cell;
}
.page .boxOutlinePrice dd {
	width: 33%;
	background-color: #005D3D;
}
.page .boxOutlinePrice dd a {
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 15px 0 12px;
	position: relative
}
.page .boxOutlinePrice dd a:before {
	font-family: fontello;
	content: '\f006';
	color: #fff;
	line-height: 1;
	font-weight: normal;
	margin-top: -0.5em;
	position: absolute;
	left: 20px;
	top: 50%;
}
.page #popup_block {
	display: none;
}
.page #popup_block_inner {
	background-color: #005D3D;
	padding: 20px;
	width: 640px;
}
.page #popup_block_inner .popupTtl {
	font-size: 2rem;
	line-height: 2;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
}
.page #popup_block_inner .boxPrice {
	background-color: #FFF;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
}
.page #popup_block_inner .boxPrice .totalPrice {
	font-size: 1.6rem;
	font-weight: bold;
	color: #005D3D;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.page #popup_block_inner .boxPrice .totalPrice > * {
	vertical-align: middle;
	display: table-cell;
}
.page #popup_block_inner .boxPrice .totalPrice dd {
	font-size: 1.8rem;
	color: #C00;
	padding-left: 20px;
}
.page #popup_block_inner table {
	border-collapse:collapse;
	width: 100%;
	margin-top: 15px;
}
.page #popup_block_inner table th,
.page #popup_block_inner table td {
	padding: 5px 10px 3px;
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 7px 0;
}
.page #popup_block_inner table th {
	background-color: #E6E6E6;
}
.page #popup_block_inner .btnContact {
	margin-top: 20px;
}
.page #popup_block_inner .btnContact a {
	font-size: 1.6rem;
	color: #FFF;
	background-color: #F90;
	text-align: center;
	display: inline-block;
	padding: 10px 40px 8px;
}
.page #popup_block_inner .txtNotes {
	margin-top: 15px;
}

.page #gmap,
.page #sview {
	margin-top: 40px;
	height: 465px;
}
.page #sview {
	margin-top: 20px;
}

.page .formArea,
.favorite .formArea {
	margin-top: 40px;
}
.page .formArea h2,
.favorite .formArea h2 {
	margin-top: 0px;
	font-size: 2rem;
	font-weight: normal;
	color: #FFF;
	background-color: #00A772;
	padding: 7px 20px 5px;
}

.page .boxSearch {
	margin-top: 40px;
}

.page #other_osusume {
	margin-top: 40px;
	text-align: center;	
}
.page #other_osusume iframe {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	height: 150px;
}



/*SP
------------------------------------------------------ */
@media only screen and (max-width: 768px) {


/*==== articlList ====*/
.boxSearch select {
	padding: 5px 10px;
}
.boxSearch dt {
	display: block;
	padding: 10px 10px;
}
.boxSearch dt select {
	width: 80%;
}
.boxSearch dt .btnAccordion {
	background-size: contain;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.boxSearch dt > *,
.boxSearch dd li > * {
	display: block;
}
.boxSearch dt > *:first-child {
	font-size: 1.4rem;
	width: auto;
}
.boxSearch dd {
	padding: 0px 10px 10px;
}
.boxSearch dd li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxSearch dd li {
}
.boxSearch dd li > *:first-child {
	font-size: 1.4rem;
	width: auto;
}
.boxSearch dd li > * span {
	margin-left: -0em;
}
.boxSearch dd li.row3 > *:last-child {
	text-align: left;
	width: auto;
}
.boxSearch dd li.row3 select {
	width : -moz-calc(100% - 2.3em);
	width : -webkit-calc(100% - 2.3em);
	width : calc(100% - 2.53em);
}
.boxSearch .btnSearch {
	margin-top: 10px;
}
.boxSearch .btnSearch button {
	font-size: 1.6rem;
	text-align: center;
	padding: 5px 60px;
}

.boxResult {
	margin-top: 30px;
}
.boxResult .resultSort {
	position: relative;
	top: auto;
	right: auto;
}
.boxResult .resultSort a {
	color: #000;
}




/*==== articlList page ====*/
/*-----------------------------------------------------*/
.page .ttlArea dt {
	font-size: 2rem;
}
.page .ttlArea dd {
	text-align: right;
	position: relative;
	top: 0px;
	right: auto;
}
.page .imgArea > p {
	margin-top: 15px;
}
.page .imgArea > p img {
	height: 300px;
}
.page .imgArea .bx-wrapper .bx-controls {
	top: 20px;
	left: 0px;
}
.page .bx-wrapper .bx-controls-direction a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
}
.page .bx-wrapper .bx-controls-direction a:before {
	font-size: 20px;
}
.page .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0px;
}
.page .imgArea .slider li {
	height: 80px;
}
.page .imgArea .slider li img {
	height: 80px;
	width: auto;
}
.page .imgArea .slider li figcaption {
	font-size: 1.1rem;
	padding-top: 3px;
}

.page .btnArea ul {
	margin-top: 15px;
}
.page .btnArea ul li {
	width : -moz-calc((100% - 10px) / 2);
	width : -webkit-calc((100% - 10px) / 2);
	width : calc((100% - 10px) / 2);
	margin-right: 10px;
}

.page .btnArea .boxReader {
	font-size: 1.2rem;
	margin-top: 15px;
	display: block;
	padding: 10px;
}
.page .btnArea .boxReader > * {
	display: block;
}
.page .btnArea .boxReader > *:first-child {
	width: 130px;
	margin-bottom: 10px;
}

.page .dtlArea {
	margin-top: 20px;
}
.page .dtlArea > * {
	width : 100%;
	float: none;
}
.page .dtlArea .colR {
	margin-top: 10px;
	float: none;
}
.page .dtlArea table th,
.page .dtlArea table td {
	padding: 5px 10px;
}
.page .dtlArea table th {
	width: 9em;
	white-space: pre-wrap;
}
.page .dtlArea .boxMemo {
	margin-top: 10px;
}

.page .boxOutlinePrice {
	margin-top: 20px;
	display: block;
}
.page .boxOutlinePrice > * {
	display: block;
}
.page .boxOutlinePrice dd {
	margin-top: 10px;
	width: 100%;
}
.page .boxOutlinePrice dd a {
	font-size: 1.6rem;
	padding: 10px;
}

/*.page #popup_block {
	display: block;
}*/
.page #popup_block_inner {
	padding: 10px;
	width: 100%;
}
.page #popup_block_inner .popupTtl {
	font-size: 1.6rem;
	line-height: 1.5;
}
.page #popup_block_inner .boxPrice {
	padding: 10px;
	margin-top:10px;
}
.page #popup_block_inner .boxPrice .totalPrice {
	font-size: 1.4rem;
	display: block;
}
.page #popup_block_inner .boxPrice .totalPrice > * {
	display: block;
}
.page #popup_block_inner .boxPrice .totalPrice dd {
	font-size: 1.6rem;
	padding-left: 0px;
}
.page #popup_block_inner table {
	margin-top: 10px;
}
.page #popup_block_inner table th,
.page #popup_block_inner table td {
	padding: 5px;
}
.page #popup_block_inner table tr th:first-child {
	width: 8em;
}
.page #popup_block_inner .btnContact {
	margin-top: 15px;
}
.page #popup_block_inner .btnContact a {
	font-size: 1.4rem;
	padding: 10px 30px;
}
.page #popup_block_inner .txtNotes {
	font-size: 1rem;
	margin-top: 10px;
}

.page #gmap,
.page #sview {
	margin-top: 20px;
	height: 250px;
}
.page #sview {
	margin-top: 15px;
}

.page .formArea,
.favorite .formArea {
	margin-top: 30px;
}
.page .formArea h2,
.favorite .formArea h2 {
	font-size: 1.6rem;
	padding: 5px;
}
.page .formArea .checkCell label,
.favorite .formArea .checkCell label {
	padding-right: 0em;
	width: 100% !important;
}

.page .boxSearch {
	margin-top: 20px;
}

.page #other_osusume {
	display: none;
}



@media all and (orientation: landscape) {
	
}

}


/* Clearfix
------------------------------------------------------ */
.page .btnArea ul:after,
.page .dtlArea:after {
	content: "";
	display: block;
	clear: both;
}