@charset "UTF-8";

/*
Theme Name: 渋沢テクノ2026_v1
Theme URI: 
Version: 2.0
Description: 
Author: 
Author URI:
*/

@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Signika");

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: "FontAwesome";
    /*src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");*/
    font-weight: normal;
    font-style: normal;
}

#map {
    width: 983px;
    height: 500px;
}

#infoWindow {
    width: 230px;
    height: auto;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, "Droid Sans", sans-serif;
}

#infoWindow .title {
    text-align: center;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #f5f4f4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#infoWindow tr th {
    width: 20%;
    background-color: #000096;
    color: #fff;
}

#infoWindow tr td {
    width: 80%;
}

#infoWindow img {
    width: 98%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#modal-win {
    width: 100%;
    position: absolute;
}

#modal-win-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    position: relative;
    z-index: 101;
}

#modal-bg {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
}

.modal-close {
    margin-top: 1em;
    text-align: center;
    display: block;
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: solid 1px #cbb684;
    line-height: 30px;
}

.modal-close a {
    color: #bd9f66;
}

.modelwin .link {
    display: block;
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #cbb684;
    line-height: 30px;
    color: #ffffff !important;
}

#modal-win-inner>* {
    border-radius: 10px;
}

#printbox {
    display: none;
    background-color: #ffffff;
    padding: 0px;
    width: 1022px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center;
}

.print-off {
    display: none;
}

.btnPrint {
    cursor: pointer;
}

.printFrame {
    position: absolute;
    left: -9999px;
}

.sp-thumbnail-container {
    background-color: #e7e7e7;
}

#recommendArea .rentin tr th {
    background-color: #000096;
    color: #ffffff;
    padding: 5px;
}

.rentin tr th {
    background-color: #000096;
    color: #ffffff;
    padding: 0px;
}

.boxTxt .rentinul,
.boxTxt .trading {
    display: block;
    margin-top: 10px;
}

.boxTxt .rentinul li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    font-size: 12px !important;
}

.boxTxt .rentinul li:first-child,
.boxTxt .trading dt {
    background-color: #000096;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.boxTxt .trading dt,
.boxTxt .trading dd {
    padding: 5px;
    font-size: 12px !important;
    display: inline-block;
    font-weight: bold;
}

tr td .hiwariplis {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding-top: 5px;
}

td form #submitBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    background-color: #000096;
    color: #ffffff;
    border-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
}

td form #submitBtn:hover {
    opacity: 0.7;
}

#searchFromMap #section02 #mapsub {
    margin-top: 40px;
}

#section02 #searchform #tr_writer {
    display: block;
    width: 100%;
    height: auto;
}

#searchform label#tr_type {
    position: relative;
}

#searchform label#tr_type:after {
    display: block;
    content: " ";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 40px;
    margin-top: -8px;
    background: url(img/common/img_select_arrow.png) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}

#searchform #tr_type select {
    width: 30%;
    height: auto;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
}

#main .maps #map {
    width: 983px;
    height: 500px;
}

#infoWindow ul li a {
    display: block;
    text-decoration: underline;
    transition: 0.5s;
}

#infoWindow ul li a:hover {
    background-color: #efecec;
    opacity: 1;
}

.txtInfo .box.rent>table {
    margin-bottom: 20px;
}

.wrapper .visualArea .closed {
    display: block;
    padding: 20px;
    background-color: #ff0000;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0 auto 10px auto;
}

.pagination ul li {
    display: inline-block;
    padding: 5px 10px;
    /*border-left:1px solid #ccc:*/
}


/*.pagination ul li:last-child{
	border-right:1px solid #ccc
}*/


/*プリント用CSS*/

@media print {
    .print-btn,
    .print-all {
        display: none;
    }
    #print {
        width: 100%;
    }
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}


/* line 4, sass/font-awesome/_core.scss */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */


/* line 5, sass/font-awesome/_larger.scss */

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}


/* line 10, sass/font-awesome/_larger.scss */

.fa-2x {
    font-size: 2em;
}


/* line 11, sass/font-awesome/_larger.scss */

.fa-3x {
    font-size: 3em;
}


/* line 12, sass/font-awesome/_larger.scss */

.fa-4x {
    font-size: 4em;
}


/* line 13, sass/font-awesome/_larger.scss */

.fa-5x {
    font-size: 5em;
}


/* line 3, sass/font-awesome/_fixed-width.scss */

.fa-fw {
    width: 1.28571em;
    text-align: center;
}


/* line 4, sass/font-awesome/_list.scss */

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}


/* line 8, sass/font-awesome/_list.scss */

.fa-ul>li {
    position: relative;
}


/* line 10, sass/font-awesome/_list.scss */

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}


/* line 16, sass/font-awesome/_list.scss */

.fa-li.fa-lg {
    left: -1.85714em;
}


/* line 4, sass/font-awesome/_bordered-pulled.scss */

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}


/* line 10, sass/font-awesome/_bordered-pulled.scss */

.fa-pull-left {
    float: left;
}


/* line 11, sass/font-awesome/_bordered-pulled.scss */

.fa-pull-right {
    float: right;
}


/* line 14, sass/font-awesome/_bordered-pulled.scss */

.fa.fa-pull-left {
    margin-right: 0.3em;
}


/* line 15, sass/font-awesome/_bordered-pulled.scss */

.fa.fa-pull-right {
    margin-left: 0.3em;
}


/* Deprecated as of 4.4.0 */


/* line 19, sass/font-awesome/_bordered-pulled.scss */

.pull-right {
    float: right;
}


/* line 20, sass/font-awesome/_bordered-pulled.scss */

.pull-left {
    float: left;
}


/* line 23, sass/font-awesome/_bordered-pulled.scss */

.fa.pull-left {
    margin-right: 0.3em;
}


/* line 24, sass/font-awesome/_bordered-pulled.scss */

.fa.pull-right {
    margin-left: 0.3em;
}


/* line 4, sass/font-awesome/_animated.scss */

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}


/* line 9, sass/font-awesome/_animated.scss */

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/* line 4, sass/font-awesome/_rotated-flipped.scss */

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* line 5, sass/font-awesome/_rotated-flipped.scss */

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* line 6, sass/font-awesome/_rotated-flipped.scss */

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}


/* line 8, sass/font-awesome/_rotated-flipped.scss */

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}


/* line 9, sass/font-awesome/_rotated-flipped.scss */

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}


/* line 14, sass/font-awesome/_rotated-flipped.scss */

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}


/* line 4, sass/font-awesome/_stacked.scss */

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}


/* line 12, sass/font-awesome/_stacked.scss */

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}


/* line 18, sass/font-awesome/_stacked.scss */

.fa-stack-1x {
    line-height: inherit;
}


/* line 19, sass/font-awesome/_stacked.scss */

.fa-stack-2x {
    font-size: 2em;
}


/* line 20, sass/font-awesome/_stacked.scss */

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */


/* line 4, sass/font-awesome/_icons.scss */

.fa-glass:before {
    content: "?";
}


/* line 5, sass/font-awesome/_icons.scss */

.fa-music:before {
    content: "?";
}


/* line 6, sass/font-awesome/_icons.scss */

.fa-search:before {
    content: "?";
}


/* line 7, sass/font-awesome/_icons.scss */

.fa-envelope-o:before {
    content: "?";
}


/* line 8, sass/font-awesome/_icons.scss */

.fa-heart:before {
    content: "?";
}


/* line 9, sass/font-awesome/_icons.scss */

.fa-star:before {
    content: "?";
}


/* line 10, sass/font-awesome/_icons.scss */

.fa-star-o:before {
    content: "?";
}


/* line 11, sass/font-awesome/_icons.scss */

.fa-user:before {
    content: "?";
}


/* line 12, sass/font-awesome/_icons.scss */

.fa-film:before {
    content: "?";
}


/* line 13, sass/font-awesome/_icons.scss */

.fa-th-large:before {
    content: "?";
}


/* line 14, sass/font-awesome/_icons.scss */

.fa-th:before {
    content: "?";
}


/* line 15, sass/font-awesome/_icons.scss */

.fa-th-list:before {
    content: "?";
}


/* line 16, sass/font-awesome/_icons.scss */

.fa-check:before {
    content: "?";
}


/* line 17, sass/font-awesome/_icons.scss */

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "?";
}


/* line 20, sass/font-awesome/_icons.scss */

.fa-search-plus:before {
    content: "?";
}


/* line 21, sass/font-awesome/_icons.scss */

.fa-search-minus:before {
    content: "?";
}


/* line 22, sass/font-awesome/_icons.scss */

.fa-power-off:before {
    content: "?";
}


/* line 23, sass/font-awesome/_icons.scss */

.fa-signal:before {
    content: "?";
}


/* line 24, sass/font-awesome/_icons.scss */

.fa-gear:before,
.fa-cog:before {
    content: "?";
}


/* line 26, sass/font-awesome/_icons.scss */

.fa-trash-o:before {
    content: "?";
}


/* line 27, sass/font-awesome/_icons.scss */

.fa-home:before {
    content: "?";
}


/* line 28, sass/font-awesome/_icons.scss */

.fa-file-o:before {
    content: "?";
}


/* line 29, sass/font-awesome/_icons.scss */

.fa-clock-o:before {
    content: "?";
}


/* line 30, sass/font-awesome/_icons.scss */

.fa-road:before {
    content: "?";
}


/* line 31, sass/font-awesome/_icons.scss */

.fa-download:before {
    content: "?";
}


/* line 32, sass/font-awesome/_icons.scss */

.fa-arrow-circle-o-down:before {
    content: "?";
}


/* line 33, sass/font-awesome/_icons.scss */

.fa-arrow-circle-o-up:before {
    content: "?";
}


/* line 34, sass/font-awesome/_icons.scss */

.fa-inbox:before {
    content: "?";
}


/* line 35, sass/font-awesome/_icons.scss */

.fa-play-circle-o:before {
    content: "?";
}


/* line 36, sass/font-awesome/_icons.scss */

.fa-rotate-right:before,
.fa-repeat:before {
    content: "?";
}


/* line 38, sass/font-awesome/_icons.scss */

.fa-refresh:before {
    content: "?";
}


/* line 39, sass/font-awesome/_icons.scss */

.fa-list-alt:before {
    content: "?";
}


/* line 40, sass/font-awesome/_icons.scss */

.fa-lock:before {
    content: "?";
}


/* line 41, sass/font-awesome/_icons.scss */

.fa-flag:before {
    content: "?";
}


/* line 42, sass/font-awesome/_icons.scss */

.fa-headphones:before {
    content: "?";
}


/* line 43, sass/font-awesome/_icons.scss */

.fa-volume-off:before {
    content: "?";
}


/* line 44, sass/font-awesome/_icons.scss */

.fa-volume-down:before {
    content: "?";
}


/* line 45, sass/font-awesome/_icons.scss */

.fa-volume-up:before {
    content: "?";
}


/* line 46, sass/font-awesome/_icons.scss */

.fa-qrcode:before {
    content: "?";
}


/* line 47, sass/font-awesome/_icons.scss */

.fa-barcode:before {
    content: "?";
}


/* line 48, sass/font-awesome/_icons.scss */

.fa-tag:before {
    content: "?";
}


/* line 49, sass/font-awesome/_icons.scss */

.fa-tags:before {
    content: "?";
}


/* line 50, sass/font-awesome/_icons.scss */

.fa-book:before {
    content: "?";
}


/* line 51, sass/font-awesome/_icons.scss */

.fa-bookmark:before {
    content: "?";
}


/* line 52, sass/font-awesome/_icons.scss */

.fa-print:before {
    content: "?";
}


/* line 53, sass/font-awesome/_icons.scss */

.fa-camera:before {
    content: "?";
}


/* line 54, sass/font-awesome/_icons.scss */

.fa-font:before {
    content: "?";
}


/* line 55, sass/font-awesome/_icons.scss */

.fa-bold:before {
    content: "?";
}


/* line 56, sass/font-awesome/_icons.scss */

.fa-italic:before {
    content: "?";
}


/* line 57, sass/font-awesome/_icons.scss */

.fa-text-height:before {
    content: "?";
}


/* line 58, sass/font-awesome/_icons.scss */

.fa-text-width:before {
    content: "?";
}


/* line 59, sass/font-awesome/_icons.scss */

.fa-align-left:before {
    content: "?";
}


/* line 60, sass/font-awesome/_icons.scss */

.fa-align-center:before {
    content: "?";
}


/* line 61, sass/font-awesome/_icons.scss */

.fa-align-right:before {
    content: "?";
}


/* line 62, sass/font-awesome/_icons.scss */

.fa-align-justify:before {
    content: "?";
}


/* line 63, sass/font-awesome/_icons.scss */

.fa-list:before {
    content: "?";
}


/* line 64, sass/font-awesome/_icons.scss */

.fa-dedent:before,
.fa-outdent:before {
    content: "?";
}


/* line 66, sass/font-awesome/_icons.scss */

.fa-indent:before {
    content: "?";
}


/* line 67, sass/font-awesome/_icons.scss */

.fa-video-camera:before {
    content: "?";
}


/* line 68, sass/font-awesome/_icons.scss */

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "?";
}


/* line 71, sass/font-awesome/_icons.scss */

.fa-pencil:before {
    content: "?";
}


/* line 72, sass/font-awesome/_icons.scss */

.fa-map-marker:before {
    content: "?";
}


/* line 73, sass/font-awesome/_icons.scss */

.fa-adjust:before {
    content: "?";
}


/* line 74, sass/font-awesome/_icons.scss */

.fa-tint:before {
    content: "?";
}


/* line 75, sass/font-awesome/_icons.scss */

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "?";
}


/* line 77, sass/font-awesome/_icons.scss */

.fa-share-square-o:before {
    content: "?";
}


/* line 78, sass/font-awesome/_icons.scss */

.fa-check-square-o:before {
    content: "?";
}


/* line 79, sass/font-awesome/_icons.scss */

.fa-arrows:before {
    content: "?";
}


/* line 80, sass/font-awesome/_icons.scss */

.fa-step-backward:before {
    content: "?";
}


/* line 81, sass/font-awesome/_icons.scss */

.fa-fast-backward:before {
    content: "?";
}


/* line 82, sass/font-awesome/_icons.scss */

.fa-backward:before {
    content: "?";
}


/* line 83, sass/font-awesome/_icons.scss */

.fa-play:before {
    content: "?";
}


/* line 84, sass/font-awesome/_icons.scss */

.fa-pause:before {
    content: "?";
}


/* line 85, sass/font-awesome/_icons.scss */

.fa-stop:before {
    content: "?";
}


/* line 86, sass/font-awesome/_icons.scss */

.fa-forward:before {
    content: "?";
}


/* line 87, sass/font-awesome/_icons.scss */

.fa-fast-forward:before {
    content: "?";
}


/* line 88, sass/font-awesome/_icons.scss */

.fa-step-forward:before {
    content: "?";
}


/* line 89, sass/font-awesome/_icons.scss */

.fa-eject:before {
    content: "?";
}


/* line 90, sass/font-awesome/_icons.scss */

.fa-chevron-left:before {
    content: "?";
}


/* line 91, sass/font-awesome/_icons.scss */

.fa-chevron-right:before {
    content: "?";
}


/* line 92, sass/font-awesome/_icons.scss */

.fa-plus-circle:before {
    content: "?";
}


/* line 93, sass/font-awesome/_icons.scss */

.fa-minus-circle:before {
    content: "?";
}


/* line 94, sass/font-awesome/_icons.scss */

.fa-times-circle:before {
    content: "?";
}


/* line 95, sass/font-awesome/_icons.scss */

.fa-check-circle:before {
    content: "?";
}


/* line 96, sass/font-awesome/_icons.scss */

.fa-question-circle:before {
    content: "?";
}


/* line 97, sass/font-awesome/_icons.scss */

.fa-info-circle:before {
    content: "?";
}


/* line 98, sass/font-awesome/_icons.scss */

.fa-crosshairs:before {
    content: "?";
}


/* line 99, sass/font-awesome/_icons.scss */

.fa-times-circle-o:before {
    content: "?";
}


/* line 100, sass/font-awesome/_icons.scss */

.fa-check-circle-o:before {
    content: "?";
}


/* line 101, sass/font-awesome/_icons.scss */

.fa-ban:before {
    content: "?";
}


/* line 102, sass/font-awesome/_icons.scss */

.fa-arrow-left:before {
    content: "?";
}


/* line 103, sass/font-awesome/_icons.scss */

.fa-arrow-right:before {
    content: "?";
}


/* line 104, sass/font-awesome/_icons.scss */

.fa-arrow-up:before {
    content: "?";
}


/* line 105, sass/font-awesome/_icons.scss */

.fa-arrow-down:before {
    content: "?";
}


/* line 106, sass/font-awesome/_icons.scss */

.fa-mail-forward:before,
.fa-share:before {
    content: "?";
}


/* line 108, sass/font-awesome/_icons.scss */

.fa-expand:before {
    content: "?";
}


/* line 109, sass/font-awesome/_icons.scss */

.fa-compress:before {
    content: "?";
}


/* line 110, sass/font-awesome/_icons.scss */

.fa-plus:before {
    content: "?";
}


/* line 111, sass/font-awesome/_icons.scss */

.fa-minus:before {
    content: "?";
}


/* line 112, sass/font-awesome/_icons.scss */

.fa-asterisk:before {
    content: "?";
}


/* line 113, sass/font-awesome/_icons.scss */

.fa-exclamation-circle:before {
    content: "?";
}


/* line 114, sass/font-awesome/_icons.scss */

.fa-gift:before {
    content: "?";
}


/* line 115, sass/font-awesome/_icons.scss */

.fa-leaf:before {
    content: "?";
}


/* line 116, sass/font-awesome/_icons.scss */

.fa-fire:before {
    content: "?";
}


/* line 117, sass/font-awesome/_icons.scss */

.fa-eye:before {
    content: "?";
}


/* line 118, sass/font-awesome/_icons.scss */

.fa-eye-slash:before {
    content: "?";
}


/* line 119, sass/font-awesome/_icons.scss */

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "?";
}


/* line 121, sass/font-awesome/_icons.scss */

.fa-plane:before {
    content: "?";
}


/* line 122, sass/font-awesome/_icons.scss */

.fa-calendar:before {
    content: "?";
}


/* line 123, sass/font-awesome/_icons.scss */

.fa-random:before {
    content: "?";
}


/* line 124, sass/font-awesome/_icons.scss */

.fa-comment:before {
    content: "?";
}


/* line 125, sass/font-awesome/_icons.scss */

.fa-magnet:before {
    content: "?";
}


/* line 126, sass/font-awesome/_icons.scss */

.fa-chevron-up:before {
    content: "?";
}


/* line 127, sass/font-awesome/_icons.scss */

.fa-chevron-down:before {
    content: "?";
}


/* line 128, sass/font-awesome/_icons.scss */

.fa-retweet:before {
    content: "?";
}


/* line 129, sass/font-awesome/_icons.scss */

.fa-shopping-cart:before {
    content: "?";
}


/* line 130, sass/font-awesome/_icons.scss */

.fa-folder:before {
    content: "?";
}


/* line 131, sass/font-awesome/_icons.scss */

.fa-folder-open:before {
    content: "?";
}


/* line 132, sass/font-awesome/_icons.scss */

.fa-arrows-v:before {
    content: "?";
}


/* line 133, sass/font-awesome/_icons.scss */

.fa-arrows-h:before {
    content: "?";
}


/* line 134, sass/font-awesome/_icons.scss */

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "?";
}


/* line 136, sass/font-awesome/_icons.scss */

.fa-twitter-square:before {
    content: "?";
}


/* line 137, sass/font-awesome/_icons.scss */

.fa-facebook-square:before {
    content: "?";
}


/* line 138, sass/font-awesome/_icons.scss */

.fa-camera-retro:before {
    content: "?";
}


/* line 139, sass/font-awesome/_icons.scss */

.fa-key:before {
    content: "?";
}


/* line 140, sass/font-awesome/_icons.scss */

.fa-gears:before,
.fa-cogs:before {
    content: "?";
}


/* line 142, sass/font-awesome/_icons.scss */

.fa-comments:before {
    content: "?";
}


/* line 143, sass/font-awesome/_icons.scss */

.fa-thumbs-o-up:before {
    content: "?";
}


/* line 144, sass/font-awesome/_icons.scss */

.fa-thumbs-o-down:before {
    content: "?";
}


/* line 145, sass/font-awesome/_icons.scss */

.fa-star-half:before {
    content: "?";
}


/* line 146, sass/font-awesome/_icons.scss */

.fa-heart-o:before {
    content: "?";
}


/* line 147, sass/font-awesome/_icons.scss */

.fa-sign-out:before {
    content: "?";
}


/* line 148, sass/font-awesome/_icons.scss */

.fa-linkedin-square:before {
    content: "?";
}


/* line 149, sass/font-awesome/_icons.scss */

.fa-thumb-tack:before {
    content: "?";
}


/* line 150, sass/font-awesome/_icons.scss */

.fa-external-link:before {
    content: "?";
}


/* line 151, sass/font-awesome/_icons.scss */

.fa-sign-in:before {
    content: "?";
}


/* line 152, sass/font-awesome/_icons.scss */

.fa-trophy:before {
    content: "?";
}


/* line 153, sass/font-awesome/_icons.scss */

.fa-github-square:before {
    content: "?";
}


/* line 154, sass/font-awesome/_icons.scss */

.fa-upload:before {
    content: "?";
}


/* line 155, sass/font-awesome/_icons.scss */

.fa-lemon-o:before {
    content: "?";
}


/* line 156, sass/font-awesome/_icons.scss */

.fa-phone:before {
    content: "?";
}


/* line 157, sass/font-awesome/_icons.scss */

.fa-square-o:before {
    content: "?";
}


/* line 158, sass/font-awesome/_icons.scss */

.fa-bookmark-o:before {
    content: "?";
}


/* line 159, sass/font-awesome/_icons.scss */

.fa-phone-square:before {
    content: "?";
}


/* line 160, sass/font-awesome/_icons.scss */

.fa-twitter:before {
    content: "?";
}


/* line 161, sass/font-awesome/_icons.scss */

.fa-facebook-f:before,
.fa-facebook:before {
    content: "?";
}


/* line 163, sass/font-awesome/_icons.scss */

.fa-github:before {
    content: "?";
}


/* line 164, sass/font-awesome/_icons.scss */

.fa-unlock:before {
    content: "?";
}


/* line 165, sass/font-awesome/_icons.scss */

.fa-credit-card:before {
    content: "?";
}


/* line 166, sass/font-awesome/_icons.scss */

.fa-feed:before,
.fa-rss:before {
    content: "?";
}


/* line 168, sass/font-awesome/_icons.scss */

.fa-hdd-o:before {
    content: "?";
}


/* line 169, sass/font-awesome/_icons.scss */

.fa-bullhorn:before {
    content: "?";
}


/* line 170, sass/font-awesome/_icons.scss */

.fa-bell:before {
    content: "?";
}


/* line 171, sass/font-awesome/_icons.scss */

.fa-certificate:before {
    content: "?";
}


/* line 172, sass/font-awesome/_icons.scss */

.fa-hand-o-right:before {
    content: "?";
}


/* line 173, sass/font-awesome/_icons.scss */

.fa-hand-o-left:before {
    content: "?";
}


/* line 174, sass/font-awesome/_icons.scss */

.fa-hand-o-up:before {
    content: "?";
}


/* line 175, sass/font-awesome/_icons.scss */

.fa-hand-o-down:before {
    content: "?";
}


/* line 176, sass/font-awesome/_icons.scss */

.fa-arrow-circle-left:before {
    content: "?";
}


/* line 177, sass/font-awesome/_icons.scss */

.fa-arrow-circle-right:before {
    content: "?";
}


/* line 178, sass/font-awesome/_icons.scss */

.fa-arrow-circle-up:before {
    content: "?";
}


/* line 179, sass/font-awesome/_icons.scss */

.fa-arrow-circle-down:before {
    content: "?";
}


/* line 180, sass/font-awesome/_icons.scss */

.fa-globe:before {
    content: "?";
}


/* line 181, sass/font-awesome/_icons.scss */

.fa-wrench:before {
    content: "?";
}


/* line 182, sass/font-awesome/_icons.scss */

.fa-tasks:before {
    content: "?";
}


/* line 183, sass/font-awesome/_icons.scss */

.fa-filter:before {
    content: "?";
}


/* line 184, sass/font-awesome/_icons.scss */

.fa-briefcase:before {
    content: "?";
}


/* line 185, sass/font-awesome/_icons.scss */

.fa-arrows-alt:before {
    content: "?";
}


/* line 186, sass/font-awesome/_icons.scss */

.fa-group:before,
.fa-users:before {
    content: "?";
}


/* line 188, sass/font-awesome/_icons.scss */

.fa-chain:before,
.fa-link:before {
    content: "?";
}


/* line 190, sass/font-awesome/_icons.scss */

.fa-cloud:before {
    content: "?";
}


/* line 191, sass/font-awesome/_icons.scss */

.fa-flask:before {
    content: "?";
}


/* line 192, sass/font-awesome/_icons.scss */

.fa-cut:before,
.fa-scissors:before {
    content: "?";
}


/* line 194, sass/font-awesome/_icons.scss */

.fa-copy:before,
.fa-files-o:before {
    content: "?";
}


/* line 196, sass/font-awesome/_icons.scss */

.fa-paperclip:before {
    content: "?";
}


/* line 197, sass/font-awesome/_icons.scss */

.fa-save:before,
.fa-floppy-o:before {
    content: "?";
}


/* line 199, sass/font-awesome/_icons.scss */

.fa-square:before {
    content: "?";
}


/* line 200, sass/font-awesome/_icons.scss */

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "?";
}


/* line 203, sass/font-awesome/_icons.scss */

.fa-list-ul:before {
    content: "?";
}


/* line 204, sass/font-awesome/_icons.scss */

.fa-list-ol:before {
    content: "?";
}


/* line 205, sass/font-awesome/_icons.scss */

.fa-strikethrough:before {
    content: "?";
}


/* line 206, sass/font-awesome/_icons.scss */

.fa-underline:before {
    content: "?";
}


/* line 207, sass/font-awesome/_icons.scss */

.fa-table:before {
    content: "?";
}


/* line 208, sass/font-awesome/_icons.scss */

.fa-magic:before {
    content: "?";
}


/* line 209, sass/font-awesome/_icons.scss */

.fa-truck:before {
    content: "?";
}


/* line 210, sass/font-awesome/_icons.scss */

.fa-pinterest:before {
    content: "?";
}


/* line 211, sass/font-awesome/_icons.scss */

.fa-pinterest-square:before {
    content: "?";
}


/* line 212, sass/font-awesome/_icons.scss */

.fa-google-plus-square:before {
    content: "?";
}


/* line 213, sass/font-awesome/_icons.scss */

.fa-google-plus:before {
    content: "?";
}


/* line 214, sass/font-awesome/_icons.scss */

.fa-money:before {
    content: "?";
}


/* line 215, sass/font-awesome/_icons.scss */

.fa-caret-down:before {
    content: "?";
}


/* line 216, sass/font-awesome/_icons.scss */

.fa-caret-up:before {
    content: "?";
}


/* line 217, sass/font-awesome/_icons.scss */

.fa-caret-left:before {
    content: "?";
}


/* line 218, sass/font-awesome/_icons.scss */

.fa-caret-right:before {
    content: "?";
}


/* line 219, sass/font-awesome/_icons.scss */

.fa-columns:before {
    content: "?";
}


/* line 220, sass/font-awesome/_icons.scss */

.fa-unsorted:before,
.fa-sort:before {
    content: "?";
}


/* line 222, sass/font-awesome/_icons.scss */

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "?";
}


/* line 224, sass/font-awesome/_icons.scss */

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "?";
}


/* line 226, sass/font-awesome/_icons.scss */

.fa-envelope:before {
    content: "?";
}


/* line 227, sass/font-awesome/_icons.scss */

.fa-linkedin:before {
    content: "?";
}


/* line 228, sass/font-awesome/_icons.scss */

.fa-rotate-left:before,
.fa-undo:before {
    content: "?";
}


/* line 230, sass/font-awesome/_icons.scss */

.fa-legal:before,
.fa-gavel:before {
    content: "?";
}


/* line 232, sass/font-awesome/_icons.scss */

.fa-dashboard:before,
.fa-tachometer:before {
    content: "?";
}


/* line 234, sass/font-awesome/_icons.scss */

.fa-comment-o:before {
    content: "?";
}


/* line 235, sass/font-awesome/_icons.scss */

.fa-comments-o:before {
    content: "?";
}


/* line 236, sass/font-awesome/_icons.scss */

.fa-flash:before,
.fa-bolt:before {
    content: "?";
}


/* line 238, sass/font-awesome/_icons.scss */

.fa-sitemap:before {
    content: "?";
}


/* line 239, sass/font-awesome/_icons.scss */

.fa-umbrella:before {
    content: "?";
}


/* line 240, sass/font-awesome/_icons.scss */

.fa-paste:before,
.fa-clipboard:before {
    content: "?";
}


/* line 242, sass/font-awesome/_icons.scss */

.fa-lightbulb-o:before {
    content: "?";
}


/* line 243, sass/font-awesome/_icons.scss */

.fa-exchange:before {
    content: "?";
}


/* line 244, sass/font-awesome/_icons.scss */

.fa-cloud-download:before {
    content: "?";
}


/* line 245, sass/font-awesome/_icons.scss */

.fa-cloud-upload:before {
    content: "?";
}


/* line 246, sass/font-awesome/_icons.scss */

.fa-user-md:before {
    content: "?";
}


/* line 247, sass/font-awesome/_icons.scss */

.fa-stethoscope:before {
    content: "?";
}


/* line 248, sass/font-awesome/_icons.scss */

.fa-suitcase:before {
    content: "?";
}


/* line 249, sass/font-awesome/_icons.scss */

.fa-bell-o:before {
    content: "?";
}


/* line 250, sass/font-awesome/_icons.scss */

.fa-coffee:before {
    content: "?";
}


/* line 251, sass/font-awesome/_icons.scss */

.fa-cutlery:before {
    content: "?";
}


/* line 252, sass/font-awesome/_icons.scss */

.fa-file-text-o:before {
    content: "?";
}


/* line 253, sass/font-awesome/_icons.scss */

.fa-building-o:before {
    content: "?";
}


/* line 254, sass/font-awesome/_icons.scss */

