@page {
  margin: 0;
}
html, body {
    font-family: 'Spartan', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 16px;
    -webkit-print-color-adjust: exact;
}
.printpage {
    size: A4 portrait;
    page-break-before: always;
    margin: 0 auto;
}
.printpage:last-child {
    page-break-after: auto;
}
.printpage_inner {
    margin: 20px;
}
/*------------------------------------------------
 *  ヘッダー(ＰＣ)
 ------------------------------------------------*/
.print_header {
    display: flex;
    background: #0079c0;
    padding: 20px;
    margin: 0 0 20px;
}
.header_flag {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: .5em 1em;
    margin: 0;
}
.header_name {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0 0 0 1em;
    letter-spacing: .05em;
}
.header_carport {
    background: #fff;
    color: #5a3e1c;
    padding: .5% 2%;
    margin-left: 20px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}
.header_carport span {
    display: block;
}

/*------------------------------------------------
 *  左右のブロック(ＰＣ)
 ------------------------------------------------*/
 .print_box {
    display: flex;
 }
#print_left {
    width: 46%;
    margin: 0 2%;
    flex-direction: column;
    display: flex;
}
#print_right {
    width: 46%;
    margin: 0 2%;
    flex-direction: column;
    display: flex;
}
.takuzo_normal {
    margin-top: auto;
}
.price_box {
    display: flex;
    border-bottom: 2px solid #ea6885;
    margin-bottom: .5em;
}
.price_box_left {
    background: #ea6885;
    padding: 1em;
    margin-right: 1em;
    width: 50px;
    height: 50px;
}
.price_box_left p {
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
}
.price_box_left .hanbai {
    line-height: 1.2;
}
.price_box_right {
    vertical-align: middle;
    margin-left: auto;
}
.header_price {
    display: contents;
    margin: 0;
    font-size: 3em;
    font-weight: bold;
    color: #ea6885;
}
.header_price span {
    font-size: 18px;
    padding-left: 3px;
}
iframe {
    display: none;
}

/*------------------------------------------------
 *  表(ＰＣ)
 ------------------------------------------------*/
 .price_after table{
    margin: 0;
    border-bottom: 1px solid #ea6885;
 }
 .price_after table th,
 .price_after table td {
    padding: .2em 0;
    border-bottom: 0px solid #604c3f;
    text-align: left;
    font-size: 13px;
    color: #ea6885;
}
 .price_after table th {
    width: 15%;
}
 .price_after table td {
    width: 33%;
}
 .bukken_info {
    display: flex;
    border-bottom: 2px solid #604c3f;
 }
 .bukken_info p {
    margin: 0;
    background: #604c3f;
    padding: .2em .5em;
    color: #fff;
 }
.bukken_info table {
    margin: 1em 0 2em;
    color: #604c3f;
}
.info_box {
    margin: 1em 0;
}
.info_box table th,
.info_box table td {
    padding: .2em 0;
    border-bottom: 1px solid #dbd1ca;
    text-align: left;
    font-size: 13px;
    color: #604c3f;
}
.info_box table th {
    width: 20%;
}

/*------------------------------------------------
 *  ブロックマップ(ＰＣ)
 ------------------------------------------------*/
 .block-map {
    margin-top: auto;
 }
.block-map #map_canvas {
    height: 200px;
}
.block-mapandinfo {
    overflow: hidden;
}
.block-mapandinfo .mi-left {
    float: left;
    width: 49%;
}
.block-mapandinfo .mi-right {
    float: right;
    width: 49%;
}
/*------------------------------------------------
 *  Google Material Icons(ＰＣ)
 ------------------------------------------------*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    display: inline-flex;
    vertical-align: middle;
}
.material-icons.md-14 {
    font-size: 14px; 
}
.material-icons.md-18 {
    font-size: 18px; 
}
.material-icons.md-24 {
    font-size: 15px; 
}
.material-icons.md-36 {
    font-size: 36px; 
}
.material-icons.md-48 {
    font-size: 48px; 
}
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54); 
}
.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26); 
}
.material-icons.md-light {
    color: white; 
}
.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3); 
}
.gmnoprint {
    display: none;
}
.gm-control-active {
    display: none;
}
.gmnoprint {
    display: none;
}
/*------------------------------------------------
 *  GoogleMaps印刷時の余白バグを回避(ＰＣ)
 ------------------------------------------------*/
#map_canvas div > img {
  position: absolute;
}
.gm-style div > img {
  position: absolute;
}
/*------------------------------------------------
 *  物件写真(ＰＣ)
 ------------------------------------------------*/
#mein-image img {
    width: 48%;
    margin-right: 2%;
}
/*------------------------------------------------
 *  ピックアップ(ＰＣ)
 ------------------------------------------------*/
.picup {
    font-size: 18px;
    font-weight: bold;
    color: #ea6885;
    line-height: 1.3;
}
/*------------------------------------------------
 *  間取り(ＰＣ)
 ------------------------------------------------*/
.block-photo {
    margin: 0 0 2em;
    text-align: center;
}
.block-photo img {
    width: auto;
    max-width: 100%;
    max-height: 330px;
}
/*------------------------------------------------
 *  フッター(ＰＣ)
 ------------------------------------------------*/
.print_footer {
    display: flex;
    background: #eaf5fc;
}
.print_footer .cell-1 {
    width: 23%;
    background: #0079c0;
    padding: 1em 1.2em;
}
.print_footer .cell-2 {
    width: 38%;
    line-height: 1.3;
    padding: 1em 0 1em 1.5em;
}
.print_footer .cell-3 {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.print_footer .cell-4 {
    width: 22%;
}
.print_footer .cell-4 img {
    display: block;
    margin: 0 0 0 auto;
}
.takuzo_line {
    display: block;
}
.concept {
    margin: 0 0 1em 0;
    padding-bottom: 1em;
    font-size: 17px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.add {
    color: #0079c0;
    font-size: 13px;
}
.licence {
    margin: 0;
    color: #0079c0;
    font-size: 9px;
}
.tel {
    margin: 0;
    font-size: 1.8em;
    color: #0079c0;
    font-weight: bold;
    letter-spacing: .05em;
}
.tel span {
    
    font-size: 13px;
    color: #eaf5fc;
    background: #0079c0;
    padding: .4em .7em;
    margin-right: 1em;
    letter-spacing: 0;
    vertical-align: middle;
}

/*================================================
 *  PC向けデザイン
 ================================================*/
@media (min-width: 1200px){
    .printpage {
        max-width: 1024px;
    }
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media (max-width: 767px){
/*------------------------------------------------
 *  ブロックマップ(スマートフォン)
 ------------------------------------------------*/
    .block-mapandinfo .mi-left {
        float: none;
        width: auto;
    }
    .block-mapandinfo .mi-right {
        float: none;
        width: auto;
    }
}