@charset "UTF-8";
body {
    margin-top: 120px;
}

.wrapper {
    width: 1030px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    position: relative;
}

.wrapperMin {
    width: 885px;
    margin: 0 auto;
    position: relative;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section>.ttlStyle01 {
    margin-bottom: 50px;
}

.article {
    margin-bottom: 30px;
}

.borBtm:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.anker {
    padding-top: 120px;
    margin-top: -120px;
}

.halfWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.halfWrap .half {
    width: 48%;
}

img {
    max-width: 100%;
    height: auto;
}

*:disabled {
    opacity: 0.5;
}

*:disabled:hover {
    cursor: default !important;
}

div:not(.mw_wp_form_input) #agree {
    display: none;
}

p {
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 1.8em;
}

p:only-of-type,
p:last-of-type {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

a.under {
    text-decoration: underline;
}

a.under:hover {
    text-decoration: none;
}

.gray {
    color: #969696;
}

.ttlStyle01 {
    text-align: center;
    margin-bottom: 30px;
}

.ttlStyle01 .en {
    font-size: 30px;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 700;
}

.ttlStyle01 .ja {
    color: #969696;
    font-size: 13px;
}

.ttlStyle02 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 20px;
}

.ttlStyle02.min {
    font-size: 18px;
}

.ttlStyle03 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.ttlStyle03::before {
    content: "›";
    color: #898989;
    margin-right: 10px;
}

.ttlStyle03.noIco::before {
    display: none;
}

.ttlStyle04 {
    font-size: 20px;
    font-weight: 500;
    background: #f3f2e9;
    border-left: 10px solid #000;
    padding: 15px 10px 15px 20px;
    margin-bottom: 20px;
    position: relative;
}

.ttlStyle04::before {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 26px;
    height: 23px;
    margin-right: 5px;
}

.ttlStyle04.before::before {
    background: url(../img/ico_search.png) no-repeat top center;
    background-size: cover;
}

.ttlStyle04.after::before {
    background: url(../img/ico_house.png) no-repeat top center;
    background-size: cover;
}

.ttlStyle05 {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.ttlStyle05 .melitNo {
    font-family: 'Martel Sans', sans-serif;
    font-weight: 400;
    font-size: 50px;
}

.tblStyle01 {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
    border-top: 1px solid #c9c9c9;
}

.tblStyle01 tr>* {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #c9c9c9;
}

.tblStyle01 tr th {
    width: 120px;
    font-weight: 600;
}

.tblStyle04 {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.tblStyle04 tr>* {
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
    padding: 10px 0;
}

.tblStyle04 tr th {
    width: 200px;
}

.tblStyle04 tr td input,
.tblStyle04 tr td textarea {
    width: 100%;
    background: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
}

.tblStyle04 tr td input[type="radio"],
.tblStyle04 tr td textarea[type="radio"] {
    width: auto;
}

.tblStyle04 .mwform-tel-field input,
.tblStyle04 input#zip {
    width: 120px;
}

ul.listInfo li {
    margin-bottom: 20px;
}

ul.listInfo * {
    font-size: 14px;
    display: inline-block;
}

ul.listInfo time {
    color: #959595;
    margin-right: 20px;
}

ul.listInfo.long {
    border-top: 1px solid #c9c9c9;
}

ul.listInfo.long li {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 0;
    position: relative;
}

ul.listInfo.long li a {
    display: block;
    padding: 20px 25px 20px 20px;
}

ul.listInfo.long li::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "›";
    right: 20px;
}

ul.listInfo.long li:hover {
    background: #f6f6f6;
}

.listNumB {
    counter-reset: number;
    margin-top: 5px;
}

.listNumB li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 5px;
}

.listNumB li::before {
    display: block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left: 0;
    top: 3px;
}

.listStyle01 {
    counter-reset: number;
}

.listStyle01 li {
    position: relative;
    padding-left: 20px;
}

.listStyle01 li::before {
    counter-increment: number;
    content: counter(number) ".";
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.btn {
    display: block;
    margin-top: 30px;
}

.btn.btnStyle01 {
    font-family: 'Martel Sans', sans-serif;
    font-weight: 500;
    width: 220px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url(../img/arrow.png) no-repeat 94% center #000;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.btn.btnStyle01:hover {
    background: url(../img/arrow.png) no-repeat 96% center #000;
}

.btn.btnStyle02 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    border: 1px solid #000;
    background: #000;
    margin: 0;
    border-radius: 5px;
    margin-left: 10px;
}