.fa-hospital-o:before {
    content: "?";
}


/* line 255, sass/font-awesome/_icons.scss */

.fa-ambulance:before {
    content: "?";
}


/* line 256, sass/font-awesome/_icons.scss */

.fa-medkit:before {
    content: "?";
}


/* line 257, sass/font-awesome/_icons.scss */

.fa-fighter-jet:before {
    content: "?";
}


/* line 258, sass/font-awesome/_icons.scss */

.fa-beer:before {
    content: "?";
}


/* line 259, sass/font-awesome/_icons.scss */

.fa-h-square:before {
    content: "?";
}


/* line 260, sass/font-awesome/_icons.scss */

.fa-plus-square:before {
    content: "?";
}


/* line 261, sass/font-awesome/_icons.scss */

.fa-angle-double-left:before {
    content: "?";
}


/* line 262, sass/font-awesome/_icons.scss */

.fa-angle-double-right:before {
    content: "?";
}


/* line 263, sass/font-awesome/_icons.scss */

.fa-angle-double-up:before {
    content: "?";
}


/* line 264, sass/font-awesome/_icons.scss */

.fa-angle-double-down:before {
    content: "?";
}


/* line 265, sass/font-awesome/_icons.scss */

.fa-angle-left:before {
    content: "?";
}


/* line 266, sass/font-awesome/_icons.scss */

.fa-angle-right:before {
    content: "?";
}


/* line 267, sass/font-awesome/_icons.scss */

.fa-angle-up:before {
    content: "?";
}


/* line 268, sass/font-awesome/_icons.scss */

.fa-angle-down:before {
    content: "?";
}


/* line 269, sass/font-awesome/_icons.scss */

.fa-desktop:before {
    content: "?";
}


/* line 270, sass/font-awesome/_icons.scss */

.fa-laptop:before {
    content: "?";
}


/* line 271, sass/font-awesome/_icons.scss */

.fa-tablet:before {
    content: "?";
}


/* line 272, sass/font-awesome/_icons.scss */

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "?";
}


/* line 274, sass/font-awesome/_icons.scss */

.fa-circle-o:before {
    content: "?";
}


/* line 275, sass/font-awesome/_icons.scss */

.fa-quote-left:before {
    content: "?";
}


/* line 276, sass/font-awesome/_icons.scss */

.fa-quote-right:before {
    content: "?";
}


/* line 277, sass/font-awesome/_icons.scss */

.fa-spinner:before {
    content: "?";
}


/* line 278, sass/font-awesome/_icons.scss */

.fa-circle:before {
    content: "?";
}


/* line 279, sass/font-awesome/_icons.scss */

.fa-mail-reply:before,
.fa-reply:before {
    content: "?";
}


/* line 281, sass/font-awesome/_icons.scss */

.fa-github-alt:before {
    content: "?";
}


/* line 282, sass/font-awesome/_icons.scss */

.fa-folder-o:before {
    content: "?";
}


/* line 283, sass/font-awesome/_icons.scss */

.fa-folder-open-o:before {
    content: "?";
}


/* line 284, sass/font-awesome/_icons.scss */

.fa-smile-o:before {
    content: "?";
}


/* line 285, sass/font-awesome/_icons.scss */

.fa-frown-o:before {
    content: "?";
}


/* line 286, sass/font-awesome/_icons.scss */

.fa-meh-o:before {
    content: "?";
}


/* line 287, sass/font-awesome/_icons.scss */

.fa-gamepad:before {
    content: "?";
}


/* line 288, sass/font-awesome/_icons.scss */

.fa-keyboard-o:before {
    content: "?";
}


/* line 289, sass/font-awesome/_icons.scss */

.fa-flag-o:before {
    content: "?";
}


/* line 290, sass/font-awesome/_icons.scss */

.fa-flag-checkered:before {
    content: "?";
}


/* line 291, sass/font-awesome/_icons.scss */

.fa-terminal:before {
    content: "?";
}


/* line 292, sass/font-awesome/_icons.scss */

.fa-code:before {
    content: "?";
}


/* line 293, sass/font-awesome/_icons.scss */

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "?";
}


/* line 295, sass/font-awesome/_icons.scss */

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "?";
}


/* line 298, sass/font-awesome/_icons.scss */

.fa-location-arrow:before {
    content: "?";
}


/* line 299, sass/font-awesome/_icons.scss */

.fa-crop:before {
    content: "?";
}


/* line 300, sass/font-awesome/_icons.scss */

.fa-code-fork:before {
    content: "?";
}


/* line 301, sass/font-awesome/_icons.scss */

.fa-unlink:before,
.fa-chain-broken:before {
    content: "?";
}


/* line 303, sass/font-awesome/_icons.scss */

.fa-question:before {
    content: "?";
}


/* line 304, sass/font-awesome/_icons.scss */

.fa-info:before {
    content: "?";
}


/* line 305, sass/font-awesome/_icons.scss */

.fa-exclamation:before {
    content: "?";
}


/* line 306, sass/font-awesome/_icons.scss */

.fa-superscript:before {
    content: "?";
}


/* line 307, sass/font-awesome/_icons.scss */

.fa-subscript:before {
    content: "?";
}


/* line 308, sass/font-awesome/_icons.scss */

.fa-eraser:before {
    content: "?";
}


/* line 309, sass/font-awesome/_icons.scss */

.fa-puzzle-piece:before {
    content: "?";
}


/* line 310, sass/font-awesome/_icons.scss */

.fa-microphone:before {
    content: "?";
}


/* line 311, sass/font-awesome/_icons.scss */

.fa-microphone-slash:before {
    content: "?";
}


/* line 312, sass/font-awesome/_icons.scss */

.fa-shield:before {
    content: "?";
}


/* line 313, sass/font-awesome/_icons.scss */

.fa-calendar-o:before {
    content: "?";
}


/* line 314, sass/font-awesome/_icons.scss */

.fa-fire-extinguisher:before {
    content: "?";
}


/* line 315, sass/font-awesome/_icons.scss */

.fa-rocket:before {
    content: "?";
}


/* line 316, sass/font-awesome/_icons.scss */

.fa-maxcdn:before {
    content: "?";
}


/* line 317, sass/font-awesome/_icons.scss */

.fa-chevron-circle-left:before {
    content: "?";
}


/* line 318, sass/font-awesome/_icons.scss */

.fa-chevron-circle-right:before {
    content: "?";
}


/* line 319, sass/font-awesome/_icons.scss */

.fa-chevron-circle-up:before {
    content: "?";
}


/* line 320, sass/font-awesome/_icons.scss */

.fa-chevron-circle-down:before {
    content: "?";
}


/* line 321, sass/font-awesome/_icons.scss */

.fa-html5:before {
    content: "?";
}


/* line 322, sass/font-awesome/_icons.scss */

.fa-css3:before {
    content: "?";
}


/* line 323, sass/font-awesome/_icons.scss */

.fa-anchor:before {
    content: "?";
}


/* line 324, sass/font-awesome/_icons.scss */

.fa-unlock-alt:before {
    content: "?";
}


/* line 325, sass/font-awesome/_icons.scss */

.fa-bullseye:before {
    content: "?";
}


/* line 326, sass/font-awesome/_icons.scss */

.fa-ellipsis-h:before {
    content: "?";
}


/* line 327, sass/font-awesome/_icons.scss */

.fa-ellipsis-v:before {
    content: "?";
}


/* line 328, sass/font-awesome/_icons.scss */

.fa-rss-square:before {
    content: "?";
}


/* line 329, sass/font-awesome/_icons.scss */

.fa-play-circle:before {
    content: "?";
}


/* line 330, sass/font-awesome/_icons.scss */

.fa-ticket:before {
    content: "?";
}


/* line 331, sass/font-awesome/_icons.scss */

.fa-minus-square:before {
    content: "?";
}


/* line 332, sass/font-awesome/_icons.scss */

.fa-minus-square-o:before {
    content: "?";
}


/* line 333, sass/font-awesome/_icons.scss */

.fa-level-up:before {
    content: "?";
}


/* line 334, sass/font-awesome/_icons.scss */

.fa-level-down:before {
    content: "?";
}


/* line 335, sass/font-awesome/_icons.scss */

.fa-check-square:before {
    content: "?";
}


/* line 336, sass/font-awesome/_icons.scss */

.fa-pencil-square:before {
    content: "?";
}


/* line 337, sass/font-awesome/_icons.scss */

.fa-external-link-square:before {
    content: "?";
}


/* line 338, sass/font-awesome/_icons.scss */

.fa-share-square:before {
    content: "?";
}


/* line 339, sass/font-awesome/_icons.scss */

.fa-compass:before {
    content: "?";
}


/* line 340, sass/font-awesome/_icons.scss */

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "?";
}


/* line 342, sass/font-awesome/_icons.scss */

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "?";
}


/* line 344, sass/font-awesome/_icons.scss */

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "?";
}


/* line 346, sass/font-awesome/_icons.scss */

.fa-euro:before,
.fa-eur:before {
    content: "?";
}


/* line 348, sass/font-awesome/_icons.scss */

.fa-gbp:before {
    content: "?";
}


/* line 349, sass/font-awesome/_icons.scss */

.fa-dollar:before,
.fa-usd:before {
    content: "?";
}


/* line 351, sass/font-awesome/_icons.scss */

.fa-rupee:before,
.fa-inr:before {
    content: "?";
}


/* line 353, sass/font-awesome/_icons.scss */

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "?";
}


/* line 357, sass/font-awesome/_icons.scss */

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "?";
}


/* line 360, sass/font-awesome/_icons.scss */

.fa-won:before,
.fa-krw:before {
    content: "?";
}


/* line 362, sass/font-awesome/_icons.scss */

.fa-bitcoin:before,
.fa-btc:before {
    content: "?";
}


/* line 364, sass/font-awesome/_icons.scss */

.fa-file:before {
    content: "?";
}


/* line 365, sass/font-awesome/_icons.scss */

.fa-file-text:before {
    content: "?";
}


/* line 366, sass/font-awesome/_icons.scss */

.fa-sort-alpha-asc:before {
    content: "?";
}


/* line 367, sass/font-awesome/_icons.scss */

.fa-sort-alpha-desc:before {
    content: "?";
}


/* line 368, sass/font-awesome/_icons.scss */

.fa-sort-amount-asc:before {
    content: "?";
}


/* line 369, sass/font-awesome/_icons.scss */

.fa-sort-amount-desc:before {
    content: "?";
}


/* line 370, sass/font-awesome/_icons.scss */

.fa-sort-numeric-asc:before {
    content: "?";
}


/* line 371, sass/font-awesome/_icons.scss */

.fa-sort-numeric-desc:before {
    content: "?";
}


/* line 372, sass/font-awesome/_icons.scss */

.fa-thumbs-up:before {
    content: "?";
}


/* line 373, sass/font-awesome/_icons.scss */

.fa-thumbs-down:before {
    content: "?";
}


/* line 374, sass/font-awesome/_icons.scss */

.fa-youtube-square:before {
    content: "?";
}


/* line 375, sass/font-awesome/_icons.scss */

.fa-youtube:before {
    content: "?";
}


/* line 376, sass/font-awesome/_icons.scss */

.fa-xing:before {
    content: "?";
}


/* line 377, sass/font-awesome/_icons.scss */

.fa-xing-square:before {
    content: "?";
}


/* line 378, sass/font-awesome/_icons.scss */

.fa-youtube-play:before {
    content: "?";
}


/* line 379, sass/font-awesome/_icons.scss */

.fa-dropbox:before {
    content: "?";
}


/* line 380, sass/font-awesome/_icons.scss */

.fa-stack-overflow:before {
    content: "?";
}


/* line 381, sass/font-awesome/_icons.scss */

.fa-instagram:before {
    content: "?";
}


/* line 382, sass/font-awesome/_icons.scss */

.fa-flickr:before {
    content: "?";
}


/* line 383, sass/font-awesome/_icons.scss */

.fa-adn:before {
    content: "?";
}


/* line 384, sass/font-awesome/_icons.scss */

.fa-bitbucket:before {
    content: "?";
}


/* line 385, sass/font-awesome/_icons.scss */

.fa-bitbucket-square:before {
    content: "?";
}


/* line 386, sass/font-awesome/_icons.scss */

.fa-tumblr:before {
    content: "?";
}


/* line 387, sass/font-awesome/_icons.scss */

.fa-tumblr-square:before {
    content: "?";
}


/* line 388, sass/font-awesome/_icons.scss */

.fa-long-arrow-down:before {
    content: "?";
}


/* line 389, sass/font-awesome/_icons.scss */

.fa-long-arrow-up:before {
    content: "?";
}


/* line 390, sass/font-awesome/_icons.scss */

.fa-long-arrow-left:before {
    content: "?";
}


/* line 391, sass/font-awesome/_icons.scss */

.fa-long-arrow-right:before {
    content: "?";
}


/* line 392, sass/font-awesome/_icons.scss */

.fa-apple:before {
    content: "?";
}


/* line 393, sass/font-awesome/_icons.scss */

.fa-windows:before {
    content: "?";
}


/* line 394, sass/font-awesome/_icons.scss */

.fa-android:before {
    content: "?";
}


/* line 395, sass/font-awesome/_icons.scss */

.fa-linux:before {
    content: "?";
}


/* line 396, sass/font-awesome/_icons.scss */

.fa-dribbble:before {
    content: "?";
}


/* line 397, sass/font-awesome/_icons.scss */

.fa-skype:before {
    content: "?";
}


/* line 398, sass/font-awesome/_icons.scss */

.fa-foursquare:before {
    content: "?";
}


/* line 399, sass/font-awesome/_icons.scss */

.fa-trello:before {
    content: "?";
}


/* line 400, sass/font-awesome/_icons.scss */

.fa-female:before {
    content: "?";
}


/* line 401, sass/font-awesome/_icons.scss */

.fa-male:before {
    content: "?";
}


/* line 402, sass/font-awesome/_icons.scss */

.fa-gittip:before,
.fa-gratipay:before {
    content: "?";
}


/* line 404, sass/font-awesome/_icons.scss */

.fa-sun-o:before {
    content: "?";
}


/* line 405, sass/font-awesome/_icons.scss */

.fa-moon-o:before {
    content: "?";
}


/* line 406, sass/font-awesome/_icons.scss */

.fa-archive:before {
    content: "?";
}


/* line 407, sass/font-awesome/_icons.scss */

.fa-bug:before {
    content: "?";
}


/* line 408, sass/font-awesome/_icons.scss */

.fa-vk:before {
    content: "?";
}


/* line 409, sass/font-awesome/_icons.scss */

.fa-weibo:before {
    content: "?";
}


/* line 410, sass/font-awesome/_icons.scss */

.fa-renren:before {
    content: "?";
}


/* line 411, sass/font-awesome/_icons.scss */

.fa-pagelines:before {
    content: "?";
}


/* line 412, sass/font-awesome/_icons.scss */

.fa-stack-exchange:before {
    content: "?";
}


/* line 413, sass/font-awesome/_icons.scss */

.fa-arrow-circle-o-right:before {
    content: "?";
}


/* line 414, sass/font-awesome/_icons.scss */

.fa-arrow-circle-o-left:before {
    content: "?";
}


/* line 415, sass/font-awesome/_icons.scss */

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "?";
}


/* line 417, sass/font-awesome/_icons.scss */

.fa-dot-circle-o:before {
    content: "?";
}


/* line 418, sass/font-awesome/_icons.scss */

.fa-wheelchair:before {
    content: "?";
}


/* line 419, sass/font-awesome/_icons.scss */

.fa-vimeo-square:before {
    content: "?";
}


/* line 420, sass/font-awesome/_icons.scss */

.fa-turkish-lira:before,
.fa-try:before {
    content: "?";
}


/* line 422, sass/font-awesome/_icons.scss */

.fa-plus-square-o:before {
    content: "?";
}


/* line 423, sass/font-awesome/_icons.scss */

.fa-space-shuttle:before {
    content: "?";
}


/* line 424, sass/font-awesome/_icons.scss */

.fa-slack:before {
    content: "?";
}


/* line 425, sass/font-awesome/_icons.scss */

.fa-envelope-square:before {
    content: "?";
}


/* line 426, sass/font-awesome/_icons.scss */

.fa-wordpress:before {
    content: "?";
}


/* line 427, sass/font-awesome/_icons.scss */

.fa-openid:before {
    content: "?";
}


/* line 428, sass/font-awesome/_icons.scss */

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "?";
}


/* line 431, sass/font-awesome/_icons.scss */

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "?";
}


/* line 433, sass/font-awesome/_icons.scss */

.fa-yahoo:before {
    content: "?";
}


/* line 434, sass/font-awesome/_icons.scss */

.fa-google:before {
    content: "?";
}


/* line 435, sass/font-awesome/_icons.scss */

.fa-reddit:before {
    content: "?";
}


/* line 436, sass/font-awesome/_icons.scss */

.fa-reddit-square:before {
    content: "?";
}


/* line 437, sass/font-awesome/_icons.scss */

.fa-stumbleupon-circle:before {
    content: "?";
}


/* line 438, sass/font-awesome/_icons.scss */

.fa-stumbleupon:before {
    content: "?";
}


/* line 439, sass/font-awesome/_icons.scss */

.fa-delicious:before {
    content: "?";
}


/* line 440, sass/font-awesome/_icons.scss */

.fa-digg:before {
    content: "?";
}


/* line 441, sass/font-awesome/_icons.scss */

.fa-pied-piper-pp:before {
    content: "?";
}


/* line 442, sass/font-awesome/_icons.scss */

.fa-pied-piper-alt:before {
    content: "?";
}


/* line 443, sass/font-awesome/_icons.scss */

.fa-drupal:before {
    content: "?";
}


/* line 444, sass/font-awesome/_icons.scss */

.fa-joomla:before {
    content: "?";
}


/* line 445, sass/font-awesome/_icons.scss */

.fa-language:before {
    content: "?";
}


/* line 446, sass/font-awesome/_icons.scss */

.fa-fax:before {
    content: "?";
}


/* line 447, sass/font-awesome/_icons.scss */

.fa-building:before {
    content: "?";
}


/* line 448, sass/font-awesome/_icons.scss */

.fa-child:before {
    content: "?";
}


/* line 449, sass/font-awesome/_icons.scss */

.fa-paw:before {
    content: "?";
}


/* line 450, sass/font-awesome/_icons.scss */

.fa-spoon:before {
    content: "?";
}


/* line 451, sass/font-awesome/_icons.scss */

.fa-cube:before {
    content: "?";
}


/* line 452, sass/font-awesome/_icons.scss */

.fa-cubes:before {
    content: "?";
}


/* line 453, sass/font-awesome/_icons.scss */

.fa-behance:before {
    content: "?";
}


/* line 454, sass/font-awesome/_icons.scss */

.fa-behance-square:before {
    content: "?";
}


/* line 455, sass/font-awesome/_icons.scss */

.fa-steam:before {
    content: "?";
}


/* line 456, sass/font-awesome/_icons.scss */

.fa-steam-square:before {
    content: "?";
}


/* line 457, sass/font-awesome/_icons.scss */

.fa-recycle:before {
    content: "?";
}


/* line 458, sass/font-awesome/_icons.scss */

.fa-automobile:before,
.fa-car:before {
    content: "?";
}


/* line 460, sass/font-awesome/_icons.scss */

.fa-cab:before,
.fa-taxi:before {
    content: "?";
}


/* line 462, sass/font-awesome/_icons.scss */

.fa-tree:before {
    content: "?";
}


/* line 463, sass/font-awesome/_icons.scss */

.fa-spotify:before {
    content: "?";
}


/* line 464, sass/font-awesome/_icons.scss */

.fa-deviantart:before {
    content: "?";
}


/* line 465, sass/font-awesome/_icons.scss */

.fa-soundcloud:before {
    content: "?";
}


/* line 466, sass/font-awesome/_icons.scss */

.fa-database:before {
    content: "?";
}


/* line 467, sass/font-awesome/_icons.scss */

.fa-file-pdf-o:before {
    content: "?";
}


/* line 468, sass/font-awesome/_icons.scss */

.fa-file-word-o:before {
    content: "?";
}


/* line 469, sass/font-awesome/_icons.scss */

.fa-file-excel-o:before {
    content: "?";
}


/* line 470, sass/font-awesome/_icons.scss */

.fa-file-powerpoint-o:before {
    content: "?";
}


/* line 471, sass/font-awesome/_icons.scss */

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "?";
}


/* line 474, sass/font-awesome/_icons.scss */

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "?";
}


/* line 476, sass/font-awesome/_icons.scss */

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "?";
}


/* line 478, sass/font-awesome/_icons.scss */

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "?";
}


/* line 480, sass/font-awesome/_icons.scss */

.fa-file-code-o:before {
    content: "?";
}


/* line 481, sass/font-awesome/_icons.scss */

.fa-vine:before {
    content: "?";
}


/* line 482, sass/font-awesome/_icons.scss */

.fa-codepen:before {
    content: "?";
}


/* line 483, sass/font-awesome/_icons.scss */

.fa-jsfiddle:before {
    content: "?";
}


/* line 484, sass/font-awesome/_icons.scss */

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "?";
}


/* line 489, sass/font-awesome/_icons.scss */

.fa-circle-o-notch:before {
    content: "?";
}


/* line 490, sass/font-awesome/_icons.scss */

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "?";
}


/* line 493, sass/font-awesome/_icons.scss */

.fa-ge:before,
.fa-empire:before {
    content: "?";
}


/* line 495, sass/font-awesome/_icons.scss */

.fa-git-square:before {
    content: "?";
}


/* line 496, sass/font-awesome/_icons.scss */

.fa-git:before {
    content: "?";
}


/* line 497, sass/font-awesome/_icons.scss */

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "?";
}


/* line 500, sass/font-awesome/_icons.scss */

.fa-tencent-weibo:before {
    content: "?";
}


/* line 501, sass/font-awesome/_icons.scss */

.fa-qq:before {
    content: "?";
}


/* line 502, sass/font-awesome/_icons.scss */

.fa-wechat:before,
.fa-weixin:before {
    content: "?";
}


/* line 504, sass/font-awesome/_icons.scss */

.fa-send:before,
.fa-paper-plane:before {
    content: "?";
}


/* line 506, sass/font-awesome/_icons.scss */

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "?";
}


/* line 508, sass/font-awesome/_icons.scss */

.fa-history:before {
    content: "?";
}


/* line 509, sass/font-awesome/_icons.scss */

.fa-circle-thin:before {
    content: "?";
}


/* line 510, sass/font-awesome/_icons.scss */

.fa-header:before {
    content: "?";
}


/* line 511, sass/font-awesome/_icons.scss */

.fa-paragraph:before {
    content: "?";
}


/* line 512, sass/font-awesome/_icons.scss */

.fa-sliders:before {
    content: "?";
}


/* line 513, sass/font-awesome/_icons.scss */

.fa-share-alt:before {
    content: "?";
}


/* line 514, sass/font-awesome/_icons.scss */

.fa-share-alt-square:before {
    content: "?";
}


/* line 515, sass/font-awesome/_icons.scss */

.fa-bomb:before {
    content: "?";
}


/* line 516, sass/font-awesome/_icons.scss */

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "?";
}


/* line 518, sass/font-awesome/_icons.scss */

.fa-tty:before {
    content: "?";
}


/* line 519, sass/font-awesome/_icons.scss */

.fa-binoculars:before {
    content: "?";
}


/* line 520, sass/font-awesome/_icons.scss */

.fa-plug:before {
    content: "?";
}


/* line 521, sass/font-awesome/_icons.scss */

.fa-slideshare:before {
    content: "?";
}


/* line 522, sass/font-awesome/_icons.scss */

.fa-twitch:before {
    content: "?";
}


/* line 523, sass/font-awesome/_icons.scss */

.fa-yelp:before {
    content: "?";
}


/* line 524, sass/font-awesome/_icons.scss */

.fa-newspaper-o:before {
    content: "?";
}


/* line 525, sass/font-awesome/_icons.scss */

.fa-wifi:before {
    content: "?";
}


/* line 526, sass/font-awesome/_icons.scss */

.fa-calculator:before {
    content: "?";
}


/* line 527, sass/font-awesome/_icons.scss */

.fa-paypal:before {
    content: "?";
}


/* line 528, sass/font-awesome/_icons.scss */

.fa-google-wallet:before {
    content: "?";
}


/* line 529, sass/font-awesome/_icons.scss */

.fa-cc-visa:before {
    content: "?";
}


/* line 530, sass/font-awesome/_icons.scss */

.fa-cc-mastercard:before {
    content: "?";
}


/* line 531, sass/font-awesome/_icons.scss */

.fa-cc-discover:before {
    content: "?";
}


/* line 532, sass/font-awesome/_icons.scss */

.fa-cc-amex:before {
    content: "?";
}


/* line 533, sass/font-awesome/_icons.scss */

.fa-cc-paypal:before {
    content: "?";
}


/* line 534, sass/font-awesome/_icons.scss */

.fa-cc-stripe:before {
    content: "?";
}


/* line 535, sass/font-awesome/_icons.scss */

.fa-bell-slash:before {
    content: "?";
}


/* line 536, sass/font-awesome/_icons.scss */

.fa-bell-slash-o:before {
    content: "?";
}


/* line 537, sass/font-awesome/_icons.scss */

.fa-trash:before {
    content: "?";
}


/* line 538, sass/font-awesome/_icons.scss */

.fa-copyright:before {
    content: "?";
}


/* line 539, sass/font-awesome/_icons.scss */

.fa-at:before {
    content: "?";
}


/* line 540, sass/font-awesome/_icons.scss */

.fa-eyedropper:before {
    content: "?";
}


/* line 541, sass/font-awesome/_icons.scss */

.fa-paint-brush:before {
    content: "?";
}


/* line 542, sass/font-awesome/_icons.scss */

.fa-birthday-cake:before {
    content: "?";
}


/* line 543, sass/font-awesome/_icons.scss */

.fa-area-chart:before {
    content: "?";
}


/* line 544, sass/font-awesome/_icons.scss */

.fa-pie-chart:before {
    content: "?";
}


/* line 545, sass/font-awesome/_icons.scss */

.fa-line-chart:before {
    content: "?";
}


/* line 546, sass/font-awesome/_icons.scss */

.fa-lastfm:before {
    content: "?";
}


/* line 547, sass/font-awesome/_icons.scss */

.fa-lastfm-square:before {
    content: "?";
}


/* line 548, sass/font-awesome/_icons.scss */

.fa-toggle-off:before {
    content: "?";
}


/* line 549, sass/font-awesome/_icons.scss */

.fa-toggle-on:before {
    content: "?";
}


/* line 550, sass/font-awesome/_icons.scss */

.fa-bicycle:before {
    content: "?";
}


/* line 551, sass/font-awesome/_icons.scss */

.fa-bus:before {
    content: "?";
}


/* line 552, sass/font-awesome/_icons.scss */

.fa-ioxhost:before {
    content: "?";
}


/* line 553, sass/font-awesome/_icons.scss */

.fa-angellist:before {
    content: "?";
}


/* line 554, sass/font-awesome/_icons.scss */

.fa-cc:before {
    content: "?";
}


/* line 555, sass/font-awesome/_icons.scss */

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "?";
}


/* line 558, sass/font-awesome/_icons.scss */

.fa-meanpath:before {
    content: "?";
}


/* line 559, sass/font-awesome/_icons.scss */

.fa-buysellads:before {
    content: "?";
}


/* line 560, sass/font-awesome/_icons.scss */

.fa-connectdevelop:before {
    content: "?";
}


/* line 561, sass/font-awesome/_icons.scss */

.fa-dashcube:before {
    content: "?";
}


/* line 562, sass/font-awesome/_icons.scss */

.fa-forumbee:before {
    content: "?";
}


/* line 563, sass/font-awesome/_icons.scss */

.fa-leanpub:before {
    content: "?";
}


/* line 564, sass/font-awesome/_icons.scss */

.fa-sellsy:before {
    content: "?";
}


/* line 565, sass/font-awesome/_icons.scss */

.fa-shirtsinbulk:before {
    content: "?";
}


/* line 566, sass/font-awesome/_icons.scss */

.fa-simplybuilt:before {
    content: "?";
}


/* line 567, sass/font-awesome/_icons.scss */

.fa-skyatlas:before {
    content: "?";
}


/* line 568, sass/font-awesome/_icons.scss */

.fa-cart-plus:before {
    content: "?";
}


/* line 569, sass/font-awesome/_icons.scss */

.fa-cart-arrow-down:before {
    content: "?";
}


/* line 570, sass/font-awesome/_icons.scss */

.fa-diamond:before {
    content: "?";
}


/* line 571, sass/font-awesome/_icons.scss */

.fa-ship:before {
    content: "?";
}


/* line 572, sass/font-awesome/_icons.scss */

.fa-user-secret:before {
    content: "?";
}


/* line 573, sass/font-awesome/_icons.scss */

.fa-motorcycle:before {
    content: "?";
}


/* line 574, sass/font-awesome/_icons.scss */

.fa-street-view:before {
    content: "?";
}


/* line 575, sass/font-awesome/_icons.scss */

.fa-heartbeat:before {
    content: "?";
}


/* line 576, sass/font-awesome/_icons.scss */

.fa-venus:before {
    content: "?";
}


/* line 577, sass/font-awesome/_icons.scss */

.fa-mars:before {
    content: "?";
}


/* line 578, sass/font-awesome/_icons.scss */

.fa-mercury:before {
    content: "?";
}


/* line 579, sass/font-awesome/_icons.scss */

.fa-intersex:before,
.fa-transgender:before {
    content: "?";
}


/* line 581, sass/font-awesome/_icons.scss */

.fa-transgender-alt:before {
    content: "?";
}


/* line 582, sass/font-awesome/_icons.scss */

.fa-venus-double:before {
    content: "?";
}


/* line 583, sass/font-awesome/_icons.scss */

.fa-mars-double:before {
    content: "?";
}


/* line 584, sass/font-awesome/_icons.scss */

.fa-venus-mars:before {
    content: "?";
}


/* line 585, sass/font-awesome/_icons.scss */

.fa-mars-stroke:before {
    content: "?";
}


/* line 586, sass/font-awesome/_icons.scss */

.fa-mars-stroke-v:before {
    content: "?";
}


/* line 587, sass/font-awesome/_icons.scss */

.fa-mars-stroke-h:before {
    content: "?";
}


/* line 588, sass/font-awesome/_icons.scss */

