@charset "UTF-8";
/* -----------------------------------------------------------
print.css
----------------------------------------------------------- */
/*A4縦*/
@media print {
  @page {
    size: A4 portrait;
    margin: 0 auto;
  }
}

/*------------------------
  印刷用全体
------------------------*/
*{
  box-sizing: border-box;
}
.mb05 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.pb10 { padding-bottom:10px !important; }
.font16 { font-size: 16px; }
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/*既存コンテンツを非表示*/
#header,.conbg02,.page-title,
.bukken_s,#toiawasesaki,.printno,#b_point,
#list_simplepage2 .list_picsam,#container h3,.return-top,
.list_detail_bottom_info,span.edit-link,.tabs,#tab2,
.wpfp-span,.entry-excerpt,.single-favorite__btn{
  display: none;
}
.single-fudo__detail-box,
.theta__box{
	display: none!important;
}

/*------------------------
  印刷用スタイルの調整
------------------------*/
.bg_img{
  position: absolute;
  top: 0; left: 0;
  z-index: -100;
  width: auto; height: 100%;
}
#sub_page {
  position: relative;
  padding: 0!important;
  margin: 0 auto!important;
}
#demo{
	page-break-after: always!important;
  position: relative;
  display: block!important;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  overflow: hidden;
  padding: 0 20px;
  width: 100%; height: 1570px!important;  
  max-width: 100%;
}
/*最後のページは改ページを入れない*/
#demo:last-child{
  page-break-after: auto;
}
#demo h2 {
  background-color: #CCC;
  padding: 5px 0;
  margin: 0 0 10px 0;
  text-align: left;
  width: 85%;
}
#tab1 {
  position: absolute;
  left: 0; bottom: -50px;
  margin-bottom: 0;
}
#map_canvas{
  width: 500px !important; height: 300px !important;
}
.ggmap{
  display: none;
}
.print_txt {
	width: 85%;
  margin: 0 auto;
}
.print_txt table {
  border: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 14px;
}
.print_txt table tr {
  border-bottom: 1px solid #999;
}
.print_txt table th {
  background-color: #CCC;
  border: 1px solid #999;
  width: 20%;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  font-size: 14px!important;
}
.print_txt table td {
  padding: 5px 10px;
}
.print_img {
	width: 100%; height: 400px!important;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
}
.bikou {
  margin: 0 0 10px!important;
}
.bikou dl {
  font-size: 10px;
  line-height: 1.2;
}
.bikou dt {
  float: left;
}
.bikou dd {
  margin-left: 20px;
}
.print_box03 {
  clear: both;
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #000;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.copyright li {
  font-size: 10px;
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
}
span.tel {
  font-size: 20px;
  font-weight: bold;
}
.list_picsam{
  height: 260px!important; width:540px;
}
.list_picsam img{
  width: auto; height: 100%;
  max-width: 280px;
  vertical-align: top;
}
.list_picsam img:nth-of-type(2){
  margin-left: 10px;
}
.wrap_picsam{
  margin-left: 30px;
  width: 300px;
}
.list_picsam3 img {
  width: auto; height: auto;
  max-width: 100%;
}
#contentttl {
	height: 340px!important; width: 636px!important;
	position: absolute;
	bottom: 140px; left: 20px;
}
.fudo-noimage__box{
  border: none!important;
}

/*
.list_picsam span img {
    width: 100%;
    height: auto;
}
.list_picsam span{
	width: 200px;
	height: auto;
}
.print-imgs{
  display: flex;
  justify-content: space-between;
}
.print-imgs__right{
  display: flex;
  flex-direction: column;
}
#map {
	margin-bottom: 0!important;
}
#map_canvas{
}
#sub_page{
	position: relative;
}
#contact_form{
  margin-bottom: 0!important;
}

#contentttl {
  width: 100%!important;
}
#demo {
    position: relative;
    display: block!important;
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    overflow: hidden;
    padding: 0 20px!important;
    width: 100%;
    max-width: 100%;
    height: 1500px!important;
    box-sizing: border-box;
}

#demo .demo_inner{
    z-index: 1000;
}
h3{
	font-size: 14px!important;
}
#demo h2 {
	background-color: #CCC;
	padding: 5px 0;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 15px!important;
	width: 100%;
}

.list_picsam2 img {
  border: 1px solid #CCC;
  padding: 3px;
}
.print_img ul li {
    vertical-align: top;
}
#tabs {
    display: none;
}
.list_picsam a{
	display: inline-block;
	width: 180px; height: 180px;
	overflow: hidden;
	margin-right: 15px;
}
.list_picsam span{
  display: inline-block;
  width: 290px; height: 300px;
  text-align:center;
  overflow:hidden;
}
.list_picsam3 span{
  display: inline-block;
  width: 360px; height: auto;
  overflow: hidden;
}
*/