@charset "utf-8";
/*共通設定*/
.num {
    color: #2264b9;
    font-size: 20px;
    margin-right: 8px;
    font-weight: 600;
}

.blue-txt {
    color: #2264b9;
    font-size: 18px;
}

.red-txt {
    color: #f21a41;
    font-size: 14px;
}

.red-back {
	background-color: #fdd3db;
    padding: 4px 8px;
}

.txt-flex {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.txt-flex span {
    margin-right: 4px;
}

h3 {
    font-weight: 400;
    font-size: 18px;
}

.flow-txt {
    padding: 24px 32px 80px 32px;
}
/*終わり*/

/*<section class="pamphlet">*/
.pamphlet {
    margin: 80px 0 100px 0;
}

.pamphlet-in {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f6e1;
    padding: 32px 40px;
    border-radius: 8px;
}

.pamphlet-flex {
    width: 60%;
}

.pamphlet-flex p {
    margin: 24px 0;
}

.pdf-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-radius: 8px;
    border: solid 1px #435259;
    width: 45%;
}

.pdf-btn:hover {
    opacity: 0.8;
}

.pamphlet-img {
    width: 30%;
    height: 200px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.1);
}
/*終わり*/

/* <section class="flow">*/
.flow {
    margin-bottom: 100px;
}

.flow h2 {
    margin-bottom: 80px;
}

/*<div class="flow-01">*/
.flow-01 a {
    display: inline-block;
    margin-top: 16px;
    border: solid 1px #435259;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
}

.flow-01 a:hover {
    opacity: 0.8;
}

/*<div class="flow-03">*/
.flow-03 h4 {
    font-weight: 400;
    font-size: 18px;
}

.need-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 24px;
}

.need-flex .flex-l,
.need-flex .flex-r {
    width: 48%;
    background-color: #f8f6e1;
    text-align: center;
	display: block;
    padding: 24px 0;
}

.need-list {
    display: inline-block;
    margin-top: 24px;
}

.need-list li {
    text-align: left;
}

.need-list .list-07 {
    margin-bottom: 8px;
}

.need-flex .list-08,
.need-flex .list-09 {
    font-size: 14px;
}

/*<div class="flow-04">*/
.border-con {
    border: 1px solid #435259;
    padding: 40px 32px;
    margin-top: 40px;
    position: relative;
}

.border-con::before {
    background-color: #fff;
    color: #333;
    content: "病室のご案内";
    font-weight: bold;
    left: 30px;
    padding: 3px 10px;
    position: absolute;
    top: -15px;
}

.room-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 32px 0;
}

.room-con {
    width: 32%;
}

.flow-04 .txt-flex {
    font-size: 14px;
}

/*<div class="flow-05">*/
.border-r {
    margin: 32px 0 24px 0;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.border-r::after {
    content: '';
    height: 1px;
    background-color: #b6b4b2;
    flex-grow: 1;
    margin-left: 16px;  
}

.notes-txt {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    border: solid 3px #f21a41;
	display: table;
}

.notes-txt h4 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	background-color: #f21a41;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;
	width: 6%;
	padding-top: 32px;
    font-size: 16px;
}

.side-line {
	position: relative;
}

.side-line::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	width: 1px;
	height: 300px;
	margin: auto;
	background-color: #fff;
}

.notes-txt-in {
    padding: 24px 32px;
}

.notes-txt-in p {
    padding-left: 8px;
}

.notes-txt-in .txt-01 span {
    font-size: 18px;
    font-weight: 600;
}

.notes-txt-in .txt-02,
.notes-txt-in .txt-09 {
    margin-top: 16px;
}

.notes-txt-in .txt-10 {
    margin-top: 40px;
}

.notes-txt-in .txt-11,
.notes-txt-in .txt-12,
.notes-txt-in .txt-13,
.notes-txt-in .txt-14,
.notes-txt-in .txt-15 {
    margin-top: 8px;
}

.online {
    margin-top: 80px;
}

.online h4 {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
}