.fa-neuter:before {
    content: "?";
}


/* line 589, sass/font-awesome/_icons.scss */

.fa-genderless:before {
    content: "?";
}


/* line 590, sass/font-awesome/_icons.scss */

.fa-facebook-official:before {
    content: "?";
}


/* line 591, sass/font-awesome/_icons.scss */

.fa-pinterest-p:before {
    content: "?";
}


/* line 592, sass/font-awesome/_icons.scss */

.fa-whatsapp:before {
    content: "?";
}


/* line 593, sass/font-awesome/_icons.scss */

.fa-server:before {
    content: "?";
}


/* line 594, sass/font-awesome/_icons.scss */

.fa-user-plus:before {
    content: "?";
}


/* line 595, sass/font-awesome/_icons.scss */

.fa-user-times:before {
    content: "?";
}


/* line 596, sass/font-awesome/_icons.scss */

.fa-hotel:before,
.fa-bed:before {
    content: "?";
}


/* line 598, sass/font-awesome/_icons.scss */

.fa-viacoin:before {
    content: "?";
}


/* line 599, sass/font-awesome/_icons.scss */

.fa-train:before {
    content: "?";
}


/* line 600, sass/font-awesome/_icons.scss */

.fa-subway:before {
    content: "?";
}


/* line 601, sass/font-awesome/_icons.scss */

.fa-medium:before {
    content: "?";
}


/* line 602, sass/font-awesome/_icons.scss */

.fa-yc:before,
.fa-y-combinator:before {
    content: "?";
}


/* line 604, sass/font-awesome/_icons.scss */

.fa-optin-monster:before {
    content: "?";
}


/* line 605, sass/font-awesome/_icons.scss */

.fa-opencart:before {
    content: "?";
}


/* line 606, sass/font-awesome/_icons.scss */

.fa-expeditedssl:before {
    content: "?";
}


/* line 607, sass/font-awesome/_icons.scss */

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "?";
}


/* line 610, sass/font-awesome/_icons.scss */

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "?";
}


/* line 612, sass/font-awesome/_icons.scss */

.fa-battery-2:before,
.fa-battery-half:before {
    content: "?";
}


/* line 614, sass/font-awesome/_icons.scss */

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "?";
}


/* line 616, sass/font-awesome/_icons.scss */

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "?";
}


/* line 618, sass/font-awesome/_icons.scss */

.fa-mouse-pointer:before {
    content: "?";
}


/* line 619, sass/font-awesome/_icons.scss */

.fa-i-cursor:before {
    content: "?";
}


/* line 620, sass/font-awesome/_icons.scss */

.fa-object-group:before {
    content: "?";
}


/* line 621, sass/font-awesome/_icons.scss */

.fa-object-ungroup:before {
    content: "?";
}


/* line 622, sass/font-awesome/_icons.scss */

.fa-sticky-note:before {
    content: "?";
}


/* line 623, sass/font-awesome/_icons.scss */

.fa-sticky-note-o:before {
    content: "?";
}


/* line 624, sass/font-awesome/_icons.scss */

.fa-cc-jcb:before {
    content: "?";
}


/* line 625, sass/font-awesome/_icons.scss */

.fa-cc-diners-club:before {
    content: "?";
}


/* line 626, sass/font-awesome/_icons.scss */

.fa-clone:before {
    content: "?";
}


/* line 627, sass/font-awesome/_icons.scss */

.fa-balance-scale:before {
    content: "?";
}


/* line 628, sass/font-awesome/_icons.scss */

.fa-hourglass-o:before {
    content: "?";
}


/* line 629, sass/font-awesome/_icons.scss */

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "?";
}


/* line 631, sass/font-awesome/_icons.scss */

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "?";
}


/* line 633, sass/font-awesome/_icons.scss */

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "?";
}


/* line 635, sass/font-awesome/_icons.scss */

.fa-hourglass:before {
    content: "?";
}


/* line 636, sass/font-awesome/_icons.scss */

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "?";
}


/* line 638, sass/font-awesome/_icons.scss */

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "?";
}


/* line 640, sass/font-awesome/_icons.scss */

.fa-hand-scissors-o:before {
    content: "?";
}


/* line 641, sass/font-awesome/_icons.scss */

.fa-hand-lizard-o:before {
    content: "?";
}


/* line 642, sass/font-awesome/_icons.scss */

.fa-hand-spock-o:before {
    content: "?";
}


/* line 643, sass/font-awesome/_icons.scss */

.fa-hand-pointer-o:before {
    content: "?";
}


/* line 644, sass/font-awesome/_icons.scss */

.fa-hand-peace-o:before {
    content: "?";
}


/* line 645, sass/font-awesome/_icons.scss */

.fa-trademark:before {
    content: "?";
}


/* line 646, sass/font-awesome/_icons.scss */

.fa-registered:before {
    content: "?";
}


/* line 647, sass/font-awesome/_icons.scss */

.fa-creative-commons:before {
    content: "?";
}


/* line 648, sass/font-awesome/_icons.scss */

.fa-gg:before {
    content: "?";
}


/* line 649, sass/font-awesome/_icons.scss */

.fa-gg-circle:before {
    content: "?";
}


/* line 650, sass/font-awesome/_icons.scss */

.fa-tripadvisor:before {
    content: "?";
}


/* line 651, sass/font-awesome/_icons.scss */

.fa-odnoklassniki:before {
    content: "?";
}


/* line 652, sass/font-awesome/_icons.scss */

.fa-odnoklassniki-square:before {
    content: "?";
}


/* line 653, sass/font-awesome/_icons.scss */

.fa-get-pocket:before {
    content: "?";
}


/* line 654, sass/font-awesome/_icons.scss */

.fa-wikipedia-w:before {
    content: "?";
}


/* line 655, sass/font-awesome/_icons.scss */

.fa-safari:before {
    content: "?";
}


/* line 656, sass/font-awesome/_icons.scss */

.fa-chrome:before {
    content: "?";
}


/* line 657, sass/font-awesome/_icons.scss */

.fa-firefox:before {
    content: "?";
}


/* line 658, sass/font-awesome/_icons.scss */

.fa-opera:before {
    content: "?";
}


/* line 659, sass/font-awesome/_icons.scss */

.fa-internet-explorer:before {
    content: "?";
}


/* line 660, sass/font-awesome/_icons.scss */

.fa-tv:before,
.fa-television:before {
    content: "?";
}


/* line 662, sass/font-awesome/_icons.scss */

.fa-contao:before {
    content: "?";
}


/* line 663, sass/font-awesome/_icons.scss */

.fa-500px:before {
    content: "?";
}


/* line 664, sass/font-awesome/_icons.scss */

.fa-amazon:before {
    content: "?";
}


/* line 665, sass/font-awesome/_icons.scss */

.fa-calendar-plus-o:before {
    content: "?";
}


/* line 666, sass/font-awesome/_icons.scss */

.fa-calendar-minus-o:before {
    content: "?";
}


/* line 667, sass/font-awesome/_icons.scss */

.fa-calendar-times-o:before {
    content: "?";
}


/* line 668, sass/font-awesome/_icons.scss */

.fa-calendar-check-o:before {
    content: "?";
}


/* line 669, sass/font-awesome/_icons.scss */

.fa-industry:before {
    content: "?";
}


/* line 670, sass/font-awesome/_icons.scss */

.fa-map-pin:before {
    content: "?";
}


/* line 671, sass/font-awesome/_icons.scss */

.fa-map-signs:before {
    content: "?";
}


/* line 672, sass/font-awesome/_icons.scss */

.fa-map-o:before {
    content: "?";
}


/* line 673, sass/font-awesome/_icons.scss */

.fa-map:before {
    content: "?";
}


/* line 674, sass/font-awesome/_icons.scss */

.fa-commenting:before {
    content: "?";
}


/* line 675, sass/font-awesome/_icons.scss */

.fa-commenting-o:before {
    content: "?";
}


/* line 676, sass/font-awesome/_icons.scss */

.fa-houzz:before {
    content: "?";
}


/* line 677, sass/font-awesome/_icons.scss */

.fa-vimeo:before {
    content: "?";
}


/* line 678, sass/font-awesome/_icons.scss */

.fa-black-tie:before {
    content: "?";
}


/* line 679, sass/font-awesome/_icons.scss */

.fa-fonticons:before {
    content: "?";
}


/* line 680, sass/font-awesome/_icons.scss */

.fa-reddit-alien:before {
    content: "?";
}


/* line 681, sass/font-awesome/_icons.scss */

.fa-edge:before {
    content: "?";
}


/* line 682, sass/font-awesome/_icons.scss */

.fa-credit-card-alt:before {
    content: "?";
}


/* line 683, sass/font-awesome/_icons.scss */

.fa-codiepie:before {
    content: "?";
}


/* line 684, sass/font-awesome/_icons.scss */

.fa-modx:before {
    content: "?";
}


/* line 685, sass/font-awesome/_icons.scss */

.fa-fort-awesome:before {
    content: "?";
}


/* line 686, sass/font-awesome/_icons.scss */

.fa-usb:before {
    content: "?";
}


/* line 687, sass/font-awesome/_icons.scss */

.fa-product-hunt:before {
    content: "?";
}


/* line 688, sass/font-awesome/_icons.scss */

.fa-mixcloud:before {
    content: "?";
}


/* line 689, sass/font-awesome/_icons.scss */

.fa-scribd:before {
    content: "?";
}


/* line 690, sass/font-awesome/_icons.scss */

.fa-pause-circle:before {
    content: "?";
}


/* line 691, sass/font-awesome/_icons.scss */

.fa-pause-circle-o:before {
    content: "?";
}


/* line 692, sass/font-awesome/_icons.scss */

.fa-stop-circle:before {
    content: "?";
}


/* line 693, sass/font-awesome/_icons.scss */

.fa-stop-circle-o:before {
    content: "?";
}


/* line 694, sass/font-awesome/_icons.scss */

.fa-shopping-bag:before {
    content: "?";
}


/* line 695, sass/font-awesome/_icons.scss */

.fa-shopping-basket:before {
    content: "?";
}


/* line 696, sass/font-awesome/_icons.scss */

.fa-hashtag:before {
    content: "?";
}


/* line 697, sass/font-awesome/_icons.scss */

.fa-bluetooth:before {
    content: "?";
}


/* line 698, sass/font-awesome/_icons.scss */

.fa-bluetooth-b:before {
    content: "?";
}


/* line 699, sass/font-awesome/_icons.scss */

.fa-percent:before {
    content: "?";
}


/* line 700, sass/font-awesome/_icons.scss */

.fa-gitlab:before {
    content: "?";
}


/* line 701, sass/font-awesome/_icons.scss */

.fa-wpbeginner:before {
    content: "?";
}


/* line 702, sass/font-awesome/_icons.scss */

.fa-wpforms:before {
    content: "?";
}


/* line 703, sass/font-awesome/_icons.scss */

.fa-envira:before {
    content: "?";
}


/* line 704, sass/font-awesome/_icons.scss */

.fa-universal-access:before {
    content: "?";
}


/* line 705, sass/font-awesome/_icons.scss */

.fa-wheelchair-alt:before {
    content: "?";
}


/* line 706, sass/font-awesome/_icons.scss */

.fa-question-circle-o:before {
    content: "?";
}


/* line 707, sass/font-awesome/_icons.scss */

.fa-blind:before {
    content: "?";
}


/* line 708, sass/font-awesome/_icons.scss */

.fa-audio-description:before {
    content: "?";
}


/* line 709, sass/font-awesome/_icons.scss */

.fa-volume-control-phone:before {
    content: "?";
}


/* line 710, sass/font-awesome/_icons.scss */

.fa-braille:before {
    content: "?";
}


/* line 711, sass/font-awesome/_icons.scss */

.fa-assistive-listening-systems:before {
    content: "?";
}


/* line 712, sass/font-awesome/_icons.scss */

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "?";
}


/* line 714, sass/font-awesome/_icons.scss */

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "?";
}


/* line 717, sass/font-awesome/_icons.scss */

.fa-glide:before {
    content: "?";
}


/* line 718, sass/font-awesome/_icons.scss */

.fa-glide-g:before {
    content: "?";
}


/* line 719, sass/font-awesome/_icons.scss */

.fa-signing:before,
.fa-sign-language:before {
    content: "?";
}


/* line 721, sass/font-awesome/_icons.scss */

.fa-low-vision:before {
    content: "?";
}


/* line 722, sass/font-awesome/_icons.scss */

.fa-viadeo:before {
    content: "?";
}


/* line 723, sass/font-awesome/_icons.scss */

.fa-viadeo-square:before {
    content: "?";
}


/* line 724, sass/font-awesome/_icons.scss */

.fa-snapchat:before {
    content: "?";
}


/* line 725, sass/font-awesome/_icons.scss */

.fa-snapchat-ghost:before {
    content: "?";
}


/* line 726, sass/font-awesome/_icons.scss */

.fa-snapchat-square:before {
    content: "?";
}


/* line 727, sass/font-awesome/_icons.scss */

.fa-pied-piper:before {
    content: "?";
}


/* line 728, sass/font-awesome/_icons.scss */

.fa-first-order:before {
    content: "?";
}


/* line 729, sass/font-awesome/_icons.scss */

.fa-yoast:before {
    content: "?";
}


/* line 730, sass/font-awesome/_icons.scss */

.fa-themeisle:before {
    content: "?";
}


/* line 731, sass/font-awesome/_icons.scss */

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "?";
}


/* line 733, sass/font-awesome/_icons.scss */

.fa-fa:before,
.fa-font-awesome:before {
    content: "?";
}


/* line 735, sass/font-awesome/_icons.scss */

.fa-handshake-o:before {
    content: "?";
}


/* line 736, sass/font-awesome/_icons.scss */

.fa-envelope-open:before {
    content: "?";
}


/* line 737, sass/font-awesome/_icons.scss */

.fa-envelope-open-o:before {
    content: "?";
}


/* line 738, sass/font-awesome/_icons.scss */

.fa-linode:before {
    content: "?";
}


/* line 739, sass/font-awesome/_icons.scss */

.fa-address-book:before {
    content: "?";
}


/* line 740, sass/font-awesome/_icons.scss */

.fa-address-book-o:before {
    content: "?";
}


/* line 741, sass/font-awesome/_icons.scss */

.fa-vcard:before,
.fa-address-card:before {
    content: "?";
}


/* line 743, sass/font-awesome/_icons.scss */

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "?";
}


/* line 745, sass/font-awesome/_icons.scss */

.fa-user-circle:before {
    content: "?";
}


/* line 746, sass/font-awesome/_icons.scss */

.fa-user-circle-o:before {
    content: "?";
}


/* line 747, sass/font-awesome/_icons.scss */

.fa-user-o:before {
    content: "?";
}


/* line 748, sass/font-awesome/_icons.scss */

.fa-id-badge:before {
    content: "?";
}


/* line 749, sass/font-awesome/_icons.scss */

.fa-drivers-license:before,
.fa-id-card:before {
    content: "?";
}


/* line 751, sass/font-awesome/_icons.scss */

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "?";
}


/* line 753, sass/font-awesome/_icons.scss */

.fa-quora:before {
    content: "?";
}


/* line 754, sass/font-awesome/_icons.scss */

.fa-free-code-camp:before {
    content: "?";
}


/* line 755, sass/font-awesome/_icons.scss */

.fa-telegram:before {
    content: "?";
}


/* line 756, sass/font-awesome/_icons.scss */

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "?";
}


/* line 759, sass/font-awesome/_icons.scss */

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "?";
}


/* line 761, sass/font-awesome/_icons.scss */

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "?";
}


/* line 763, sass/font-awesome/_icons.scss */

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "?";
}


/* line 765, sass/font-awesome/_icons.scss */

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "?";
}


/* line 767, sass/font-awesome/_icons.scss */

.fa-shower:before {
    content: "?";
}


/* line 768, sass/font-awesome/_icons.scss */

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "?";
}


/* line 771, sass/font-awesome/_icons.scss */

.fa-podcast:before {
    content: "?";
}


/* line 772, sass/font-awesome/_icons.scss */

.fa-window-maximize:before {
    content: "?";
}


/* line 773, sass/font-awesome/_icons.scss */

.fa-window-minimize:before {
    content: "?";
}


/* line 774, sass/font-awesome/_icons.scss */

.fa-window-restore:before {
    content: "?";
}


/* line 775, sass/font-awesome/_icons.scss */

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "?";
}


/* line 777, sass/font-awesome/_icons.scss */

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "?";
}


/* line 779, sass/font-awesome/_icons.scss */

.fa-bandcamp:before {
    content: "?";
}


/* line 780, sass/font-awesome/_icons.scss */

.fa-grav:before {
    content: "?";
}


/* line 781, sass/font-awesome/_icons.scss */

.fa-etsy:before {
    content: "?";
}


/* line 782, sass/font-awesome/_icons.scss */

.fa-imdb:before {
    content: "?";
}


/* line 783, sass/font-awesome/_icons.scss */

.fa-ravelry:before {
    content: "?";
}


/* line 784, sass/font-awesome/_icons.scss */

.fa-eercast:before {
    content: "?";
}


/* line 785, sass/font-awesome/_icons.scss */

.fa-microchip:before {
    content: "?";
}


/* line 786, sass/font-awesome/_icons.scss */

.fa-snowflake-o:before {
    content: "?";
}


/* line 787, sass/font-awesome/_icons.scss */

.fa-superpowers:before {
    content: "?";
}


/* line 788, sass/font-awesome/_icons.scss */

.fa-wpexplorer:before {
    content: "?";
}


/* line 789, sass/font-awesome/_icons.scss */

.fa-meetup:before {
    content: "?";
}


/* line 4, sass/font-awesome/_screen-reader.scss */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/* line 51, sass/font-awesome/_mixins.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/**
 * normalizeに、以下のカスタマイズを加えています。
 * 1.日本語のフォントファミリーへの対応(customized01)
 * 2.上方向marginを0に(customized02)
 * 3.禁則処理の追加
 * 4.フルードイメージ対応
 */


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* line 20, sass/_customized-normalize.scss */

html {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, "Droid Sans", sans-serif;
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */


/* line 36, sass/_customized-normalize.scss */

body {
    margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */


/* line 44, sass/_customized-normalize.scss */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* line 58, sass/_customized-normalize.scss */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* line 63, sass/_customized-normalize.scss */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
pre {
    margin-top: 0;
}


/* line 65, sass/_customized-normalize.scss */

p,
li,
dt,
dd,
th,
td,
pre {
    -ms-line-break: strict;
    line-break: strict;
    -ms-word-break: break-strict;
    word-break: break-strict;
}


/* line 72, sass/_customized-normalize.scss */

li {
    list-style-type: none;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */


/* line 84, sass/_customized-normalize.scss */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */


/* line 94, sass/_customized-normalize.scss */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */


/* line 103, sass/_customized-normalize.scss */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */


/* line 114, sass/_customized-normalize.scss */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */


/* line 127, sass/_customized-normalize.scss */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */


/* line 137, sass/_customized-normalize.scss */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */


/* line 147, sass/_customized-normalize.scss */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */


/* line 156, sass/_customized-normalize.scss */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */


/* line 166, sass/_customized-normalize.scss */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */


/* line 177, sass/_customized-normalize.scss */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */


/* line 185, sass/_customized-normalize.scss */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */


/* line 194, sass/_customized-normalize.scss */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */


/* line 203, sass/_customized-normalize.scss */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}


/* line 211, sass/_customized-normalize.scss */

sub {
    bottom: -0.25em;
}


/* line 215, sass/_customized-normalize.scss */

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */


/* line 226, sass/_customized-normalize.scss */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */


/* line 235, sass/_customized-normalize.scss */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */


/* line 244, sass/_customized-normalize.scss */

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */


/* line 253, sass/_customized-normalize.scss */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */


/* line 265, sass/_customized-normalize.scss */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */


/* line 281, sass/_customized-normalize.scss */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */


/* line 291, sass/_customized-normalize.scss */

button,
select {
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */


/* line 302, sass/_customized-normalize.scss */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */


/* line 313, sass/_customized-normalize.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */


/* line 325, sass/_customized-normalize.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */


/* line 336, sass/_customized-normalize.scss */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */


/* line 347, sass/_customized-normalize.scss */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */


/* line 361, sass/_customized-normalize.scss */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */


/* line 370, sass/_customized-normalize.scss */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */


/* line 379, sass/_customized-normalize.scss */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */


/* line 389, sass/_customized-normalize.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */


/* line 399, sass/_customized-normalize.scss */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */


/* line 408, sass/_customized-normalize.scss */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */


/* line 418, sass/_customized-normalize.scss */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */


/* line 431, sass/_customized-normalize.scss */

details,
menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */


/* line 440, sass/_customized-normalize.scss */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */


/* line 451, sass/_customized-normalize.scss */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */


/* line 459, sass/_customized-normalize.scss */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */


/* line 470, sass/_customized-normalize.scss */

[hidden] {
    display: none;
}


/* =========================================================
 clearfix
========================================================= */


/** http://nicolasgallagher.com/micro-clearfix-hack/
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */


/* line 21, sass/style.scss */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}


/* line 27, sass/style.scss */

.clearfix:after {
    clear: both;
}


/* =========================================================
 @media
========================================================= */


/* =========================================================
 定義
========================================================= */


/* =========================================================================
============================================================================

frame

============================================================================
========================================================================= */


/* line 21, sass/_common.scss */

html {
    font-size: 62.5%;
}


/* line 25, sass/_common.scss */

ul,
dl,
ol,
li,
dt,
dd {
    margin: 0;
    padding: 0;
}


/* line 29, sass/_common.scss */

li {
    list-style-type: none;
}


/* line 34, sass/_common.scss */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 42, sass/_common.scss */

body {
    color: #000;
}


/* line 46, sass/_common.scss */

a {
    color: #000;
    text-decoration: none;
}


/* line 49, sass/_common.scss */

a:hover {
    opacity: 0.6;
}


/* =========================================================
 mixin
========================================================= */


/* =========================================================
 header
========================================================= */


/* line 184, sass/_common.scss */

header {
    border-top: 5px solid #000096;
}


/* line 188, sass/_common.scss */

header #headerInner .box img {
    margin: 0 0 10px;
}


/* line 193, sass/_common.scss */

header #headerInner .box dl dt input {
    padding: 0.25em;
    border: 1px solid #9e9e9f;
}


/* line 196, sass/_common.scss */

header #headerInner .box dl dt input::-webkit-input-placeholder,
header #headerInner .box dl dt input:-ms-input-placeholder,
header #headerInner .box dl dt input::-moz-placeholder {
    color: #c8c8c8;
}


/* line 204, sass/_common.scss */

header #headerInner .box dl dd button {
    display: block;
    padding: 0;
    background-color: #9e9e9f;
    cursor: pointer;
    color: #fff;
    font-size: 1.4rem;
}


/* line 211, sass/_common.scss */

header #headerInner .box dl dd button:hover {
    opacity: 0.5;
}


/* line 221, sass/_common.scss */

#gnav {
    background-color: #000096;
}


/* line 225, sass/_common.scss */

#gnav ul li a {
    display: block;
    color: #fff;
}


/* line 234, sass/_common.scss */

#breadCrumb ul {
    display: -webkit-flex;
    display: flex;
}


/* line 236, sass/_common.scss */

#breadCrumb ul li,
#breadCrumb ul a {
    letter-spacing: 0.06em;
    color: #595757;
}


/* line 240, sass/_common.scss */

#breadCrumb ul li {
    position: relative;
}


/* line 242, sass/_common.scss */

#breadCrumb ul li:before {
    content: "|";
}


/* line 246, sass/_common.scss */

#breadCrumb ul li:first-child:before {
    display: none;
}


/* =========================================================
 #container
========================================================= */


/* line 259, sass/_common.scss */

#container .featureTitleArea .featureTitle {
    margin: 0;
    font-weight: bold;
    color: #fff;
    width: 100%;
    background-color: #000096;
}


/* =========================================================
 #content
========================================================= */


/* =========================================================
 #main
========================================================= */


/* line 283, sass/_common.scss */

#main .titleArea {
    border-bottom: 2px solid #000096;
}


/* line 285, sass/_common.scss */

#main .titleArea .title {
    margin: 0;
    color: #000096;
    font-weight: bold;
    letter-spacing: 0.05em;
}


/* line 291, sass/_common.scss */

#main .titleArea .link {
    margin: 0;
    position: relative;
    letter-spacing: 0.05em;
}


/* line 295, sass/_common.scss */

#main .titleArea .link:before,
#main .titleArea .link:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
}


/* line 303, sass/_common.scss */

#main .titleArea .link:before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000096;
}


/* line 310, sass/_common.scss */

#main .titleArea .link:after {
    box-sizing: border-box;
    right: 1px;
    top: 3px;
    width: 6px;
    height: 6px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}


/* line 324, sass/_common.scss */

#main .titleArea02 .titleInner .txt span.icon {
    text-align: center;
    color: #fff;
    background-color: #000096;
}


/* line 329, sass/_common.scss */

#main .titleArea02 .titleInner .txt .title {
    color: #000096;
    letter-spacing: 0.05em;
}


/* line 337, sass/_common.scss */

#main .titleArea02 .titleInner .link ul li a {
    display: block;
    border: 2px solid #000096;
    color: #000096;
    letter-spacing: 0.05em;
    font-weight: bold;
}


/* line 343, sass/_common.scss */

#main .titleArea02 .titleInner .link ul li a:hover {
    color: #fff;
    background-color: #000096;
}


/* line 348, sass/_common.scss */

#main .titleArea02 .titleInner .link ul li.map a {
    background-image: url("./img/common/icon_map.png"), url("./img/common/icon_arrow.png");
    background-repeat: no-repeat, no-repeat;
}


/* line 352, sass/_common.scss */

#main .titleArea02 .titleInner .link ul li.map a:hover {
    background-image: url("./img/common/icon_map_white.png"), url("./img/common/icon_arrow_white.png");
}


/* line 357, sass/_common.scss */

#main .titleArea02 .titleInner .link ul li.area a {
    background-image: url("./img/common/icon_area.png"), url("./img/common/icon_arrow.png");
    background-repeat: no-repeat, no-repeat;
}


/* line 361, sass/_common.scss */

#main .titleArea02 .titleInner .link ul li.area a:hover {
    background-image: url("./img/common/icon_area_white.png"), url("./img/common/icon_arrow_white.png");
}


/* line 366, sass/_common.scss */

#main .titleArea02 .titleInner .link ul li.conditions a {
    background-image: url("./img/common/icon_conditions.png"), url("./img/common/icon_arrow.png");
    background-repeat: no-repeat, no-repeat;
}


/* line 370, sass/_common.scss */

#main .titleArea02 .titleInner .link ul li.conditions a:hover {
    background-image: url("./img/common/icon_conditions_white.png"), url("./img/common/icon_arrow_white.png");
}


/* line 381, sass/_common.scss */

#main .lowerTitleArea {
    display: block;
}


/* line 384, sass/_common.scss */

#main .lowerTitleArea span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    background-color: #000096;
    text-align: center;
    vertical-align: top;
}


/* line 392, sass/_common.scss */

#main .lowerTitleArea.newsTitleArea {
    border-bottom: 2px solid #000096;
}


/* line 394, sass/_common.scss */

#main .lowerTitleArea.newsTitleArea span {
    letter-spacing: -0.02em;
}


/* line 398, sass/_common.scss */

#main .lowerTitleArea .lowerTitle {
    font-weight: bold;
    letter-spacing: 0.005em;
    display: inline-block;
    width: 60%;
}


/* line 403, sass/_common.scss */

#main .lowerSubTitle {
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.005em;
    border-left: 6px solid #000096;
}


/* line 410, sass/_common.scss */

#main #searchConditions {
    border: 3px solid #000096;
    background-color: #fff;
}


/* line 414, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}


/* line 417, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl dt {
    color: #fff;
    text-align: center;
    background-color: #000096;
    letter-spacing: 0.15em;
    font-weight: bold;
}


/* line 424, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl dd {
    align-items: center;
}


/* line 129, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl dd select {
    outline: none;
    width: 100% !important;
    height: auto;
}


/* line 145, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl dd select option {
    background-color: #fff;
    color: #000;
}


/* line 149, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl dd select::-ms-expand {
    display: none;
}


/* line 152, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl dd select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}


/* line 428, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl.rent {
    align-items: flex-start;
}


/* line 430, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl.rent dd {
    display: block;
}


/* line 432, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl.rent dd ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


/* line 436, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl.rent dd ul li {
    letter-spacing: 0.05em;
}


/* line 438, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl.rent dd ul li input {
    vertical-align: middle;
}


/* line 160, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl.area label.forSelect,
#main #searchConditions .searchConditionsInner dl.extent label.forSelect,
#main #searchConditions .searchConditionsInner dl.layout label.forSelect,
#main #searchConditions .searchConditionsInner dl.age label.forSelect {
    position: relative;
    display: block;
}

#main #searchConditions .searchConditionsInner dl.rent label.forSelect {
    display: inline-block;
    width: 40%;
    position: relative;
}

#main #searchConditions .searchConditionsInner dl.rent label.forSelect:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background: url("./img/common/img_select_arrow.png") no-repeat;
    background-size: 20px auto;
    pointer-events: none;
}


/* line 163, sass/_common.scss */

#main #searchConditions .searchConditionsInner dl.area label.forSelect:after,
#main #searchConditions .searchConditionsInner dl.extent label.forSelect:after,
#main #searchConditions .searchConditionsInner dl.layout label.forSelect:after,
#main #searchConditions .searchConditionsInner dl.age label.forSelect:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background: url("./img/common/img_select_arrow.png") no-repeat;
    background-size: 20px auto;
    pointer-events: none;
}


/* line 450, sass/_common.scss */

#main #searchConditions .searchConditionsInner .btnArea a {
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 0.005em;
}


/* line 455, sass/_common.scss */

#main #searchConditions .searchConditionsInner .btnArea a.btnSearch {
    color: #fff;
    background-color: #ff7800;
}


/* line 459, sass/_common.scss */

#main #searchConditions .searchConditionsInner .btnArea a.btnOption {
    color: #9e9e9f;
    border: 1px solid #9e9e9f;
    background-color: #fff;
}


/* line 469, sass/_common.scss */

#main #pagingArea {
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
}


/* line 472, sass/_common.scss */