.btn.btnStyle02:hover {
    cursor: pointer;
    opacity: 0.75;
}

.btn.btnStyle02.long {
    font-size: 16px;
    padding: 15px 40px;
}

.btn.btnStyle03 {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 15px;
    text-align: center;
    line-height: 33px;
    border: 2px solid #cdcdcd;
    border-radius: 50%;
    margin-top: 0;
    margin-left: 10px;
}

.btn.btnStyle03:hover {
    opacity: .75;
}

.btn.return {
    font-family: 'Martel Sans', sans-serif;
    font-weight: 500;
    width: 220px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url(../img/arrow05.png) no-repeat 6% center #000;
    border: none;
    margin-right: 20px;
    border-radius: 5px;
    padding: 10px;
}

.btn.return:hover {
    background: url(../img/arrow05.png) no-repeat 4% center #000;
}

.btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.favoriteBtn .act {
    display: none;
}

input,
textarea,
select {
    font-size: 16px;
    padding: 5px;
}

input.long,
textarea.long,
select.long {
    width: 100%;
}

input[type="submit"] {
    width: 250px;
    background: url(../img/common/arrow.png) no-repeat 225px 50%;
    background-size: 9px auto;
}

input[type="submit"]:hover {
    cursor: pointer;
}

.bgCream {
    background: #f3f2e9;
}

.bgGray {
    background: #eee;
}


/* header
********************************************/

#header {
    height: 120px;
    border-bottom: 3px solid #c9c9c9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}

#headerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px 0;
}

#right,
#footRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#right .tel,
#footRight .tel {
    text-align: right;
    font-size: 11px;
}

#right .telNumber,
#footRight .telNumber {
    font-family: 'Martel Sans', sans-serif;
    font-weight: 500;
    font-size: 23px;
    font-weight: 700;
    line-height: 1em;
}

ul#subNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #898989;
}

ul#subNav li {
    border-right: 1px solid #898989;
}

ul#subNav a {
    display: block;
    min-width: 130px;
    font-size: 14px;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

ul#subNav a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: url(../img/arrow03.png);
    background-size: cover;
    margin-right: 5px;
}

.sns {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sns li {
    margin: 0 5px;
}

#glnv ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#glnv ul li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

#glnv a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    position: relative;
}

#glnv a:hover {
    text-decoration: none;
}

#glnv a:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 3px;
}

@-moz-document url-prefix() {
    #glnv a:hover::after {
        bottom: 3px;
    }
}

@media all and (-ms-high-contrast: none) {
    #glnv a:hover::after {
        bottom: 3px;
    }
}

#spNavi {
    display: none;
}


/* footer
********************************************/

#footer {
    position: relative;
    border-top: 1px solid #000;
}

#footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

#footBanners {
    border-top: 1px solid #c9c9c9;
}

#footBanners .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 55px auto;
}

#footLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    max-width: 60%;
    margin-top: 5px;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#footLinks a {
    position: relative;
}

#footLinks a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: url(../img/arrow03.png);
    background-size: cover;
    margin-right: 5px;
}

#footLinks li {
    margin-right: 15px;
    margin-bottom: 5px;
}

#footLinks li:nth-child(1) {
    margin-right:0; 
}

#copy {
    text-align: center;
    margin-bottom: 15px;
}

#copy small {
    font-size: 11px;
}

a#pagetop {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    border-radius: 3px;
    position: fixed;
    right: 15px;
}


/* toppage
********************************************/

#sliderArea {
    position: relative;
}

#sliderArea+.bgCream {
    margin-top: -30px;
}

#sliderTxt {
    width: 57%;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
}

.slick-arrow {
    width: 34px;
    height: 34px;
    z-index: 10;
}

.slick-arrow::before {
    display: none;
}

.slick-arrow.slick-prev {
    background: url(../img/prev.png) no-repeat;
    background-size: contain;
}

.slick-arrow.slick-next {
    background: url(../img/next.png) no-repeat;
    background-size: contain;
}

#sliderArea .slick-slide:not(.slick-active) {
    position: relative;
}

#sliderArea .slick-slide:not(.slick-active)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/overlay.png);
    background-repeat: repeat;
}

ul#guideNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul#guideNav a {
    display: block;
    text-align: center;
    background: #fff;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

