@charset "utf-8";

/* パソコンで出してスマホは出さない */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマホは出してパソコンは出さない */
@media screen and (max-width: 736px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* ページ全体 */
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 900;
    /*   background-image: linear-gradient(white 15%, #FFF5F7 15%, #FFF5F7 50%, white 50%); */
}

img {
    vertical-align: bottom;
}

p {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

/* トップ画像 */
.top {
    width: 100%;
    position: relative;
}

.top img {
    width: 100%;
}

.top_logo {
    width: 8%;
    min-width: 81px;
    position: absolute;
    top: 5%;
    left: 7%;
}

.top_logo img {
    width: 100%;
}

.top_logo:hover {
    opacity: 0.5;
}

.top_box {
    position: absolute;
    top: 5%;
    right: 7%;
    width: 50%;
}

.top_font {
    width: 100%;
}

.top_font img {
    width: 100%;
}

/* メニューボタン */
.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10%;
    margin-left: -20%;
}

.menu a {
    text-decoration: none;
    width: 28%;
    display: flex;
    align-items: center;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
    flex: 1 0 auto;
    background-color: #EA6D8D;
    color: white;
    border-radius: 10px;
}

.menu a:not(:last-child) {
    margin-right: 3%;
}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
    .menu a {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

}

/* hover=マウスをのせると… */
.menu a:hover {
    opacity: 0.5;
}

.menu a p {
    margin: 0 5%;
    text-align: center;
    width: 100%;
    padding: 5% 0;
    font-size: calc(23px + 10 * (100vw - 2400px)/1663);
}

/* 募集 */
.bosyu {
    color: #FFF;
    font-size: calc(20px + 5 * (100vw - 737px)/1663);
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 1% 0;
    background-color: #EA6D8D;
}

/* 単身者向け */
.tanshin {
    width: 100%;
    margin: 0 0 0 auto;
    background-image: linear-gradient(white 50%, #FFF5F7 50%);
    text-align: right;
}

.tanshin img {
    width: 70%;
}

/* 安心サポート */
.saport_bg {
    background-color: #FFF5F7;
    padding: 10% 0;
}

.saport {
    width: 40%;
    margin: 0 auto;

}

.saportfont {
    width: 70%;
    margin-bottom: 3%;
}

.saport p {
    line-height: 35px;
    font-size: calc(22px + 10 * (100vw - 2400px)/1663);
    text-align: justify;
}

@media all and (-ms-high-contrast: none) {
    .saport p {
        text-justify: inter-ideograph;
    }
}

.kome {
    font-size: calc(18px + 10 * (100vw - 2400px)/1663);
    vertical-align: top;
}

.kome_shita {
    font-size: calc(18px + 10 * (100vw - 2400px)/1663) !important;
}

.saportmaru {
    width: 100%;
    margin: 30px auto;
}

/* ご利用料金 */
.ryokin_bg {
    background-color: #FFF5F7;
    padding: 5% 0;
}

.ryokinbg {
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(90deg, rgba(234, 109, 141, 1) 0%, rgba(244, 179, 179, 1) 100%);
    width: 58%;
    padding: 1%;
    border-radius: 5%;
}

.ryokintitle {
    margin: 0 auto;
}

.ryokin {
    margin: 15px auto 0;
    display: block;
    background-color: #FFF5F7;
    text-align: center;
    padding: 5% 8%;
    border-radius: 5%;
}

.ryokin_note {
    width: 58%;
    margin: 1em auto 0;
    text-align: right;
    color: #ea6d8d;
    font-size: 13px;
    letter-spacing: .05em;
}

.title {
    width: 25%;
    padding: 2% 0;
}

.tyusyaku {
    width: 40%;
    margin-bottom: 2%;
}

.kihon {
    display: flex;
    align-items: center;
    border: 2px solid #EA6D8D;
    padding: 3%;
}

.kihon1 {
    width: 80%;
}

.pluswaku {
    margin: 3%;
}

.kihon2 {
    width: 80%;
}

.kihon ul li p {
    text-align: left;
    color: #EA6D8D;
    font-size: calc(19px + 10 * (100vw - 2400px)/1663);
}

.kihon img {
    width: 100%;
}

.syokuzi {
    width: 70%;
    margin: 3%;
}

.yellowwaku {
    border: 5px solid #F4B3B3;
    background-color: #EA6D8D;
    padding: 2% 7%;
}

.yellow {
    width: 100%;
    margin-bottom: 1%;
}

.yellowwaku ul li {
    text-align: left;
    color: white;
    line-height: 1.3;
    font-size: calc(22px + 10 * (100vw - 2400px)/1663);
}

.yellowwaku ul li span {
    color: #FFF000;
}

/* バリアフリー・外観 共通div */
.barr_gaikann {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

.wave {
    width: 100%;
    position: absolute;
    top: -40%;
    z-index: -1;
}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
    .wave {
        display: block;
        width: 2000px;
        top: -50%;
    }
}

/* firefoxのみ適用 */
@-moz-document url-prefix() {
    .wave {
        display: block;
        width: 2000px;
        top: -4000%;
    }
}


/* バリアフリー */
.barr {
    width: 72%;
    display: flex;
    margin: 0 auto;
}

.barr1 {
    width: 60%;
}

.barr2 {
    width: 40%;
    display: flex;
    flex-flow: column;
}

.barr2 img {
    width: 130%;
    margin: 8% 0 0 -30%;
}


.barr2 p {
    font-size: calc(22px + 10 * (100vw - 2400px)/1663);
    line-height: 40px;
    margin: 8% 5% 0;
    text-align: justify;
}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
    .barr2 p {
        text-justify: inter-ideograph;
    }
}