#main #pagingArea .count {
    letter-spacing: 0.005em;
}


/* line 474, sass/_common.scss */

#main #pagingArea .count span.stress {
    color: #ff7800;
}


/* line 478, sass/_common.scss */

#main #pagingArea ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/* line 481, sass/_common.scss */

#main #pagingArea ul.num li {
    position: relative;
    color: #ff7800;
}


/* line 484, sass/_common.scss */

#main #pagingArea ul.num li:before {
    content: "|";
    position: absolute;
    left: 0;
    color: #000;
}


/* line 490, sass/_common.scss */

#main #pagingArea ul.num li:last-child {
    padding-right: 10px;
}


/* line 492, sass/_common.scss */

#main #pagingArea ul.num li:last-child:after {
    content: "|";
    position: absolute;
    right: 0;
    color: #000;
}


/* line 499, sass/_common.scss */

#main #pagingArea ul.num li a {
    color: #000;
}


/* line 507, sass/_common.scss */

#main .longBtn {
    display: block;
    color: #595757;
    background-color: #fff;
    border: 1px solid #595757;
    font-weight: bold;
    text-align: center;
}


/* line 518, sass/_common.scss */

#main #recommendArea .recommendTitle .title {
    color: #000096;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: url("./img/home/img_recommended.png") no-repeat;
}


/* line 525, sass/_common.scss */

#main #recommendArea .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/* line 527, sass/_common.scss */

#main #recommendArea .wrapper .box {
    border: 1px solid #000096;
    background-color: #fff;
}


/* line 530, sass/_common.scss */

#main #recommendArea .wrapper .box>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/* line 532, sass/_common.scss */

#main #recommendArea .wrapper .box>ul.category {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/* line 110, sass/_common.scss */

#main #recommendArea .wrapper .box>ul.category li a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


/* line 116, sass/_common.scss */

#main #recommendArea .wrapper .box>ul.category li.recommend a {
    background-color: #ff7800;
}


/* line 119, sass/_common.scss */

#main #recommendArea .wrapper .box>ul.category li.new a {
    background-color: #ff0000;
}


/* line 122, sass/_common.scss */

#main #recommendArea .wrapper .box>ul.category li.pet a {
    background-color: #009fe6;
}


/* line 537, sass/_common.scss */

#main #recommendArea .wrapper .box .img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/* line 540, sass/_common.scss */

#main #recommendArea .wrapper .box .txt {
    letter-spacing: 0.05em;
}


/* line 542, sass/_common.scss */

#main #recommendArea .wrapper .box .txt .name {
    font-weight: normal;
}


/* line 545, sass/_common.scss */

#main #recommendArea .wrapper .box .txt .rent {
    font-weight: bold;
}


/* line 547, sass/_common.scss */

#main #recommendArea .wrapper .box .txt .rent span {
    color: #ff7800;
}


/* line 559, sass/_common.scss */

#main section#aboutApply dl dt {
    font-weight: bold;
    border-bottom: 1px solid #000;
    letter-spacing: 0.005em;
}


/* line 564, sass/_common.scss */

#main section#aboutApply dl dd {
    letter-spacing: 0.005em;
    line-height: 1.3;
}


/* line 570, sass/_common.scss */

#main section#aboutApply .download .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #9e9e9f;
}


/* line 574, sass/_common.scss */

#main section#aboutApply .download .box p {
    letter-spacing: 0.012em;
}


/* line 577, sass/_common.scss */

#main section#aboutApply .download .box a {
    position: relative;
    display: block;
    color: #fff;
    background-color: #000096;
    letter-spacing: 0.01em;
    text-align: center;
}


/* line 584, sass/_common.scss */

#main section#aboutApply .download .box a:before,
#main section#aboutApply .download .box a:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
}


/* line 592, sass/_common.scss */

#main section#aboutApply .download .box a:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}


/* line 597, sass/_common.scss */

#main section#aboutApply .download .box a:after {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 4px solid #000096;
}


/* =========================================================
 footer
========================================================= */


/* line 614, sass/_common.scss */

#stickeyFooter {
    background-color: #000096;
    z-index: 100;
}


/* line 619, sass/_common.scss */

#stickeyFooter .inner .txt p {
    letter-spacing: 0.015em;
}


/* line 621, sass/_common.scss */

#stickeyFooter .inner .txt p.hour {
    letter-spacing: 0.095em;
}


/* line 626, sass/_common.scss */

#stickeyFooter .inner a.btn {
    display: block;
}


/* line 630, sass/_common.scss */

#stickeyFooter a#pageTop {
    display: block;
}


/* line 635, sass/_common.scss */

footer {
    background-color: #000096;
}


/* line 637, sass/_common.scss */

footer #footerInner {
    text-align: center;
    color: #fff;
}


/* line 641, sass/_common.scss */

footer #footerInner .footerLogoArea a {
    display: block;
    margin: 0 auto;
}


/* line 645, sass/_common.scss */

footer #footerInner .footerLogoArea p {
    letter-spacing: 0.055em;
}


/* line 650, sass/_common.scss */

footer #footerInner .footerTextArea p {
    letter-spacing: 0.155em;
}


/* line 657, sass/_common.scss */

footer #footerInner .footerNavArea ul li a {
    display: block;
    color: #fff;
    letter-spacing: 0.25em;
}


/* line 664, sass/_common.scss */

footer #footerInner .footerNavArea p.copyright {
    font-style: italic;
    letter-spacing: 0.05em;
}


/* =========================================================================
============================================================================

各page

============================================================================
========================================================================= */


/* === HOME ==== */


/* line 681, sass/_common.scss */

@media screen and (max-width:767px) {
    .times {
        width: 100%;
        height: auto;
        color: #fff;
        background-color: #000690;
        padding: 3px 0 5px 0;
    }
    .times p {
        margin: 0 auto;
        font-size: 12px;
        line-height: normal;
        text-align: center;
    }
}

@media screen and (min-width:768px) {
    .times {
        display: none;
    }
}

body#home #mainVisual {
    margin: 0 auto;
    width: 100%;
}


/* line 72, sass/_common.scss */

body#home #mainVisual .swiper-container {
    width: 100%;
    height: 100%;
}


/* line 75, sass/_common.scss */

body#home #mainVisual .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}


/* line 78, sass/_common.scss */

body#home #mainVisual .swiper-container .swiper-slide .slide {
    display: block;
    position: relative;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 */
}


/* line 683, sass/_common.scss */

body#home #mainVisual .swiper-slide {
    background-color: #fff;
}


/* line 686, sass/_common.scss */

body#home #mainVisual .slide {
    display: block;
    /* 表示画像の高さ522 ÷ 表示画像の幅1600 × 100 */
    padding-top: 32.6%;
}


/* line 690, sass/_common.scss */

body#home #mainVisual .slide.slide01 {
    background: url("./img/home/mainVisual_05.jpg") no-repeat;
    background-size: contain;
}


/* line 694, sass/_common.scss */

body#home #mainVisual .slide.slide02 {
    background: url("./img/home/mainVisual_01.jpg") no-repeat;
    background-size: contain;
}


/* line 698, sass/_common.scss　リノベーション */

body#home #mainVisual .slide.slide03 {
    background: url("./img/home/mainVisual_13.jpg") no-repeat;
    background-size: contain;
}


/* line 702, sass/_common.scss　新築 */

body#home #mainVisual .slide.slide04 {
    background: url("./img/home/mainVisual_10.jpg") no-repeat;
    background-size: contain;
}


/* line 706, sass/_common.scss */

body#home #mainVisual .slide.slide05 {
    background: url("./img/home/mainVisual_06.jpg") no-repeat;
    background-size: contain;
}

body#home #mainVisual .slide.slide06 {
    background: url("./img/home/mainVisual_09.jpg") no-repeat;
    background-size: contain;
}


/*　空き家活用 */

body#home #mainVisual .slide.slide08 {
    background: url("./img/home/mainVisual_14.jpg") no-repeat; /* mainVisual_11.jpg  */
    background-size: contain;
}


/* line 711, sass/_common.scss */

body#home #mainVisual .swiper-button-prev {
    background: url("./img/common/btn_slide_prev.png") no-repeat;
    background-size: contain;
}


/* line 715, sass/_common.scss */

body#home #mainVisual .swiper-button-next {
    background: url("./img/common/btn_slide_next.png") no-repeat;
    background-size: contain;
}


/* line 720, sass/_common.scss */

body#home #mainVisual .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}


/* line 727, sass/_common.scss */

body#home #mainVisual .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.5;
}


/* line 730, sass/_common.scss */

body#home #mainVisual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

#section01 .inner {
    width: 100% !important;
}

#sb_instagram {
    width: 300px;
    margin: 0 auto 40px auto !important;
}


/* line 741, sass/_common.scss */

body#home section.sect .inner .postarea {
    background-color: #fff;
    width: 68%;
    display: inline-block;
    vertical-align: top;
    padding-right: 24px;
}

body#home section.sect .inner .newsArea {
    display: block;
    padding: 24px 0 0 0;
}


/*body#home section.sect .inner .newsArea:nth-child(2) {
    padding: 40px 0 0 0;
}*/

body#home section.sect .inner .resident {
    padding: 40px 0 0 0;
}

body#home section.sect .inner .sns_wigeht {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 24px 0;
}

#twitter-widget-0 {
    display: block;
}

@media screen and (max-width:767px) {
    body#home section.sect .inner .postarea,
    body#home section.sect .inner .sns_wigeht {
        width: 100%;
        display: block;
    }
    body#home section.sect .inner .postarea {
        padding-right: 0;
    }
}


/* line 743, sass/_common.scss */

body#home section.sect .inner .newsArea .newsWrapper dl {
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
}


/* line 747, sass/_common.scss */

body#home section.sect .inner .newsArea .newsWrapper dl dt a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: gray;
}


/* line 755, sass/_common.scss */

body#home section.sect .inner .newsArea .newsWrapper dl dd .date {
    color: #646464;
}


/* line 758, sass/_common.scss */

body#home section.sect .inner .newsArea .newsWrapper dl dd .link {
    color: #000;
    font-weight: bold;
}


/* line 764, sass/_common.scss */

body#home section.sect .inner .newsArea .newsWrapper dl.news dt a {
    background-color: #000096;
}


/* line 767, sass/_common.scss */

body#home section.sect .inner .newsArea .newsWrapper dl.buyingandselling dt a {
    background-color: #ff7800;
}


/* line 770, sass/_common.scss */

body#home section.sect .inner .newsArea .newsWrapper dl.lease dt a {
    background-color: #00974b;
}


/* line 776, sass/_common.scss */

body#home section.sect .contentWrapper {
    background: url("./img/home/bg_ptn.png") repeat;
}


/* line 781, sass/_common.scss */

body#home section#section02 .searchTitle {
    margin: 0;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #000096;
}


/* line 791, sass/_common.scss */

body#home section#section02 #searchArea .searchAreaMap input {
    vertical-align: middle;
}


/* line 795, sass/_common.scss */

body#home section#section02 .featureArea ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* line 804, sass/_common.scss */

body#home section#section02 .featureArea ul li a p {
    background-color: #000096;
    color: #fff;
    letter-spacing: 0.05em;
}


/* line 815, sass/_common.scss */

body#home section#section03 .sortArea {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* line 819, sass/_common.scss */

body#home section#section03 .sortArea a.box span {
    display: block;
}


/* line 824, sass/_common.scss */

body#home section#section03 .sortArea a.box span.txt {
    color: #fff;
    background-color: #000096;
    letter-spacing: 0.05em;
}


/* line 832, sass/_common.scss */

body#home section#section03 .sortArea a.box span.txt span.link {
    position: relative;
}


/* line 834, sass/_common.scss */

body#home section#section03 .sortArea a.box span.txt span.link:before,
body#home section#section03 .sortArea a.box span.txt span.link:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
}


/* line 842, sass/_common.scss */

body#home section#section03 .sortArea a.box span.txt span.link:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}


/* line 847, sass/_common.scss */

body#home section#section03 .sortArea a.box span.txt span.link:after {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 4px solid #000096;
}


/* line 860, sass/_common.scss */

body#home section#section04 h3 {
    color: #000096;
    font-weight: bold;
    border-bottom: 2px solid #000096;
}


/* line 865, sass/_common.scss */

body#home section#section04 .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* line 868, sass/_common.scss */

body#home section#section04 .wrapper a {
    border: 2px solid #000096;
    color: #fff;
    background-color: #000096;
}


/* line 873, sass/_common.scss */

body#home section#section04 .wrapper a span.txt {
    letter-spacing: 0.05em;
}


/* line 875, sass/_common.scss */

body#home section#section04 .wrapper a span.txt .title {
    display: block;
    font-weight: bold;
    line-height: 1.4;
}


/* line 879, sass/_common.scss */

body#home section#section04 .wrapper a span.txt .title>span {
    display: block;
}


/* line 883, sass/_common.scss */

body#home section#section04 .wrapper a span.txt .link {
    display: block;
}


/* line 885, sass/_common.scss */

body#home section#section04 .wrapper a span.txt .link:before,
body#home section#section04 .wrapper a span.txt .link:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
}


/* line 893, sass/_common.scss */

body#home section#section04 .wrapper a span.txt .link:before {
    top: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}


/* line 902, sass/_common.scss */

body#home section#section04 .wrapper a span.txt .link:after {
    box-sizing: border-box;
    right: 1px;
    top: 3px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #000096;
}


/* === 下層一般 .lower ==== */


/* line 926, sass/_common.scss */

body.lower #main .pageTitle {
    color: #000;
    letter-spacing: 0.05em;
    border-left: 6px solid #000096;
}


/* === 個人情報保護方針 #privacy ==== */


/* line 938, sass/_common.scss */

body#privacy #main .intro p {
    letter-spacing: 0.05em;
    line-height: 1.5;
}


/* line 943, sass/_common.scss */

body#privacy #main dl {
    border-top: 1px solid #000;
}


/* line 945, sass/_common.scss */

body#privacy #main dl dt {
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
}


/* line 950, sass/_common.scss */

body#privacy #main dl dd {
    letter-spacing: 0.05em;
    line-height: 1.5;
}


/* === サイトマップ #sitemap ==== */


/* line 962, sass/_common.scss */

body#sitemap #main section .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #000;
}


/* === 会社概要 #company ==== */


/* line 975, sass/_common.scss */

body#company #main section#section01 table {
    letter-spacing: 0.005em;
    border: none;
    border-collapse: collapse;
}


/* line 981, sass/_common.scss */

body#company #main section#section01 table tr td a {
    display: inline-block;
}


/* line 992, sass/_common.scss */

body#company #main section#section02 .wrapper .box .txt .name {
    letter-spacing: 0.005em;
    border-bottom: 1px solid #9e9e9f;
}


/* line 996, sass/_common.scss */

body#company #main section#section02 .wrapper .box .txt p {
    letter-spacing: 0.005em;
}


/* === お問い合わせ・退去 #contact ==== */


/* line 1011, sass/_common.scss */

body#contact #main section p,
body#move_out #main section p{
    letter-spacing: 0.005em;
}


/* line 1013, sass/_common.scss */

body#contact #main section p a,
body#move_out #main section p a{
    color: #000096;
}


/* line 1017, sass/_common.scss */

body#contact #main section span.required,
body#move_out #main section span.required
{
    color: #ff0000;
}


/* line 1020, sass/_common.scss */

body#contact #main section table,
body#move_out #main section table,
{
    letter-spacing: 0.01em;
    border-collapse: collapse;
}


/* line 1024, sass/_common.scss */

body#contact #main section table tr th,
body#contact #main section table tr td,
body#move_out #main section table tr th,
body#move_out #main section table tr td
{
    border: none;
}


/* line 1027, sass/_common.scss */

body#contact #main section table tr th,
body#move_out #main section table tr th,
{
    text-align: left;
    font-weight: normal;
}


/* line 1032, sass/_common.scss */

body#contact #main section table tr td ul,
body#move_out #main section table tr td ul,
{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}


/* line 1038, sass/_common.scss */

body#contact #main section table tr.name input,
body#contact #main section table tr.name textarea,
body#contact #main section table tr.kana input,
body#contact #main section table tr.kana textarea,
body#contact #main section table tr.email input,
body#contact #main section table tr.email textarea,
body#contact #main section table tr.tel input,
body#contact #main section table tr.tel textarea,
body#contact #main section table tr.nameOfProperty input,
body#contact #main section table tr.nameOfProperty textarea,
body#contact #main section table tr.detail input,
body#contact #main section table tr.detail textarea,

body#move_out #main section table tr.name input,
body#move_out #main section table tr.name textarea,
body#move_out #main section table tr.kana input,
body#move_out #main section table tr.kana textarea,
body#move_out #main section table tr.email input,
body#move_out #main section table tr.email textarea,
body#move_out #main section table tr.tel input,
body#move_out #main section table tr.tel textarea,
body#move_out #main section table tr.nameOfProperty input,
body#move_out #main section table tr.nameOfProperty textarea,
body#move_out #main section table tr.detail input,
body#move_out #main section table tr.detail textarea

{
    width: 100%;
    border: 1px solid #9e9e9f;
}


/* line 1044, sass/_common.scss */

body#contact #main section table tr.how label,
body#contact #main section table tr.cont label,
body#move_out #main section table tr.how label,
body#move_out #main section table tr.cont label{
    display: block;
    border: 1px solid #9e9e9f;
}


/* line 1051, sass/_common.scss */

body#contact #main section table tr.how li.hour input,
body#move_out #main section table tr.how li.hour input
{
    border: 1px solid #9e9e9f;
}


/* line 1058, sass/_common.scss */

body#contact #main section input[type="submit"],
body#move_out #main section input[type="submit"],
{
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.005em;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #000096;
    margin-top: 30px;
}


/* line 1065, sass/_common.scss */

body#contact #main section button:hover,
body#move_out #main section button:hover,
{
    opacity: 0.5;
}


/* === お知らせ一覧 #newsList ==== */


/* line 1078, sass/_common.scss */

body#newsList #main section .box .title {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}


/* line 1081, sass/_common.scss */

body#newsList #main section .box .title .category {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


/* line 1087, sass/_common.scss */

body#newsList #main section .box .title .txt {
    font-weight: bold;
}


/* line 1091, sass/_common.scss */

body#newsList #main section .box .boxInner {
    border-bottom: 1px solid #c8c8c8;
}


/* line 1093, sass/_common.scss */

body#newsList #main section .box .boxInner .date {
    display: block;
    color: #646464;
}


/* line 1098, sass/_common.scss */

body#newsList #main section .box.news .category {
    background-color: #000096;
}


/* line 1099, sass/_common.scss */

body#newsList #main section .box.buyingandselling .category {
    background-color: #ff7800;
}


/* line 1100, sass/_common.scss */

body#newsList #main section .box.lease .category {
    background-color: #00974b;
}


/* === お知らせ詳細 #newsDetail ==== */


/* line 1111, sass/_common.scss */

body#newsDetail #main section .postContent .meta {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}


/* line 1114, sass/_common.scss */

body#newsDetail #main section .postContent .meta .category {
    display: block;
    width: 71px;
    height: 22px;
    text-align: center;
    color: #fff;
}


/* line 1121, sass/_common.scss */

body#newsDetail #main section .postContent .meta .date {
    color: #646464;
}


/* line 1124, sass/_common.scss */

body#newsDetail #main section .postContent .meta.news .category {
    background-color: #000096;
}


/* line 1125, sass/_common.scss */

body#newsDetail #main section .postContent .meta.buyingandselling .category {
    background-color: #ff7800;
}


/* line 1126, sass/_common.scss */

body#newsDetail #main section .postContent .meta.lease .category {
    background-color: #00974b;
}


/* line 1130, sass/_common.scss */

body#newsDetail #main section .postContentDetail p {
    line-height: 1.5;
}


/* line 1134, sass/_common.scss */

body#newsDetail #main section .crtArea {
    position: relative;
}


/* line 1136, sass/_common.scss */

body#newsDetail #main section .crtArea a {
    display: block;
}


/* line 1138, sass/_common.scss */

body#newsDetail #main section .crtArea a.prev {
    float: left;
    letter-spacing: 0.006em;
}


/* line 1142, sass/_common.scss */

body#newsDetail #main section .crtArea a.next {
    float: right;
    letter-spacing: 0.006em;
}


/* line 1146, sass/_common.scss */

body#newsDetail #main section .crtArea a.back {
    position: absolute;
    letter-spacing: 0.01em;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
}


/* === 賃貸物件を地図から探す #searchFromMap ==== */


/* line 1164, sass/_common.scss */

body#searchFromMap #main section#section01 .maps {
    border: 1px solid #bbb;
}


/* line 1169, sass/_common.scss */

body#searchFromMap #main section#section02 h3 {
    font-weight: bold;
    border-bottom: 1px solid #000;
    letter-spacing: 0.005em;
}


/* line 1174, sass/_common.scss */

body#searchFromMap #main section#section02 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* line 1178, sass/_common.scss */

body#searchFromMap #main section#section02 ul li {
    letter-spacing: 0.005em;
}


/* line 1185, sass/_common.scss */

body#searchFromMap #main section#section03 dl dt {
    font-weight: bold;
    border-bottom: 1px solid #000;
    letter-spacing: 0.005em;
}


/* line 1190, sass/_common.scss */

body#searchFromMap #main section#section03 dl dd {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}


/* line 129, sass/_common.scss */

body#searchFromMap #main section#section03 dl dd select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    letter-spacing: 0.05em;
    border: 1px solid #9e9e9f;
    background-color: #fff;
    border-radius: 0;
}


/* line 145, sass/_common.scss */

body#searchFromMap #main section#section03 dl dd select option {
    background-color: #fff;
    color: #000;
}


/* line 149, sass/_common.scss */

body#searchFromMap #main section#section03 dl dd select::-ms-expand {
    display: none;
}


/* line 152, sass/_common.scss */

body#searchFromMap #main section#section03 dl dd select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}


/* line 160, sass/_common.scss */

body#searchFromMap #main section#section03 dl dd label.forSelect {
    position: relative;
    display: block;
}


/* line 163, sass/_common.scss */

body#searchFromMap #main section#section03 dl dd label.forSelect:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background: url("./img/common/img_select_arrow.png") no-repeat;
    background-size: 20px auto;
    pointer-events: none;
}


/* === 賃貸物件を地図から探す #featureList ==== */


/* line 1208, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}


/* line 1211, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl dt {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    background-color: #000096;
    height: 30px !important;
}


/* line 1217, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd {
    align-items: center;
    height: 30px !important;
}


/* line 129, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd select {
    height: 30px !important;
    outline: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    letter-spacing: 0.05em;
    border: 1px solid #9e9e9f;
    background-color: #fff;
    border-radius: 0;
}


/* line 145, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd select option {
    background-color: #fff;
    color: #000;
}


/* line 149, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd select::-ms-expand {
    display: none;
}


/* line 152, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}


/* line 160, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd label.forSelect {
    position: relative;
    display: block;
    height: 30px;
}


/* line 163, sass/_common.scss */

body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd label.forSelect:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background: url("./img/common/img_select_arrow.png") no-repeat;
    background-size: auto 30px;
    background-position: top right;
    pointer-events: none;
    height: 30px;
    width: 30px;
}


/* line 1224, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box {
    border: 1px solid #000096;
}


/* line 1228, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category {
    display: -webkit-flex;
    display: flex;
}


/* line 110, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: default;
}

body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li a:hover {
    opacity: 1;
}


/* line 116, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li.recommend a {
    background-color: #ff7800;
}


/* line 119, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li.new a {
    background-color: #ff0000;
}


/* line 122, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li.pet a {
    background-color: #009fe6;
}


/* line 1234, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt p.sort {
    letter-spacing: 0.05em;
    color: #000096;
    border: 1px solid #000096;
}


/* line 1239, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt .buildingName {
    border-bottom: 1px solid #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}


/* line 1245, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt ul li {
    letter-spacing: 0.05em;
    line-height: 1.5;
}


/* line 1252, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box table {
    width: 100%;
    letter-spacing: 0.15em;
    border: none;
    border-collapse: collapse;
    text-align: center;
}


/* line 1259, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box table tr th {
    font-weight: normal;
    color: #fff;
    border: none;
    background-color: #000096;
}


/* line 1265, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box table tr td {
    border: none;
}


/* line 1267, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box table tr td.rent {
    color: #ff7800;
    font-weight: bold;
}


/* line 1271, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box table tr td a {
    position: relative;
    display: block;
    color: #fff;
    background-color: #000096;
    text-align: center;
    letter-spacing: 0.15em;
    border-radius: 10px;
}


/* line 1279, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box table tr td a:before,
body#featureList #main section#section01 .wrapper .box table tr td a:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
}


/* line 1287, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box table tr td a:before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}


/* line 1294, sass/_common.scss */

body#featureList #main section#section01 .wrapper .box table tr td a:after {
    box-sizing: border-box;
    right: 1px;
    top: 3px;
    width: 6px;
    height: 6px;
    border: 4px solid transparent;
    border-left: 4px solid #000096;
}


/* line 1311, sass/_common.scss */

body#featureList #main section#section01 #searchArea .subTitle {
    margin: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #000096;
}


/* === 物件詳細 #detail ==== */


/* line 1329, sass/_common.scss */

#panorawrap {
    position: relative;
    width: 670px;
    margin: 0 auto;
    border: 0px solid #000;
}

#vrview iframe {
    vertical-align: middle;
}

body#detail #main section h2 {
    border-bottom: 1px solid #000;
    font-weight: bold;
    letter-spacing: 0.005em;
}


/* line 1339, sass/_common.scss */

body#detail #main section#section01 .lowerTitleArea ul.category {
    float: right;
    width: 300px;
}

body#detail #main section#section01 .lowerTitleArea ul.category li {
    float: right;
    margin-right: 0.5rem !important;
}


/* line 110, sass/_common.scss */

body#detail #main section#section01 .lowerTitleArea ul.category li a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: default;
}

body#detail #main section#section01 .lowerTitleArea ul.category li a:hover {
    opacity: 1;
}


/* line 116, sass/_common.scss */

body#detail #main section#section01 .lowerTitleArea ul.category li.recommend a {
    background-color: #ff7800;
}


/* line 119, sass/_common.scss */

body#detail #main section#section01 .lowerTitleArea ul.category li.new a {
    background-color: #ff0000;
}


/* line 122, sass/_common.scss */

body#detail #main section#section01 .lowerTitleArea ul.category li.pet a {
    background-color: #009fe6;
}


/* line 1348, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
}


/* line 1353, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide .slide.slide01 {
    background: url("./img/detail/img_detail01.jpg") no-repeat;
    background-size: contain;
}


/* line 1357, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide .slide.slide02 {
    background: url("./img/detail/img_detail02.jpg") no-repeat;
    background-size: contain;
}


/* line 1361, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide .slide.slide03 {
    background: url("./img/detail/img_detail03.jpg") no-repeat;
    background-size: contain;
}


/* line 1365, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide .slide.slide04 {
    background: url("./img/detail/img_detail04.jpg") no-repeat;
    background-size: contain;
}


/* line 1369, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide .slide.slide05 {
    background: url("./img/detail/img_detail05.jpg") no-repeat;
    background-size: contain;
}


/* line 1373, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide .slide.slide06 {
    background: url("./img/detail/img_detail06.jpg") no-repeat;
    background-size: contain;
}


/* line 1377, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide .slide.slide07 {
    background: url("./img/detail/img_detail07.jpg") no-repeat;
    background-size: contain;
}


/* line 1377, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-slide .slide.slide08 {
    background: url("./img/detail/mainVisual_08.jpg") no-repeat;
    background-size: contain;
}


/* line 1385, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container.gallery-top .swiper-slide .slide {
    height: 0;
    /* 表示画像の高さ 664 ÷ 表示画像の幅 442 */
    padding-top: 67%;
}


/* line 1392, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container.gallery-thumbs {
    position: relative;
}


/* line 1394, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container.gallery-thumbs .swiper-slide {
    width: 110px;
    height: 70px;
    opacity: 0.4;
}


/* line 1398, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container.gallery-thumbs .swiper-slide .slide {
    height: 0;
    /* 表示画像の高さ 664 ÷ 表示画像の幅 442 */
    padding-top: 67%;
}


/* line 1404, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}


/* line 1408, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-button-prev,
body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-button-next {
    display: block;
    width: 24px;
    height: 70px;
    cursor: pointer;
}


/* line 1414, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-button-prev {
    margin: 0;
    top: 0;
    left: 0;
    background: url("./img/detail/ctr_detailslider_prev.png") no-repeat;
    background-size: contain;
}


/* line 1421, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container .swiper-button-next {
    margin: 0;
    top: 0;
    right: 0;
    background: url("./img/detail/ctr_detailslider_next.png") no-repeat;
    background-size: contain;
}


/* line 1431, sass/_common.scss */

body#detail #main section#section01 .wrapper .visualArea .panoramaArea p {
    font-weight: bold;
    letter-spacing: 0.005em;
    border-bottom: 1px solid #000;
}


/* line 1438, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo {
    font-weight: bold;
}


/* line 1441, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: baseline;
    font-weight: bold;
    letter-spacing: 0.005em;
    border-bottom: 1px solid #000;
}


/* line 1451, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box dl dd span {
    color: #ff7800;
}


/* line 1456, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box p {
    border-left: 5px solid #000096;
}


/* line 1459, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table {
    width: 100%;
    border-collapse: collapse;
}


/* line 1462, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table tr {
    letter-spacing: 0.005em;
}


/* line 1465, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table th {
    color: #fff;
    text-align: left;
    background-color: #000096;
}


/* line 1470, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table td {
    /*display: -webkit-flex;
	display: flex;*/
    line-height: 1.5;
    position: relative;
}


/* line 129, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table td select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    letter-spacing: 0.05em;
    border: 1px solid #9e9e9f;
    background-color: #fff;
    border-radius: 0;
}


/* line 145, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table td select option {
    background-color: #fff;
    color: #000;
}


/* line 149, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table td select::-ms-expand {
    display: none;
}


/* line 152, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table td select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}


/* line 160, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table td label.forSelect {
    position: relative;
    display: inline-block;
    width: 60px;
}

/*
body#detail #main section#section01 .wrapper .txtInfo .box table td span {
    position: absolute;
    right: 20px;
    top: 10px;
}*/


/* line 163, sass/_common.scss */