ul#guideNav p {
    font-size: 15px;
    padding: 15px 10px;
}

#postList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.postList-heading {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}

#postList::after {
    content: "";
    width: 320px;
}

#postList a {
    display: block;
}

#postList a.post_link {
    position: relative;
}

#postList a.post_link:hover .post_thum {
    opacity: 0;
}

#postList a .post_thum_sub {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#postList .post {
    position: relative;
    width: 320px;
    margin-bottom: 50px;
}

#postList .post a>img {
    display: block;
    margin: 0 auto;
    min-width: 320px;
    min-height: 230px;
    max-height: 230px;
}

#postList .head {
    display: block;
    margin: 10px 0;
}

#postList .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

#postList .name {
    font-weight: 600;
}

#postList .ex {
    margin-bottom: 10px;
}

#postList ul.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#postList ul.info li {
    width: 50%;
}

#postList ul.info li.long {
    width: 100%;
}

#postList .contracted {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 1;
}

.fa-heart {
    color: #de5f5f;
}

.favorite,
.remove-parent {
    display: inline-block;
    border: 2px solid #c9c9c9;
    padding: 2px 10px;
    border-radius: 15px;
    padding-left: 30px;
    position: relative;
}

.favorite a,
.remove-parent a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    padding-left: 10px;
}

.favorite:hover,
.remove-parent:hover {
    opacity: 0.75;
}

.remove-parent {
    padding: 2px 30px;
}

ul.labels {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

ul.labels li {
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

ul.labels.long {
    max-width: none;
}

ul.labels .genre {
    background: #000;
}

ul.labels .point {
    background: #6ca851;
}

ul.labels .point.closed {
    background-color: #F18300;
}

ul.labels .state {
    background: #969696;
}

/* 220202 クレジットカード追加 */
.card {
    max-width: 850px;
    border: 1px solid #c8c8c8;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.card-text {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    line-height: 1.66;
    border-right: 1px solid #c8c8c8;
    padding-right: 40px;
}
.card-text span {
    display: block;
    font-size: 12px;
}
.card-img {
    padding-left: 40px;
}


/* pages
********************************************/

#filterSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.searchBox {
    position: relative;
}

.searchBox input[type="text"] {
    width: 200px;
    border: 1px solid #000;
    border-radius: 10px;
    border-radius: 20px;
    padding: 5px 15px;
    padding-right: 35px;
}

.searchBox input[type="submit"] {
    width: 26px;
    height: 23px;
    background: url(../img/ico_search.png) no-repeat 95% center;
    background-size: 26px 23px;
    padding: 0;
    border: none;
    position: absolute;
    right: 10px;
    top: 7px;
}

#detailSearch {
    position: relative;
    padding-right: 35px;
}

#detailSearch::after {
    font-family: FontAwesome;
    content: "\f055";
    position: absolute;
    right: 10px;
}

#detailSearch.active::after {
    content: "\f056";
}

#searchDetail {
    display: none;
    width: 100%;
    border: 1px solid #000;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

#searchDetail img.close {
    position: absolute;
    right: -45px;
    top: 0;
}

#searchDetail img.close:hover {
    cursor: pointer;
}

#searchDetail .title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    background: #f3f2e9;
    border-radius: 10px;
    margin-bottom: 10px;
}

#searchDetail .titleSub {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dashed #898989;
    padding-bottom: 7px;
    margin-bottom: 10px;
    position: relative;
}

#searchDetail .titleSub::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 1.5em;
    background: #000;
    margin-right: 10px;
}

#searchDetail .btnWrap {
    margin-top: 5px;
}

#searchDetail .btnWrap .btn.btnStyle01 {
    height: 45px;
    line-height: 48px;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#searchDetail .btnWrap .btn.return {
    height: 45px;
    line-height: 48px;
    padding: 0;
    opacity: 0.5;
    margin-right: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.checkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 5px;
}

.checkArea label {
    display: inline-block;
    font-size: 14px;
    width: 20%;
}

.checkArea input {
    margin-right: 5px;
}

#filterArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.filter.long {
    width: 100%;
}

