/*ファーストビュー*/
.fv,
ul.sliderTop,.sliderTop li{
	width: 100%;
	height: 70vh;
	min-height: 620px;
	max-height: 750px;
	position: relative;
	background: #e6ebeb;
    border-radius: 20px;
}
.fv {
    width: calc(100% - 40px);
    margin: 75px auto 0;
}
/*スライドショー*/
.fv .sliderTop li:first-child {
    background: url(/sayuri/assets/img/top_fv_slide01.png) no-repeat center center;
    background-size: cover;
}
.fv .sliderTop li:nth-child(2) {
    background: url(/sayuri/assets/img/top_fv_slide02.png) no-repeat center center;
    background-size: cover;
}
.fv .sliderTop li:nth-child(3) {
    background: url(/sayuri/assets/img/top_fv_slide03.png) no-repeat center center;
    background-size: cover;
}
.fv .sliderTop li:nth-child(4) {
    background: url(/sayuri/assets/img/top_fv_slide04.png) no-repeat center center;
    background-size: cover;
}

.fv .sliderTop li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(75deg, transparent 35%, #f3f6ff 95%);
    border-radius: 20px;
    z-index: 1;
}
.fv h1{
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
    font-feature-settings: 'pkna';
    font-size: clamp(18px, 2.5vw, 25px);
    font-weight: normal;
    color: #324784;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    position: absolute;
    right: 10%;
    top: 16%;
    z-index: 2;
}
.fv h1 span.a{
	margin-top: -5%;
	font-size: inherit;
    display: inline-block;
}
.fv h1 span.b{
	margin-bottom: -3%;	
	font-size: inherit;
    display: inline-block;
}
.fv h1:before,
.fv h1:after {
    content: "";
    width: 15%;
    max-width: 40px;
    height: auto;
}
.fv h1:before {
    background: url() no-repeat center;
    background-size: contain;
}
.fv h1:after {}

.fv .appealblock {
	position: absolute;
	bottom: -10px;
	right: 5%;
	display: flex;
	column-gap: 15px;
}
.fv .appealblock .appealblock-point{
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight: bold;
	letter-spacing: 0.05em;
	padding-top: 5px;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	background: #825a32;
}
.fv .appealblock .appealblock-point img{
    display: none;
}
.fv .appealblock .appealblock-point a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(13px,2vw,20px);
    color: #fff;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 890px) {
    .fv .appealblock {
        right: 0;
        left: 0;
        margin: auto;
        column-gap: 5px;
        justify-content: center;
    }
    .fv .appealblock .appealblock-point{
        width: calc(50% - 20px);
        height: 68px;
        border-radius: 8px;
        align-items: flex-end;
        padding-bottom: 10px;
        position: relative;
    }
    .fv .appealblock .appealblock-point img{
        display: block;
        position: absolute;
        top: -18px;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        max-height: 35px;
    }
    .fv .appealblock .appealblock-point a{
        line-height: 1.4em;
        height: fit-content;
    }
    .fv, ul.sliderTop, .sliderTop li{
        border-radius: 10px;       
    }
    .fv .sliderTop li:after{
        background: linear-gradient(75deg, transparent 55%, #007bb3 200%);
        mix-blend-mode: multiply;
        border-radius: 10px;
    }
    .fv, ul.sliderTop, .sliderTop li{
        width: 100%;
        height: calc(66vh + 75px);
        min-height: auto;
        max-height: 720px;
    }
    .fv {
        width: calc(100% - 30px);
        margin: 15px auto 0;
    }
    .fv h1,
    .fv h1 span{
        font-weight: bold;
        color: white;
        top: 12%;
        right: 5%;
        line-height: 1.8;
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    }
    /*SP版スライドショー*/
    .fv .sliderTop li:first-child {
        background: url(/sayuri/assets/img/top_fv_slide01sp.png) no-repeat center;
        background-size: cover;
    }
    .fv .sliderTop li:nth-child(2) {
        background: url(/sayuri/assets/img/top_fv_slide02sp.png) no-repeat center;
        background-size: cover;
    }
    .fv .sliderTop li:nth-child(3) {
        background: url(/sayuri/assets/img/top_fv_slide03sp.png) no-repeat center;
        background-size: cover;
    }
    .fv .sliderTop li:nth-child(4) {
        background: url(/sayuri/assets/img/top_fv_slide04sp.png) no-repeat center;
        background-size: cover;
    }
}