.online-flex {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.online-con01,
.online-con02 {
    margin-bottom: 2%;
}

.online-con {
    width: 49%;
    background-color: #f8f6e1;
    padding: 24px 32px;
}

.online-con h5 {
    text-align: center;
    font-size: 18px;
}

.online-con p {
    margin-top: 16px;
}

/*<div class="flow-06">*/
.flow-06 .flow-txt .txt-02,
.flow-06 .flow-txt .txt-04 {
    margin-top: 16px;
}

.flow-06 .flow-txt .txt-04 {
    font-size: 14px;
}

.notes-txt02 {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    border: solid 3px #f21a41;
	display: table;
}

.notes-txt02 h3 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	background-color: #f21a41;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;
	width: 6%;
	padding-top: 32px;
    font-size: 16px;
}

.side-line02 {
	position: relative;
}

.side-line02::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	width: 1px;
	height: 40px;
	margin: auto;
	background-color: #fff;
}

.notes-txt02-in {
    padding: 56px 24px;
}

.flow-06 .flow-txt .txt-flex {
    align-items: flex-end;
}
/*終わり*/

/*タブレット*/
@media (max-width: 1024px) {
/*<section class="pamphlet">*/
    .pamphlet-in {
        display: block;
    }

    .pamphlet-flex {
        width: 80%;
        margin-top: 24px;
    }

    .pamphlet-img {
        width: 40%;
        height: 200px;
    }
/*終わり*/

/* <section class="flow">*/

/*<div class="flow-03">*/
    .need-flex {
        display: block;
    }

    .need-flex .flex-l,
    .need-flex .flex-r {
        width: 100%;
        display: block;
        text-align: left;
        padding: 24px;
    }

    .need-flex .flex-l {
        margin-bottom: 16px;
    }

    .need-list {
        display: block;
    }

/*<div class="flow-04">*/
    .room-flex {
        width: 100%;
    }

    .room-con {
        width: 49%;
        margin-bottom: 2%;
    }

/*<div class="flow-05">*/
    .online-con {
        padding: 24px 10px;
    }

/*<div class="flow-06">*/
    .flow-06 .flow-txt .txt-flex {
        display: block;
    }
}
/*終わり*/

/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .flow-txt {
        padding: 24px 0 72px 0;
    }
/*終わり*/

/*<section class="pamphlet">*/
    .pamphlet-in {
        padding: 24px 4vw;
    }

    .pamphlet-flex {
        width: 100%;
    }

    .pdf-btn {
        justify-content: center;
        width: 100%;
    }   
    
    .pdf-btn img {
        margin-right: 8px;
    }

    .pamphlet-img {
        width: 100%;
    }
/*終わり*/

/* <section class="flow">*/
    .flow h2 {
        margin-bottom: 40px;
    }

/*<div class="flow-03">*/
    .need-flex .flex-l,
    .need-flex .flex-r {
        padding: 24px 4vw;
    }

/*<div class="flow-04">*/
    .border-con {
        padding: 40px 4vw;
    }

    .border-con::before {
        left: 3vw;
    }    

    .room-flex {
        width: 100%;
        display: block;
    }

    .room-con {
        width: 100%;
        margin-bottom: 24px;
    }

/*<div class="flow-05">*/
    .notes-txt {
        display: block;
    }

    .notes-txt h4 {
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        padding: 8px 24px;
    }

    .side-line::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 200px;
        width: 80px;
        height: 1px;
        background-color: #fff;
    }

    .notes-txt-in {
        padding: 24px 4vw;
    }

    .online-flex {
        display: block;
    }

    .online-con {
        width: 100%;
        background-color: #f8f6e1;
        padding: 24px 4vw;
        margin-bottom: 16px;
    }
        
/*<div class="flow-06">*/
    .notes-txt02 {
        display: block;
    }

    .notes-txt02 h3 {
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        padding: 8px 24px;
    }

    .side-line02::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 120px;
        width: 120px;
        height: 1px;
        background-color: #fff;
    }

    .notes-txt02-in {
        padding: 24px 4vw;
    }


}
/*終わり*/