.filter .termLael {
    display: inline-block;
    width: 77px;
    height: 24px;
    color: #fff;
    text-align: center;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 500;
    line-height: 24px;
    background: url(../img/arrow04.png) no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter ul li {
    margin-right: 2px;
}

.filter ul a {
    display: inline-block;
    padding: 3px 10px;
}

.filter ul a:hover,
.filter ul a.act {
    background: #eee;
    border-radius: 5px;
}

.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.wp-pagenavi>*:not(.pages) {
    width: 35px;
    height: 35px;
    color: #000;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 0 5px;
}

.wp-pagenavi>*:not(.pages):hover,
.wp-pagenavi>*:not(.pages).current {
    color: #fff;
    background: #000;
}

.wp-pagenavi>*:not(.pages).nextpostslink,
.wp-pagenavi>*:not(.pages).previouspostslink {
    border: none;
}

#galleryMain {
    margin-bottom: 20px;
}

#galleryMain img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#galleryMain .image {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-print-color-adjust: exact !important;
}

#galleryThum {
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: center;
}

#galleryThum .slick-track {
    right: 0;
    margin: 0 auto;
}

#galleryThum .slick-prev {
    left: 0;
}

#galleryThum .slick-next {
    right: 0;
}

#galleryThum .image {
    display: inline-block;
    float: none !important;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-print-color-adjust: exact !important;
    position: relative;
}

.printImg {
    display: none;
}

#pptyMap {
    position: relative;
    height: 400px;
    margin-bottom: 60px;
}

#pptyMap iframe,
#pptyMap #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pptyMap .printMap {
    max-width: 1000px;
    margin: 0 auto;
    right: 0;
}

ul.detailSetting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

ul.detailSetting li {
    width: 33%;
    margin-bottom: 5px;
}

#costWindow {
    display: none;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(205, 205, 205, 0.7);
    z-index: 100;
}

.windowBox {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: fixed;
    z-index: 101;
    max-width: 525px;
    max-height: calc(100% - 50px);
    margin: 0 auto;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #898989;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.windowBox .tableWrap {
    height: 400px;
    overflow-y: scroll;
    padding: 0 25px;
}

.windowBox .tableWrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.windowBox .tableWrap::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

.windowBox .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #000;
    text-align: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.windowBox .sum {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 10px 0;
    background: #f3f2e9;
}

.windowBox .sum .price {
    color: red;
}

.windowBox .sum .plus {
    font-size: 15px;
}

.windowBox .inner {
    padding: 0 0 25px;
}

.windowBox .inner p {
    font-size: 13px;
    border-top: 1px dashed #898989;
    padding: 25px 25px 0 25px;
}

.windowBox .inner p.tCenter {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    border-top: none;
}

.windowBox .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.windowBox .close:hover {
    cursor: pointer;
}

table.tblStyle03 {
    width: 100%;
    margin-bottom: 15px;
}

table.tblStyle03 tr {
    background: url(../img/leader.png) repeat-x center;
}

table.tblStyle03 tr>* {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0;
}

table.tblStyle03 tr td {
    text-align: right;
}

table.tblStyle03 tr td .en {
    color: red;
    font-size: 20px;
}

table.tblStyle03 span {
    background: #fff;
    display: inline-block;
}

.op {
    color: #969696;
}

#columnMain {
    text-align: center;
}

#columnMain img {
    margin-bottom: 30px;
}

.columnHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.columnHead time {
    display: inline-block;
    width: 80px;
    color: #969696;
    font-size: 12px;
}

.columnHead h1 {
    color: #969696;
    font-size: 25px;
    font-weight: 600;
    width: calc(100% - 80px);
}

#pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pager a {
    display: block;
    width: 110px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #000;
    border: 1px solid #000;
    padding: 10px 0;
}

#pager a:hover {
    color: #000;
    background: #fff;
}

#pager li {
    margin: 0 10px;
}

#pager.knowPager {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#pager.knowPager .next {
    width: calc((100% - 150px) / 2);
    margin: 0;
}

#pager.knowPager .next a {
    width: 100%;
    text-align: right;
    color: inherit;
    background: transparent;
    border: none;
}

#pager.knowPager::before {
    content: "";
    width: calc((100% - 110px) / 2);
}

#contactBanner {
    border: 5px solid #c9c9c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    margin: 50px 0 80px;
}

#contactBanner p {
    margin-bottom: 5px;
}

#contactBanner>* {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

#contactBanner .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #898989;
}

#contactBanner .info {
    padding-left: 50px;
}

#contactBanner .nam {
    color: #969696;
    font-size: 20px;
    font-weight: 500;
}