/*お知らせ*/
.news-inner-box {
    width: 100%;
    max-width: 620px;
    height: auto;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.news-inner-box h2 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 3px 0 3px 38px;
    background-color: #324784;
    width: 130px;
    position: relative;
    bottom: -5px;
    left: 15px;
    transform: rotate(-2deg);
    border-radius: 10px;
    z-index: 5;
}
.news-inner-box h2 img {
    position: absolute;
    left: -30px;
    top: -10px;
    bottom: 0;
    width: 100%;
    max-width: 60px;
    height: auto;
    margin: auto;
}
#contents-maker-news {
    position: relative;
    height: auto;
    max-height: 8.8em;
    margin: auto;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: scroll;
    scrollbar-color: #324784 #f3f6ff;
    border: 8px solid #fff;
    border-bottom: 12px solid #FFF;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.25));
}
@media only screen and (max-width: 890px) {
    #contents-maker-news {
        padding: 10px 15px 6px;
    }
}
#contents-maker-news dl {
    line-height: 1em;
    margin-bottom: 6px;
}
#contents-maker-news dt {
    color: #007bb3;
    margin-right: 5px;
    margin-bottom: 0.2em;
}
#contents-maker-news dt,
#contents-maker-news dd {
    font-size: clamp(13px,2.5vw,14px);
    letter-spacing: normal;
    width: auto;
    display: contents;
    height: 1.4em;
}
.cm-box a{
    font-size: clamp(13px,2.5vw,14px);
    text-decoration: underline;
    color: #324784;
}
@media only screen and (max-width: 890px) {
    .news-inner-box {
        left: 8px;
        bottom: 8px;
        width: calc(100% - 16px);
        margin: auto;
    }
    #contents-maker-news {
        width: 100%;
        max-height: 5em;
    }
}

/*常時表示させるお知らせ*/
.contents-maker-2-area {
    width: calc(100% - 40px);
    max-width: 930px;
    margin: 20px auto;
}
.contents-maker-2-area .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
}
.contents-maker-2-area .box:nth-child(even){
    background-color: #efefef;
}
.contents-maker-2-area .box:first-child{
    border-top: 1px solid #ccc;
}
.contents-maker-2-area .box:last-child{
    border-bottom: 1px solid #ccc;
}
.contents-maker-2-area .box h2,
.contents-maker-2-area .box p,
.contents-maker-2-area .box a {
    font-size: clamp(14px,3vw,15px);
    font-weight: normal;
    display: block;
}
.contents-maker-2-area .box h2 {
    width: 78%
}
.contents-maker-2-area .box p {
    width: 22%;
}
.contents-maker-2-area .box a {
    color: #007bb3;
    font-weight: bold;
    text-align: right;
}

/*point*/
ul.point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.point li {
    width: calc(25% - 15px);
    background-color: white;
    border-radius: 3px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: clamp(15px,2.5vw,16px);
    color: #333;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}
ul.point li img {
    width: 85%;
    max-width: 60px;
    margin: auto auto 10px;
}
ul.point li p {
    width: 100%;
    text-align: center;
}
.point-txt {
    padding-top: 20px;
    line-height: 1.8em;
}
@media only screen and (max-width: 890px) {
    ul.point li {
        width: calc(50% - 3px);
        margin-bottom: 10px;
    }
    ul.point li img {
        width: 25%;
        max-width: 60px;
        margin: 0 10px 0 auto;
    }
    ul.point li p {
        width: auto;
        text-align: left;
        margin-right: auto
    }
}

/*空室状況*/
.situation {
    text-align: center;
    padding: 8px;
    border-radius: 10px;
}
.situation.a {
    background-color: #324784;
    border: 2px solid #324784;
}
.situation.b {
    background-color: #007bb3;
    border: 2px solid #007bb3;
}
.situation h3,
.situation p {
    line-height: 1.5em !important;
    text-align: center !important;
    color: #fff;
    margin-bottom: 0;
}
.situation p small {
    font-size: 13px !important;
}
.situation h3 {
    font-size: clamp(17px,2.5vw,20px);
}
.situation h3 strong {
    font-size: 130%;
}
.situation h3 small {
    font-size: 85%;
}

/*院内写真カルーセル*/
.PhotoSlider li{
	margin: 0 5px;
}
.PhotoSlider li img{
	border-radius: 5px;
}
.PhotoSlider:after{
	content: "";
	background: transparent;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
}

/*院内写真モーダル*/
.modal-gallery {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1%;
    row-gap: 10px;
}
.modal-gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31%;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}
.modal-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*ご利用いただける方*/
.flexBox {
    display: flex;
    flex-wrap: wrap;
}
.icon-list {
    justify-content: space-between;
    grid-gap: 1px;
    align-items: flex-start;
    margin-top: 30px;
    border-radius: 10px;
    /*filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.15));*/
}
.icon-list p{
    font-size: clamp(12px,2.5vw,15px);
    letter-spacing: normal;
    text-align: left;
    width: calc(25% - 1px);
    display: inline-block;
    padding: 2px 10px 2px 1em;
    text-indent: -1em;
}
.icon-list p:before {
    content: "●";
    color: #f5877d;
    font-size: 80%;
    margin-right: 0.2em;
}
@media only screen and (max-width: 890px) {
    .flexBox.icon-list p{
        width: calc(50% - 1px);
    }
}
.price-list {
    width: 100%;
    max-width: 430px;
}
.price-list p {
    font-size: clamp(18px,2.5vw,24px);
    text-align: right;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 15px;
    border-bottom: dotted 1px #324784;
}
.price-list p.txt {
    text-align: justify;
    font-size: clamp(15px,2.5vw,18px);    
}
.price-list p span {
    font-size: 14px;
    line-height: 2em;
    margin-top: auto;
    margin-left: 4px;
}
.price-list p.breakdown {
    background-color: #fff;
    padding: 15px;
    border-right: 1px dotted #324784;
    border-left: 1px dotted #324784;
    line-height: 1.8em;
    position: relative;
}
.price-list p.breakdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 10px solid #324784;
    border-top: 0;
}
.price-list strong,
.price-list bold {
    display: inline-block;
    text-align: left;
    margin-right: auto;
    width: 60%;
}
.price-list strong {
    color: #324784;
    font-size: clamp(18px,2.5vw,24px);
}
.price-list strong.w100 {
    width: 100%;
}
.price-list bold {
    font-size: clamp(16px,2.5vw,18px);
}
.price-list small {
    width: 100%;
    font-size: clamp(12px,2.5vw,13px);
    display: inline-block;
    text-align: left;
    letter-spacing: normal;
    padding-top: 8px;
    line-height: 2em;
}

