/* ページ内リンクのずれ調整 */
.anchor {
    padding-top: 50px;
    margin-top: 50px;
}
@media only screen and (max-width: 890px) {
    .anchor {
        padding-top: 20px;
        margin-top: 20px;
    }
}

/* ファーストビュー */
.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: 90px auto 0;
}
/*スライドショー*/
.fv .sliderTop li:first-child {
    background: url(/asaoyuriclinic/assets/img/top_fv_slide01.png) no-repeat center center;
    background-size: cover;
}
/* .fv .sliderTop li:nth-child(2) {
    background: url(/asaoyuriclinic/assets/img/top_fv_slide02.png) no-repeat center center;
    background-size: cover;
}
.fv .sliderTop li:nth-child(3) {
    background: url(/asaoyuriclinic/assets/img/top_fv_slide03.png) no-repeat center center;
    background-size: cover;
}
.fv .sliderTop li:nth-child(4) {
    background: url(/asaoyuriclinic/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(270deg, transparent 70%, #f3f6ff 80%);
    border-radius: 20px;
    z-index: 1;
}
.fv h1{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-feature-settings: 'pkna';
    font-size: clamp(22px, 2.5vw, 25px);
    font-weight: normal;
    color: #333333;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    position: absolute;
    left: 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(/asaoyuriclinic/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: 850px;
    height: auto;
    left: 15px;
    bottom: 15px;
    margin: 50px auto 0;
}
.news-inner-box h2 {
    position: relative;
    font-size: clamp(15px, 2.5vw, 17px);
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 7px 20px;
    background-color: #007bb3;
    width: 130px;
    top: -8px;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 10px;
    z-index: 5;
}
.news-inner-box h2:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: -50px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 0;
    border-top: 15px solid #007bb3;
}
.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 {
    height: auto;
    max-height: 8em;
    padding: 20px 40px;
    border-radius: 15px;
    background-color: #fff;
    overflow-y: scroll;
}
#contents-maker-news .cm-box {
    padding-top: 2px;
}
#contents-maker-news dt {
    color: #007bb3;
    margin-right: 10px;
}
#contents-maker-news dt,
#contents-maker-news dd,
.cm-box a {
    font-size: clamp(15px,2.5vw,16px);
    letter-spacing: normal;
    width: auto;
    display: inline-block;
    height: 1.4em;
}
@media only screen and (max-width: 890px) {
    #contents-maker-news {
        width: calc(100% - 40px);
        padding: 20px;
        margin: 0 auto;
    }
    .news-inner-box {
        left: 0px;
        margin: 25px auto 0;
    }
    .news-inner-box h2 {
        position: relative;
        font-weight: bold;
        color: #fff;
        display: block;
        padding: 4px;
        background-color: #007bb3;
        width: 110px;
        top: -3px;
        right: -10px;
        left: initial;
        text-align: center;
        border-radius: 10px;
        z-index: 5;
    }
    .news-inner-box h2:after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: -50px;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 5px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 0;
        border-top: 12px solid #007bb3;
    }
}
/*常時表示させるお知らせ*/
.contents-maker-2-area {
    width: calc(100% - 40px);
    max-width: 930px;
    margin: 70px auto 0;
    z-index: 10;
}
.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%;
    text-align: left;
    padding: 0;
    margin: 0;
}
.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
    }
}

/* 訪問診療 */
#home-visit div div p,#outpatient div div p {
    text-align: center;
}
@media only screen and (max-width: 890px) {
    #home-visit div div p,#outpatient div div p {
    text-align: left;
    }
}

/* 対象エリア */
    .area ul {
        display: flex;
    }
@media only screen and (max-width: 890px) {
    .area ul {
        display: block;
    }
}

/* 対応可能な処置 */
.available div ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
}
.available div ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 0px;
    width: calc(33.3% - 5px);
    min-height: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

@media only screen and (max-width: 890px) {
    .available div ul li {
        width: calc(50% - 5px);
    }
}

/*主な診療内容*/
.flexBox {
    display: flex;
    flex-wrap: wrap;
}
.treatment-details{
    border-radius: 20px;
}
.icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
}
.icon-list ul li{
    position: relative;
    padding-bottom: 5px;
}
.icon-list ul li:before {
    background-color: #b3d3e9;
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-60%) translateX(-150%);
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
@media only screen and (max-width: 890px) {
    .bg {
        width: auto;
    }
    .treatment-details{
        margin:20px ;
    }
    .icon-list {
        display: block;
        margin-left: 30px;
        padding: 20px;
    }
    .icon-list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .icon-list ul li{
        font-size: 15px;
        margin-right: 28px;
    }
}
.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,15px);
    line-height: 1.6em;
    margin-bottom: 5px;
}
ul.contents li .text.other-price strong{
    font-size: clamp(16px,2.5vw,18px);
    color: #324784;
    display: block;
    margin-top: 15px;
}

/*ご利用までの流れ*/
.flow {
    width: calc(100% - 40px);
    max-width: 930px;
    background-color: #fff;
    padding: 30px 20px;
    margin: 30px auto;
    border-radius: 10px;
}
.flow.white.tri:after {
    bottom: -14px;
}
.flow h3 {
    font-size: clamp(17px,2.5vw,20px);
    margin-bottom: 10px;
}
.flow img {
    vertical-align: middle;
    padding-right: 5px;
    width: 36px;
}

/* お支払い方法について */
.payment {
    width: calc(100% - 40px);
    max-width: 930px;
    background-color: #fff;
    padding: 30px 20px;
    margin: 30px auto;
    border-radius: 10px;
}
.payment .txt-blue {
    font-weight: bold;
    font-size: clamp(15px,2.5vw,18px);
}

/*ご挨拶*/
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 {
    position: relative;
}
ul.contents.greeting .left p {
    font-size: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 10px 0 10px 0;
    text-align: right;
}
.greeting li table th {
    padding: 15px 0px 5px;
    font-size: clamp(15px, 2.5vw, 16px);
    font-weight: bold;
    letter-spacing: 3px;
}
.greeting li table td {
    line-height: 1.8em;
    font-size: clamp(15px, 2.5vw, 16px);
}
.greeting li table td:first-child {
    width: 65px;
}
@media only screen and (max-width: 890px) {

}


/*施設概要*/
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に記述あり