#contactBanner .desc {
    margin: 10px 0;
}

#contactBanner .tel .num {
    font-family: 'Martel Sans', sans-serif;
    font-weight: 500;
    font-size: 23px;
    font-weight: 700;
}

#contactBanner .tel a.btn.btnStyle02 {
    padding: 5px 20px;
}

h1#knowTitle {
    font-size: 25px;
    font-weight: 600;
    line-height: 140px;
    min-height: 141px;
    padding: 0 30px;
    margin-bottom: 30px;
}

h1#knowTitle.after {
    background: url(../img/rent/title_after.jpg) no-repeat right center #E3E7EA;
}

h1#knowTitle.before {
    background: url(../img/rent/title_before.jpg) no-repeat right center #F0EDE4;
}

#tellContact {
    text-align: center;
    max-width: 510px;
    margin: 30px auto 50px;
    background: url(../img/border.png) repeat;
    position: relative;
}

#tellContact h3 {
    position: relative;
    z-index: 1;
    top: -1em;
}

#tellContact h3 span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}

#tellContact .telNumber {
    font-size: 20px;
}

#tellContact .telNumber a {
    font-size: 30px;
}

#tellContact .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

#tellContact::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
}

span.hissu {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 0 2px;
    margin: 0 5px;
    border-radius: 3px;
    background: #707070;
}

ul.sitemap {
    width: 18%;
}

ul.sitemap li {
    margin-bottom: 30px;
}

ul.sitemap li a {
    display: block;
    position: relative;
    padding-left: 10px;
}

ul.sitemap li a::before {
    content: "›";
    position: absolute;
    left: 0;
}

.voiceBox {
    background: #fff;
    padding: 55px;
    margin-bottom: 40px;
}

.voiceBox:last-of-type {
    margin-bottom: 0;
}

.voiceBox .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.voiceBox .head .name {
    color: #fff;
    background: #000;
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 10px;
}

.voiceBox .head .write {
    color: #969696;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
}

.voiceBox p {
    font-size: 14px;
    line-height: 2em;
}

.access img {
    margin-bottom: 20px;
    display: inline-block;
}

.access address {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 30px;
}

.access span.ttlStyle02 {
    display: inline-block;
    margin-bottom: 10px;
}

#owner {
    background-image: url(../img/owner/image.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

#owner .ttlStyle05 {
    margin: 30px 0;
}

#owner p {
    text-align: center;
    font-size: 15px;
    line-height: 3em;
}

.melitWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.melitWrap .num {
    font-size: 35px;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
    position: absolute;
    top: -20px;
}

.melitWrap .melit {
    width: 490px;
    background: #fff;
    position: relative;
    margin-bottom: 45px;
    padding: 45px;
}

.melitWrap .melit p {
    font-size: 14px;
}

.melitWrap .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 30px;
}

.melitWrap .head h3 {
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 600;
}

.trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trust>div {
    width: 48%;
}

.trust .ttlStyle05 {
    text-align: left;
}

.trust p {
    font-size: 15px;
    line-height: 2.5em;
}

.trust small {
    display: inline-block;
    line-height: 2em;
}

#message {
    text-align: center;
}

#message .ttlStyle02 {
    margin: 30px;
}

#message p {
    font-size: 14px;
    line-height: 3em;
}

.president {
    color: #969696;
    font-size: 13px;
}

.president span {
    font-size: 18px;
}

#outline {
    max-width: 2000px;
    margin: 0 auto;
    background: url(../img/company/image.jpg) no-repeat top center;
    background-size: cover;
}

.outlineWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.outlineWrap table {
    width: 48%;
}

.outlineWrap table tr>* {
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
}

.outlineWrap table th {
    width: 120px;
}


/*surrounding*/

#Maps {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 41.5%;
}

#mapArea_surrounding {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* surrounding一覧 */

#postListMin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

#postListMin::after {
    content: "";
    width: 280px;
}

#postListMin a {
    display: block;
}

#postListMin a .post_thum_sub {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#postListMin .post {
    position: relative;
    width: 280px;
    margin-bottom: 50px;
}

#postListMin .post a>img {
    display: block;
    margin: 0 auto;
    min-width: 280px;
    min-height: 205px;
    max-height: 205px;
}

#postListMin .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 4px;
}

#postListMin .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