/*その他費用*/
ul.contents li .text.other-price p {
    font-size: clamp(14px,2.5vw,16px);
    line-height: 1.8em;
    margin-bottom: 5px;
    letter-spacing: normal;
}
ul.contents li .text.other-price p small{
    display: inline-block;
}
ul.contents li .text.other-price strong{
    font-size: clamp(16px,2.5vw,20px);
    color: #324784;
    display: block;
    margin-top: 15px;
}

/*ご入居までの流れ*/
.flow {
    width: calc(100% - 40px);
    max-width: 830px;
    background-color: #f3f6ff;
    padding: 30px;
    margin: 30px auto;
    border-radius: 10px;
}
.flow.pink.tri:after {
    bottom: -14px;
}

/*ご挨拶*/
ul.contents.greeting li .text {
    max-width: 500px;
}
ul.contents.greeting li .text p {
    font-size: clamp(15px,2.5vw,16px);
    line-height: 1.8em;
}
ul.contents.greeting {
    align-items: flex-start;
}
ul.contents.greeting .left,
ul.contents.greeting .right {
    position: relative;
}
p.career {
    font-size: 14px;
    line-height: 1.4em;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 0 10px 0 10px;
    text-align: justify;
    width: 38%;
}
p.career strong{
    display: inline-block;
    font-size: 115%;
    padding-top: 8px;
}
span.career{
    font-size: 14px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #007bb3;
    display: inline-block;
}
@media only screen and (max-width: 890px) {
    ul.contents li.left img.image {
        object-fit: cover;
        object-position: center;
        height: 320px;
    }
    ul.contents.greeting li img.image{
        border-radius: 10px 10px 0 0;
    }
    p.career{
        position: relative;
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
}

/* リクルートとコンパスサイトへ遷移 */
.recruit {
    justify-content: center;
    display: flex;
}
.recruit ul {
padding: 0 20px;
}
.recruit ul li {
    text-align: center;
    padding-top: 30px;
}
@media only screen and (max-width: 890px) {
    .recruit ul li {
        padding-top: 10px;
    }
}

/*施設概要*/
ul.flexBox.over-view {
    width: 100%;
    max-width: 930px;
    margin: 30px auto 0;
}
ul.flexBox.over-view li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px;
}
ul.flexBox.over-view li:nth-child(odd) {
    background-color: #f3f6ff;
}
ul.flexBox.over-view li p {
    font-size: clamp(14px,2.5vw,16px);
    width: 75%;
}
ul.flexBox.over-view li strong {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    color: #324784;
    width: 25%;
    margin-right: auto;
}
@media only screen and (max-width: 890px) {
    ul.flexBox.over-view li strong,
    ul.flexBox.over-view li p {
        width: 100%;
    }    
}
/*style.cssに記述あり