/* 外観 */
.gaikann {
    width: 72%;
    text-align: right;
    margin: 0 auto;
}

.gaikann img {
    width: 50%;
    vertical-align: bottom;
}

/* ピンク横線 */
.pink_line {
    margin: 0;
    height: 18px;
    width: 100%;
    background: linear-gradient(90deg, rgba(234, 109, 141, 1) 0%, rgba(244, 179, 179, 1) 100%);
}

/* GoogleMAP */
#map iframe {
    display: block;
    width: 100%;
    height: 500px;
    aspect-ratio: 16/9;
    margin: 0 auto;
}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
    #map iframe {
        display: none;
    }
}

/* フッター */
.footer {
    width: auto;
    /* height: 600px; */
    background-color: #381A08;
    color: white;
}

.footer1 {
    width: 400px;
    margin: 0 auto;
    padding-top: 7%;
}

.footer1 img {
    width: 100%;
}


.footer2 {
    width: 20% !important;
    display: block;
    margin: 0 auto 50px;
}

.footer2 img:hover {
    opacity: 0.5;
}

li {
    list-style: none;
}

.footer ul {
    padding: 0;
    margin: 5% 0 0;
}

.takken {
    font-size: 12px;
}

.back {
    padding: 0.3% 0.7%;
    background-color: white;
    color: #381A08;
    margin-right: 1%;
}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
    .back {
        padding-top: 5px;
    }
}

.footer1 li:first-child {
    font-size: 16px;
    text-align-last: justify;
    margin-top: 2%;
}

.footer1 li:nth-child(2) {
    font-size: 18px;
    text-align-last: justify;
    margin: 1px 0;
}

.footer p {
    font-size: 20px;
    text-align: center;
    margin: 6% 0 1%;
}

.copyright p {
    width: 400px;
    padding: 10% 0 5%;
    font-size: 12px;
}

/*物件概要
------------------------------*/
.outline {
    position: relative;
    font-size: 16px;
    color: #000;
    text-align: justify;
    max-width: 950px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
    background-color: #FFF;
}

.outline p:first-child {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.lastupdate {
    font-size: 16px;
    margin-top: 10px;
}

.outline table {
    border-collapse: collapse;
    border-spacing: 0;
    outline: 2px solid #EA6D8D;
    background-color: #FFF5F7;
    margin: 0 auto;
}

.outline th {
    width: 13%;
    padding: 0.7em 0.7em 0.7em 1.5em;
    border-top: 1px solid #FFF;
    background-color: #EA6D8D;
    color: #FFF;
}

.border_none {
    border-top: none !important;
}

.outline td {
    width: 77%;
    padding: 1em 1em 1em 1.5em;
    border-top: 1px solid #EA6D8D;
}

@media screen and (max-width: 1200px) {
    .outline {
        margin-top: 80px;
    }
}

button.mfp-arrow {
    display: none !important;
}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
    .outline table {
        margin: 0 auto;
    }
}

/*ページスクロール
------------------------------*/
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EA6D8D;
    border-radius: 5em;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s;
}

#page-top a:hover {
    opacity: .6;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/
#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}