body#detail #main section#section01 .wrapper .txtInfo .box table td label.forSelect:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background: url("./img/common/img_select_arrow.png") no-repeat;
    background-size: 20px auto;
    pointer-events: none;
}


/* line 1484, sass/_common.scss */

body#detail #main section#section01 .point dl dt {
    border-bottom: 1px solid #000;
    font-weight: bold;
    letter-spacing: 0.005em;
}

body#detail #main section#section01 .point dl dd {
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 25px;
}


/* line 1499, sass/_common.scss */

body#detail #main section#section02 .wrapper a {
    float: left;
    display: block;
    border: 1px solid #9e9e9f;
    color: #9e9e9f;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.005em;
    cursor: default;
}

body#detail #main section#section02 .wrapper a:hover {
    opacity: 1;
}


/* line 1507, sass/_common.scss */

body#detail #main section#section02 .wrapper a.on {
    color: #fff;
    background-color: #ff7800;
    border: 1px solid #ff7800;
}


/* line 1517, sass/_common.scss */

body#detail #main section#section03 .floor .room {
    border: 1px solid #9e9e9f;
}


/* line 1519, sass/_common.scss */

body#detail #main section#section03 .floor .room p {
    letter-spacing: 0.005em;
    text-align: center;
}


/* line 1523, sass/_common.scss */

body#detail #main section#section03 .floor .room span.status {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #009fe6;
    letter-spacing: 0.005em;
}


/* line 1531, sass/_common.scss */

body#detail #main section#section03 .floor .room table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}


/* line 1537, sass/_common.scss */

body#detail #main section#section03 .floor .room table th {
    text-align: center;
    color: #fff;
    background-color: #9e9e9f;
    letter-spacing: 0.005em;
}


/* line 1543, sass/_common.scss */

body#detail #main section#section03 .floor .room table td {
    letter-spacing: 0.005em;
}


/* line 1548, sass/_common.scss */

body#detail #main section#section03 .floor .room.occupy span.status {
    background-color: #9e9e9f;
}


/* line 1556, sass/_common.scss */

body#detail #main section#section04 .roomType {
    border: 1px solid #9e9e9f;
}


/* line 1558, sass/_common.scss */

body#detail #main section#section04 .roomType p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #000;
    letter-spacing: 0.005em;
}


/* line 1580, sass/_common.scss */

body#detail #main section#section06 .wrapper .box {
    border: 1px solid #9e9e9f;
}


/* line 1582, sass/_common.scss */

body#detail #main section#section06 .wrapper .box .sample {
    border: 1px solid #9e9e9f;
}


/* line 1584, sass/_common.scss */

body#detail #main section#section06 .wrapper .box .sample img {
    margin: 0 auto;
    display: block;
    width: auto;
}


/* line 1590, sass/_common.scss */

body#detail #main section#section06 .wrapper .box dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}


/* line 1593, sass/_common.scss */

body#detail #main section#section06 .wrapper .box dl dt {
    letter-spacing: 0.005em;
}


/* line 1597, sass/_common.scss */

body#detail #main section#section06 .wrapper .box dl dd a {
    display: block;
    color: #fff;
    letter-spacing: 0.005em;
    background-color: #000096;
    text-align: center;
    position: relative;
}


/* line 1604, sass/_common.scss */

body#detail #main section#section06 .wrapper .box dl dd a:before,
body#detail #main section#section06 .wrapper .box dl dd a:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
}


/* line 1612, sass/_common.scss */

body#detail #main section#section06 .wrapper .box dl dd a:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}


/* line 1617, sass/_common.scss */

body#detail #main section#section06 .wrapper .box dl dd a:after {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 4px solid #000096;
}


/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */


/* line 15, sass/_swiper.scss */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}


/* line 23, sass/_swiper.scss */

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}


/* line 26, sass/_swiper.scss */

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}


/* line 33, sass/_swiper.scss */

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* line 52, sass/_swiper.scss */

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}


/* line 60, sass/_swiper.scss */

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* line 67, sass/_swiper.scss */

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}


/* line 75, sass/_swiper.scss */

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}


/* Auto Height */


/* line 84, sass/_swiper.scss */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}


/* line 88, sass/_swiper.scss */

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}


/* a11y */


/* line 100, sass/_swiper.scss */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}


/* IE10 Windows Phone 8 Fixes */


/* line 109, sass/_swiper.scss */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}


/* line 113, sass/_swiper.scss */

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}


/* Arrows */


/* line 118, sass/_swiper.scss */

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}


/* line 133, sass/_swiper.scss */

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}


/* line 139, sass/_swiper.scss */

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}


/* line 145, sass/_swiper.scss */

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}


/* line 149, sass/_swiper.scss */

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}


/* line 153, sass/_swiper.scss */

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}


/* line 159, sass/_swiper.scss */

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}


/* line 163, sass/_swiper.scss */

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}


/* Pagination Styles */


/* line 168, sass/_swiper.scss */

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    /*margin-bottom: -13px*/
}


/* line 181, sass/_swiper.scss */

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}


/* Common Styles */


/* line 185, sass/_swiper.scss */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}


/* Bullets */


/* line 193, sass/_swiper.scss */

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}


/* line 201, sass/_swiper.scss */

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}


/* line 211, sass/_swiper.scss */

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}


/* line 214, sass/_swiper.scss */

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}


/* line 217, sass/_swiper.scss */

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}


/* line 221, sass/_swiper.scss */

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}


/* line 224, sass/_swiper.scss */

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}


/* line 227, sass/_swiper.scss */

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}


/* line 236, sass/_swiper.scss */

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}


/* line 240, sass/_swiper.scss */

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}


/* Progress */


/* line 244, sass/_swiper.scss */

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}


/* line 248, sass/_swiper.scss */

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}


/* line 265, sass/_swiper.scss */

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}


/* line 272, sass/_swiper.scss */

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}


/* line 278, sass/_swiper.scss */

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}


/* line 284, sass/_swiper.scss */

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}


/* line 287, sass/_swiper.scss */

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}


/* line 290, sass/_swiper.scss */

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}


/* 3D Container */


/* line 294, sass/_swiper.scss */

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}


/* line 300, sass/_swiper.scss */

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/* line 312, sass/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}


/* line 324, sass/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}


/* line 336, sass/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}


/* line 348, sass/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}


/* line 360, sass/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}


/* Coverflow */


/* line 373, sass/_swiper.scss */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}


/* Cube + Flip */


/* line 379, sass/_swiper.scss */

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}


/* line 383, sass/_swiper.scss */

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}


/* line 392, sass/_swiper.scss */

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}


/* line 396, sass/_swiper.scss */

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}


/* line 402, sass/_swiper.scss */

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Cube */


/* line 417, sass/_swiper.scss */

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}


/* line 426, sass/_swiper.scss */

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}


/* line 432, sass/_swiper.scss */

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}


/* line 439, sass/_swiper.scss */

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}


/* Fade */


/* line 452, sass/_swiper.scss */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


/* line 459, sass/_swiper.scss */

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}


/* line 466, sass/_swiper.scss */

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}


/* line 469, sass/_swiper.scss */

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}


/* line 473, sass/_swiper.scss */

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}


/* line 493, sass/_swiper.scss */

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* Scrollbar */


/* line 501, sass/_swiper.scss */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}


/* line 507, sass/_swiper.scss */

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}


/* line 515, sass/_swiper.scss */

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}


/* line 523, sass/_swiper.scss */

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}


/* line 532, sass/_swiper.scss */

.swiper-scrollbar-cursor-drag {
    cursor: move;
}


/* Preloader */


/* line 536, sass/_swiper.scss */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}


