/* #PC ========================================================================================================== */
.slider {
	width: 100%;
    min-width: 1000px;
	height: auto;
    position: relative;
	float: left;
	margin: 85px 0 0 0;
    border-bottom: 10px solid #5acdaf;
}
.slider::before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 50%;
    height: 10px;
    background: #8ac2f3;
}
.medical_area {
	width: 100%;
    min-width: 1000px;
	height: auto;
    position: relative;
	float: left;
    border-bottom: 1px solid #D5D8DD;
    margin-bottom: 60px;
}
.medical_ba {
	width: 318px;
	height: auto;
    position: relative;
	float: left;
    border-left: 1px solid #D5D8DD;
    border-right: 1px solid #D5D8DD;
    margin-left: 20px;
    margin-right: -21px;
}
.medical_ba ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.medical_ba li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.medical_ba li.icon {
	width: 170px;
    margin: 35px 0 15px 50%;
    left: -85px;
}
.medical_ba li.name {
    font-family: "Zen Maru Gothic", serif;
    font-size: 32px;
    font-weight: 700;
    color: #5ACDAF;
    text-align: center;
    padding-bottom: 65px;
}
.medical_ba a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
.medical_ba:hover {
    opacity: 1.0;
    background-color: #e6f7f3;
}
.ba_box_area {
    padding-top: 110px;
    padding-bottom: 60px;
}
.ba_box {
    width: 465px;
    height: auto;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 18px;
}
.ba_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
.ba_box:hover {
    opacity: 0.7;
}
.ba_box img {
    margin-bottom: 10px;
}
.calendar_area {
    width: 100%;
    min-width: 1000px;
    max-width: 1300px;
    padding-bottom: 110px;
}
table.calendar {
    width: 48%;
    font-size: 14px;
    line-height: 18px;
    border-collapse: separate;
    border-spacing: 1px 1px;
    float: left;
    background-color: #d5d8dd;
    margin-left: 1.3%
}
table.calendar th {
    width: 50px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
table.calendar td {
    padding-top: 5px;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
}
table.calendar td div{
    aspect-ratio: 1/1;
}
table.calendar th {
    background-color: #5acdaf;
    color: #ffffff;
}
table.calendar td {
    background-color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
table.calendar th.year {
    font-size: 18px;
    text-align: left;
    text-indent: 20px;
}
table.calendar td.notes {
    background-color: #c1dff9;
}
table.calendar td.off {
	background-color: #f2f2f2;
}
table.calendar td.close {
	background-color: #f2838f;
    color: #fff;
}
table.calendar td.close_pm {
	background-color: #fda334;
    color: #fff;
}
.holiday {
	color: #ed4e5f;
}
.calendar_text {
	width: 95%;
	height: auto;
    position: relative;
	float: left;
    border: 1px solid #D5D8DD;
    padding: 1%;
    margin: 25px 0 25px 1.3%;
    font-size: 12px;
    line-height: 18px;
}
.calendar_text ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.calendar_text li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.calendar_text li.hn1 {
    width: 90px;
}
.calendar_text li.hn2 {
	width: calc(100% - 90px);
}
.day_time {
	width: 48%;
	height: auto;
    position: relative;
	float: left;
    margin-left: 1.3%
}
.day_time ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.day_time li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.day_time li.hn1 {
    width: 85px;
    background-color: #5ACDAF;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-right: 15px
}
.day_time li.hn2 {
	width: calc(100% - 100px);
    line-height: 25px;
}
.btn_area {
    width: 270px;
	position : relative;
    margin: 40px 0 50px 50%;
    left: -135px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.slider {
    min-width: 100%;
}
.medical_area {
    min-width: 100%;
    margin-bottom: 0px;
}
.medical_ba {
	width: calc(33.4% - 2px);
    border-left: 1px solid #D5D8DD;
    border-right: 1px solid #D5D8DD;
    margin-left: 0px;
    margin-right: -1px;
}
.medical_ba li.icon {
	width: 70%;
    margin: 10px 0 -10px 50%;
    left: -35%;
}
.medical_ba li.name {
    font-size: 40px;
    padding-bottom: 40px;
}
.ba_box_area {
    padding-top: 70px;
    padding-bottom: 60px;
}
.ba_box {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 70px;
    font-size: 28px;
}
.ba_box img {
    margin-bottom: 20px;
}
.calendar_area {
    min-width: 100%;
}
table.calendar {
    width: 90%;
    font-size: 22px;
    line-height: 30px;
    margin-left: 5%;
    margin-bottom: 40px;
}
table.calendar th {
    height: 60px;
}
table.calendar td {
    padding-top: 10px;
}
table.calendar td div{
    aspect-ratio: 1/1.2;
}
table.calendar td span.sch_caltext{
    display: block;
    font-size: 0.9em;
    line-height: 1.3em;
}
table.calendar th.year {
    font-size: 28px;
    text-indent: 30px;
}
.calendar_text {
	width: 84%;
    padding: 3%;
    margin: 0 0 40px 5%;
    font-size: 24px;
    line-height: 40px;
}
.calendar_text li.hn1 {
    width: 170px;
}
.calendar_text li.hn2 {
	width: calc(100% - 170px);
}
.day_time {
	width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
}
.day_time li.hn1 {
    width: 110px;
    font-size: 20px;
    margin-right: 20px
}
.day_time li.hn2 {
	width: calc(100% - 130px);
    line-height: 40px;
}
.btn_area {
    width: 320px;
	position : relative;
    margin: 60px 0 100px 50%;
    left: -160px;
}
    
}/* @media only screen and (max-width: 750px) */