#postListMin .ex {
    margin-bottom: 10px;
    font-size: 13px;
}

ul.labels li.surrounding_cat {
    min-width: 85px;
    padding: 4px 10px;
    border: 1px solid #000000;
    border-radius: 3px;
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.cat_select {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #000000
}

.cat_select::after {
    content: "\f078";
    position: absolute;
    right: 10px;
    bottom: 11px;
    ;
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 10px;
}

.cat_select select {
    padding: 10px 30px 10px 18px;
    color: #ffffff;
    font-size: 14px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cat_select option {
    color: #000000;
}

#postListMin .post .post_thum {
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}


/* surrounding詳細 */

#surroundingTitle {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
}

.surrounding_main {
    margin-bottom: 1.8em;
}

.shop_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_info-image {
    max-width: 515px;
    width: 100%;
}

.shop_info-box {
    max-width: 340px;
    width: 100%;
}

.shop_info-text {
    margin-bottom: 5px;
}

.shop_info-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.shop_info-dt {}

.shop_info-dd {
    font-size: 13px;
}

.shop_info-dd::before {
    content: "：";
}

.rental_nearest .slick-prev {
    left: -50px;
}

.rental_nearest .slick-next {
    right: -50px;
}

#postList.rental_nearest img[title="Loading"] {
    display: none;
}

.article-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article-pagination-prev,
.article-pagination-back,
.article-pagination-next {
    font-size: 16px;
}

.article-pagination-back {
    margin-right: 20px;
    margin-left: 20px;
}

.article-pagination-next {}

.article-pagination .empty {
    display: inline-block;
    width: 3em;
}

#postList.rental_nearest .slick-list {
    width: 100%;
}

#postList.rental_nearest a.post_link .post_thum {
    margin-left: 0;
}


/* residents_list */

.ttlStyle01 .ja-bold {
    font-size: 25px;
    color: #000;
    font-weight: bold
}

.residents_list {
    padding: 0 59px
}

.residents_list-title {
    border-left: 10px solid #000000;
    padding: 20px;
    background-color: #f3f2e9
}

.residents_list-title .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.residents_list-title .ttl span {
    margin-left: 15px;
    font-size: 20px;
    color: #000
}

.residents_list-wrap {
    padding: 43px 9px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.residents_list-wrap__inner {
    position: relative;
    max-width: 31.393%;
    width: 100%;
    border: 1px solid #898989;
    text-align: center;
    margin: 0 8px;
    margin-bottom: 20px
}

.residents_list-wrap__inner:before {
    content: "";
    position: absolute;
    background-image: url(../img/residents/arrow-right.png);
    width: 5px;
    height: 7px;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.residents_list-wrap__inner a {
    display: block;
    padding: 21px 0;
    font-size: 15px;
    color: #000000;
    -webkit-transition: all .3s;
    transition: all .3s
}

.residents_list-wrap__inner a:hover {
    text-decoration: none;
    background-color: #f6f6f6
}


/* residents_detail */

.residents_detail .ttlStyleH1 {
    font-size: 30px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000
}

.residents_detail-content h3 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #000000
}

.residents_detail-content p {
    /*font-size: 13px;
    line-height: 35px;*/
    line-height: 1.7;
    color: #000000
}

.residents_detail #contactBanner {
    border: 5px solid #c9c9c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    margin: 50px 0 80px
}

.residents_detail #contactBanner p {
    margin-bottom: 5px
}

.residents_detail #contactBanner>* {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.residents_detail #contactBanner .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #898989
}

.residents_detail #contactBanner .info {
    padding-left: 50px
}

.residents_detail #contactBanner .nam {
    color: #969696;
    font-size: 20px;
    font-weight: 500
}

.residents_detail #contactBanner .desc {
    margin: 10px 0
}

.residents_detail #contactBanner .tel .num {
    font-family: 'Martel Sans', sans-serif;
    font-weight: 500;
    font-size: 23px;
    font-weight: 700
}

.residents_detail #contactBanner .tel a.btn.btnStyle02 {
    padding: 5px 20px
}

.returnTop {
    max-width: 253px;
    width: 100%;
    padding: 5px 0;
    background-color: #000000;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    justify-content: center;
    border: 1px solid #000;
}

.returnTop:hover {
    color: #000;
    background: #fff;
}

.returnTop span {
    font-size: 23.12px;
    margin-left: 15px;
}