/* line 552, sass/_swiper.scss */

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* line 563, sass/_swiper.scss */

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 767px) {
    .pcnone {
        display: none !important;
    }
    #map {
        width: 100%;
        height: 400px;
        display: block;
    }
    #main .maps #map {
        width: 100%;
        height: 400px;
    }
    .box .img span {
        width: 49%;
        height: 60px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }
    /* line 17, sass/_small.scss */
    header {
        border-bottom: 2px solid #000096;
    }
    /* line 19, sass/_small.scss */
    header #headerInner {
        overflow-x: hidden;
    }
    /* line 21, sass/_small.scss */
    header #headerInner a#logo {
        display: block;
        margin: 1rem 0 1rem 1rem;
        width: 60%;
    }
    /* line 26, sass/_small.scss */
    header #headerInner p {
        display: none;
    }
    /* line 30, sass/_small.scss */
    header .box {
        display: none;
    }
    /* line 33, sass/_small.scss */
    header #spMenu,
    header #spMenu span.line {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    /* line 38, sass/_small.scss */
    header #spMenu {
        position: fixed;
        display: block;
        padding: 0.5rem;
        width: 4rem;
        height: 4rem;
        top: 1.8rem;
        right: 1.5rem;
        z-index: 9999999999;
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #000096;
        border-radius: 2px;
    }
    header #insta,
	header #X
	{
        position: fixed;
        display: block;
        padding: 0.5rem;
        width: 4rem;
        height: 4rem;
        top: 1.8rem;
        right: 6rem;
        z-index: 9999999999;
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #000096;
        border-radius: 2px;
    }
	header #X
	{
        right: 10.5rem;
    }
    header #insta img,
	header #X img
	{
        width: 20px;
        height: auto;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    header #insta span,
	header #X span{
        font-size: 6px;
        transform: scale(0.9) !important;
		display:block;
		text-align:center;
    }
	header #X span{
		font-size: 9px;
		transform: scale(1) !important;
		
	}
    /* line 50, sass/_small.scss */
    header #spMenu span.line {
        position: absolute;
        left: 0.5rem;
        width: 3rem;
        height: 3px;
        background-color: #000096;
        border-radius: 4px;
    }
    /* line 57, sass/_small.scss */
    header #spMenu span.line:nth-of-type(1) {
        top: 0.4rem;
    }
    /* line 60, sass/_small.scss */
    header #spMenu span.line:nth-of-type(2) {
        top: 1.2rem;
    }
    /* line 63, sass/_small.scss */
    header #spMenu span.line:nth-of-type(3) {
        top: 2rem;
    }
    /* line 69, sass/_small.scss */
    header #spMenu.active span.line:nth-of-type(1) {
        -webkit-transform: translateY(0.8rem) rotate(-45deg);
        transform: translateY(0.8rem) rotate(-45deg);
    }
    /* line 73, sass/_small.scss */
    header #spMenu.active span.line:nth-of-type(2) {
        opacity: 0;
    }
    /* line 76, sass/_small.scss */
    header #spMenu.active span.line:nth-of-type(3) {
        -webkit-transform: translateY(-0.8rem) rotate(45deg);
        transform: translateY(-0.8rem) rotate(45deg);
    }
    /* line 82, sass/_small.scss */
    header #spMenu span#spMenuTxt {
        position: absolute;
        color: #000096;
        text-align: center;
        font-size: 0.8rem;
        font-weight: bold;
        bottom: 0.2rem;
    }
    /* line 90, sass/_small.scss */
    header #spMenu:hover {
        opacity: 1;
    }
    /* line 95, sass/_small.scss */
    #gnav {
        z-index: 101;
        position: fixed;
        padding: 0 1rem;
        right: -280px;
        width: 280px;
        height: 100%;
        background-color: #000096;
        z-index: 10;
    }
    /* line 104, sass/_small.scss */
    #gnav li {
        border-bottom: 1px solid #fff;
    }
    /* line 106, sass/_small.scss */
    #gnav li:first-child {
        margin: 2rem 0 0;
    }
    /* line 109, sass/_small.scss */
    #gnav li a {
        display: block;
        padding: 1rem 2.5rem;
        width: 100%;
        font-size: 1.6rem;
        color: #fff;
        position: relative;
    }
    /* line 91, sass/_common.scss */
    #gnav li a:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -4px;
    }
    /* line 117, sass/_small.scss */
    #gnav li.contact {
        margin-top: 2rem;
    }
    /* line 120, sass/_small.scss */
    #gnav li.contact a:after {
        display: none;
    }
    /* line 128, sass/_small.scss */
    #breadCrumb {
        margin: 0 auto 1rem;
        width: 96%;
    }
    /* line 132, sass/_small.scss */
    #breadCrumb ul li,
    #breadCrumb ul a {
        font-size: 1rem;
    }
    /* line 135, sass/_small.scss */
    #breadCrumb ul li {
        margin-right: 0.5rem;
        padding: 0.5rem 0;
    }
    /* line 138, sass/_small.scss */
    #breadCrumb ul li:before {
        margin-right: 0.5rem;
    }
    /* =========================================================
   #container
  ========================================================= */
    /* line 149, sass/_small.scss */
    #container .featureTitleArea {
        margin-bottom: 1.5rem;
    }
    /* line 151, sass/_small.scss */
    #container .featureTitleArea .featureTitle {
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        font-size: 1.8rem;
    }
    /* =========================================================
   #content
  ========================================================= */
    /* line 163, sass/_small.scss */
    #content,
	#move_out{
        margin: 0 auto 5rem;
        width: 96%;
    }
    /* =========================================================
   #main
  ========================================================= */
    /* line 173, sass/_small.scss */
    #main .titleArea {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        align-items: center;
    }
    /* line 178, sass/_small.scss */
    #main .titleArea .title {
        font-size: 1.4rem;
    }
    /* line 181, sass/_small.scss */
    #main .titleArea .link {
        padding-right: 20px;
        font-size: 1rem;
    }
    /* line 187, sass/_small.scss */
    #main .titleArea02 .titleInner {
        margin-bottom: 2rem;
    }
    /* line 189, sass/_small.scss */
    #main .titleArea02 .titleInner .txt {
        margin-bottom: 0.5rem;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding-bottom: 0.8rem;
        background: url("./img/common/bg_title02.png") repeat-x bottom;
    }
    /* line 195, sass/_small.scss */
    #main .titleArea02 .titleInner .txt span.icon {
        margin-right: 1rem;
        padding: 0.8rem 0;
        width: 4rem;
        height: 3rem;
        font-size: 1.2rem;
    }
    /* line 202, sass/_small.scss */
    #main .titleArea02 .titleInner .txt .title {
        margin-top: 0.7rem;
        font-size: 1.4rem;
    }
    /* line 205, sass/_small.scss */
    #main .titleArea02 .titleInner .txt .title span {
        font-size: 1.8rem;
    }
    /* line 211, sass/_small.scss */
    #main .titleArea02 .titleInner .link ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    /* line 214, sass/_small.scss */
    #main .titleArea02 .titleInner .link ul li {
        width: 32%;
    }
    /* line 216, sass/_small.scss */
    #main .titleArea02 .titleInner .link ul li a {
        padding: 1.2rem 0.5rem 0.5rem 18%;
        width: 100%;
        height: 4rem;
        font-size: 1.1rem;
    }
    /* line 222, sass/_small.scss */
    #main .titleArea02 .titleInner .link ul li.map a {
        background-size: 13% auto, 10% auto;
        background-position: 5% center, 96% center;
    }
    /* line 226, sass/_small.scss */
    #main .titleArea02 .titleInner .link ul li.area a {
        font-size: 0.7rem;
        background-size: 13% auto, 10% auto;
        background-position: 5% center, 96% center;
    }
    /* line 231, sass/_small.scss */
    #main .titleArea02 .titleInner .link ul li.conditions a {
        padding-top: 0.5rem;
        font-size: 0.8rem;
        background-size: 13% auto, 10% auto;
        background-position: 5% center, 96% center;
    }
    /* line 236, sass/_small.scss */
    #main .titleArea02 .titleInner .link ul li.conditions a span {
        display: block;
    }
    /* line 245, sass/_small.scss */
    #main .lowerTitleArea {
        margin-bottom: 2rem;
        padding-bottom: 0.5rem;
    }
    /* line 248, sass/_small.scss */
    #main .lowerTitleArea span {
        width: 15%;
        padding: 1rem;
        height: 3rem;
        font-size: 1rem;
        display: inline-block;
        vertical-align: top;
    }
    /* line 254, sass/_small.scss */
    #main .lowerTitleArea .lowerTitle {
        width: 80%;
        padding: 0.3rem 0 0 1em;
        font-size: 1.5rem;
        display: inline-block;
        vertical-align: top;
    }
    /* line 260, sass/_small.scss */
    #main .lowerSubTitle {
        margin-bottom: 1rem;
        padding-left: 1rem;
        font-size: 1.6rem;
    }
    /* line 266, sass/_small.scss */
    #main #searchConditions {
        width: 100%;
    }
    /* line 269, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 0.5rem;
    }
    /* line 273, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl dt {
        padding: 0.5rem 0;
        width: 20%;
        font-size: 1.2rem;
        height: 2.5rem;
    }
    /* line 279, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl dd {
        padding: 0 0.5rem;
        width: 78%;
    }
    /* line 282, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl dd select {
        padding-top: 5px;
        padding-right: 9px;
        padding-left: 0px;
        padding-bottom: 5px;
        font-size: 12px;
        width: auto;
        height: 2.7em;
    }
    /* line 288, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl dd span.range {
        display: inline-block;
        margin: 0px;
        vertical-align: top;
        width: 10px !important;
    }
    /* line 294, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.area dd.topPc {
        display: none;
    }
    /* line 298, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.area dd.others label.forSelect {
        position: relative;
        display: block;
    }
    /* line 301, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.area dd.others label.forSelect:after {
        width: 28px;
        height: 32px;
        right: 0;
        background-size: contain;
    }
    /* line 308, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.area dd.others select {
        width: 100%;
    }
    /* line 314, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.rent dd,
    #main #searchConditions .searchConditionsInner dl.extent dd,
    #main #searchConditions .searchConditionsInner dl.layout dd,
    #main #searchConditions .searchConditionsInner dl.age dd {
        display: inline-block;
        vertical-align: top;
    }
    /* line 317, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.rent label.forSelect,
    #main #searchConditions .searchConditionsInner dl.extent label.forSelect,
    #main #searchConditions .searchConditionsInner dl.layout label.forSelect,
    #main #searchConditions .searchConditionsInner dl.age label.forSelect {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 46.5%;
    }
    /* line 320, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.rent label.forSelect:after,
    #main #searchConditions .searchConditionsInner dl.extent label.forSelect:after,
    #main #searchConditions .searchConditionsInner dl.layout label.forSelect:after,
    #main #searchConditions .searchConditionsInner dl.age label.forSelect:after {
        width: 28px;
        height: 32px;
        right: 0;
        background-size: contain;
    }
    /* line 330, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.rent dd ul {
        margin-top: 0.3rem;
    }
    /* line 332, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.rent dd ul li {
        width: 50%;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    /* line 336, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.rent dd ul li input {
        margin: 0 2px 0 0;
    }
    /* line 344, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.sort ul {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    /* line 348, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.sort ul li {
        display: inline-block;
        margin: 0 1em 0.3rem 0;
        font-size: 1.4rem;
    }
    /* line 352, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.sort ul li input {
        margin: 0 2px 0 0;
        vertical-align: middle;
    }
    /* line 356, sass/_small.scss */
    #main #searchConditions .searchConditionsInner dl.sort ul li span {
        margin-top: -3px;
    }
    /* line 363, sass/_small.scss */
    #main #searchConditions .searchConditionsInner .btnArea {
        margin: 0 auto 1rem;
        width: 90%;
    }
    /* line 366, sass/_small.scss */
    #main #searchConditions .searchConditionsInner .btnArea a {
        padding: 0.5rem 0;
        height: 2.5rem;
        font-size: 1.2rem;
    }
    /* line 370, sass/_small.scss */
    #main #searchConditions .searchConditionsInner .btnArea a.btnSearch {
        margin-bottom: 0.5rem;
    }
    /* line 372, sass/_small.scss */
    #main #searchConditions .searchConditionsInner .btnArea a.btnSearch i {
        margin-right: 0.5em;
    }
    /* line 381, sass/_small.scss */
    #main #pagingArea {
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    /* line 385, sass/_small.scss */
    #main #pagingArea .count {
        margin-bottom: 2rem;
        text-align: center;
        width: 100%;
        font-size: 1.2rem;
    }
    /* line 391, sass/_small.scss */
    #main #pagingArea .count span.layout01 {
        margin-right: 1em;
    }
    /* line 394, sass/_small.scss */
    #main #pagingArea .count span .stress {
        margin: 0 0.5em;
        font-size: 1.6rem;
    }
    /* line 401, sass/_small.scss */
    #main #pagingArea ul li {
        font-size: 1.2rem;
    }
    /* line 405, sass/_small.scss */
    #main #pagingArea ul.ctr li {
        margin-right: 1rem;
    }
    /* line 407, sass/_small.scss */
    #main #pagingArea ul.ctr li.img {
        width: 1em;
    }
    /* line 410, sass/_small.scss */
    #main #pagingArea ul.ctr li:last-child {
        margin-right: 0;
    }
    /* line 415, sass/_small.scss */
    #main #pagingArea ul.num {
        margin: 0 1em;
    }
    /* line 417, sass/_small.scss */
    #main #pagingArea ul.num li {
        padding: 0 0.5rem 0 1rem;
    }
    /* line 424, sass/_small.scss */
    #main .longBtn {
        padding: 1rem;
        width: 100%;
        height: 3em;
        font-size: 1.4rem;
    }
    /* line 433, sass/_small.scss */
    #main #recommendArea .recommendTitle .title {
        margin-bottom: 0.5rem;
        padding: 2rem 0 1rem 3em;
        font-size: 1.4rem;
        background-position: left 0.5rem;
        background-size: 2.5em;
    }
    /* line 441, sass/_small.scss */
    #main #recommendArea .wrapper {
        flex-wrap: wrap;
    }
    /* line 443, sass/_small.scss */
    #main #recommendArea .wrapper .box {
        margin-bottom: 1rem;
        padding: 0.5rem;
        width: 49%;
    }
    /* line 448, sass/_small.scss */
    #main #recommendArea .wrapper .box>ul.category {
        margin-bottom: 0.5rem;
    }
    /* line 450, sass/_small.scss */
    #main #recommendArea .wrapper .box>ul.category li {
        width: 32%;
    }
    /* line 452, sass/_small.scss */
    #main #recommendArea .wrapper .box>ul.category li a {
        padding: 0.4rem;
        font-size: 0.8rem;
    }
    /* line 459, sass/_small.scss */
    #main #recommendArea .wrapper .box .img {
        margin-bottom: 0.5rem;
    }
    /* line 463, sass/_small.scss */
    #main #recommendArea .wrapper .box .txt .name {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }
    /* line 467, sass/_small.scss */
    #main #recommendArea .wrapper .box .txt .rent {
        font-size: 1.1rem;
    }
    /* line 469, sass/_small.scss */
    #main #recommendArea .wrapper .box .txt .rent span {
        padding: 0 0.5rem;
        font-size: 1.4rem;
    }
    /* line 474, sass/_small.scss */
    #main #recommendArea .wrapper .box .txt .others {
        font-size: 1rem;
    }
    /* line 476, sass/_small.scss */
    #main #recommendArea .wrapper .box .txt .others li {
        margin-bottom: 0.5rem;
    }
    /* line 488, sass/_small.scss */
    #main section#aboutApply dl dt {
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        font-size: 1.3rem;
    }
    /* line 493, sass/_small.scss */
    #main section#aboutApply dl dd {
        font-size: 1.3rem;
    }
    /* line 495, sass/_small.scss */
    #main section#aboutApply dl dd p {
        margin-bottom: 0.5rem;
    }
    /* line 500, sass/_small.scss */
    #main section#aboutApply .download {
        margin: 2rem 0 3rem;
    }
    /* line 502, sass/_small.scss */
    #main section#aboutApply .download .box {
        margin-bottom: 1rem;
        padding: 1rem;
    }
    /* line 505, sass/_small.scss */
    #main section#aboutApply .download .box p {
        margin: 0;
        font-size: 1.2rem;
        width: 40%;
    }
    /* line 510, sass/_small.scss */
    #main section#aboutApply .download .box a {
        padding: 0.5rem 1.2em 0.5rem 0;
        width: 50%;
        font-size: 1.1rem;
    }
    /* line 514, sass/_small.scss */
    #main section#aboutApply .download .box a:before {
        top: 4px;
        right: 7px;
        width: 1.4rem;
        height: 1.4rem;
    }
    /* line 520, sass/_small.scss */
    #main section#aboutApply .download .box a:after {
        top: 7px;
        right: 8px;
        width: 0.6rem;
        height: 6px;
    }
    .rentin {
        width: 100% !important;
        display: block;
    }
    .rentin tr th {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
    }
    .rentin tr td {
        text-align: center;
    }
    /* =========================================================
   footer
  ========================================================= */
    /* line 540, sass/_small.scss */
    #stickeyFooter {
        position: fixed;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 544, sass/_small.scss */
    #stickeyFooter .inner {
        margin: 0 auto;
        padding: 1rem 0;
        width: 86%;
        height: 45px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    /* line 552, sass/_small.scss */
    #stickeyFooter .inner a {
        display: block;
    }
    /* line 555, sass/_small.scss */
    #stickeyFooter .inner a:hover {
        opacity: 1;
    }
    /* line 559, sass/_small.scss */
    #stickeyFooter .inner .txt,
    #stickeyFooter .inner .img {
        display: none;
    }
    /* line 562, sass/_small.scss */
    #stickeyFooter .inner a.tel {
        width: 52%;
    }
    /* line 566, sass/_small.scss */
    #stickeyFooter .inner a.bnr.pc {
        display: none;
    }
    /* line 569, sass/_small.scss */
    #stickeyFooter .inner a.bnr.sp {
        width: 35%;
    }
    /* line 573, sass/_small.scss */
    #stickeyFooter .inner a.pageTop {
        width: 8%;
    }
    /* line 577, sass/_small.scss */
    #stickeyFooter a.pageTop.pc {
        display: none;
    }
    /* line 583, sass/_small.scss */
    footer #footerInner {
        margin-bottom: 45px;
    }
    /* line 585, sass/_small.scss */
    footer #footerInner .footerLogoArea {
        margin: 0 auto;
        padding: 2rem 0;
        width: 90%;
        border-bottom: 2px solid #fff;
    }
    /* line 590, sass/_small.scss */
    footer #footerInner .footerLogoArea a {
        display: block;
        margin-bottom: 1.5rem;
        width: 90%;
    }
    /* line 595, sass/_small.scss */
    footer #footerInner .footerLogoArea p {
        margin: 0 0 0.5rem;
        font-size: 1.2rem;
    }
    /* line 600, sass/_small.scss */
    footer #footerInner .footerTextArea {
        padding: 1rem 0;
    }
    /* line 602, sass/_small.scss */
    footer #footerInner .footerTextArea p {
        margin-bottom: 0.8rem;
        font-size: 1.1rem;
        line-height: 2.2;
    }
    /* line 609, sass/_small.scss */
    footer #footerInner .footerNavArea ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    /* line 613, sass/_small.scss */
    footer #footerInner .footerNavArea ul li {
        position: relative;
        width: 50%;
        border: 1px solid #fff;
    }
    /* line 617, sass/_small.scss */
    footer #footerInner .footerNavArea ul li a {
        padding: 0.5rem 0;
        font-size: 1.3rem;
    }
    /* line 623, sass/_small.scss */
    footer #footerInner .footerNavArea p.copyright {
        padding-bottom: 1rem;
        font-size: 1rem;
    }
    /* =========================================================================
  ============================================================================
  
  各page
  
  ============================================================================
  ========================================================================= */
    /* === HOME ==== */
    /* line 642, sass/_small.scss */
    body#home #mainVisual {
        margin-bottom: 1rem;
    }
    /* line 657, sass/_small.scss */
    body#home #mainVisual .swiper-pagination {
        position: absolute;
        display: block;
        width: auto;
        left: 0rem;
        bottom: 0.5rem;
    }
    /* line 663, sass/_small.scss */
    body#home #mainVisual .swiper-pagination .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
    }
    /* line 668, sass/_small.scss */
    body#home #mainVisual .swiper-button-prev,
    body#home #mainVisual .swiper-button-next {
        position: absolute;
        width: 2rem;
        height: 2rem;
    }
    /* line 677, sass/_small.scss */
    body#home #main section.sect {
        margin-bottom: 3rem;
    }
    /* line 681, sass/_small.scss */
    body#home #main section.sect .inner .newsWrapper dl {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0.5rem 0;
        margin-bottom: 1rem;
    }
    /* line 685, sass/_small.scss */
    body#home #main section.sect .inner .newsWrapper dl dt {
        width: 20%;
    }
    /* line 687, sass/_small.scss */
    body#home #main section.sect .inner .newsWrapper dl dt a {
        padding: 0.5rem 1rem;
    }
    /* line 691, sass/_small.scss */
    body#home #main section.sect .inner .newsWrapper dl dd {
        width: 76%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    /* line 695, sass/_small.scss */
    body#home #main section.sect .inner .newsWrapper dl dd .date {
        width: 30%;
    }
    /* line 698, sass/_small.scss */
    body#home #main section.sect .inner .newsWrapper dl dd .link {
        width: 66%;
    }
    /* line 710, sass/_small.scss */
    body#home #main section#section02 .searchTitle {
        margin: 0;
        padding: 0.5rem 0;
        font-size: 1.2rem;
    }
    /* line 714, sass/_small.scss */
    body#home #main section#section02 .searchTitle span {
        display: none;
    }
    /* line 718, sass/_small.scss */
    body#home #main section#section02 #searchArea {
        margin-bottom: 1.5rem;
    }
    /* line 720, sass/_small.scss */
    body#home #main section#section02 #searchArea .searchAreaMap {
        display: none;
    }
    /* line 726, sass/_small.scss */
    body#home #main section#section02 .featureArea ul li {
        width: 49%;
    }
    /* line 729, sass/_small.scss */
    body#home #main section#section02 .featureArea ul li a p {
        padding: 0.5rem 0;
        text-align: center;
        font-size: 1.1rem;
    }
    /* line 744, sass/_small.scss */
    body#home #main section#section03 .sortArea a.box {
        margin-bottom: 1rem;
        width: 49%;
    }
    /* line 748, sass/_small.scss */
    body#home #main section#section03 .sortArea a.box span.txt {
        padding: 0.5rem;
    }
    /* line 751, sass/_small.scss */
    body#home #main section#section03 .sortArea a.box span.txt span.title {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    /* line 755, sass/_small.scss */
    body#home #main section#section03 .sortArea a.box span.txt span.link {
        padding-right: 1.5rem;
        font-size: 0.7rem;
        text-align: right;
    }
    /* line 759, sass/_small.scss */
    body#home #main section#section03 .sortArea a.box span.txt span.link:before {
        top: 1px;
        width: 10px;
        height: 10px;
    }
    /* line 764, sass/_small.scss */
    body#home #main section#section03 .sortArea a.box span.txt span.link:after {
        top: 2px;
        right: 0;
        width: 4px;
        height: 4px;
    }
    /* line 778, sass/_small.scss */
    body#home #main section#section04 h3 {
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        font-size: 1.4rem;
    }
    /* line 784, sass/_small.scss */
    body#home #main section#section04 .wrapper a {
        margin-bottom: 1rem;
        width: 49%;
    }
    /* line 789, sass/_small.scss */
    body#home #main section#section04 .wrapper a span.txt .title {
        padding: 0.5rem;
        font-size: 1.2rem;
    }
    /* line 792, sass/_small.scss */
    body#home #main section#section04 .wrapper a span.txt .title>span {
        font-size: 1.4rem;
    }
    /* line 794, sass/_small.scss */
    body#home #main section#section04 .wrapper a span.txt .title>span br {
        display: none;
    }
    /* line 799, sass/_small.scss */
    body#home #main section#section04 .wrapper a span.txt .link {
        position: relative;
        padding: 0 1.5rem 0.5rem 0;
        text-align: right;
    }
    /* === 下層一般 .lower ==== */
    /* line 819, sass/_small.scss */
    body.lower #main .pageTitle {
        margin-bottom: 1rem;
        padding-left: 1rem;
		font-size: 1.8rem;
    }
    /* line 824, sass/_small.scss */
    body.lower #main section.sect {
        margin-bottom: 4rem;
    }
    /* === 個人情報保護方針 #privacy ==== */
    /* line 834, sass/_small.scss */
    body#privacy #main .intro p {
        margin: 0 1rem 2rem;
        font-size: 1.2rem;
    }
    /* line 839, sass/_small.scss */
    body#privacy #main dl {
        padding: 1rem;
    }
    /* line 841, sass/_small.scss */
    body#privacy #main dl dt {
        font-size: 1.2rem;
    }
    /* line 844, sass/_small.scss */
    body#privacy #main dl dd {
        font-size: 1.2rem;
    }
    /* === サイトマップ #sitemap ==== */
    /* line 855, sass/_small.scss */
    body#sitemap #main section .box {
        padding: 1rem;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    /* line 859, sass/_small.scss */
    body#sitemap #main section .box p {
        width: 28%;
    }
    /* line 862, sass/_small.scss */
    body#sitemap #main section .box ul {
        width: 70%;
    }
    /* line 864, sass/_small.scss */
    body#sitemap #main section .box ul li {
        margin-bottom: 0.5rem;
    }
    /* === 会社概要 #company ==== */
    /* line 878, sass/_small.scss */
    body#company #main section#section01 img.building {
        margin-bottom: 2rem;
    }
    /* line 881, sass/_small.scss */
    body#company #main section#section01 table {
        width: 100%;
        border-top: 1px solid #000;
    }
    /* line 884, sass/_small.scss */
    body#company #main section#section01 table tr,
    body#company #main section#section01 table th,
    body#company #main section#section01 table td {
        display: block;
    }
    /* line 888, sass/_small.scss */
    body#company #main section#section01 table tr th {
        margin-bottom: 0.5rem;
        padding: 0.5rem 1rem 0;
        text-align: left;
        font-size: 1.2rem;
    }
    /* line 894, sass/_small.scss */
    body#company #main section#section01 table tr td {
        padding: 0 1rem 0.5rem;
        font-size: 1.2rem;
        border-bottom: 1px solid #000;
    }
    /* line 898, sass/_small.scss */
    body#company #main section#section01 table tr td a {
        margin-left: 1em;
        width: 7em;
    }
    /* line 902, sass/_small.scss */
    body#company #main section#section01 table tr td li {
        margin-bottom: 0.5rem;
    }
    /* line 907, sass/_small.scss */
    body#company #main section#section01 table tr:last-child th,
    body#company #main section#section01 table tr:last-child td {
        border-bottom: none;
    }
    /* line 916, sass/_small.scss */
    body#company #main section#section02 .wrapper .box {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
    /* line 919, sass/_small.scss */
    body#company #main section#section02 .wrapper .box .img {
        width: 30%;
    }
    /* line 922, sass/_small.scss */
    body#company #main section#section02 .wrapper .box .txt {
        width: 66%;
    }
    /* line 924, sass/_small.scss */
    body#company #main section#section02 .wrapper .box .txt .name {
        padding-bottom: 0.5rem;
    }
    /* line 926, sass/_small.scss */
    body#company #main section#section02 .wrapper .box .txt .name span {
        margin-left: 1em;
        font-size: 1.4rem;
    }
    /* line 931, sass/_small.scss */
    body#company #main section#section02 .wrapper .box .txt p {
        font-size: 1.1rem;
    }
    /* line 933, sass/_small.scss */
    body#company #main section#section02 .wrapper .box .txt p.license {
        margin-bottom: 0.5rem;
    }
    /* === お問い合わせ #contact ==== */
    /* line 949, sass/_small.scss */
    body#contact #main section p,
	body#move_out/ #main section p{
        font-size: 1.2rem;
        line-height: 1.5;
    }
    /* line 956, sass/_small.scss */
    body#contact #main section table,
	body#move_out #main section table
	{
        margin-bottom: 1rem;
        border-top: 1px solid #000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 960, sass/_small.scss */
    body#contact #main section table tr,
    body#contact #main section table th,
    body#contact #main section table td,
	
	body#move_out #main section table tr,
    body#move_out #main section table th,
    body#move_out #main section table td
	
	{
        display: block;
    }
    /* line 967, sass/_small.scss */
    body#contact #main section table tr th,
	body#move_out #main section table tr th
	{
        margin-bottom: 0.5rem;
        padding: 1rem 0.5rem 0;
        font-size: 14px;
    }
    /* line 972, sass/_small.scss */
    body#contact #main section table tr td,
	body#move_out #main section table tr td
	{
        padding: 0 0.5rem 1rem;
        border-bottom: 1px solid #000;
    }
    /* line 975, sass/_small.scss */
    body#contact #main section table tr td ul,
	body#move_out #main section table tr td ul,
	{
        flex-wrap: wrap;
        font-size: 13px;
    }
    /* line 985, sass/_small.scss */
    body#contact #main section table tr.name input,
    body#contact #main section table tr.kana input,
    body#contact #main section table tr.email input,
    body#contact #main section table tr.tel input,
    body#contact #main section table tr.nameOfProperty input,
    body#contact #main section table tr.detail input,
    body#contact #main section table tr.detail textarea,
	
	body#move_out #main section table tr.name input,
    body#move_out #main section table tr.kana input,
    body#move_out #main section table tr.email input,
    body#move_out #main section table tr.tel input,
    body#move_out #main section table tr.nameOfProperty input,
    body#move_out #main section table tr.detail input,
    body#move_out #main section table tr.detail textarea
	{
        padding: 0.5rem;
        font-size: 1.6rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    /* line 989, sass/_small.scss */
    body#contact #main section table tr.name textarea,
    body#contact #main section table tr.kana textarea,
    body#contact #main section table tr.email textarea,
    body#contact #main section table tr.tel textarea,
    body#contact #main section table tr.nameOfProperty textarea,
    body#contact #main section table tr.detail textarea,
	
	body#move_out #main section table tr.name textarea,
    body#move_out #main section table tr.kana textarea,
    body#move_out #main section table tr.email textarea,
    body#move_out #main section table tr.tel textarea,
    body#move_out #main section table tr.nameOfProperty textarea,
    body#move_out #main section table tr.detail textarea
	{
        padding: 10px;
        height: 4em;
        font-size: 1.6rem;
    }
    /* line 996, sass/_small.scss */
    body#contact #main section table tr.how label,
    body#contact #main section table tr.cont label,
	body#move_out #main section table tr.how label,
    body#move_out #main section table tr.cont label
	
	
	{
        padding: 0.8rem;
        height: 3rem;
    }
    /* line 1000, sass/_small.scss */
    body#contact #main section table tr.how input,
    body#contact #main section table tr.cont input,
	 body#move_out #main section table tr.how input,
    body#move_out #main section table tr.cont input
	
	{
        margin-right: 0.5rem;
        vertical-align: middle;
    }
    /* line 1006, sass/_small.scss */
    body#contact #main section table tr.how li,
	 body#move_out #main section table tr.how li
	{
        width: 48%;
    }
    /* line 1008, sass/_small.scss */
    body#contact #main section table tr.how li.hour,
    body#contact #main section table tr.how li.hour span,
	 body#move_out #main section table tr.how li.hour,
    body#move_out #main section table tr.how li.hour span
	
	{
        display: block;
        margin-top: 1rem;
        width: 100%;
    }
    /* line 1013, sass/_small.scss */
    body#contact #main section table tr.how li.hour input,
	body#move_out #main section table tr.how li.hour input
	{
        padding: 0.5rem;
        font-size: 1.6rem;
    }
    /* line 1022, sass/_small.scss */
    body#contact #main section input[type="submit"],
	body#move_out #main section input[type="submit"]
	{
        margin: 2rem 0;
        width: 100%;
        height: auto;
        font-size: 14px;
    }
    /* === お知らせ一覧 #newsList ==== */
    /* line 1037, sass/_small.scss */
    body#newsList #main section .box .title
	{
        margin-bottom: 0.5rem;
    }
    /* line 1039, sass/_small.scss */
    body#newsList #main section .box .title .category {
        padding: 0.5rem 0;
        width: 5em;
        margin-right: 1em;
        font-size: 1.1rem;
    }
    /* line 1045, sass/_small.scss */
    body#newsList #main section .box .title .txt {
        margin: 0;
        font-size: 1.3rem;
    }
    /* line 1050, sass/_small.scss */
    body#newsList #main section .box .boxInner {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }
    /* line 1053, sass/_small.scss */
    body#newsList #main section .box .boxInner .date {
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }
    /* line 1057, sass/_small.scss */
    body#newsList #main section .box .boxInner p {
        font-size: 1.2rem;
    }
    /* === お知らせ詳細 #newsDetail ==== */
    /* line 1071, sass/_small.scss */
    body#newsDetail #main section .postContent .meta {
        margin-bottom: 0.5rem;
    }
    /* line 1073, sass/_small.scss */
    body#newsDetail #main section .postContent .meta .category {
        margin-right: 1em;
        padding: 0.4rem 0 0;
        font-size: 1rem;
    }
    /* line 1078, sass/_small.scss */
    body#newsDetail #main section .postContent .meta .date {
        font-size: 1rem;
    }
    /* line 1083, sass/_small.scss */
    body#newsDetail #main section .postContentDetail {
        margin-bottom: 2rem;
        font-size: 1.3rem;
    }
    /* line 1086, sass/_small.scss */
    body#newsDetail #main section .postContentDetail p {
        margin-bottom: 1rem;
    }
    /* line 1090, sass/_small.scss */
    body#newsDetail #main section .postImage {
        margin-bottom: 2rem;
    }
    /* line 1095, sass/_small.scss */
    body#newsDetail #main section .crtArea a.prev {
        margin-top: 0.5rem;
        font-size: 1rem;
    }
    /* line 1099, sass/_small.scss */
    body#newsDetail #main section .crtArea a.next {
        margin-top: 0.5rem;
        font-size: 1rem;
    }
    /* line 1103, sass/_small.scss */
    body#newsDetail #main section .crtArea a.back {
        padding: 0.3rem;
        width: 24%;
        font-size: 1rem;
        left: 38%;
    }
    /* === 賃貸物件を地図から探す #searchFromMap ==== */
    /* line 1121, sass/_small.scss */
    body#searchFromMap #main section#section01 .maps iframe {
        width: 100%;
    }
    /* line 1127, sass/_small.scss */
    body#searchFromMap #main section#section02 h3 {
        padding-bottom: 0.5rem;
        font-size: 1.4rem;
    }
    /* line 1131, sass/_small.scss */
    body#searchFromMap #main section#section02 ul {
        margin-bottom: 2rem;
    }
    /* line 1133, sass/_small.scss */
    body#searchFromMap #main section#section02 ul li {
        margin: 0 0 1rem 0;
        font-size: 1.2rem;
        width: 25%;
    }
    /* line 1137, sass/_small.scss */
    body#searchFromMap #main section#section02 ul li input {
        margin-right: 0.2rem;
        vertical-align: middle;
    }
    /* line 1145, sass/_small.scss */
    body#searchFromMap #main section#section03 dl {
        margin-bottom: 2rem;
    }
    /* line 1147, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dt {
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        font-size: 1.3rem;
    }
    /* line 1152, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd {
        font-size: 1.3rem;
    }
    /* line 1154, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd label.forSelect {
        width: 10em;
        height: 2.5rem;
    }
    /* line 1157, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd label.forSelect:after {
        width: 2rem;
        height: 2.5rem;
        background-size: cover;
    }
    /* line 1163, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd select {
        padding: 0.2em;
        width: 10em;
        height: 2.5rem;
    }
    /* line 1168, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd span.range {
        margin: 0 0.5em;
        font-size: 1rem;
    }
    /* line 1173, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd.opt ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 1.5rem;
    }
    /* line 1178, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd.opt ul li {
        width: 50%;
        margin-bottom: 0.5rem;
    }
    /* line 1181, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd.opt ul li input {
        margin-right: 0.5em;
    }
    /* line 1188, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd.opt_vertical ul {
        margin-top: 1.5rem;
    }
    /* line 1190, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd.opt_vertical ul li {
        margin-bottom: 0.5rem;
    }
    /* line 1192, sass/_small.scss */
    body#searchFromMap #main section#section03 dl dd.opt_vertical ul li input {
        margin-right: 0.5em;
    }
    /* line 1200, sass/_small.scss */
    body#searchFromMap #main section#section03 dl.age select,
    body#searchFromMap #main section#section03 dl.age label.forSelect {
        width: 21.5em;
    }
    /* line 1205, sass/_small.scss */
    body#searchFromMap #main section#section03 dl.conditions dd {
        display: block;
    }
    /* line 1207, sass/_small.scss */
    body#searchFromMap #main section#section03 dl.conditions dd ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    /* line 1211, sass/_small.scss */
    body#searchFromMap #main section#section03 dl.conditions dd ul li {
        margin-bottom: 0.5rem;
        width: 50%;
        font-size: 1.2rem;
    }
    /* line 1215, sass/_small.scss */
    body#searchFromMap #main section#section03 dl.conditions dd ul li input {
        margin-right: 0.5em;
    }
    /* === 賃貸物件を地図から探す #searchFromMap ==== */
    /* line 1234, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea {
        flex-wrap: wrap;
    }
    /* line 1238, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl {
        margin-top: 1rem;
        width: 50%;
    }
    /* line 1240, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dt {
        width: 28%;
        text-align: center;
        padding: 1rem 0 0.5rem;
        height: 32px;
        font-size: 1rem;
    }
    /* line 1247, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd {
        width: 30%;
    }
    /* line 1249, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd label.forSelect {
        position: relative;
        display: block;
        width: 10em;
        font-size: 13px;
    }
    /* line 1254, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd label.forSelect:after {
        width: 28px;
        height: 30px;
        right: 0;
        background-size: contain;
    }
    /* line 1261, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd select {
        padding: 0.5rem;
        height: 32px;
        width: 10em;
        font-size: 13px;
    }
    /* line 1270, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box {
        margin-bottom: 2rem;
        padding: 0.5rem;
    }
    /* line 1274, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle {
        margin-bottom: 1rem;
    }
    /* line 1276, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category {
        margin-bottom: 1rem;
    }
    /* line 1278, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li {
        margin-right: 1rem;
    }
    /* line 1280, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li:last-child {
        margin-right: 0;
    }
    /* line 1283, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li a {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
    /* line 1289, sass/_small.scss */
    /*body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .img {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}*/
    /* line 1294, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt p.sort {
        display: inline-block;
        margin-bottom: 0.5rem;
        padding: 0.5rem;
        font-size: 1rem;
    }
    /* line 1300, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt .buildingName {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 1.4rem;
    }
    /* line 1305, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt ul {
        margin-bottom: 1rem;
        padding: 0 0 0 1rem;
    }
    /* line 1308, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt ul li {
        margin: 0 0 0.5rem;
        font-size: 1.1rem;
    }
    /* line 1315, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table {
        display: -webkit-flex;
        display: flex;
        border-collapse: collapse;
        border-top: 1px solid #9e9e9f;
    }
    /* line 1319, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table thead,
    body#featureList #main section#section01 .wrapper .box table tbody,
    body#featureList #main section#section01 .wrapper .box table tr,
    body#featureList #main section#section01 .wrapper .box table th,
    body#featureList #main section#section01 .wrapper .box table td {
        display: block;
    }
    /* line 1322, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table thead {
        width: 30%;
    }
    /* line 1325, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tbody {
        width: 70%;
    }
    /* line 1329, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tr th {
        text-align: left;
        padding: 0.5rem;
        border-bottom: 1px solid #9e9e9f;
        border-left: 1px solid #9e9e9f;
        font-size: 1.2rem;
    }
    /* line 1335, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tr th.link {
        background-color: transparent;
        border: none;
    }
    /* line 1340, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tr td {
        text-align: left;
        padding: 0.5rem;
        font-size: 1.2rem;
        border-right: 1px solid #9e9e9f;
        border-bottom: 1px solid #9e9e9f;
    }
    /* line 1346, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tr td.link {
        background-color: transparent;
        border: none;
    }
    /* line 1350, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tr td a {
        width: 60%;
        color: #fff;
        padding: 0.75rem 1rem;
        font-size: 1.2rem;
    }
    /* line 1355, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tr td a:before {
        top: 7px;
        right: 7px;
        width: 1.4rem;
        height: 1.4rem;
    }
    /* line 1361, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tr td a:after {
        top: 10px;
        right: 8px;
        width: 0.6rem;
        height: 0.6rem;
    }
    /* line 1369, sass/_small.scss */
    body#featureList #main section#section01 .wrapper .box table tr:last-child {
        border: none;
    }
    /* line 1377, sass/_small.scss */
    body#featureList #main section#section01 #searchArea p.subTitle {
        padding: 0.5rem 0;
        font-size: 1.4rem;
    }
    /* === 物件詳細 #detail ==== */
    /* line 1390, sass/_small.scss */
    body#detail #main section {
        margin-bottom: 3rem;
    }
    /* line 1392, sass/_small.scss */
    body#detail #main section h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }
    /* line 1398, sass/_small.scss */
    body#detail #main section#section01 .lowerTitleArea {
        width: 100%;
    }
    /* line 1400, sass/_small.scss */
    body#detail #main section#section01 .lowerTitleArea ul.category {
        margin-top: 0.5rem;
        display: block;
        float: none;
        clear: both;
    }
    /* line 1402, sass/_small.scss */
    body#detail #main section#section01 .lowerTitleArea ul.category li {
        margin-right: 1rem;
        float: left;
    }
    /* line 1404, sass/_small.scss */
    body#detail #main section#section01 .lowerTitleArea ul.category li:last-child {
        margin-right: 0;
    }
    /* line 1407, sass/_small.scss */
    body#detail #main section#section01 .lowerTitleArea ul.category li a {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    /* line 1414, sass/_small.scss */
    body#detail #main section#section01 .wrapper {
        margin-bottom: 2rem;
    }
    /* line 1416, sass/_small.scss */
    body#detail #main section#section01 .wrapper .visualArea {
        margin-bottom: 1rem;
        width: 100%;
    }
    /* line 1419, sass/_small.scss */
    body#detail #main section#section01 .wrapper .visualArea .sliderArea {
        margin-bottom: 2rem;
    }
    /* line 1425, sass/_small.scss */
    body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container.gallery-top {
        margin-bottom: 0.5rem;
    }
    /* line 1431, sass/_small.scss */
    body#detail #main section#section01 .wrapper .visualArea .panoramaArea p {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }
    /* line 1438, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo {
        margin-bottom: 2rem;
    }
    /* line 1441, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box dl {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }
    /* line 1444, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box dl dt {
        font-size: 1.4rem;
    }
    /* line 1447, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box dl dd {
        font-size: 1.4rem;
    }
    /* line 1449, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box dl dd span {
        margin: 0 0.5rem;
        font-size: 1.8rem;
    }
    /* line 1455, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box p {
        margin: 1.5rem 0 0.5rem;
        padding-left: 0.5rem;
        font-size: 1.4rem;
    }
    /* line 1460, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table {
        width: 100%;
        border-right: 1px solid #9e9e9f;
        border-left: 1px solid #9e9e9f;
    }
    /* line 1464, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table tr {
        border-top: 1px solid #9e9e9f;
    }
    /* line 1466, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table tr:last-child {
        border-bottom: 1px solid #9e9e9f;
    }
    /* line 1470, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table th {
        padding: 0.5rem;
        width: 40%;
        font-size: 1.2rem;
    }
    /* line 1474, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table th span {
        display: block;
        font-size: 0.9rem;
    }
    /* line 1479, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td {
        padding: 0.5rem;
        width: 60%;
        font-size: 1.2rem;
        height: auto;
    }
    /* line 1483, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td label.forSelect {
        margin-right: 5px;
        width: 5em;
        height: 32px;
        font-size: 1.6rem;
        float: left;
        margin-bottom: 5px;
    }
    /* line 1488, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td label.forSelect:after {
        width: 28px;
        height: 32px;
        right: 0;
        background-size: contain;
    }
    /* line 1495, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td select {
        padding: 0.2em;
        width: 5em;
        height: 32px;
        font-size: 1.6rem;
    }
    /* line 1501, sass/_small.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td span {
        padding-top: 0.5rem;
    }
    /* line 1511, sass/_small.scss */
    body#detail #main section#section01 .point dl dt {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }
    /* line 1517, sass/_small.scss */
    body#detail #main section#section01 .point dl dd p {
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.4;
    }
    /* line 1524, sass/_small.scss */
    body#detail #main section#section01 .point a {
        margin: 2rem 0 4rem;
    }
    /* line 1531, sass/_small.scss */
    body#detail #main section#section02 .wrapper a {
        margin: 0 2% 0.5rem 0;
        padding: 0.5rem;
        width: 32%;
        font-size: 1rem;
    }
    /* line 1536, sass/_small.scss */
    body#detail #main section#section02 .wrapper a:nth-child(3n) {
        margin-right: 0;
    }
    /* line 1543, sass/_small.scss */
    body#detail #main section#section03 .floor {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #9e9e9f;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }
    /* line 1549, sass/_small.scss */
    body#detail #main section#section03 .floor .room {
        width: 49%;
        margin-bottom: 1rem;
        border: 1px solid #9e9e9f;
    }
    /* line 1553, sass/_small.scss */
    body#detail #main section#section03 .floor .room p {
        margin: 0;
        font-size: 1.2rem;
    }
    /* line 1557, sass/_small.scss */
    body#detail #main section#section03 .floor .room span.status {
        margin-bottom: 0.5rem;
        padding: 0.5rem;
        font-size: 1.2rem;
    }
    /* line 1563, sass/_small.scss */
    body#detail #main section#section03 .floor .room table th {
        width: 35%;
        padding: 0.5rem;
        font-size: 0.9rem;
    }
    /* line 1568, sass/_small.scss */
    body#detail #main section#section03 .floor .room table td {
        width: 65%;
        padding: 0.5rem;
        font-size: 1rem;
    }
    /* line 1579, sass/_small.scss */
    body#detail #main section#section04 .roomType p {
        padding: 0.5rem;
        font-size: 1.2rem;
    }
    /* line 1583, sass/_small.scss */
    body#detail #main section#section04 .roomType img {
        display: block;
        margin: auto;
        padding: 1rem;
        width: 90%;
        height: auto;
    }
    /* line 1593, sass/_small.scss */
    body#detail #main section#section05 iframe {
        width: 100%;
    }
    /* line 1600, sass/_small.scss */
    body#detail #main section#section06 .wrapper .box {
        margin-bottom: 1rem;
        padding: 1rem;
    }
    /* line 1603, sass/_small.scss */
    body#detail #main section#section06 .wrapper .box .sample {
        margin-bottom: 15px;
        padding: 1rem;
    }
    /* line 1608, sass/_small.scss */
    body#detail #main section#section06 .wrapper .box dl dt {
        font-size: 1.2rem;
        width: 40%;
    }
    /* line 1612, sass/_small.scss */
    body#detail #main section#section06 .wrapper .box dl dd {
        width: 50%;
    }
    /* line 1614, sass/_small.scss */
    body#detail #main section#section06 .wrapper .box dl dd a {
        padding: 0.5rem 1.2em 0.5rem 0;
        font-size: 1.1rem;
    }
    /* line 1617, sass/_small.scss */
    body#detail #main section#section06 .wrapper .box dl dd a:before {
        top: 4px;
        right: 7px;
        width: 1.4rem;
        height: 1.4rem;
    }
    /* line 1623, sass/_small.scss */
    body#detail #main section#section06 .wrapper .box dl dd a:after {
        top: 7px;
        right: 8px;
        width: 0.6rem;
        height: 0.6rem;
    }
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .img div {
        display: inline-block;
        height: 100px;
        overflow: hidden;
        width: 49%;
    }
    .panoramaArea #panoramawrap #vrview {
        width: 100%;
        height: auto;
    }
    .visualArea .panoramaArea #panoramawrap {
        width: 95%;
        height: auto;
    }
    .btnArea .btnSearch .longBtn {
        border: none !important;
        background-color: #ff7800 !important;
        color: #fff !important;
        margin-bottom: 10px;
        height: auto;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, "Droid Sans", sans-serif;
    }
    .sp-image {
        max-height: 300px !important;
    }
}

