@charset "utf-8";


/* outline
------------------------------*/
#contents_outer *, #ui-meiriyo * {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: normal;
}

.l-page * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}

#path,
.h1_section {
    display: none;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}
/*---------------------------------------------------------
main
---------------------------------------------------------*/
/* 共通 */
.l-page__inner {
    background-color: #fff;
    min-width: 1080px;
    overflow: hidden;
}

.l-page__inner a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.contents-wid {
    width: 1080px;
    margin: 0 auto;
}

.page-btn,
.page-store,
.page-recommend,
.page-voice,
.page-staff,
.page-contact {
    margin-top: 80px;
}

.index-ttl {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.43;
    color: #3e3e3e;
    text-align: center;
}

.color-red {
    color: #d22a63;
}

.recommend-item,
.slide-item__inner {
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.recommend-item__img,
.recommend-item__img img,
.slide-item__img,
.slide-item__img img {
    border-radius: 6px 6px 0 0;
}

.store-info__img img,
.recommend-item__img img,
.slide-item__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.slide-item__inner .staff__img {
    background-color: #f7f7f7;
}

.slide-item__inner .staff__img img {
    object-fit: contain;
}


/* MV
------------------------------*/
.page-mv {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 550px;
}

.showImage {
    width: 1080px;
    height: 550px;
}

.page-mv img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.mv-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 416px;
    height: 76px;
    background-color: #d22a63;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
    position: absolute;
}

.mv-ttl span {
    margin-left: 30px;
}


/* btn
------------------------------*/
.btn-list {
    display: flex;
    justify-content: space-between;
}

.btn-item {
    width: 350px;
    height: 100px;
}

.btn-item a {
    display: block;
    height: 100%;
    border-radius: 6px;
    background-color: #d22a63;
    color: #fff;
    padding: 15px 30px;
}

.btn-item span {
    display: block;
}

#contents_outer * .btn-item__ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
}

#contents_outer * .btn-item__txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    padding-top: 6px;
}


/* 店舗情報
------------------------------*/
.page-store .color-red {
    margin-left: 22px;
}

.store-info {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.store-info__table {
    width: 805px;
    border-collapse: collapse;
    border: solid 1px #cfcfcf;
    text-align: left;
}

.store-info__table tr:not(:last-child) {
    border-bottom: solid 1px #cfcfcf;
}

.store-info__table th {
    width: 240px;
    background-color: #fff2f6;
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
}

.store-info__table td {
    font-size: 16px;
    padding: 16px 0 20px 30px;
}

.store-info__table td.cell-space {
    padding-top: 20px;
    padding-bottom: 30px;
}

.store-info__img-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 245px;
}

.store-info__img {
    width: 100%;
    height: 184px;
    border-radius: 6px;
}

.store-info__img img {
    border-radius: 6px;
}

.store-map {
    margin-top: 30px;
    width: 100%;
    height: 400px;
}

#contents_outer * .store-toway {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .1em;
}

#contents_outer * .store-toway span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 4px;
}


/* おすすめ物件
------------------------------*/
.recommend-list {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.recommend-item {
    width: 255px;
}

.recommend-item__img {
    height: 160px;
}

.recommend-item__txtbox {
    padding: 16px 16px 20px 20px;
}

.recommend__name {
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 4px;
}

.recommend__price {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}

.recommend__price span {
    font-size: 22px;
    font-weight: bold;
    color: #FF0000;
}

.recommend__space {
    font-size: 16px;
    margin-bottom: 1px;
}

.recommend__address {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 1px;
}

.recommend__time {
    font-size: 16px;
}

#contents_outer * .recommend-item__price {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    color: #ff0000;
}

.recommend-item__price .item-price {
    font-size: 24px;
}

.price {
    font-size: 23px;
}

#contents_outer * .recommend-item__adress {
    font-size: 16px;
    letter-spacing: .014em;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}

#contents_outer * .recommend-item__contents {
    font-size: 16px;
    letter-spacing: .014em;
    line-height: 1.4;
}


/* お客様の声、スタッフ情報
------------------------------*/
.slide-box {
    margin-top: 33px;
    position: relative;
}

.slide-list {
    display: flex;
    padding-bottom: 39px;
}

.slide-item {
    min-width: 230px;
    box-sizing: content-box;
    padding-right: 20px;
    flex-shrink: 1;
}

.slide-item__inner {
    width: 100%;
    height: 234px;
}

.slide-item__inner a {
    display: block;
    height: 100%;
}

.slide-item__img {
    height: 140px;
}

.slide-item__txtbox {
    padding: 9px 15px 17px;
}

#contents_outer * .slide-item__ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.44;
    text-align: center;
}

.page-voice .slide-item__ttl {
    padding-left: 6px;
}

#contents_outer * .slide-item__txt {
    font-size: 16px;
    letter-spacing: .014em;
    line-height: 1.25;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 2px;
}

/* スクロールバー */
.staff_scroll {
    margin: auto;
    overflow-x: auto;
    width: 1080px;
}
.staff_scroll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.staff_scroll::-webkit-scrollbar-track{
	background-color: #C6C6C6;
	border-radius: 100px;
}
.staff_scroll::-webkit-scrollbar-thumb{
	background-color: #D22A63;
	border-radius: 100px;
}

.index-btn {
    width: 360px;
    height: 60px;
    margin: 28px auto 0;
}

.page-staff .index-btn {
    margin-top: 37px;
}

#contents_outer * .index-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #fff;
    background-color: #d22a63;
    border-radius: 30px;
}


/* お問い合わせはこちら
------------------------------*/
.page-contact {
    background-color: #d22a63;
    text-align: center;
    padding: 43px 0 60px;
}

.contact-ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: #fff;
}

.contact-list {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.contact-item {
    width: 350px;
    height: 140px;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
}

#contents_outer * .contact-item__ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #000;
    margin-top: 33px;
}

.contact-item__tel {
    font-size: 34px;
    font-weight: 700;
    color: #d22a63;
    line-height: 1.5;
}

.index-btn.contact-item__btn {
    width: 290px;
    height: 45px;
    margin-top: 7px;
}

.index-btn.contact-item__btn a {
    font-size: 20px;
}