@media only screen and (min-width: 768px) {
    /* =========================================================
   extend _large内共通
  ========================================================= */
    #insta, #X {
        position: fixed;
        right: -160px;
        /*top: 30%;*/
		top:230px;
        z-index: 100;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5856c9+0,bf30a2+32,ec514d+58,ed8863+82,ed8863+82,fecb68+100 */
        background: rgb(88, 86, 201);
        /* Old browsers */
        background: -moz-linear-gradient( top, rgba(88, 86, 201, 1) 0%, rgba(191, 48, 162, 1) 32%, rgba(236, 81, 77, 1) 58%, rgba(237, 136, 99, 1) 82%, rgba(237, 136, 99, 1) 82%, rgba(254, 203, 104, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient( top, rgba(88, 86, 201, 1) 0%, rgba(191, 48, 162, 1) 32%, rgba(236, 81, 77, 1) 58%, rgba(237, 136, 99, 1) 82%, rgba(237, 136, 99, 1) 82%, rgba(254, 203, 104, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient( to bottom, rgba(88, 86, 201, 1) 0%, rgba(191, 48, 162, 1) 32%, rgba(236, 81, 77, 1) 58%, rgba(237, 136, 99, 1) 82%, rgba(237, 136, 99, 1) 82%, rgba(254, 203, 104, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5856c9', endColorstr='#fecb68', GradientType=0);
        /* IE6-9 */
        width: 200px;
        height: auto;
        padding: 5px;
        color: #fff;
    }
    #insta:hover,
	#X:hover
	{
        opacity: 1;
    }
    #insta img,
	#X img
	{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }
    #insta span,
	#X span
	{
        width: 50%;
        height: auto;
        display: inline-block;
        letter-spacing: 2px;
        font-size: 16px;
        vertical-align: middle;
        margin: 0 0 0 20px;
    }
	
	#X{
		top: 280px;
		background:#000;
	}
	
    /* line 5, sass/_large.scss */
    header #headerInner,
    #gnav ul,
    #breadCrumb ul,
    #container .featureTitleArea,
    #content,
    #main .titleArea02 .titleInner,
    #stickeyFooter .inner,
    footer #footerInner,
    body#home #main section.sect .inner {
        margin: 0 auto;
        padding: 0 20px;
        width: 1024px;
    }
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .img div {
        display: inline-block;
        height: 120px;
        overflow: hidden;
        width: 49%;
    }
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .img div img {
        width: 100%;
        height: auto;
    }
    /* =========================================================================
  ============================================================================
  stickeyFooter
  frame
  
  ============================================================================
  ========================================================================= */
    /* line 19, sass/_large.scss */
    a:hover {
        opacity: 0.5;
    }
    /* =========================================================
   header
  ========================================================= */
    /* line 26, sass/_large.scss */
    header {
        margin-bottom: 10px;
    }
    /* line 28, sass/_large.scss */
    header #headerInner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 31, sass/_large.scss */
    header #headerInner a#logo {
        display: block;
        margin-top: 28px;
        width: 287px;
    }
    /* line 36, sass/_large.scss */
    header #headerInner p {
        margin: 45px 0 0;
        width: 356px;
    }
    /* line 41, sass/_large.scss */
    header .box {
        width: 239px;
    }
    /* line 43, sass/_large.scss */
    header .box .tel {
        margin: 0 0 10px;
        padding: 5px 18px;
        width: 239px;
        height: 64px;
        background: url("./img/common/bg_head_tel.png") no-repeat;
    }
    /* line 49, sass/_large.scss */
    header .box .tel img {
        margin: 0 0 5px;
        width: 200px;
        height: auto;
    }
    /* line 54, sass/_large.scss */
    header .box .tel span {
        display: block;
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: 0.065em;
    }
    /* line 61, sass/_large.scss */
    header .box dl {
        display: -webkit-flex;
        display: flex;
    }
    /* line 64, sass/_large.scss */
    header .box dl dt input {
        width: 206px;
        height: 30px;
        font-size: 1.2rem;
    }
    /* line 71, sass/_large.scss */
    header .box dl dd button {
        width: 33px;
        height: 30px;
        border: none;
    }
    /* line 79, sass/_large.scss */
    header #spMenu {
        display: none;
    }
    /* line 85, sass/_large.scss */
    #gnav ul {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    /* line 88, sass/_large.scss */
    #gnav ul li {
        position: relative;
    }
    /* line 90, sass/_large.scss */
    #gnav ul li a {
        text-align: center;
        padding: 8px;
        display: block;
        /*height: 30px;*/
        font-size: 1.3rem;
        letter-spacing: 0.15em;
    }
    /*#gnav ul li:after {
    position: absolute;
    content: "|";
    right: 0;
    top: 8px;
    font-size: 1.1rem;
    color: #fff;
  }*/
    /* line 106, sass/_large.scss */
    #gnav ul li:last-child:after {
        display: none;
    }
    /* 
    #gnav ul li.gnav01 a {
        width: 90px;
    }
  
    #gnav ul li.gnav02 a {
        width: 135px;
    }
   
    #gnav ul li.gnav03 a {
        width: 135px;
    }

    #gnav ul li.gnav04 a {
        width: 194px;
    }
    
    #gnav ul li.gnav05 a {
        width: 196px;
    }
  
    #gnav ul li.gnav06 a {
        width: 104px;
    }
  
    #gnav ul li.gnav07 a {
        width: 130px;
    }
   */
    #breadCrumb {
        margin: 10px auto 15px;
    }
    /* line 139, sass/_large.scss */
    #breadCrumb ul li,
    #breadCrumb ul a {
        font-size: 1.2rem;
    }
    /* line 142, sass/_large.scss */
    #breadCrumb ul li {
        margin-right: 10px;
    }
    /* line 144, sass/_large.scss */
    #breadCrumb ul li:before {
        margin-right: 10px;
    }
    .spnone {
        display: none !important;
    }
    /* =========================================================
   #container
  ========================================================= */
    /* line 156, sass/_large.scss */
    #container .featureTitleArea {
        margin-bottom: 20px;
        padding: 0;
    }
    /* line 160, sass/_large.scss */
    #container .featureTitleArea .featureTitle {
        padding: 10px 20px 0 20px;
        font-size: 2.4rem;
        height: 50px;
    }
    /* =========================================================
   #content
  ========================================================= */
    /* line 176, sass/_large.scss */
    body#home #content,
	 body#home #move_out
	
	{
        width: 100%;
        padding: 0;
    }
    /* =========================================================
   #main
  ========================================================= */
    /* line 185, sass/_large.scss */
    #main {
        margin-bottom: 100px;
    }
    /* line 187, sass/_large.scss */
    #main .titleArea {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    /* line 190, sass/_large.scss */
    #main .titleArea .title {
        font-size: 1.6rem;
    }
    /* line 193, sass/_large.scss */
    #main .titleArea .link {
        margin-top: 5px;
        padding-right: 15px;
        font-size: 1.1rem;
    }
    /* line 199, sass/_large.scss */
    #main .titleArea .link:before {
        right: 1px;
        top: 1px;
        width: 12px;
        height: 12px;
    }
    /* line 205, sass/_large.scss */
    #main .titleArea .link:after {
        right: 1px;
        top: 3px;
        width: 4px;
        height: 4px;
    }
    /* line 213, sass/_large.scss */
    #main .titleArea02 {
        height: 76px;
        padding-bottom: 24px;
        background: url("./img/common/bg_title02.png") repeat-x bottom;
    }
    /* line 217, sass/_large.scss */
    #main .titleArea02 .titleInner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 220, sass/_large.scss */
    #main .titleArea02 .titleInner .txt {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    /* line 223, sass/_large.scss */
    #main .titleArea02 .titleInner .txt span.icon {
        margin-right: 15px;
        padding-top: 15px;
        width: 52px;
        height: 52px;
        font-size: 1.6rem;
    }
    /* line 230, sass/_large.scss */
    #main .titleArea02 .titleInner .txt .title {
        margin: 0;
        font-size: 2.2rem;
    }
    /* line 233, sass/_large.scss */
    #main .titleArea02 .titleInner .txt .title span {
        font-size: 2.6rem;
    }
    /* line 239, sass/_large.scss */
    #main .titleArea02 .titleInner .link ul {
        width: 575px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 243, sass/_large.scss */
    #main .titleArea02 .titleInner .link ul li a {
        padding: 18px 10px 10px 50px;
        width: 185px;
        height: 52px;
        font-size: 1.3rem;
    }
    /* line 248, sass/_large.scss */
    #main .titleArea02 .titleInner .link ul li a:hover {
        opacity: 1;
    }
    /* line 252, sass/_large.scss */
    #main .titleArea02 .titleInner .link ul li.map a {
        background-size: 33px auto, 19px auto;
        background-position: 10px center, 150px center;
    }
    /* line 256, sass/_large.scss */
    #main .titleArea02 .titleInner .link ul li.area a {
        background-size: 37px auto, 19px auto;
        background-position: 7px center, 150px center;
    }
    /* line 260, sass/_large.scss */
    #main .titleArea02 .titleInner .link ul li.conditions a {
        padding-left: 40px;
        font-size: 1.1rem;
        background-size: 29px auto, 19px auto;
        background-position: 5px center, 150px center;
    }
    /* line 271, sass/_large.scss */
    #main .lowerTitleArea {
        margin-bottom: 20px;
    }
    /* line 273, sass/_large.scss */
    #main .lowerTitleArea span {
        margin-right: 20px;
        padding: 15px 2px;
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    /* line 280, sass/_large.scss */
    #main .lowerTitleArea.newsTitleArea {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    /* line 284, sass/_large.scss */
    #main .lowerTitleArea .lowerTitle {
        padding-top: 8px;
        font-size: 22px;
    }
    /* line 289, sass/_large.scss */
    #main .lowerSubTitle {
        margin-bottom: 20px;
        padding-left: 10px;
        font-size: 1.6rem;
    }
    /* line 295, sass/_large.scss */
    #main #searchConditions {
        width: 330px;
    }
    /* line 297, sass/_large.scss */
    #main #searchConditions .searchConditionsInner {
        padding: 20px 15px;
    }
    /* line 299, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl {
        margin-bottom: 10px;
    }
    /* line 301, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl dt {
        padding: 12px 0 0;
        width: 40px;
        height: 40px;
    }
    /* line 306, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl dd {
        width: 240px;
    }
    /* line 308, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl dd select {
        padding: 3px;
        font-size: 1.3rem;
        width: 105px;
        height: 23px;
    }
    /* line 316, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.area dd,
    #main #searchConditions .searchConditionsInner dl.age dd {
        font-size: 1.3rem;
    }
    /* line 318, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.area dd select,
    #main #searchConditions .searchConditionsInner dl.age dd select {
        width: 240px;
    }
    /* line 322, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.area dd label.forSelect:after,
    #main #searchConditions .searchConditionsInner dl.age dd label.forSelect:after {
        width: 20px;
        height: 23px;
        background-size: 20px;
    }
    /* line 332, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.rent dd ul {
        margin-top: 5px;
        width: 100%;
    }
    /* line 335, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.rent dd ul li {
        margin-bottom: 5px;
        width: 50%;
        font-size: 1.3rem;
    }
    /* line 339, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.rent dd ul li input {
        margin-right: 3px;
    }
    /* line 347, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.rent dd,
    #main #searchConditions .searchConditionsInner dl.extent dd,
    #main #searchConditions .searchConditionsInner dl.layout dd,
    #main #searchConditions .searchConditionsInner dl.age dd {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 351, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.rent label.forSelect:after,
    #main #searchConditions .searchConditionsInner dl.extent label.forSelect:after,
    #main #searchConditions .searchConditionsInner dl.layout label.forSelect:after,
    #main #searchConditions .searchConditionsInner dl.age label.forSelect:after {
        width: 20px;
        height: 23px;
        background-size: 20px;
    }
    /* line 359, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.sort dd {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 363, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.sort ul li {
        margin: 0 15px 5px 0;
        font-size: 1.3rem;
        letter-spacing: 0.005em;
        display: inline-block;
    }
    /* line 368, sass/_large.scss */
    #main #searchConditions .searchConditionsInner dl.sort ul li input {
        margin-right: 5px;
    }
    /* line 376, sass/_large.scss */
    #main #searchConditions .searchConditionsInner .btnArea a {
        padding: 5px;
        height: 30px;
        font-size: 1.5rem;
    }
    /* line 380, sass/_large.scss */
    #main #searchConditions .searchConditionsInner .btnArea a.btnSearch {
        margin-bottom: 10px;
    }
    /* line 382, sass/_large.scss */
    #main #searchConditions .searchConditionsInner .btnArea a.btnSearch i {
        margin-right: 5px;
    }
    /* line 391, sass/_large.scss */
    #main #pagingArea {
        justify-content: flex-end;
        align-items: flex-end;
    }
    /* line 394, sass/_large.scss */
    #main #pagingArea .count {
        margin-right: 20px;
    }
    /* line 397, sass/_large.scss */
    #main #pagingArea .count span.layout01 {
        margin-right: 10px;
        font-size: 1.5rem;
    }
    /* line 400, sass/_large.scss */
    #main #pagingArea .count span.layout01 span.stress {
        margin: 0 5px;
        font-size: 3rem;
    }
    /* line 405, sass/_large.scss */
    #main #pagingArea .count span.layout02 {
        font-size: 1.5rem;
    }
    /* line 411, sass/_large.scss */
    #main #pagingArea ul li {
        font-size: 1.5rem;
    }
    /* line 414, sass/_large.scss */
    #main #pagingArea ul.ctr {
        margin-bottom: 5px;
    }
    /* line 416, sass/_large.scss */
    #main #pagingArea ul.ctr li {
        margin-right: 10px;
    }
    /* line 418, sass/_large.scss */
    #main #pagingArea ul.ctr li.img {
        width: 26px;
    }
    /* line 421, sass/_large.scss */
    #main #pagingArea ul.ctr li:last-child {
        margin-right: 0;
    }
    /* line 426, sass/_large.scss */
    #main #pagingArea ul.num {
        margin: 0 10px 5px;
    }
    /* line 428, sass/_large.scss */
    #main #pagingArea ul.num li {
        padding: 0 5px 0 10px;
    }
    /* line 435, sass/_large.scss */
    #main .longBtn {
        padding: 10px;
        width: 100%;
        height: 40px;
        font-size: 1.5rem;
        cursor: pointer;
    }
    /* line 441, sass/_large.scss */
    #main .longBtn.contact {
        padding-top: 5px;
        font-size: 2rem;
    }
    /* line 445, sass/_large.scss */
    #main .longBtn:hover {
        opacity: 1;
        color: #fff;
        border: 1px solid #000096;
        background-color: #000096;
    }
    /* line 455, sass/_large.scss */
    #main #recommendArea .recommendTitle .title {
        margin-bottom: 10px;
        padding: 45px 0 10px 65px;
        font-size: 1.6rem;
        background-position: left 18px;
        background-size: 55px auto;
    }
    /* line 464, sass/_large.scss */
    #main #recommendArea .wrapper .box {
        padding: 10px;
        width: 240px;
    }
    /* line 468, sass/_large.scss */
    #main #recommendArea .wrapper .box>ul.category {
        margin-bottom: 3px;
    }
    /* line 470, sass/_large.scss */
    #main #recommendArea .wrapper .box>ul.category li {
        font-size: 1.1rem;
    }
    /* line 472, sass/_large.scss */
    #main #recommendArea .wrapper .box>ul.category li a {
        padding: 3px;
        width: 70px;
        height: 20px;
    }
    /* line 480, sass/_large.scss */
    #main #recommendArea .wrapper .box .img {
        margin-bottom: 10px;
    }
    /* line 485, sass/_large.scss */
    #main #recommendArea .wrapper .box .txt .name {
        margin-bottom: 5px;
        font-size: 1.3rem;
    }
    /* line 489, sass/_large.scss */
    #main #recommendArea .wrapper .box .txt .rent {
        font-size: 1.3rem;
    }
    /* line 491, sass/_large.scss */
    #main #recommendArea .wrapper .box .txt .rent span {
        padding: 0 0.5rem;
        font-size: 2rem;
    }
    /* line 496, sass/_large.scss */
    #main #recommendArea .wrapper .box .txt .others {
        font-size: 1.2rem;
    }
    /* line 498, sass/_large.scss */
    #main #recommendArea .wrapper .box .txt .others li {
        margin-bottom: 5px;
    }
    /* line 514, sass/_large.scss */
    #main section#aboutApply dl dt {
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 1.5rem;
    }
    /* line 519, sass/_large.scss */
    #main section#aboutApply dl dd {
        font-size: 1.3rem;
    }
    /* line 521, sass/_large.scss */
    #main section#aboutApply dl dd p {
        margin-bottom: 5px;
    }
    /* line 526, sass/_large.scss */
    #main section#aboutApply .download {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0 50px;
    }
    /* line 530, sass/_large.scss */
    #main section#aboutApply .download .box {
        padding: 15px 10px;
        width: 487px;
        height: 50px;
    }
    /* line 534, sass/_large.scss */
    #main section#aboutApply .download .box p {
        margin: 0;
        font-size: 1.4rem;
    }
    /* line 538, sass/_large.scss */
    #main section#aboutApply .download .box a {
        padding: 7px 15px 0 0;
        width: 160px;
        height: 30px;
        font-size: 1.2rem;
    }
    /* line 543, sass/_large.scss */
    #main section#aboutApply .download .box a:before {
        top: 7px;
        right: 7px;
        width: 14px;
        height: 14px;
    }
    /* line 549, sass/_large.scss */
    #main section#aboutApply .download .box a:after {
        top: 10px;
        right: 8px;
        width: 6px;
        height: 6px;
    }
    /* =========================================================
   footer
  ========================================================= */
    /* line 568, sass/_large.scss */
    #stickeyFooter {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    /* line 572, sass/_large.scss */
    #stickeyFooter .inner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 20px 0;
        height: 90px;
    }
    /* line 577, sass/_large.scss */
    #stickeyFooter .inner .txt {
        width: 240px;
        color: #fff;
    }
    /* line 580, sass/_large.scss */
    #stickeyFooter .inner .txt p {
        margin: 0 0 5px;
        font-size: 1.6rem;
        padding: 0 5px 5px;
        border-bottom: 1px solid #fff;
    }
    /* line 585, sass/_large.scss */
    #stickeyFooter .inner .txt p.hour {
        margin: 0;
        font-size: 1.2rem;
        padding: 0;
        border: none;
        text-align: center;
    }
    /* line 594, sass/_large.scss */
    #stickeyFooter .inner .img {
        width: 359px;
        padding: 5px 0 0;
    }
    /* line 598, sass/_large.scss */
    #stickeyFooter .inner a.tel {
        display: none;
    }
    /* line 601, sass/_large.scss */
    #stickeyFooter .inner a.bnr {
        width: 355px;
    }
    /* line 603, sass/_large.scss */
    #stickeyFooter .inner a.bnr.sp {
        display: none;
    }
    /* line 607, sass/_large.scss */
    #stickeyFooter .inner .pageTop.sp {
        display: none;
    }
    /* line 611, sass/_large.scss */
    #stickeyFooter a.pageTop.pc {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    /* line 615, sass/_large.scss */
    #stickeyFooter a.pageTop.pc img.sp {
        display: none;
    }
    /* line 622, sass/_large.scss */
    footer #footerInner {
        margin-bottom: 90px;
    }
    /* line 625, sass/_large.scss */
    footer #footerInner .footerLogoArea {
        margin: 0 auto;
        padding: 40px 0 30px;
        width: 984px;
        border-bottom: 2px solid #fff;
    }
    /* line 630, sass/_large.scss */
    footer #footerInner .footerLogoArea a {
        display: block;
        margin-bottom: 30px;
        width: 330px;
    }
    /* line 635, sass/_large.scss */
    footer #footerInner .footerLogoArea p {
        margin: 0 0 10px;
        font-size: 1.3rem;
    }
    /* line 640, sass/_large.scss */
    footer #footerInner .footerTextArea {
        margin: 0 auto;
        padding: 30px 0;
        width: 984px;
        border-bottom: 2px solid #fff;
    }
    /* line 645, sass/_large.scss */
    footer #footerInner .footerTextArea p {
        margin: 0;
        font-size: 1.6rem;
        line-height: 2.2;
    }
    /* line 651, sass/_large.scss */
    footer #footerInner .footerNavArea {
        padding: 30px 0 50px;
    }
    /* line 653, sass/_large.scss */
    footer #footerInner .footerNavArea ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        /*width: 580px;*/
        margin: 30px auto;
        width: 80%;
    }
    /* line 657, sass/_large.scss */
    footer #footerInner .footerNavArea ul li {
        position: relative;
    }
    /* line 659, sass/_large.scss */
    footer #footerInner .footerNavArea ul li:after {
        position: absolute;
        content: "|";
        right: 0;
        top: 2px;
    }
    /* 2022.04.04 */
    footer #footerInner .footerNavArea ul li:last-of-type:after {
        content: "";
    }
    /* line 665, sass/_large.scss */
    footer #footerInner .footerNavArea ul li.home a {
        width: 100px;
    }
    /* line 668, sass/_large.scss */
    footer #footerInner .footerNavArea ul li.contact a {
        width: 150px;
    }
    /* line 671, sass/_large.scss */
    footer #footerInner .footerNavArea ul li.privacy a {
        width: 180px;
    }
    /* line 674, sass/_large.scss */
    footer #footerInner .footerNavArea ul li.sitemap a {
        width: 150px;
    }
    /* line 677, sass/_large.scss */
    footer #footerInner .footerNavArea ul li a {
        font-size: 1.3rem;
    }
    /* line 682, sass/_large.scss */
    footer #footerInner .footerNavArea p.copyright {
        font-size: 1.3rem;
    }
    /* =========================================================================
  ============================================================================
  
  各page
  
  ============================================================================
  ========================================================================= */
    /* === HOME ==== */
    /* line 699, sass/_large.scss */
    body#home #mainVisual {
        margin: 0 auto 20px;
    }
    /* line 702, sass/_large.scss */
    body#home #mainVisual .slide.slide01 .txt01 {
        margin: 0;
        position: absolute;
        left: 20px;
    }
    /* line 708, sass/_large.scss */
    body#home #mainVisual .slide.slide01 .txt02 {
        margin: 0;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
    /* line 715, sass/_large.scss */
    body#home #mainVisual .slide .slideInner {
        width: 1024px;
    }
    /* line 720, sass/_large.scss */
    body#home #mainVisual .swiper-pagination {
        position: absolute;
        display: block;
        width: auto;
        text-align: right;
        bottom: 25px;
    }
    /* line 727, sass/_large.scss */
    body#home #mainVisual .swiper-button-prev {
        left: 20%;
    }
    body#home #mainVisual .swiper-button-next {
        right: 20%;
    }
    body#home #mainVisual .swiper-button-prev,
    body#home #mainVisual .swiper-button-next {
        position: absolute;
        width: 40px;
        height: 40px;
    }
    /* line 732, sass/_large.scss */
    body#home #mainVisual .swiper-button-prev:hover,
    body#home #mainVisual .swiper-button-next:hover {
        opacity: 0.5;
    }
    /* line 743, sass/_large.scss */
    body#home #main section.sect .inner .newsWrapper dl {
        display: -webkit-flex;
        display: flex;
        padding: 10px;
    }
    /* line 746, sass/_large.scss */
    body#home #main section.sect .inner .newsWrapper dl dt {
        margin-right: 15px;
        width: 70px;
    }
    /* line 749, sass/_large.scss */
    body#home #main section.sect .inner .newsWrapper dl dt a {
        padding: 3px 0;
        width: 70px;
        height: 22px;
        font-size: 1.3rem;
    }
    /* line 756, sass/_large.scss */
    body#home #main section.sect .inner .newsWrapper dl dd {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    /* line 759, sass/_large.scss */
    body#home #main section.sect .inner .newsWrapper dl dd .date {
        margin: 3px 20px 0 0;
        font-size: 1.1rem;
        color: #646464;
    }
    /* line 764, sass/_large.scss */
    body#home #main section.sect .inner .newsWrapper dl dd .link {
        font-size: 1.5rem;
    }
    /* line 768, sass/_large.scss */
    body#home #main section.sect .inner .newsWrapper dl dd .title a {
        font-size: 1.5rem;
        color: #000;
    }
    /* line 777, sass/_large.scss */
    body#home #main section.sect .contentWrapper {
        padding: 25px 0 35px;
    }
    /* line 781, sass/_large.scss */
    body#home #main section#section01 {
        margin-bottom: 100px;
    }
    /* line 784, sass/_large.scss */
    body#home #main section#section02 {
        margin-bottom: 80px;
    }
    /* line 786, sass/_large.scss */
    body#home #main section#section02 .searchTitle {
        display: block;
        padding: 5px 0;
        height: 30px;
        width: 330px;
        font-size: 1.6rem;
    }
    /* line 793, sass/_large.scss */
    body#home #main section#section02 #searchArea {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 50px;
    }
    /* line 798, sass/_large.scss */
    body#home #main section#section02 #searchArea #searchConditions dd.others {
        display: none;
    }
    /* line 802, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap {
        position: relative;
        margin: 15px 5px 0 0;
        width: 630px;
    }
    /* line 806, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span {
        position: absolute;
        margin: 0;
        padding: 9px 0 0;
        display: block;
        text-align: center;
        font-size: 1.1rem;
        color: #fff;
        width: 130px;
        height: 30px;
        background-color: #000096;
    }
    /* line 817, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span img {
        position: absolute;
        width: 14px;
        height: auto;
        top: 30px;
        left: 58px;
    }
    /* line 824, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span input {
        margin-right: 5px;
    }
    /* line 827, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span.area1 {
        left: 132px;
        top: 60px;
    }
    /* line 831, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span.area2 {
        left: 368px;
        top: 70px;
    }
    /* line 835, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span.area3 {
        left: 260px;
        top: 118px;
    }
    /* line 839, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span.area4 {
        left: 115px;
        top: 145px;
    }
    /* line 843, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span.area5 {
        left: 475px;
        top: 205px;
    }
    /* line 847, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span.area6 {
        left: 295px;
        bottom: 130px;
    }
    /* line 850, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span.area6 img {
        top: -29px;
        left: 58px;
    }
    /* line 855, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap span.area7 {
        left: 35px;
        top: 255px;
    }
    /* line 860, sass/_large.scss */
    body#home #main section#section02 #searchArea .searchAreaMap p {
        display: block;
        position: absolute;
        width: 390px;
        height: auto;
        left: 205px;
        bottom: 0;
    }
    /* line 871, sass/_large.scss */
    body#home #main section#section02 .featureArea ul {
        margin-bottom: 30px;
        width: 100%;
    }
    /* line 874, sass/_large.scss */
    body#home #main section#section02 .featureArea ul li {
        margin-bottom: 10px;
        width: 320px;
    }
    /* line 877, sass/_large.scss */
    body#home #main section#section02 .featureArea ul li a {
        display: block;
    }
    /* line 879, sass/_large.scss */
    body#home #main section#section02 .featureArea ul li a img {
        width: 320px;
        height: 220px;
    }
    /* line 883, sass/_large.scss */
    body#home #main section#section02 .featureArea ul li a p {
        margin: 0;
        padding: 5px 10px;
        height: 30px;
        font-size: 1.5rem;
    }
    /* line 893, sass/_large.scss */
    body#home #main section#section02 .newsArea {
        margin-bottom: 30px;
    }
    /* line 897, sass/_large.scss */
    body#home #main section#section03 {
        margin-bottom: 50px;
    }
    /* line 899, sass/_large.scss */
    body#home #main section#section03 .sortArea {
        margin-bottom: 30px;
    }
    /* line 901, sass/_large.scss */
    body#home #main section#section03 .sortArea a.box {
        margin-bottom: 10px;
        width: 488px;
    }
    /* line 905, sass/_large.scss */
    body#home #main section#section03 .sortArea a.box span.txt {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        padding: 6px 10px;
        height: 30px;
    }
    /* line 911, sass/_large.scss */
    body#home #main section#section03 .sortArea a.box span.txt span.title {
        font-size: 1.5rem;
    }
    /* line 914, sass/_large.scss */
    body#home #main section#section03 .sortArea a.box span.txt span.link {
        padding-right: 16px;
        font-size: 1.1rem;
    }
    /* line 917, sass/_large.scss */
    body#home #main section#section03 .sortArea a.box span.txt span.link:before {
        top: -2px;
        width: 14px;
        height: 14px;
    }
    /* line 922, sass/_large.scss */
    body#home #main section#section03 .sortArea a.box span.txt span.link:after {
        top: 1px;
        right: 1px;
        width: 6px;
        height: 6px;
    }
    /* line 935, sass/_large.scss */
    body#home #main section#section04 {
        margin-bottom: 100px;
    }
    /* line 937, sass/_large.scss */
    body#home #main section#section04 h3 {
        margin-bottom: 20px;
        padding-bottom: 5px;
        font-size: 1.6rem;
    }
    /* line 943, sass/_large.scss */
    body#home #main section#section04 .wrapper a {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: relative;
        margin-bottom: 10px;
        width: 488px;
    }
    /* line 949, sass/_large.scss */
    body#home #main section#section04 .wrapper a span.txt {
        margin: 15px 0 0 20px;
    }
    /* line 951, sass/_large.scss */
    body#home #main section#section04 .wrapper a span.txt .title {
        font-size: 2.3rem;
    }
    /* line 953, sass/_large.scss */
    body#home #main section#section04 .wrapper a span.txt .title>span {
        font-size: 3rem;
    }
    /* line 957, sass/_large.scss */
    body#home #main section#section04 .wrapper a span.txt .link {
        position: absolute;
        padding-right: 15px;
        left: 20px;
        bottom: 20px;
        line-height: 1.1rem;
    }
    /* line 963, sass/_large.scss */
    body#home #main section#section04 .wrapper a span.txt .link:before {
        top: 1px;
    }
    /* line 966, sass/_large.scss */
    body#home #main section#section04 .wrapper a span.txt .link:after {
        top: 2px;
    }
    /* === 下層一般 .lower ==== */
    /* line 985, sass/_large.scss */
    body.lower #main .pageTitle {
        margin: 35px 0 25px;
        padding-left: 10px;
		font-size:20px;
        /*font-size: 1.6rem;*/
    }
    /* === 個人情報保護方針 #privacy ==== */
    /* line 997, sass/_large.scss */
    body#privacy #main .intro p {
        margin-bottom: 20px;
        padding: 0 15px;
        font-size: 1.4rem;
    }
    /* line 1003, sass/_large.scss */
    body#privacy #main dl {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 20px 15px 30px;
    }
    /* line 1006, sass/_large.scss */
    body#privacy #main dl dt {
        font-size: 1.4rem;
        width: 140px;
    }
    /* line 1010, sass/_large.scss */
    body#privacy #main dl dd {
        font-size: 1.4rem;
        width: 760px;
    }
    /* === サイトマップ #sitemap ==== */
    /* line 1022, sass/_large.scss */
    body#sitemap #main section .box {
        padding: 15px 10px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    /* line 1026, sass/_large.scss */
    body#sitemap #main section .box p {
        width: 180px;
    }
    /* line 1029, sass/_large.scss */
    body#sitemap #main section .box ul {
        width: 780px;
    }
    /* line 1031, sass/_large.scss */
    body#sitemap #main section .box ul li {
        margin-bottom: 10px;
    }
    /* === 会社概要 #company ==== */
    /* line 1044, sass/_large.scss */
    body#company #main section#section01 {
        margin-bottom: 80px;
    }
    /* line 1046, sass/_large.scss */
    body#company #main section#section01 img.building {
        margin-bottom: 30px;
        width: 1009px;
        height: auto;
    }
    /* line 1051, sass/_large.scss */
    body#company #main section#section01 table {
        width: 100%;
        font-size: 1.4rem;
    }
    /* line 1055, sass/_large.scss */
    body#company #main section#section01 table tr th {
        padding: 20px 10px;
        width: 25%;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px solid #000;
    }
    /* line 1063, sass/_large.scss */
    body#company #main section#section01 table tr td {
        padding: 20px 10px;
        width: 75%;
        border-bottom: 1px solid #000;
    }
    /* line 1067, sass/_large.scss */
    body#company #main section#section01 table tr td a {
        margin-left: 20px;
        width: 110px;
        height: 28px;
    }
    /* line 1072, sass/_large.scss */
    body#company #main section#section01 table tr td li {
        margin-bottom: 10px;
    }
    /* line 1077, sass/_large.scss */
    body#company #main section#section01 table tr:last-child th,
    body#company #main section#section01 table tr:last-child td {
        border: none;
    }
    /* line 1085, sass/_large.scss */
    body#company #main section#section02 .wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 1087, sass/_large.scss */
    body#company #main section#section02 .wrapper .box {
        width: 222px;
    }
    /* line 1089, sass/_large.scss */
    body#company #main section#section02 .wrapper .box .img {
        margin-bottom: 10px;
        width: 222px;
        height: 222px;
    }
    /* line 1095, sass/_large.scss */
    body#company #main section#section02 .wrapper .box .txt .name {
        padding-bottom: 10px;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
    }
    /* line 1100, sass/_large.scss */
    body#company #main section#section02 .wrapper .box .txt .name span {
        display: block;
        font-size: 1.8rem;
    }
    /* line 1105, sass/_large.scss */
    body#company #main section#section02 .wrapper .box .txt p {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    /* line 1108, sass/_large.scss */
    body#company #main section#section02 .wrapper .box .txt p.license {
        margin-bottom: 15px;
    }
    /* === お問い合わせ #contact ==== */
    /* line 1124, sass/_large.scss */
    body#contact #main section p,
	body#move_out #main section p
	{
        /*font-size: 1.3rem;*/
        margin: 0 0 5px 5px;
    }
    /* line 1128, sass/_large.scss */
    body#contact #main section span.required,
	 body#move_out #main section span.required
	
	{
        margin-left: 3px;
    }
    /* line 1131, sass/_large.scss */
    body#contact #main section table,
	body#move_out #main section table
	{
		font-size: 14px;
        margin-bottom: 5px;
        width: 100%;
		border-collapse: collapse;
    }
    /* line 1135, sass/_large.scss */
    body#contact #main section table tr th,
    body#contact #main section table tr td,
	body#move_out #main section table tr th,
    body#move_out #main section table tr td{
        border-top: 1px solid #000;
        /*border-bottom: 1px solid #000;*/
		padding:10px
    }
    /* line 1139, sass/_large.scss */
    body#contact #main section table tr th,
	body#move_out #main section table tr th
	{
        padding:10px;
        width: 27%;
        font-size: 1.5rem;
    }
    /* line 1144, sass/_large.scss */
    body#contact #main section table tr td,
	body#move_out #main section table tr td,
	{
        padding: 10px;
        width: 73%;
        font-size: 1.5rem;
    }
    /* line 1150, sass/_large.scss */
    body#contact #main section table tr td ul li:last-child,
	 body#move_out #main section table tr td ul li:last-child
	{
        margin-right: 0;
    }
    /* line 1157, sass/_large.scss */
    body#contact #main section table tr.name input,
    body#contact #main section table tr.kana input,
    body#contact #main section table tr.email input,
    body#contact #main section table tr.tel input,
    body#contact #main section table tr.nameOfProperty input,
    body#contact #main section table tr.detail input,
	 body#move_out #main section table tr.name input,
    body#move_out #main section table tr.kana input,
    body#move_out #main section table tr.email input,
    body#move_out #main section table tr.tel input,
    body#move_out #main section table tr.nameOfProperty input,
    body#move_out #main section table tr.detail input
	
	{
        padding: 10px;
    }
    /* line 1160, sass/_large.scss */
    body#contact #main section table tr.name textarea,
    body#contact #main section table tr.kana textarea,
    body#contact #main section table tr.email textarea,
    body#contact #main section table tr.tel textarea,
    body#contact #main section table tr.nameOfProperty textarea,
    body#contact #main section table tr.detail textarea,
	
	body#move_out #main section table tr.name textarea,
    body#move_out #main section table tr.kana textarea,
    body#move_out #main section table tr.email textarea,
    body#move_out #main section table tr.tel textarea,
    body#move_out #main section table tr.nameOfProperty textarea,
    body#move_out #main section table tr.detail textarea
	
	
	{
        padding: 10px;
        height: 200px;
    }
    /* line 1166, sass/_large.scss */
    body#contact #main section table tr.how label,
    body#contact #main section table tr.cont label,
	body#move_out #main section table tr.how label,
    body#move_out #main section table tr.cont label
	{
        padding: 15px;
        height: 50px;
    }
    /* line 1170, sass/_large.scss */
    body#contact #main section table tr.how input,
    body#contact #main section table tr.cont input,
	body#move_out #main section table tr.how input,
    body#move_out #main section table tr.cont input
	
	{
        margin-right: 5px;
    }
    /* line 1175, sass/_large.scss */
    body#contact #main section table tr.how li,
	body#move_out #main section table tr.how li
	{
        width: 134px;
    }
    /* line 1177, sass/_large.scss */
    body#contact #main section table tr.how li.hour,
	body#move_out #main section table tr.how li.hour
	{
        width: 395px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    /* line 1181, sass/_large.scss */
    body#contact #main section table tr.how li.hour input,
	body#move_out #main section table tr.how li.hour input
	
	{
        padding: 10px;
        height: 50px;
        width: 220px;
    }
    /* line 1190, sass/_large.scss */
    body#contact #main section table tr.cont li,
	body#move_out #main section table tr.cont li,
	{
        width: 224px;
    }
    /* line 1196, sass/_large.scss */
    body#contact #main section button,
	body#move_out #main section button
	{
        margin: 50px 0;
        width: 100%;
        height: 50px;
        font-size: 1.8rem;
        letter-spacing: 0.02em;
    }
    /* === お知らせ一覧 #newsList ==== */
    /* line 1210, sass/_large.scss */
    body#newsList #main section {
        margin-bottom: 50px;
    }
    /* line 1213, sass/_large.scss */
    body#newsList #main section .box .title {
        margin-bottom: 15px;
    }
    /* line 1215, sass/_large.scss */
    body#newsList #main section .box .title .category {
        padding: 4px;
        width: 71px;
        height: 22px;
        margin-right: 10px;
        font-size: 1.3rem;
    }
    /* line 1222, sass/_large.scss */
    body#newsList #main section .box .title .txt {
        margin: 0;
        font-size: 1.5rem;
    }
    /* line 1227, sass/_large.scss */
    body#newsList #main section .box .boxInner {
        margin-bottom: 20px;
        padding-bottom: 40px;
    }
    /* line 1230, sass/_large.scss */
    body#newsList #main section .box .boxInner .date {
        margin-bottom: 5px;
        font-size: 1.1rem;
    }
    /* line 1234, sass/_large.scss */
    body#newsList #main section .box .boxInner p {
        font-size: 1.3rem;
    }
    /* === お知らせ詳細 #newsDetail ==== */
    /* line 1248, sass/_large.scss */
    body#newsDetail #main section .postContent .meta {
        margin-bottom: 20px;
    }
    /* line 1250, sass/_large.scss */
    body#newsDetail #main section .postContent .meta .category {
        margin-right: 10px;
        padding: 3px 0 0;
        font-size: 1.2rem;
    }
    /* line 1255, sass/_large.scss */
    body#newsDetail #main section .postContent .meta .date {
        font-size: 1.1rem;
    }
    /* line 1260, sass/_large.scss */
    body#newsDetail #main section .postContentDetail {
        margin-bottom: 50px;
        font-size: 1.3rem;
    }
    /* line 1263, sass/_large.scss */
    body#newsDetail #main section .postContentDetail p {
        margin-bottom: 10px;
    }
    /* line 1267, sass/_large.scss */
    body#newsDetail #main section .postImage {
        margin-bottom: 30px;
    }
    /* line 1272, sass/_large.scss */
    body#newsDetail #main section .crtArea a.prev {
        font-size: 1.5rem;
    }
    /* line 1275, sass/_large.scss */
    body#newsDetail #main section .crtArea a.next {
        font-size: 1.5rem;
    }
    /* line 1278, sass/_large.scss */
    body#newsDetail #main section .crtArea a.back {
        padding: 6px;
        width: 150px;
        height: 30px;
        font-size: 1.3rem;
        left: 417px;
    }
    /* === 賃貸物件を地図から探す #searchFromMap ==== */
    /* line 1294, sass/_large.scss */
    body#searchFromMap #main section {
        margin-bottom: 50px;
    }
    /* line 1300, sass/_large.scss */
    body#searchFromMap #main section#section02 h3 {
        padding-bottom: 5px;
        font-size: 1.5rem;
    }
    /* line 1304, sass/_large.scss */
    body#searchFromMap #main section#section02 ul {
        margin-bottom: 45px;
    }
    /* line 1306, sass/_large.scss */
    body#searchFromMap #main section#section02 ul li {
        margin: 0 0 10px 0;
        font-size: 1.3rem;
        width: 32%;
    }
    /* line 1310, sass/_large.scss */
    body#searchFromMap #main section#section02 ul li input {
        margin-right: 3px;
    }
    /* line 1317, sass/_large.scss */
    body#searchFromMap #main section#section03 dl {
        margin-bottom: 30px;
    }
    /* line 1319, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dt {
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 1.5rem;
    }
    /* line 1324, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd {
        font-size: 1.3rem;
    }
    /* line 1326, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd label.forSelect {
        width: 125px;
        height: 23px;
    }
    /* line 1329, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd label.forSelect:after {
        width: 20px;
        height: 23px;
        background-size: 20px;
    }
    /* line 1335, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd select {
        padding: 3px;
        width: 125px;
        height: 23px;
    }
    /* line 1340, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd span.range {
        margin: 0 10px;
    }
    /* line 1344, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd.opt ul {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    /* line 1348, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd.opt ul li {
        margin-right: 30px;
    }
    /* line 1350, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd.opt ul li input {
        margin-right: 3px;
    }
    /* line 1357, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd.opt_vertical ul {
        margin-top: 20px;
    }
    /* line 1359, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd.opt_vertical ul li {
        margin-bottom: 10px;
    }
    /* line 1361, sass/_large.scss */
    body#searchFromMap #main section#section03 dl dd.opt_vertical ul li input {
        margin-right: 3px;
    }
    /* line 1369, sass/_large.scss */
    body#searchFromMap #main section#section03 dl.age select,
    body#searchFromMap #main section#section03 dl.age label.forSelect {
        width: 283px;
    }
    /* line 1374, sass/_large.scss */
    body#searchFromMap #main section#section03 dl.conditions dd {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: flex-start;
    }
    /* line 1377, sass/_large.scss */
    body#searchFromMap #main section#section03 dl.conditions dd ul {
        width: 25%;
    }
    /* line 1379, sass/_large.scss */
    body#searchFromMap #main section#section03 dl.conditions dd ul li {
        margin-bottom: 10px;
    }
    /* line 1381, sass/_large.scss */
    body#searchFromMap #main section#section03 dl.conditions dd ul li input {
        margin-right: 3px;
    }
    /* === 賃貸物件を地図から探す #searchFromMap ==== */
    /* line 1398, sass/_large.scss */
    body#featureList #main section#section01 {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 1401, sass/_large.scss */
    body#featureList #main section#section01 .wrapper {
        width: 630px;
    }
    /* line 1404, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea .lowerTitle {
        width: 340px;
    }
    /* line 1407, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    /* line 1410, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dt {
        text-align: center;
        padding: 4px 0 0;
        width: 55px;
        height: 23px;
        font-size: 1.3rem;
        border: 1px solid #9e9e9f;
        border-right: 0;
    }
    /* line 1419, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd {
        width: 170px;
        height: 23px;
    }
    /* line 1422, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd label {
        display: block;
        width: 170px;
        height: 23px;
    }
    /* line 1426, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd label:after {
        width: 20px;
        height: 23px;
    }
    /* line 1431, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .lowerTitleArea dl dd select {
        width: 170px;
        height: 23px;
        padding: 4px;
        font-size: 1.3rem;
    }
    /* line 1440, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box {
        margin-bottom: 20px;
        padding: 10px;
    }
    /* line 1443, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 18px;
    }
    /* line 1446, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle {
        width: 343px;
    }
    /* line 1448, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category {
        margin-bottom: 10px;
    }
    /* line 1450, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li {
        margin-right: 10px;
    }
    /* line 1452, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li:last-child {
        margin-right: 0;
    }
    /* line 1455, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTitle .category li a {
        display: block;
        color: #fff;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.05em;
        width: 71px;
        height: 20px;
        padding-top: 5px;
    }
    /* line 1472, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt {
        width: 258px;
    }
    /* line 1474, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt p.sort {
        display: inline-block;
        padding: 4px 10px 2px;
        font-size: 1.1rem;
        height: 20px;
    }
    /* line 1480, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt .buildingName {
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-size: 1.5rem;
    }
    /* line 1486, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box .boxInner .boxTxt ul li {
        font-size: 1.3rem;
    }
    /* line 1494, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box table tr th {
        padding: 2px 0 0;
        font-size: 1.1rem;
        height: 24px;
    }
    /* line 1499, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box table tr td {
        padding: 20px 0 10px;
        font-size: 1.2rem;
        height: 50px;
    }
    /* line 1503, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box table tr td a {
        margin: 0 auto;
        padding: 4px 15px 0 5px;
        font-size: 1.2rem;
        width: 98px;
        height: 22px;
    }
    /* line 1509, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box table tr td a:before {
        top: 4px;
        right: 6px;
        width: 12px;
        height: 12px;
    }
    /* line 1515, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box table tr td a:after {
        top: 7px;
        right: 6px;
        width: 6px;
        height: 6px;
    }
    /* line 1524, sass/_large.scss */
    body#featureList #main section#section01 .wrapper .box table tr.rent td {
        font-size: 1.3rem;
    }
    /* line 1532, sass/_large.scss */
    body#featureList #main section#section01 #searchArea {
        position: relative;
        width: 330px;
    }
    /* line 1536, sass/_large.scss */
    body#featureList #main section#section01 #searchArea #searchAreaFix.fixed {
        position: fixed;
        top: 20px;
    }
    /* line 1541, sass/_large.scss */
    body#featureList #main section#section01 #searchArea .subTitle {
        padding: 8px 0 0;
        font-size: 1.6rem;
        height: 32px;
    }
    /* line 1547, sass/_large.scss */
    body#featureList #main section#section01 #searchArea #searchConditions dl.area dd.topPc {
        display: none;
    }
    /* === 物件詳細 #detail ==== */
    /* line 1560, sass/_large.scss */
    body#detail #main section {
        margin-bottom: 30px;
    }
    /* line 1562, sass/_large.scss */
    body#detail #main section h2 {
        font-size: 1.5rem;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    /* line 1568, sass/_large.scss */
    body#detail #main section#section01 .lowerTitleArea {
        margin-bottom: 0;
    }
    /* line 1570, sass/_large.scss */
    body#detail #main section#section01 .lowerTitleArea .lowerTitle {
        width: 60%;
    }
    /* line 1574, sass/_large.scss */
    body#detail #main section#section01 .lowerTitleArea ul.category li {
        margin-right: 5px;
    }
    /* line 1576, sass/_large.scss */
    body#detail #main section#section01 .lowerTitleArea ul.category li:last-child {
        margin-right: 0;
    }
    /* line 1579, sass/_large.scss */
    body#detail #main section#section01 .lowerTitleArea ul.category li a {
        padding-top: 7px;
        width: 94px;
        height: 30px;
        font-size: 1.3rem;
    }
    /* line 1588, sass/_large.scss */
    body#detail #main section#section01 .wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    /* line 1592, sass/_large.scss */
    body#detail #main section#section01 .wrapper .visualArea {
        margin-top: 10px;
        width: 664px;
    }
    /* line 1595, sass/_large.scss */
    body#detail #main section#section01 .wrapper .visualArea .sliderArea {
        margin-bottom: 20px;
    }
    /* line 1598, sass/_large.scss */
    body#detail #main section#section01 .wrapper .visualArea .sliderArea .swiper-container.gallery-top {
        margin-bottom: 10px;
    }
    /* line 1604, sass/_large.scss */
    body#detail #main section#section01 .wrapper .visualArea .panoramaArea p {
        padding-bottom: 5px;
        font-size: 1.5rem;
    }
    /* line 1610, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo {
        width: 300px;
    }
    /* line 1613, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box dl {
        margin-bottom: 5px;
    }
    /* line 1615, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box dl dt {
        font-size: 1.5rem;
        padding-bottom: 5px;
    }
    /* line 1619, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box dl dd {
        font-size: 1.5rem;
    }
    /* line 1621, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box dl dd span {
        font-size: 2.5rem;
        margin-right: 0.5rem;
    }
    /* line 1627, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box p {
        margin: 20px 0 0;
        padding-left: 5px;
        font-size: 1.3rem;
    }
    /* line 1632, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table {
        margin-top: 10px;
        border: 1px solid #9e9e9f;
    }
    /* line 1637, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table tr:first-child th,
    body#detail #main section#section01 .wrapper .txtInfo .box table tr:first-child td {
        border-top: none;
    }
    /* line 1642, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table th {
        padding: 8px 10px;
        width: 130px;
        border-top: 1px solid #9e9e9f;
        vertical-align: top;
        font-size: 1.3rem;
    }
    /* line 1648, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table th span {
        display: block;
        font-size: 1.1rem;
    }
    /* line 1653, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td {
        padding: 8px 10px;
        border-top: 1px solid #9e9e9f;
        font-size: 1.3rem;
    }
    /* line 1657, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td label {
        margin-right: 5px;
        width: 60px;
        height: 23px;
    }
    /* line 1661, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td label:after {
        width: 20px;
        height: 23px;
        background-size: 20px;
    }
    /* line 1667, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box table td select {
        padding: 3px;
        width: 60px;
        height: 23px;
    }
    /* line 1675, sass/_large.scss */
    body#detail #main section#section01 .wrapper .txtInfo .box.initial th {
        width: 170px;
    }
    /* line 1684, sass/_large.scss */
    body#detail #main section#section01 .point dl dt {
        font-size: 1.5rem;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    /* line 1690, sass/_large.scss */
    body#detail #main section#section01 .point dl dd p {
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.5;
    }
    /* line 1697, sass/_large.scss */
    body#detail #main section#section01 .point a {
        margin: 50px 0 40px;
    }
    /* line 1704, sass/_large.scss */
    body#detail #main section#section02 .wrapper a {
        margin: 0 11px 10px 0;
        padding-top: 6px;
        font-size: 1.3rem;
        width: 188px;
        height: 30px;
    }
    /* line 1710, sass/_large.scss */
    body#detail #main section#section02 .wrapper a:nth-child(5n) {
        margin-right: 0;
    }
    /* line 1717, sass/_large.scss */
    body#detail #main section#section03 .floor {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    /* line 1720, sass/_large.scss */
    body#detail #main section#section03 .floor.room1 .room {
        width: 100%;
    }
    /* line 1725, sass/_large.scss */
    body#detail #main section#section03 .floor.room2 .room {
        width: 50%;
    }
    /* line 1730, sass/_large.scss */
    body#detail #main section#section03 .floor.room3 .room {
        width: 33.3%;
    }
    /* line 1735, sass/_large.scss */
    body#detail #main section#section03 .floor.room4 .room {
        width: 25%;
    }
    /* line 1740, sass/_large.scss */
    body#detail #main section#section03 .floor.room5 .room {
        width: 20%;
    }
    body#detail #main section#section03 .floor.room6 .room {
        width: 16.65%;
    }
    body#detail #main section#section03 .floor.room7 .room {
        width: 14.2%;
    }
    body#detail #main section#section03 .floor.room8 .room {
        width: 12.5%;
    }
    body#detail #main section#section03 .floor.room9 .room {
        width: 11%;
    }
    body#detail #main section#section03 .floor.room10 .room {
        width: 10%;
    }
    /* line 1745, sass/_large.scss */
    body#detail #main section#section03 .floor:last-child .room {
        border-bottom: 1px solid #9e9e9f;
    }
    /* line 1749, sass/_large.scss */
    body#detail #main section#section03 .floor .room {
        padding: 10px;
        border-right: none;
        border-bottom: none;
        margin: 0px;
    }
    /* line 1753, sass/_large.scss */
    body#detail #main section#section03 .floor .room p {
        margin: 0 0 5px;
        font-size: 1.3rem;
    }
    /* line 1757, sass/_large.scss */
    body#detail #main section#section03 .floor .room span.status {
        margin: 0 0 10px;
        padding: 5px 0 0;
        font-size: 1.3rem;
        height: 24px;
    }
    /* line 1763, sass/_large.scss */
    body#detail #main section#section03 .floor .room table {
        font-size: 1.1rem;
    }
    /* line 1768, sass/_large.scss */
    body#detail #main section#section03 .floor .room table th {
        width: 70px;
        height: 24px;
    }
    /* line 1772, sass/_large.scss */
    body#detail #main section#section03 .floor .room table td {
        padding-left: 1em;
        height: 24px;
        width: auto;
    }
    /* line 1778, sass/_large.scss */
    body#detail #main section#section03 .floor .room:last-child {
        border-right: 1px solid #9e9e9f;
    }
    /* line 1786, sass/_large.scss */
    body#detail #main section#section04 .roomType p {
        margin: 0;
        padding: 5px;
        height: 25px;
        font-size: 1.3rem;
    }
    /* line 1792, sass/_large.scss */
    body#detail #main section#section04 .roomType img {
        display: block;
        margin: auto;
        padding: 35px;
        width: 90%;
        height: auto;
        height: auto;
    }
    /* line 1805, sass/_large.scss */
    body#detail #main section#section06 .wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 1807, sass/_large.scss */
    body#detail #main section#section06 .wrapper .box {
        width: 487px;
        padding: 10px;
    }
    /* line 1810, sass/_large.scss */
    body#detail #main section#section06 .wrapper .box .sample {
        margin-bottom: 15px;
        padding: 12px;
    }
    /* line 1815, sass/_large.scss */
    body#detail #main section#section06 .wrapper .box dl dt {
        font-size: 1.4rem;
    }
    /* line 1819, sass/_large.scss */
    body#detail #main section#section06 .wrapper .box dl dd a {
        font-size: 1.2rem;
        padding: 7px 15px 0 0;
        width: 160px;
        height: 30px;
    }
    /* line 1824, sass/_large.scss */
    body#detail #main section#section06 .wrapper .box dl dd a:before {
        top: 7px;
        right: 7px;
        width: 14px;
        height: 14px;
    }
    /* line 1830, sass/_large.scss */
    body#detail #main section#section06 .wrapper .box dl dd a:after {
        top: 10px;
        right: 8px;
        width: 6px;
        height: 6px;
    }
    /* line 1842, sass/_large.scss */
    body#detail #main section#aboutApply {
        margin-bottom: 50px;
    }
    .box .img span {
        width: 49%;
        height: 70px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }
    .box .img span img {
        width: 100%;
        height: auto;
    }
    .btnArea .btnSearch .longBtn:hover {
        opacity: 0.7 !important;
    }
    .btnArea .btnSearch .longBtn {
        border: none !important;
        background-color: #ff7800 !important;
        color: #fff !important;
        margin-bottom: 10px;
        height: auto;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, "Droid Sans", sans-serif;
    }
}


/* line 1, sass/_print.scss */

div#print {
    background: url("./img/home/bg_ptn.png") repeat;
}


/* line 3, sass/_print.scss */

div#print .printWrapper {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 1022px;
}


/* line 8, sass/_print.scss */

div#print .printWrapper img.visual {
    display: block;
    width: 130px;
    height: 1448px;
}


/* line 13, sass/_print.scss */

div#print .printWrapper .printContentArea {
    width: 892px;
    border-right: 2px solid #000096;
}


/* line 16, sass/_print.scss */

div#print .printWrapper .printContentArea .printHead {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px 20px;
    height: 82px;
    border-bottom: 2px solid #000096;
}


/* line 22, sass/_print.scss */

div#print .printWrapper .printContentArea .printHead .title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 484px;
}


/* line 26, sass/_print.scss */

div#print .printWrapper .printContentArea .printHead .title span {
    display: block;
    padding-top: 15px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.005em;
    text-align: center;
    background-color: #000096;
}


/* line 38, sass/_print.scss */

div#print .printWrapper .printContentArea .printHead .title h1 {
    margin: 0;
    width: 414px;
    font-weight: bold;
    font-weight: 2.3rem;
    letter-spacing: 0.005em;
}


/* line 46, sass/_print.scss */

div#print .printWrapper .printContentArea .printHead img.headTel {
    width: 370px;
    height: 51px;
}


/* line 52, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper {
    margin: 0 auto;
    width: 484px;
}


/* line 55, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper h2 {
    margin: 0 0 8px;
    padding-left: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 5px solid #000096;
}


/* line 63, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 18px;
    width: 854px;
    height: 462px;
}


/* line 68, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 .img {
    display: block;
    border: 1px solid #9e9e9f;
    padding: 15px;
    width: 570px;
    height: 462px;
}


/* line 74, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 .img img {
    display: block;
    margin: auto;
    width: 245px;
    height: auto;
}


/* line 81, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table {
    border: none;
    border-collapse: collapse;
    width: 274px;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #9e9e9f;
}


/* line 89, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table tr th {
    color: #fff;
    background-color: #000096;
    height: 25px;
    width: 80px;
    padding: 5px 10px;
    border-top: 1px solid #9e9e9f;
    vertical-align: top;
}


/* line 98, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table tr td {
    height: 25px;
    width: 194px;
    padding: 5px 10px;
    border-top: 1px solid #9e9e9f;
    vertical-align: top;
}


/* line 105, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table tr td ul li {
    margin-bottom: 10px;
}


/* line 107, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table tr td ul li:last-child {
    margin-bottom: 0;
}


/* line 114, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table tr.floor th {
    font-size: 1rem;
}


/* line 119, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table tr.others th,
div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table tr.others td {
    height: 87px;
}


/* line 123, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper01 table tr:first-child {
    border-top: 0;
}


/* line 129, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 18px;
    width: 854px;
}


/* line 133, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .txt {
    padding-top: 8px;
    width: 350px;
}


/* line 136, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .txt div {
    padding: 10px;
    border: 1px solid #9e9e9f;
    width: 350px;
    height: 116px;
}


/* line 141, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .txt div p {
    margin: 0;
    line-height: 1.5;
}


/* line 147, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .img {
    padding-top: 10px;
}


/* line 149, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .img img {
    width: 210px;
    height: 135px;
}


/* line 154, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info {
    width: 274px;
}


/* line 156, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table {
    border: none;
    border-collapse: collapse;
    width: 274px;
    border: 1px solid #9e9e9f;
}


/* line 162, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table tr th {
    height: 25px;
    text-align: center;
    color: #fff;
    background-color: #000096;
}


/* line 168, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table tr td {
    height: 25px;
}


/* line 172, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.sort {
    border-bottom: none;
}


/* line 174, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.sort th {
    width: 112px;
}


/* line 177, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.sort td {
    padding: 0 0 0 10px;
}


/* line 183, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.fee th.rate {
    width: 52px;
    border-right: 1px solid #9e9e9f;
}


/* line 186, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.fee th.rate span {
    display: block;
}


/* line 190, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.fee th.ratio {
    width: 60px;
}


/* line 195, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.fee td.bg {
    color: #fff;
    background-color: #595757;
}


/* line 201, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.fee tr.burden th,
div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.fee tr.burden td {
    text-align: center;
    border-right: 1px solid #9e9e9f;
}


/* line 207, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.fee tr.distribution th,
div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.fee tr.distribution td {
    text-align: center;
    border-top: 1px solid #9e9e9f;
    border-right: 1px solid #9e9e9f;
}


/* line 214, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.init {
    margin: 10px 0;
}


/* line 216, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.init th {
    width: 98px;
    text-align: left;
    padding: 0 10px;
}


/* line 221, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.init td {
    padding: 0 10px;
}


/* line 223, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.init td span {
    font-size: 9px;
    letter-spacing: 0.02em;
}


/* line 230, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.key th {
    width: 98px;
    text-align: left;
    padding: 0 10px;
}


/* line 235, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper02 .info table.key td {
    padding: 0 10px;
}


/* line 242, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper03 {
    margin: 0 auto 18px;
    width: 854px;
}


/* line 245, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper03 .maps {
    border: 1px solid #9e9e9f;
    width: 854px;
    height: 590px;
}


/* line 249, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .wrapper03 .maps iframe {
    width: 854px;
    height: 590px;
}


/* line 255, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0 0;
    height: 76px;
    border-top: 2px solid #000096;
    align-items: center;
}


/* line 261, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .logo {
    width: 300px;
    height: 34px;
}


/* line 265, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .zip {
    width: 247px;
    height: 38px;
}


/* line 269, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner {
    width: 274px;
}


/* line 271, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner a.btnPrint {
    display: block;
    margin-bottom: 5px;
    width: 274px;
    height: auto;
}


/* line 277, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/* line 279, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner ul li {
    letter-spacing: 0.005em;
    position: relative;
    text-align: center;
}


/* line 283, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner ul li.home {
    width: 67px;
}


/* line 286, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner ul li.contact {
    width: 108px;
}


/* line 289, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner ul li.sitemap {
    width: 99px;
}


/* line 292, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner ul li:after {
    position: absolute;
    content: "|";
    right: 0;
}


/* line 298, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner ul li:last-child:after {
    display: none;
}


/* line 302, sass/_print.scss */

div#print .printWrapper .printContentArea .printContentWrapper .printFooter .printFooterInner ul li a {
    width: 100%;
    font-size: 12px;
}

.sp-image-container img {
    max-height: 500px;
}

body#newsList #main section .box.blog .category,
body#newsDetail #main section .postContent .meta.blog .category,
body#home section.sect .inner .newsArea .newsWrapper dl.blog dt a {
    background-color: #2faaef;
}

body#home #main section.sect .inner .newsWrapper dl dt,
body#home #main section.sect .inner .newsWrapper dl dt a,
body#newsDetail #main section .postContent .meta .category,
body#newsList #main section .box .title .category {
    width: 100px;
}

#main #searchConditions .searchConditionsInner dl dd select {
    padding: 0px;
}

.wpcf7-acceptance input[type="checkbox"] {
    transform: scale(1.5);
}

.sect .onoff {
    padding: 50px 0;
}

.sect .onoff h2 {
    text-align: center;
    padding: 0 0 30px 0;
}

@media only screen and (min-width: 768px) {
    .sect.flexs {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) {
    body#detail #main section#section01.sect.flexs .wrapper {
        width: 60%;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    body#contact #main section table {
        display: block
    }
	body#move_out #main section table {
        display: block
    }
    body#contact #main section table,
    body#contact #main section table tbody,
    body#contact #main section table tbody tr,
    body#contact #main section table tbody tr th,
    body#contact #main section table tbody tr td,
    body#contact #main section table tr.how li.hour input,
	
	body#move_out #main section table,
    body#move_out #main section table tbody,
    body#move_out #main section table tbody tr,
    body#move_out #main section table tbody tr th,
    body#move_out #main section table tbody tr td,
    body#move_out #main section table tr.how li.hour input
	{
        width: 100%
    }
}

#section01.sect.flexs #searchArea .subTitle {
    margin: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #000096;
    padding: 8px 0 0;
    font-size: 1.6rem;
    height: 32px;
}

body#contact #main section input[type="submit"],
body#move_out #main section input[type="submit"]{
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.005em;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #000096;
  margin-top: 30px;
}


body#contact #main section table,
body#move_out #main section table,
body#contact #main section table tr th,
body#contact #main section table tr th p,
body#move_out #main section table tr td p{
	font-size:15px
}
body#contact #main section table tr th,
body#move_out #main section table tr th{
	text-align: left;
}
.sect.forms,
body#move_out #main section p{
	font-size:14px !important;
	line-height:24px;
	margin: 16px 0;
}
.sebs
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media  screen and (max-width: 767px){
	.sebs
{
    flex-direction:column;
}
body#contact #main section table tr.how label,
body#contact #main section table tr.cont label,
body#move_out #main section table tr.how label,
body#move_out #main section table tr.cont label
	{
		padding: 10px;
		height: auto;
}
.wpcf7-form-control.wpcf7-date span{
		width:90px
}
}

.text_box{
	width:100%;
	display:block;
	border: 2px solid #000096;
	margin:30px auto;
}

.text_box h3{
	width:100%;
	display:block;
    padding:10px 20px;
	color:#fff;
	background:#000096;
}
.text_box.red {
	border: 2px solid #dc0000;
}
.text_box.red h3{
	background:#dc0000;
}
.text_box p{
display: block;
padding: 0 20px;
}
.doui{
	display: flex;
border: 1px solid #999;
}
.wpcf7-form td dt{
	width:30%;
	display:inline-block;
}
.wpcf7-form td dd{
	width:65%;
	display:inline-block;
}
.wpcf7-form select {
	padding: 10px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea{
width: 100%;
padding: 10px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"] {
-webkit-appearance: none;
width: 50%;

 }
input[type="date"] {
  position: relative;
	width: 100%;
	display:block;
	border: 1px solid #888;
border-radius: 5px;
height: 40px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

input[type="date"]::after {
  content: '';
  background-image: url(img/print/calen_ico.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

select {
  -webkit-appearance: none;
  appearance: none;
	display:block;
	border: 1px solid #888;
border-radius: 5px;
}