@charset "UTF-8";

.t_red{
color: #F34245;
}

.t_pink{
color: #e76c98;
}

/* ------------------------------------------
SP
------------------------------------------ */
@media screen and (max-width: 768px) {
html, body {
background-color: #f7f7f7;
}

body {
position: relative;
overflow-x: hidden;
right: 0;
}

.sp {
display: block !important;
}

.pc {
display: none !important;
}

/* ------------------------------------------
MENU Button
------------------------------------------ */
#menu_sp_button {
position: fixed;
top: 10px;
right: 10px;
display: inline-block;
width: 60px;
height: 60px;
box-sizing: border-box;
background-color: #ef821d;
border: 1px #fff solid;
z-index: 3000;
text-decoration: none;
border-radius: 3px;
}
#menu_sp_button #menu_sp_text {
width: 60px;
height: 60px;
vertical-align: middle;
display: table-cell;
font-size: 1.6rem;
line-height: 1.2;
text-align: center;
color: #fff;
}

/* ------------------------------------------
Header
------------------------------------------ */
header {
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
clear: both;
padding: 15px 0 15px;
width: 95%;
}
header > h1 {
text-align: center;
width: calc(100% - 160px);
height:auto;
margin:0 auto;
}

/* ------------------------------------------
Main Navi
------------------------------------------ */
nav#main_navi {
    position: fixed;
    width: 60vw;
    right: -60vw;
    top: 0;
    height: 100%;
    overflow: scroll;
    border-left: 1px #fff solid;
    background-color: #eee;
    display: block;
    z-index: 10;
}
nav#main_navi > ul {
margin-bottom: 50px;
overflow: hidden;
}
nav#main_navi > ul > li.open {
display: block;
}
nav#main_navi > ul > li > a {
display: block;
width: 100%;
box-sizing: border-box;
position: relative;
padding: 1em;
text-decoration: none;
background-color: #49b3cb;
color: #fff;
border-bottom: 1px solid #fff;
font-size:1.6rem;
}
nav#main_navi > ul > li > a.current {
background-color: #fd0;
}
nav#main_navi > ul > li > a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 1em;
width: 4px;
height: 4px;
margin: -2px 0 0 0;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
nav#main_navi > ul > li > a > span {
display: block;
line-height: 1;
}
nav#main_navi > ul > li > a > span:first-child {
margin-bottom: 7px;
color: #fff;
font-size:1.6rem;
}
nav#main_navi > ul > li > a > span:last-child {
font-size: 1.1rem;
color: #b8ebf7;
font-weight:normal;
}

/* ------------------------------------------
Slider
------------------------------------------ */
#slider {
width: 100%;
height: 180px;
box-sizing: border-box;
margin: 0 0 10px 0;
padding: 0;
clear: both;
overflow: hidden;
position:relative;
}

#slider ul {
}

.slide_image{
position:absolute;
z-index:1;
top:0px;
right:0px;
bottom:0px;
left:0px;
margin:auto auto;
}

.slide_image_02{
position:absolute;
z-index:2;
top:30px;
right:0px;
left:0px;
margin:auto auto;
max-width:450px;
width:80%;
height:auto;
}

.slider_layer{
}

/* ------------------------------------------
Contents
------------------------------------------ */
#contents {
width: 92%;
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
clear: both;
}

#contents_main {
margin-bottom: 20px;
}

#contents_sub {
margin-bottom: 20px;
}

/* ------------------------------------------
Top
------------------------------------------ */

.top_point3 {
padding: 25px 0 0;
margin-bottom: 30px;
text-align:center;
}
.top_point3 > h2 {
color: #49b3cb;
font-size: 2.2rem;
text-align: center;
letter-spacing: .1rem;
display: inline-block;
padding: 1vw 6vw;
margin: 0 0 6vw 0;
    font-family: "Noto Serif JP";
    font-weight: 500;
}
.top_point3 > ul {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 3vw
}
.top_point3 > ul > li {
width: 100%;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
background: #f9f8f3;
margin: 0 0 35px 0;
border-radius: 15px;
position: relative;
}

.top_point3 > ul > li:nth-child(1)::before {
content: '';
display: block;
background: url(../images/one.svg);
width: 5rem;
height: 5rem;
position: absolute;
top: 5%;
left: 5vw;
transform: translateY(-50%) translateX(-50%);
margin: auto;
}
.top_point3 > ul > li:nth-child(2)::before {
content: '';
display: block;
background: url("../images/two.svg");
width: 5rem;
height: 5rem;
position: absolute;
top: 5%;
left: 5vw;
transform: translateY(-50%) translateX(-50%);
margin: auto;
}
.top_point3 > ul > li:nth-child(3)::before {
content: '';
display: block;
background: url("../images/three.svg");
width: 5rem;
height: 5rem;
position: absolute;
top: 5%;
left: 5vw;
transform: translateY(-50%) translateX(-50%);
margin: auto;
}
.top_point3 > ul > li:last-child {
border-right: none;
}
.top_point3 > ul > li > h3 {
font-size: 1.8rem;
line-height: 1.5;
width: 100%;
letter-spacing: .05rem;
}
.top_point3 > ul > li > h3 > span {
background-color: #fda040;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100px;
display: block;
margin: 0 auto 12px;
}

.home_point_h{
order: 2;
padding: 10px 25px 30px;
text-align: center;
}

.home_point_txt{
width: 100%;
order: 1;
}


.home_point_txt img{
width: 70%;
margin: 0 auto;
display: block;
}



.top_point3 > ul > li > div {
padding: 10px 8px 15px;
text-align: left;
line-height: 1.5;
font-size: 1.5rem;
width: 100%;
}

.news {
margin-bottom: 2em !important;
}
.news > ul {
padding: 10px;
}
.news > ul > li {
clear: both;
padding-bottom: 10px;
border-bottom: 1px #ccc dotted;
margin-bottom: 10px;
overflow: hidden;
}
.news > ul > li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.news > ul > li > span {
display: block;
float: left;
}
.news > ul > li > span:first-child {
width: 100px;
color: #49b3cb;
}

.schedule {
overflow: hidden;
}
.schedule .schedule_inner {
padding: 10px;
}
.schedule .schedule_inner > h3 {
margin-bottom: 10px;
}
.schedule .schedule_inner > .table {
display: table;
width: 100%;
border: 1px #ccc solid;
border-right: none;
border-bottom: none;
box-sizing: border-box;
}
.schedule .schedule_inner > .table > div {
display: table-row;
}
.schedule .schedule_inner > .table > div > div {
display: table-cell;
vertical-align: middle;
border: 1px #ccc solid;
border-top: none;
border-left: none;
padding: 10px 0;
text-align: center;
}
.schedule .schedule_inner > .table > div > div:first-child {
width: 20%;
}
.schedule .schedule_inner > .table > div.label > div {
background-color: #eee;
width: 10%;
}
.schedule .schedule_inner > .table > div.data > div:nth-child(n+2) {
color: #49b3cb;
}
.schedule .schedule_inner > aside {
padding-top: 10px;
font-size:1.4rem;
line-height:1.5;
}

.schedule .schedule_inner > h3 span {
font-weight: normal;
}


/* ------------------------------------------
Sidebar
------------------------------------------ */
#contents_sub {
overflow: hidden;
}

.side_tel {
text-align: center;
margin-bottom: 20px;
}

.side_access > .text {
margin-bottom: 10px;
}
.side_access > .map {
text-align: center;
margin-bottom: 10px;
}

.side_reserve > .text {
margin-bottom: 10px;
}
.side_reserve > .button {
display: block;
text-align: center;
margin-bottom: 10px;
}
.side_reserve > .qr_code {
padding-top: 1em;
}
.side_reserve > .qr_code div {
float: left;
width: 50%;
font-size: 1.2rem;
}
.side_reserve > .qr_code div:last-child {
text-align: right;
}

/* ------------------------------------------
Footer
------------------------------------------ */
footer {
background-color: #fff;
}
footer .return_top {
background-color: #f7f7f7;
text-align: center;
}
footer #footer_navi {
background-color: #49b3cb;
padding: 20px 0;
overflow: hidden;
}
footer #footer_navi > ul > li {
display: block;
width: 50%;
float: left;
text-align: center;
padding: 8px 0;
box-sizing: border-box;

}
footer #footer_navi > ul > li:nth-child(-n+2) {
}
footer #footer_navi > ul > li:nth-child(odd) {
border-left: none;
}
footer #footer_navi > ul > li > a {
text-decoration: none;
color: #fff;
line-height: 1;
}
footer #footer_navi > ul > li > a:hover {
text-decoration: underline;
}
footer #footer_navi > ul > li > a:before {
display: inline-block;
margin-right: 5px;
margin-bottom: 2px;
width: 4px;
height: 4px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}
footer .foot_info {
text-align: center;
padding: 20px 10px;
width: 80%;
margin: 0 auto;
}
footer .foot_info > div {
padding-top: 10px;
}
footer > small {
display: block;
text-align: center;
padding-bottom: 1em;
font-size: 1.1rem;
}

footer .foot_info > div > img {
width:90%;
height:auto;
margin:0 auto 10px;
text-align:center;
max-width:480px;
}

footer .foot_info > div:nth-child(2) {
text-align:center;
font-size:1.3rem;
}




/* ------------------------------------------
Common
------------------------------------------ */
.common_box_red {
overflow: hidden;
background-color: #fff;
}

.common_box {
border-radius: 5px;
overflow: hidden;
background-color: #fff;
}
.common_box > h2 {
font-size:1.6rem;
color: #fff;
padding: 5px 10px;
width: 100%;
box-sizing: border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49b3cb+50,49b3cb+50 */
background: #49b3cb;
/* Old browsers */
background: -moz-linear-gradient(-45deg, #49b3cb 50%, #49b3cb 50%);
/* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #49b3cb 50%, #49b3cb 50%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #49b3cb 50%, #49b3cb 50%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b3cb', endColorstr='#49b3cb',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
}
.common_box > h2 > span {
display: table-cell;
}
.common_box > h2 > span:first-child {
font-size: 1.6rem;
padding: 0 5px 0 0;
}
.common_box > h2 > span:last-child {
font-size: 1.6rem;
}
.common_box .inner-box {
padding: 1.5rem;
overflow: hidden;
}
.common_box .inner-box > p {
margin-bottom: 20px;
}
.common_box .inner-box > p:last-child {
margin-bottom: 0;
}
.common_box h3 {
    font-size: 2rem;
    padding: 3px 12px;
    margin-bottom: 10px;
    border-left: 6px #49b3cb solid;
}

.common_side_box {
padding: 10px;
box-sizing: border-box;
border-radius: 5px;
overflow: hidden;
background-color: #fff;
margin-bottom: 20px;
}
.common_side_box > h3 {
color: #49b3cb;
text-align: center;
padding-bottom: 5px;
border-bottom: 5px #e9e9e9 solid;
margin-bottom: 10px;
font-size:1.6rem;
letter-spacing:2px;
}
.common_side_box > ul {
list-style: disc;
padding-left: 10px;
}
.common_side_box > ul > li {
margin-bottom: 3px;
list-style:none;
line-height:2;
}
.common_side_box > ul > li a span {
display: inline-block;
border-bottom: 1px dotted #49b3cb;
}

.common_side_box > ul > li a::before{
content: url(../images/icon_arrow.png);
margin-right:8px;
}
.common_side_box > ul > li:last-child {
margin-bottom: 0;
}

.side_access_link_w span::before{
content: url(../images/icon_arrow.png);
margin-right:8px;
}

.side_gmap_link_w span::before{
content: url(../images/icon_arrow.png);
margin-right:8px;
}

.common_button {
background-color: #f7f7f7;
position: relative;
display: block;
text-decoration: none;
color: #333;
padding: 7px 10px;
-webkit-transition: all .3s;
transition: all .3s;
border-radius:20px;
text-align:center;
}


.common_button:hover {
opacity: .7;
color: #333;
}

.common_box_wrap > .common_box {
margin-bottom: 20px;
overflow: hidden;
}
.common_box_wrap > .common_box > .inner-box > ul {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.common_box_wrap > .common_box > .inner-box > ul > li {
width: 50%;
float: left;
padding: 2px 10px 2px 0;
box-sizing: border-box;
}
.common_box_wrap > .common_box > .inner-box > ul > li > span {
color: #C9AB00;
margin-right: 5px;
}
.common_box_wrap > .common_box:last-child {
margin-bottom: 0;
}

/* ------------------------------------------
サブページ
------------------------------------------ */
.main_image {
position: relative;
height: 30vw;
display: flex;
justify-content: center;
align-items: center;
}
.main_image > .image {
position: absolute;
}
.main_image > .image > img {
border-radius: 5px;
}
.main_image > .title {
font-size: 2.2rem;
line-height: 1;
letter-spacing: .3rem;
z-index: 4;
font-family: 'Noto Serif JP';
font-weight: 700;
  color: #49b3cb;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.bx-wrapper,
.bx-wrapper .bx-viewport {
border-radius: 0 !important;
}

.bx-controls-direction {
display: none !important;
}

/* ------------------------------------------
医師紹介
------------------------------------------ */
.common_box .doctor_1 > .doc_left {
line-height: 1.5;
}
.common_box .doctor_1 > .doc_left > .name {
padding-top: 10px;
text-align: right;
}
.common_box .doctor_1 > .doc_right {
padding-top: 20px;
text-align: center;
}
.common_box .doctor_1 .doc_name {
font-size: 2rem;
font-weight: bold;
margin-bottom: 20px;
}

/* ------------------------------------------
施設案内
------------------------------------------ */
.common_box .facilities_1 > ul > li {
display: block;
margin-bottom: 10px;
width: 50%;
float: left;
box-sizing: border-box;
padding: 0 !important;
}
.common_box .facilities_1 > ul > li > div > img {
display: block;
}
.common_box .facilities_1 > ul > li > div > div {
padding-top: 5px;
text-align: center;
height:40px;
font-size:1.4rem;
line-height:1.3;
}
.common_box .facilities_1 > ul > li:nth-child(odd) > div {
padding-right: 5px !important;
}
.common_box .facilities_1 > ul > li:nth-child(even) > div {
padding-left: 5px !important;
}

/* ------------------------------------------
FAQ
------------------------------------------ */
.faq_wrap > .faq_line > div {
display: table;
width: 100%;
}
.faq_wrap > .faq_line > div > div {
display: table-cell;
}
.faq_wrap > .faq_line > div > div:first-child {
width: 50px;
}
.faq_wrap > .faq_line > .faq_q {
margin-bottom: 10px;
color: #927A09;
font-size: 1.4rem;
}
.faq_wrap > .faq_line > .faq_a {
padding-bottom: 15px;
border-bottom: 1px #927A09 dotted;
margin-bottom: 15px;
}
.faq_wrap > .faq_line .faq_q_symbol {
display: table-cell;
content: 'Q';
background-color: #927A09;
color: #fff;
font-size: 1.6rem;
padding: 3px 10px;
border-radius: 5px;
font-weight: bold;
margin-right: 5px;
}
.faq_wrap > .faq_line .faq_a_symbol {
display: table-cell;
content: 'A';
border: 1px #927A09 solid;
color: #927A09;
font-size: 1.6rem;
padding: 3px 10px;
border-radius: 5px;
font-weight: bold;
margin-right: 5px;
}
.faq_wrap > .faq_line:last-child > .faq_a {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}

/* ------------------------------------------
アクセス
------------------------------------------ */
.access_wrap {
width: 100%;
}
.access_wrap .access_text {
vertical-align: top;
}
.name {
font-size: 1.8rem;
margin-bottom: 5px;
font-weight: bold;
}
.address {
margin-bottom: 10px;
}
.access_wrap .access_text > .train > ul {
display: block;
margin-top: 5px;
margin-bottom: 10px;
}
.access_wrap .access_text > .train > ul > li {
margin-bottom: 5px;
}
.access_wrap .access_text > .train > ul > li > span {
color: #49b3cb;
margin-right: 5px;
}

.access_wrap .access_image {
display: flex;
width: 100%;
justify-content: space-between;
margin: 50px auto 30px;
}
.access_wrap .access_image > img {
display: block;
width: 100%;
border: 1px solid #009e75;
border-radius: 5px;
margin: 0 auto;
}

.access_wrap .parking_image {
display: flex;
width: 90%;
justify-content: space-between;
margin: 50px auto 30px;
}
.access_wrap .parking_image > img {
display: block;
width: 46%;
border: 1px solid #009e75;
border-radius: 5px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* plus */
.home_point_txt{
font-size:1.4rem;
}

.schedule_mark{
color:#dd3131;
font-weight:bold;
font-size:1.4rem;
}

.map iframe{
width:100%;
height:300px;
}

.medical_detail_w{
margin-bottom:25px;
}

.medical_detail_h{
font-size:1.6rem;
margin-bottom:8px;
}

.medical_detail_t{
font-size:1.4rem;
margin-left:18px;
line-height:1.6;
margin-right:18px;
}


.medical_detail_h::before{
content:"■";
color:#49b3cb;
font-size:1.4rem;
margin-right:5px;
}

.medical_introduce_t{
font-size:1.4rem;
line-height:1.6;
}

h3.medical_subject_h{
font-weight:bold;
color:#49b3cb;
font-size:2rem;
letter-spacing:2px;
}

.data_br{
display:block;
}

/* 医師紹介 */

.doc_left p{
margin-bottom:20px;
line-height:1.5;
}

.doc_left .name{
font-size:1.8rem;
}

ul.doctor_list{
}

ul.doctor_list li{
font-size:1.4rem;
float:none !important;
}

.doctor_tbl{
width:100%;
margin-bottom:30px;
margin-top:20px;
}

.doctor_tbl td{
padding-bottom: 5px;
}

.doctor_year{
width:80px;
}

.doctor_list_w{
margin-top:20px;
margin-bottom:20px;
}
.doctor_list_wb{
margin-top:20px;
margin-bottom:0;
}
.doctor_list_w ul{

}

.doctor_list_w li{
padding-bottom: 5px;
}

.doctor_list_w li::before{
content:"・";
}

.doc_right img{
width:40%;
height:40%;
border-radius:5px;
min-width:170px;
}


/* アクセス */
.train_h::before {
content: "■";
color: #49b3cb;
margin-right:3px;
}


/* サイド　電話番号 */
.side_telephone_w{
background:#49b3cb;
border-radius:5px;
width:100%;
color:#fff;
text-align:center;
padding:10px 0 15px;
margin:0 auto 20px;
}

.side_telephone_w p a{
text-decoration: none !important;
color: #fff;
}

.side_telephone_w2{
background:#3d81c4 !important;
}

.side_telephone_h{
font-size:2rem;
}

.side_telephone_number p{
font-size:2.7rem;
border-bottom: 1px dotted #fff;
display:inline-block;
line-height: 1em;
padding-bottom: 10px;
padding-top: 7px;
}

.side_telephone_number p::before{
content: '';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../images/icon_telephone.png);
background-size: contain;
vertical-align: middle;
margin-right:5px;
}

.side_telephone_day{
margin-top:8px;   
}

.side_telephone_day p{
font-size:1.5rem;
}

.side_telephone_memo p{
font-size:1.3rem;
line-height:1.5;
}

/* お知らせ */
.info-detail{
display:block;
font-size:1.5rem;
line-height:1.75;
}

.info-date{
width:150px !important;
font-size:1.4rem;
color: #000000 !important;
}

.info-h{
margin-bottom:5px;
color: #49b3cb;
font-size:1.8rem;
}

.news > ul > li:last-child {
}


.itv_introduce_w{
margin-top:20px;
margin-bottom:20px;
font-size:1.4rem;
}
.itv_introduce_wb{
margin-top:20px;
margin-bottom:0;
}
.itv_introduce_w ul{
display: flex;
justify-content: space-between;
}

.itv_introduce_w li{
padding-bottom: 5px;
}

.itv_introduce_w li::before{
content:"・";
}

.itv_list_w ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}

.itv_list_w ul li{
font-size: 1.4rem;
width: 48%;
margin: 0 0 3vw 0;
}

.itv_list_w ul div{
font-size: 1.4rem;
text-align: center;
padding: 1vw 0 0 0;
}


.slick_slider_t{
position:absolute;
z-index:2;
top:20px;
right:0px;
left:0px;
margin:auto auto;
max-width:450px;
width:90%;
height:auto;
}

.slick_slider_b{
z-index:1;
top:0px;
right:0px;
bottom:0px;
left:0px;
margin:0 auto;
}


/* サイド　初診受付 */
.side_newrsv_a{
text-decoration:none;
}
.side_newrsv_w{
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 99%);
background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 99%);
background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
;
border-radius:5px;
width:90%;
text-align:center;
padding:10px 0 14px;
margin: 20px auto 30px;
border:solid 1px #d4d4d4;
box-sizing:border-box;
box-shadow:0px 3px 0px 0px #d4d4d4;
}

.side_newrsv_number p{
font-size:2.1rem;
display:inline-block;
line-height: 1em;
padding-top: 7px;
color:#00ad9c;
font-weight:bold;
}

.side_newrsv_number p::before{
content: '';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../images/ic_arrow_02.png);
background-size: contain;
vertical-align: middle;
margin-right:7px;
}

.side_newrsv_day{
}

.side_newrsv_day p{
font-size: 1.4rem;
line-height: 1.4;
margin-top: 5px;
}

.side_newrsv_memo p{
font-size:1.3rem;
line-height:1.5;
}

#container {
overflow:hidden;
}




.l__news{
}

.newsbox{
margin: 0 0 15px 0;
border-bottom: 1px solid #ccc;
}

.newsbox1{
font-size: 1.3rem;
color: #000;
display: inline-block;
}

.newsbox2{
display: inline-block;
padding: 5px 10px;
text-align: center;
background: #f377a6;
color: #fff;
font-size: 1.2rem;
border-radius: 100px;
line-height: 1;
}

.newsbox3{
font-size: 1.4rem;
margin: 10px 0 10px 0;
}

















.telbox{
flex-wrap: wrap;
justify-content: space-between;
display: flex;
width: 100%;
margin: 20px 0 0;
}
a.btn_rsv_a{
display: block;
width: 80%;
background: #3d81c4;
border-radius: 5px;
color: #fff;
padding: 15px 0;
margin: 0 auto;

}
.tel1{
width: 100%;
font-size: 1.8rem;
text-align: center;
padding: 0 0 5px;
}

.tel2{
width: 100%;
text-align: center;
padding: 0 0 10px;
}

.tel2 a{
}

.tel2 span{
font-size: 2rem;
line-height: 1;
letter-spacing: .1rem;
}


.tel2 span::before{
content: "";
display: inline-block;
width: 2.8rem;
height: 2.8rem;
background-image: url(../images/icon_telephone.png);
background-size: contain;
vertical-align: bottom;
margin-right: 5px;
}

.tel3{
width: 100%;
text-align: center;
line-height: 1.4;
font-size: 1.4rem;
}








.txt1{

}

.h31{
color: #49b3cb !important;
margin: 0 0 10px 0;
}
.h32{
color: #49b3cb;
font-weight: bold;
}

.image50{
width: 90%;
margin: 0 auto;
}

.image50 img{
width: 100%;
display: inline-block;
}











/*クリニックナビ*/
.clinicnav{
}

.clinicnav ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 40px;
width: 100%;
}

.clinicnav ul li{
width: 49%;
}

.clinicnav ul li a{
padding: 2vw 0;
font-size: 1.5rem;
text-align: center;
display: block;
margin-bottom: 15px;
border-radius: 5px;
color: #49b3cb;
background: #fff;
border: 1px solid #49b3cb;
}

.clinicnav ul li a:hover{
opacity: .5;
}

.clinicnav ul li a span{
display: block;
width: 100%;
position: relative;
}

.clinicnav ul li a span::before{
content: "";
background: url(../images/ic_arrow_under.svg);
width: 1.1rem;
height: 1.1rem;
display: inline-block;
position: absolute;
left: 2vw;
top: .8rem;
}




.flex2{
width: 100%;
margin: 0 0 0 0;
}


.flex2 ul{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}


.flex2 ul li{
width: 100%;
margin: 0 0 5px 0;
}

.flex3{
width: 100%;
margin: 15px 0 0 0;
}


.flex3 ul{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}


.flex3 ul li{
width: 100%;
margin: 0 0 5px 0;
}

.h41{
font-weight: bold;
font-size: 1.6rem;
border-bottom: 3px dotted #f7a3c5;
margin: 0 0 15px 0;
display: inline-block;
color: #49b3cb;
}


.table1{
width: 100%;
border: 1px solid #ccc;

}

.table1 th{
width: 30%;
border: 1px solid #ccc;
background: #f9f9f9;
}

.table1 td{
width: 70%;
border: 1px solid #ccc;
padding: 20px 30px;
}

.table2{
width: 100%;
border: 1px solid #ccc;

}

.table2 th{
border: 1px solid #ccc;
background: #f9f9f9;
padding: 20px 30px;

}

.th21{
width: 35%;

}
.th22{
width: 65%;
}


.table2 td{
border: 1px solid #ccc;
padding: 15px 30px;
}





.schedule0 li b,
.schedule1 li b {
display: inline-block;
padding: 3px 15px;
background: #ffe69e;
margin-bottom: 10px;
border-radius: 100px;
}

.va_schedule {
width: 100%;
margin-bottom: 5px;
}
.va_schedule th{
background-color: #f3f3f3;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #CCC;
border-right-color: #CCC;
border-left-color: #CCC;
display : block;
padding: 5px 0;
}
.va_schedule td{
text-align: center;
padding: 15px;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #CCC;
border-right-color: #CCC;
border-left-color: #CCC;
display : block;
border-bottom-style: none;
} 
.va_schedule td.last {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
} 
.va_schedule td > ul.schedule0 {
overflow: hidden;
}
.va_schedule td > ul.schedule0 li {
width: 50%;
display: block;
float: left;
list-style-type: none;
text-align: center;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #999;
margin-bottom: 15px;
}
.va_schedule td > ul.schedule0 li:nth-child(even) {
width: 49%;
display: block;

list-style-type: none;
text-align: center;
border-right-style: none;
}	
.va_schedule td > ul.schedule1 {
overflow: hidden;
}
.va_schedule td > ul.schedule1 li {
width: 50%;
display: block;
float: left;
list-style-type: none;
text-align: center;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #999;
}
.va_schedule td > ul.schedule1 li:last-child {
width: 49%;
display: block;
float: left;
list-style-type: none;
text-align: center;
border-right-style: none;
}
.va_schedule td > span.check{
background-color: #F00;
color: #FFF;
padding: 2px;
}







.mon1{
font-size: 1.5rem;
line-height: 1.5;
margin: 0 0 15px 0;
}


.mon2h{
font-size: 1.4rem;
letter-spacing: .001rem;
border-radius: 2px;
padding: 10px 10px;
line-height: 1.5;
margin: 0 0 5px 0;
background: #f3f3f3;
color: #303030;
text-align: center;
}


.mon2{
margin: 0 0 25px 0;
}


.mon2 a{
display: block;
padding: 18px 0 18px 15px;
background: linear-gradient( 
180deg, rgb(116 205 133) 0%, rgb(31 168 57) 100%);
color: #fff;
font-size: 1.9rem;
box-shadow: 0 3px 6px #c2c2c2;
border: 1px solid #1fa839;
border-radius: 3px;
letter-spacing: .2rem;
}
.mon2 a span{
position: relative;
display: block;
text-decoration: none;
}
.mon2 a span:before{
content: "";
background: url(../images/ic_pdf.svg);
width: 2.2rem;
height: 2.2rem;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: text-bottom;
}

.mon2 a span:after{
content: "";
background: url(../images/ic_download.svg);
width: 1.8rem;
height: 1.8rem;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: text-bottom;
position: absolute;
right: 5px;
top:.9rem;
}

.mon3h{
font-size: 1.4rem;
letter-spacing: .005rem;
border-radius: 10px;
padding: 10px 10px;
line-height: 1.5;
}

.mon3{
margin: 0 0 3px 0;
}

.mon3 a{
display: block;
padding: 18px 0 18px 15px;
background: linear-gradient( 
180deg, rgb(116 205 133) 0%, rgb(31 168 57) 100%);
color: #fff;
font-size: 1.9rem;
box-shadow: 0 3px 6px #c2c2c2;
border: 1px solid #1fa839;
border-radius: 3px;
letter-spacing: .2rem;
}
.mon3 a span{
position: relative;
display: block;
text-decoration: none;
}
.mon3 a span:before{
content: "";
background: url(../images/ic_pdf.svg);
width: 2.2rem;
height: 2.2rem;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: text-bottom;
}

.mon3 a span:after{
content: "";
background: url(../images/ic_download.svg);
width: 1.8rem;
height: 1.8rem;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: text-bottom;
position: absolute;
right: 5px;
top:.9rem;
}

.mon2 a,
.mon3 a
{
transition: .5s;
}

.mon2 a:hover,
.mon3 a:hover
{
opacity: .7;
}







.doctor__w{
width: 100%;
margin: 20px 0 0 0;
}

.doctor_i{
width: 80%;
margin: 0 auto 20px;
}
.doctor_i img{
}

.doctor_n{
display: block;
font-size: 1.7rem;
padding: 15px 20px 20px 0;
font-family: 'Noto Serif JP';
text-align: right;
font-weight: 500;
}


.doctor_t{

}




.ic_wakaba{
text-align: center;
border-radius: 100px;
background: #fffcde;
color: #484848;
border: 1px dotted #f8ec01;
display: block;
padding: 5px 0;
margin: 0 auto 20px;
width: 100%;
}


.ic_wakaba span{
font-size: 1.4rem;
font-weight: bold;
letter-spacing: .01rem;
}

.ic_wakaba span::before{
content: "";
display: inline-block;
background: url("../images/ic_wakaba.svg") no-repeat;
width: 14px;
height: 20px;
vertical-align: middle;
margin: 0 8px 0 0;
}


.parking_flex{
display: flex;
justify-content: space-between;
width: 100%;
}

.parking_flex1{
width: 65%;
}
.parking_flex2{
width: 30%;

}
.parking_flex2 img{
width: 100%;
border: 1px solid #009e75;
border-radius: 5px;
}





.side_bnr{
width: 70%;
margin: 0 auto 25px;
}

.side_bnr img{
width: 100%;
}



.bnr_clinics{
width: 60%;
margin: 0 auto;
}

.bnr_clinics a{
width: 100%;
}

.bnr_clinics a img{
width: 100%;
}

.clinicsflow__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.clinicsflow1{
width: 48%;
margin: 0 0 30px 0;
}

.clinicsflow1 img{
width: 100%;
}


.doctorname{
font-size: 2rem;
margin: 20px 0 30px 0;
font-family: 'Noto Serif JP';
}


.info_h4{
  display: inline-block;
  background: #f7f7f7;
  text-align: left;
  padding: 1vw 0 1vw 0;
  border-bottom: 2px solid #49b3cb;
  font-size: 1.8rem;
  margin: 0 0 3vw 0;
  width: 100%;
  line-height: 1;
}




.clinic__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 5vw 0;
}

.clinic1{
width: 100%;
margin: 0 0 3vw 0;
}

.clinic2{
width: 70%;
margin:  0 auto;
}

.clinic2 img{
width: 100%;
}


.newskiji{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3vw 0;
    height: 25vh;
}
.newskiji1{
width: 100%;
font-size: 1.2rem;
color: #636363;
margin-bottom: 5px;
}
.newskiji2{
width: 100%;
font-size: 1.8rem;
color: #49b3cb;
margin-bottom: 5px;
}

.newskiji2 span{
display: inline-block;
color: #ffffff;
font-size: 1.2rem;
margin: 0 0 0 20px;
background: #fd6d19;
line-height: 1;
padding: 2px 10px;
}
.newskiji3{
width: 100%;
}

.kiji__w{
width: 100%;
display: block;
padding: .5rem;
height: 35vh;
overflow-y: scroll;
}

.kiji1{
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 1rem;
border-bottom: 1px dotted #ccc;
}

.kiji1:last-child{
border-bottom: 0;
}

.kiji2{
width: 100%;
font-size: 1.2rem;
font-weight:300;
}

.kiji3{
width: 100%;
font-size: 1.5rem;
line-height: 1.2;
margin-bottom: .5rem;
color: #e7793b;
}
.kiji4{
width: 100%;
font-size: 1.4rem;
line-height: 1.6;
}


.topbnr__w{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 3vw 0 0 0;
}

.topbnr1{
width: 90%;
margin: 0 auto 4vw;
}

.topbnr1 a{
width: 100%;
}

.topbnr1 a img{
width: 100%;
}


.topbnr1 a:hover{
opacity: .7;
}

.topbnr1 a img{
width: 100%;
border: 1px solid #fb5447;
box-shadow: 3px 3px 12px #d8d5c0;
border-radius: 10px;
}

.sidebnr__w{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 3vw 0 5vw 0;
}

.sidebnr1{
width: 100%;
margin: 0 auto 4vw;
}

.sidebnr1 a{
width: 100%;
}

.sidebnr1 a img{
width: 100%;
}


.sidebnr1 a:hover{
opacity: .7;
}

.sidebnr1 a img{
width: 100%;
border: 1px solid #fb5447;
box-shadow: 3px 3px 12px #d8d5c0;
border-radius: 10px;
}



.timetable__w{
width: 100%;
}

.timetable_tbl{
width: 100%;
margin: 0 auto;
border: 3px solid #F4F4F4;
}

.timetable_tbl td{
border: 1px solid #fff;
vertical-align: middle;
}

.timetable1{
width: 23%;
text-align: center;
padding: 10px 5px;
font-size: 1.3rem;
background: #49b3cb;
color: #fff;
}

.timetable2{
width: 11%;
text-align: center;
padding: 10px 5px;
font-size: 1.3rem;
background: #F4F4F4;
}

.timetable3{
text-align: center;
padding: 8px 5px;
font-size: 1.3rem;
background: #F4F4F4;
line-height: 1.2;
}

.timetable4{
text-align: center;
padding: 8px 5px;
font-size: 1.3rem;
}

.timetable5{
text-align: center;
padding: 8px 5px;
font-size: 1.3rem;
color: #c7c7c7;
}

.timetabletxt1{
color: #f9864f;
}

.timetabletxt2{
color: #ee7b41;
}

.timetabletxt3{
color: #387d39;
}

.timetabletxt4{
color: #ee7b41;
}

.timetabletxt5{
color: #ee7b41;
}

.timetabletxt6{

}






.spfooternav__w{
width: 100%;
display: flex !important;
justify-content: space-between;
position: fixed;
bottom: 0;
z-index: 10;
height: 16vw;
background: #e8f0ff;
}

.spfooternav1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2vw 0;
  background: #f1f1f1;
  border-top: 1px solid #e6e6e6;
}

.spfooternav1 a{
font-size: 2.3rem;
line-height: 1.5;
color: #050061;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}

.spfooternav1 a span{
  color: #49b3cb;
}

.spfooternav1 a span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
display: inline-block;
width: 2.3rem;
height: 2.3rem;
vertical-align: middle;
margin-right: 1vw;
}


.spfooternav2{
font-size: 1.3rem;
}

.ic_medicalpage{
width: 12vw;
display: inline-block;
margin: 0 5vw 0 0;
}

.ic_medicalpage img{
width: 100%;
}

.slick_slider_w{
margin: 0 0 5vw 0;
}

}
/*sp*/


































/* ------------------------------------------
PC
------------------------------------------ */
@media screen and (min-width: 769px) {
html, body {
height: 100%;
background-color: #f7f7f7;
}

#container {
width: 100%;
height: 100%;
}

.sp {
display: none !important;
}

.pc {
display: block !important;
}

/* ------------------------------------------
MENU Button
------------------------------------------ */
#menu_sp_button {
display: none !important;
}

/* ------------------------------------------
Header
------------------------------------------ */
header {
width: 1100px;
min-width: 1100px;
margin: 0 auto;
padding: 30px 0;
display: flex;
justify-content: space-between;
}
header > h1 {
text-align: center;
margin:0 auto;
width: 40%;
}

/* ------------------------------------------
Main Navigation
------------------------------------------ */
#main_navi {
width: 1100px;
min-width: 1100px;
margin: 0 auto;
margin-bottom: 25px;
}
#main_navi > ul {
display: flex;
justify-content: space-between;
}


#main_navi > ul > li {
    width: 19%;
box-shadow: 2px 2px 2px #e7e7e7;
}
#main_navi > ul > li:first-child, #main_navi > ul > li:last-child {
}
#main_navi > ul > li > a {
display: block;
padding: 18px 0 10px;
text-decoration: none;
text-align: center;
border-radius: 5px;
-webkit-transition: all .4s;
transition: all .4s;
background: #fff;
}
#main_navi > ul > li > a:after {
display: inline-block;
width: 8px;
height: 8px;
border-top: solid 2px #91d9e9;
border-right: solid 2px #91d9e9;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
content: "";
margin-top: 0;
margin-bottom: 5px;
-webkit-transition: all .4s;
transition: all .4s;
}

#main_navi > ul > li > a.current_page:after {
border-top: solid 2px #91d9e9;
border-right: solid 2px #91d9e9;
}


#main_navi > ul > li > a > span {
display: block;
text-align: center;
line-height: 1;
}
#main_navi > ul > li > a > span:first-child {
margin-bottom: 7px;
font-size: 2rem;
color: #000;
letter-spacing: .05rem;;
}
#main_navi > ul > li > a > span:last-child {
font-size: 1.1rem;
color: #84cedf;
letter-spacing: .08rem;
font-weight: 200;
}
#main_navi > ul > li > a:hover {

}

#main_navi > ul > li > a:hover span {
opacity: 78;
}
#main_navi > ul > li > a:hover:after,
#main_navi > ul > li > a.current_page:after {
margin-top: 5px;
margin-bottom: 0;
}

/* /Main Navigation */
/* ------------------------------------------
Slider
------------------------------------------ */
#slider {
width: 980px;
min-width: 980px;
margin: 0 auto;
box-sizing: border-box;
clear: both;
background-color: #ffffff;
margin-bottom: 40px;
overflow: hidden;
position:relative;
height:350px;
}

.slide_image{
position:absolute;
z-index:1;
top:0px;
right:0px;
bottom:0px;
left:0px;
margin:auto auto;
}

.slide_image_02{
position:absolute;
z-index:2;
top:40px;
right:0px;
left:0px;
margin:auto auto;
width:589px;
height:84px;
}









/* ------------------------------------------
Contents
------------------------------------------ */
#contents {
width: 1100px;
min-width: 1100px;
margin: 0 auto;
overflow: hidden;
box-sizing: border-box;
clear: both;
}

#contents_main {
width: 780px;
margin-right: 20px;
float: left;
margin-bottom:40px;
}

#contents_sub {
width: 300px;
float: left;
}

/* ------------------------------------------
Top
------------------------------------------ */
.top_point3 {
padding: 25px 0;
margin-bottom: 30px;
text-align:center;
}
.top_point3 > h2 {
    color: #49b3cb;
    font-size: 3rem;
    letter-spacing: .1rem;
    display: inline-block;
    padding: 5px 40px;
    margin: 10px 0 40px 0;
    font-family: "Noto Serif JP";
    font-weight: 500;
}
.top_point3 > ul {
width: 750px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.top_point3 > ul > li {
width: 100%;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
background: #f9f8f3;
margin: 0 0 35px 0;
border-radius: 15px;
position: relative;
}

.top_point3 > ul > li:nth-child(1)::before {
content: '';
display: block;
background: url("../images/one.svg");
width: 55px;
height: 55px;
position: absolute;
top: -15px;
left: 5px;
}
.top_point3 > ul > li:nth-child(2)::before {
content: '';
display: block;
background: url("../images/two.svg");
width: 55px;
height: 55px;
position: absolute;
top: -15px;
right: 5px;
}
.top_point3 > ul > li:nth-child(3)::before {
content: '';
display: block;
background: url("../images/three.svg");
width: 55px;
height: 55px;
position: absolute;
top: -15px;
left: 5px;
}
.top_point3 > ul > li:last-child {
border-right: none;
}
.top_point3 > ul > li > h3 {
font-size: 2.7rem;
line-height: 1.5;
width: 65%;
letter-spacing: .05rem;
}
.top_point3 > ul > li > h3 > span {
background-color: #fda040;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100px;
display: block;
margin: 0 auto 12px;
}

.home_point_h{
order: 2;
padding: 10px 25px 20px;
text-align: center;
}

.home_point_txt{
width: 100%;
order: 1;
}

.home_point_txt2{
width: 100%;
order: 3 !important;
padding: 10px 15px 20px;
text-align: left;
}

.home_point_txt img{
width: 100%;
border-radius: 3px;
}

.top_point3 > ul > li > div {
padding: 10px 8px 15px;
text-align: left;
line-height: 1.5;
font-size: 1.5rem;
width: 35%;
}

.news {
margin-bottom: 30px;
}
.news > ul {
padding: 20px;
}
.news > ul > li {
clear: both;
padding-bottom: 15px;
border-bottom: 1px #ccc dotted;
margin-bottom: 15px;
overflow: hidden;
}
.news > ul > li:last-child {
margin-bottom: 0;
}
.news > ul > li > span {
display: block;
float: left;
}
.news > ul > li > span:first-child {
width: 100px;
color: #49b3cb;
}

.schedule {
}
.schedule .schedule_inner {
padding: 20px;
}
.schedule .schedule_inner > h3 {
font-size: 1.8rem;
margin-bottom: 10px;
}

.schedule .schedule_inner > h3 span {
font-weight: normal;
}

.schedule .schedule_inner > .table {
display: table;
width: 100%;
border: 1px #ccc solid;
border-right: none;
border-bottom: none;
box-sizing: border-box;
}
.schedule .schedule_inner > .table > div {
display: table-row;
}
.schedule .schedule_inner > .table > div > div {
display: table-cell;
border: 1px #ccc solid;
border-top: none;
border-left: none;
padding: 15px 0;
text-align: center;
width: 70px;
}
.schedule .schedule_inner > .table > div > div:first-child {
width: 270px;
}
.schedule .schedule_inner > .table > div.label > div {
background-color: #eee;
}
.schedule .schedule_inner > .table > div.data > div:nth-child(n+2) {
color: #f99d52;
}
.schedule .schedule_inner > aside {
padding: 15px 0 0;
font-size:1.6rem;
line-height: 1.8;
}

/* ------------------------------------------
Sidebar
------------------------------------------ */
#contents_sub {
margin-bottom: 40px;
overflow: hidden;
}

.side_tel {
margin-bottom: 20px;
}

.side_access > .text {
margin-bottom: 15px;
font-size:1.4rem;
line-height:1.6;
margin-left:5px;
}
.text1{
font-size: 1.8rem;
margin: 0 0 10px 0;
}

.side_access > .map {
text-align: center;
margin-bottom: 10px;
}

.side_access > .map > iframe {
width: 100%;
height: 300px;
}

.side_reserve > .text {
margin-bottom: 10px;
}
.side_reserve > .button {
display: block;
text-align: center;
margin-bottom: 10px;
}
.side_reserve > .qr_code div {
float: left;
width: 50%;
font-size: 1.2rem;
}
.side_reserve > .qr_code div:last-child {
text-align: right;
}

/* ------------------------------------------
Footer
------------------------------------------ */
footer {
background-color: #fff;
margin-top: 40px;
overflow: hidden;
}
footer .return_top {
background-color: #f7f7f7;
text-align: center;
}
footer #footer_navi {
background-color: #49b3cb;
}
footer #footer_navi > ul {
text-align: center;
}
footer #footer_navi > ul > li {
display: inline-block;
margin-right: 2em;
padding: 20px 0;
}
footer #footer_navi > ul > li:last-child {
margin-right: 0;
}
footer #footer_navi > ul > li > a {
text-decoration: none;
color: #fff;
line-height: 1;
}
footer #footer_navi > ul > li > a:hover {
text-decoration: underline;
}
footer #footer_navi > ul > li > a:before {
display: inline-block;
margin-right: 5px;
margin-bottom: 2px;
width: 4px;
height: 4px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}
footer .foot_info {
width: 1100px;
min-width: 1100px;
margin: 0 auto;
overflow: hidden;
box-sizing: border-box;
clear: both;
text-align: center;
padding: 30px 0;
}
footer .foot_info > div {
display: inline-block;
text-align: left;
vertical-align: top;
line-height: 1.6;
}
footer .foot_info > div > a > img {
vertical-align: middle;
width:400px;
}
footer .foot_info > div:first-child {
margin-right: 40px;
}
footer > small {
display: block;
text-align: center;
padding-bottom: 30px;
font-size: 1.2rem;
}

/* ------------------------------------------
Common
------------------------------------------ */
.common_box_red {
width: 780px;
box-sizing: border-box;
border: 4px #ececec solid;
border-radius: 5px;
overflow: hidden;
background-color: #fff;
}

.common_box {
width: 780px;
box-sizing: border-box;
border: 1px #49b3cb solid;
border-radius: 5px;
overflow: hidden;
background-color: #fff;
}
.common_box > h2 {
color: #fff;
padding: 10px 10px;
display: table;
width: 100%;
box-sizing: border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49b3cb+50,49b3cb+50 */
background: #49b3cb;
}
.common_box > h2 > span {
display: table-cell;
}
.common_box > h2 > span:first-child {
font-size: 3rem;
width: 40px;
padding: 5px 0 5px 10px;
}
.common_box > h2 > span:last-child {
vertical-align: middle;
font-size: 2.2rem;
line-height: 1;
}
.common_box .inner-box {
padding: 20px;
overflow: hidden;
}
.common_box .inner-box > p {
margin-bottom: 30px;
}
.common_box .inner-box > p:last-child {
margin-bottom: 0;
}
.common_box h3 {
padding: 0 15px;
border-left: 12px #49b3cb solid;
}

.common_side_box {
width: 300px;
border: 1px #ededed solid;
padding: 10px 10px 20px;
box-sizing: border-box;
border-radius: 5px;
overflow: hidden;
background-color: #fff;
margin-bottom: 20px;
}
.common_side_box > h3 {
color: #49b3cb;
font-size: 1.8rem;
padding-bottom: 5px;
border-bottom: 5px #e9e9e9 solid;
margin: 3px 0 10px;
letter-spacing: 2px;
padding-left: 5px;
}
.common_side_box > ul {
list-style: disc;
padding-left: 8px;
}
.common_side_box > ul > li {
margin-bottom: 3px;
font-size:1.6rem;
list-style:none;
line-height:2;
}


.common_side_box > ul > li a span{
display: inline-block;
border-bottom: 1px dotted #49b3cb;
}


.common_side_box > ul > li a::before{
content: url(../images/icon_arrow.png);
margin-right:8px;
}

.common_side_box > ul > li:last-child {
margin-bottom: 0;
}

.side_access_link_w span::before{
content: url(../images/icon_arrow.png);
margin-right:8px;
}

.side_gmap_link_w span::before{
content: url(../images/icon_arrow.png);
margin-right:8px;
}

.common_button {
background-color: #f7f7f7;
position: relative;
display: block;
text-decoration: none;
color: #333;
padding: 7px 10px;
-webkit-transition: all .3s;
transition: all .3s;
border-radius:20px;
text-align:center;
}

.common_button:before {
}
.common_button:hover {
opacity: .7;
color: #333;
}

.common_box_wrap > .common_box {
margin-bottom: 20px;
overflow: hidden;
}
.common_box_wrap > .common_box > .inner-box > ul {
width: 100%;
}
.common_box_wrap > .common_box > .inner-box > ul > li {
width: 50%;
float: left;
padding: 2px 0;
}
.common_box_wrap > .common_box > .inner-box > ul > li > span {
color: #C9AB00;
margin-right: 5px;
}
.common_box_wrap > .common_box:last-child {
margin-bottom: 0;
}

/* ------------------------------------------
サブページ
------------------------------------------ */
.main_image {
position: relative;
height: 200px;
margin-bottom: 25px;
display: flex;
justify-content: center;
align-items: center;
}
.main_image > .image {
position: absolute;
}
.main_image > .image > img {
border-radius: 5px;
}
.main_image > .title {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: .6rem;
  z-index: 4;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  color: #49b3cb;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}

/* ------------------------------------------
医師紹介
------------------------------------------ */
.common_box .doctor_1 > .doc_left {
width: 490px;
float: left;
line-height: 1.7;
}
.common_box .doctor_1 > .doc_left > .name {
padding-top: 10px;
text-align: right;
}
.common_box .doctor_1 > .doc_right {
float: left;
width: 190px;
text-align: right;
}
.common_box .doctor_1 .doc_name {
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 30px;
margin-top:10px;
margin-left: 18px;
}

/* ------------------------------------------
施設案内
------------------------------------------ */
.common_box .facilities_1 > ul > li {
margin-bottom: 10px;
}
.common_box .facilities_1 > ul > li > div > div {
padding-top: 5px;
text-align: center;
}
.common_box .facilities_1 > ul > li:nth-child(odd) {
width: 325px;
float: left;
}
.common_box .facilities_1 > ul > li:nth-child(even) {
width: 325px;
float: right;
}

/* ------------------------------------------
FAQ
------------------------------------------ */
.faq_wrap > .faq_line > div {
display: table;
width: 100%;
}
.faq_wrap > .faq_line > div > div {
display: table-cell;
}
.faq_wrap > .faq_line > div > div:first-child {
width: 50px;
}
.faq_wrap > .faq_line > .faq_q {
margin-bottom: 10px;
color: #927A09;
font-size: 1.6rem;
}
.faq_wrap > .faq_line > .faq_a {
padding-bottom: 20px;
border-bottom: 1px #927A09 dotted;
margin-bottom: 20px;
}
.faq_wrap > .faq_line .faq_q_symbol {
display: table-cell;
content: 'Q';
background-color: #927A09;
color: #fff;
font-size: 1.8rem;
padding: 3px 10px;
border-radius: 5px;
font-weight: bold;
margin-right: 5px;
}
.faq_wrap > .faq_line .faq_a_symbol {
display: table-cell;
content: 'A';
border: 1px #927A09 solid;
color: #927A09;
font-size: 1.8rem;
padding: 3px 10px;
border-radius: 5px;
font-weight: bold;
margin-right: 5px;
}
.faq_wrap > .faq_line:last-child > .faq_a {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}

/* ------------------------------------------
アクセス
------------------------------------------ */
.access_wrap {
width: 100%;
}
.access_wrap .access_text {
}
.name {
font-size: 1.8rem;
margin-bottom: 15px;
font-weight: bold;
}
.address {
margin-bottom: 20px;
}
.access_wrap .access_text > .train > ul {
display: block;
}
.access_wrap .access_text > .train > ul > li {
margin-bottom: 5px;
font-size: 1.6rem;
}
.access_wrap .access_text > .train > ul > li > span {
color: #c5d111;
margin-right: 5px;
}
.access_wrap .access_image {
display: flex;
width: 100%;
justify-content: space-between;
margin: 50px auto 30px;
}
.access_wrap .access_image > img {
display: block;
width: 100%;
border: 4px solid #efefef;
border-radius: 5px;
margin: 0 auto;
}

.access_wrap  .parking_image {
display: flex;
width: 90%;
justify-content: flex-start;
margin: 50px auto 30px;
}
.access_wrap  .parking_image > img {
display: block;
width: 30%;
border: 1px solid #009e75;
border-radius: 5px;
}

.cd_image {
width: 500px;
margin:0 auto 20px;
}
.ce_image > img {
border: 1px #ccc solid;
}





.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* plus */
.schedule_mark{
color:#dd3131;
font-weight:bold;
font-size:1.4rem;
}

.map iframe{
width:210px;
height:210px;
}

.medical_detail_w{
margin-bottom:25px;
}

.medical_detail_h{
font-size:1.8rem;
}

.medical_detail_t{
}


.medical_detail_h::before{
content:"■";
color:#49b3cb;
font-size:1.4rem;
margin-right:5px;
}

.medical_introduce_t{
font-size:1.5rem;
}

h3.medical_subject_h{
color:#49b3cb;
font-size:1.8rem;
letter-spacing:3px;
}

/* 医師紹介 */

.doc_left p{
margin-bottom:10px;
line-height: 1.6;
}

.doc_left .name{
font-size:1.8rem;
}

ul.doctor_list{
}

ul.doctor_list li{
font-size:1.4rem;
float:none !important;
}

.doctor_tbl{
width:100%;
margin-bottom:30px;
margin-top:20px;
}

.doctor_tbl td{
padding-bottom: 5px;
}

.doctor_year{
width:110px;
}

.doctor_list_w{
margin-top:20px;
margin-bottom:20px;
}

.doctor_list_wb{
margin-top:20px;
margin-bottom:0;
}
.doctor_list_w ul{

}

.doctor_list_w li{
padding-bottom: 5px;
}

.doctor_list_w li::before{
content:"・";
}

.doc_right img{
width:170px;
height:212px;
border-radius:5px;
}

.doctor_1 h3{
font-size:2rem;
letter-spacing: 2px;
}

/* 求人情報 */
.recruite_txt_w{

margin-top:20px;}

.recruite_txt_w p{
}

/* アクセス */
.train ul li::before {
}

.train_h{
color: #49b3cb;
font-size: 1.7rem;
}


.train_h::before{
content: "■";
color: #49b3cb;
margin-right:3px;
}



/* サイド　電話番号 */
.side_telephone_w{
background:#49b3cb;
border-radius:5px;
width:100%;
color:#fff;
text-align:center;
padding:15px 0 15px;
margin-bottom:20px;
box-shadow: 3px 3px 4px #e1e1e1;
}

.side_telephone_w p a{
text-decoration: none !important;
color: #fff;
}

.side_telephone_w2{
background:#3d81c4 !important;
}


.side_telephone_h{
font-size:2rem;
line-height: 1;
}

.side_telephone_number p{
font-size: 2.5rem;
border-bottom: 1px dotted #fff;
display: inline-block;
line-height: 1em;
padding: 15px 0;
}

.side_telephone_number p::before{
content: "";
display: inline-block;
width: 2.5rem;
height: 2.5rem;
background-image: url(../images/icon_telephone.png);
background-size: contain;
vertical-align: top;
margin-right: 5px;
}

.side_telephone_day{
margin-top:8px;   
}

.side_telephone_day p{
font-size:1.6rem;
line-height: 1.5;
}

.side_telephone_memo p{
font-size:1.3rem;
line-height:1.5;
}

/* お知らせ */
.info-detail{
display:block;
font-size:1.5rem;
line-height:1.75;
padding: 0 0 0 150px;
}

.info-date{
width:150px !important;
font-size:1.4rem;
color: #000000 !important;
}

.info-h{
margin-bottom:5px;
color: #49b3cb;
}

.news > ul > li:last-child {
}









/*写真flex*/
.itv_list_w ul{
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}

.itv_list_w ul li{
width: 49%;
}



.itv_list_w ul div{
font-size: 1.5rem;
text-align: center;
}

.itv_list_w ul img{
margin:10px 0;
width: 100%;

}



ul.itv_introduce_w{
display:flex;
flex-wrap:wrap;
padding: 0 20px;
}

ul.itv_introduce_w li{
width:49%;
}

ul.itv_introduce_w li::before {
content: "■";
color: #49b3cb;
font-size: 1.4rem;
margin-right: 5px;
}






/* slick */
.slick_slider_w{
width:1100px;
height:400px;
margin:0 auto 30px;
position:relative;
}

.slick_slider_u{
}

.slick_slider_u li{
width:1100px;
height:400px;
}

.slick_slider_t{
position:absolute;
z-index:2;
top:40px;
right:0px;
left:0px;
margin:0 auto;
}

.slick_slider_b{
position:absolute;
z-index:1;
}




/* サイド　初診受付 */
.side_newrsv_a{
text-decoration:none;
}
.side_newrsv_w{
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 99%);
background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 99%);
background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
;
border-radius:5px;
width:100%;
text-align:center;
padding:10px 0 14px;
margin-bottom:20px;
border:solid 1px #d4d4d4;
box-sizing:border-box;
box-shadow:0px 3px 0px 0px #d4d4d4;
}

.side_newrsv_number p{
font-size:2.1rem;
display:inline-block;
line-height: 1em;
padding-top: 7px;
color:#00ad9c;
font-weight:bold;
}

.side_newrsv_number p::before{
content: '';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../images/ic_arrow_02.png);
background-size: contain;
vertical-align: middle;
margin-right:7px;
}

.side_newrsv_day{
}

.side_newrsv_day p{
font-size: 1.4rem;
line-height: 1.4;
margin-top: 5px;
}

.side_newrsv_memo p{
font-size:1.3rem;
line-height:1.5;
}



.train{
margin: 0 0 20px 0;
}

.train:last-child{
margin: 0 0 0 0;
}






.l__news{

}

.newsbox{
margin: 0 0 15px 0;
border-bottom: 1px solid #ccc;
}

.newsbox1{
font-size: 1.3rem;
color: #000;
display: inline-block;
}

.newsbox2{
display: inline-block;
padding: 5px 10px;
text-align: center;
background: #f377a6;
color: #fff;
font-size: 1.2rem;
border-radius: 100px;
line-height: 1;
}

.newsbox3{
font-size: 1.6rem;
margin: 10px 0 10px 0;
}













.telbox{
flex-wrap: wrap;
justify-content: space-between;
display: flex;
width: 30%;
margin: 10px 0;
}
a.btn_rsv_a{
display: block;
width: 100%;
background: #3d81c4;
border-radius: 5px;
color: #fff;
padding: 0 0 10px 0;
}
.tel1{
width: 100%;
font-size: 2.2rem;
text-align: center;
padding: 5px 0 5px;
}

.tel2{
width: 100%;
text-align: center;
padding: 0 0 10px;
}

.tel2 a{
}

.tel2 span{
font-size: 2.8rem;
line-height: 1;
letter-spacing: .1rem;
}


.tel2 span::before{
content: "";
display: inline-block;
width: 2.8rem;
height: 2.8rem;
background-image: url(../images/icon_telephone.png);
background-size: contain;
vertical-align: bottom;
margin-right: 5px;
}

.tel3{
width: 100%;
text-align: center;
line-height: 1.4;
font-size: 1.7rem;
}


.txt1{

}

.h31{
color: #49b3cb;
margin: 0 0 20px 0;
font-size: 2.4rem;
line-height: 1.3;
}
.h32{
color: #49b3cb;
font-weight: bold;
}

.image50{
width: 60%;
margin: 0 auto;
}

.image50 img{
width: 100%;
display: inline-block;
}






/*クリニックナビ*/
.clinicnav{
}

.clinicnav ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 40px;
}

.clinicnav ul li{
width: 32%;
}

.clinicnav ul li a{
padding: 20px 0;
font-size: 1.8rem;
text-align: center;
display: block;
margin-bottom: 15px;
border-radius: 5px;
color: #49b3cb;
background: #fff;
border: 1px solid #49b3cb;
}

.clinicnav ul li a:hover{
opacity: .5;
}

.clinicnav ul li a span{
display: block;
width: 100%;
position: relative;
}

.clinicnav ul li a span::before{
content: "";
background: url(../images/ic_arrow_under.svg);
width: 1.2rem;
height: 1.2rem;
display: inline-block;
position: absolute;
left: 15px;
top: 1.3rem;
}


.clinicnav ul li a i{
margin-right: 5px;
}


.flex2{
width: 100%;
margin: 0 0 0 0;
}


.flex2 ul{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}


.flex2 ul li{
width: 50%;
margin: 0 0 5px 0;
}

.flex3{
width: 100%;
margin: 15px 0 0 0;
}


.flex3 ul{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}


.flex3 ul li{
width: 100%;
margin: 0 0 5px 0;
}

.h41{
font-weight: bold;
font-size: 1.6rem;
border-bottom: 3px dotted #f7a3c5;
margin: 0 0 15px 0;
display: inline-block;
color: #49b3cb;
}


.table1{
width: 100%;
border: 1px solid #ccc;

}

.table1 th{
width: 30%;
border: 1px solid #ccc;
background: #f9f9f9;
}

.table1 td{
width: 70%;
border: 1px solid #ccc;
padding: 20px 30px;
}

.table2{
width: 100%;
border: 1px solid #ccc;

}

.table2 th{
border: 1px solid #ccc;
background: #f9f9f9;
padding: 20px 30px;

}

.th21{
width: 35%;

}
.th22{
width: 65%;
}


.table2 td{
border: 1px solid #ccc;
padding: 15px 30px;
}






.schedule0 li b,
.schedule1 li b {
display: inline-block;
padding: 3px 15px;
background: #ffe69e;
margin-bottom: 10px;
border-radius: 100px;
}


.va_schedule {
width: 100%;
margin-bottom: 5px;
}
.va_schedule th{
width: 10%;
border: 1px solid #CCC;
background-color: #f3f3f3;
vertical-align: middle;
color: #000;
font-weight: 400;
}
.va_schedule td{
width: 90%;
border: 1px solid #CCC;
text-align: center;
padding: 15px;
}
.va_schedule td > ul.schedule0 li {
width: 20%;
display: block;
float: left;
list-style-type: none;
text-align: center;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #999;
}
.va_schedule td > ul.schedule0 li:last-child {
width: 19%;
display: block;
float: left;
list-style-type: none;
text-align: center;
border-right-style: none;
}
.va_schedule td > ul.schedule1 li {
width: 50%;
display: block;
float: left;
list-style-type: none;
text-align: center;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #999;
}
.va_schedule td > ul.schedule1 li:last-child {
width: 49%;
display: block;
float: left;
list-style-type: none;
text-align: center;
border-right-style: none;
}
.va_schedule td > span.check{
background-color: #F00;
color: #FFF;
padding: 2px;
}

.mon1{
font-size: 1.5rem;
line-height: 1.5;
margin: 0 0 15px 0;
}


.mon2h{
font-size: 1.4rem;
letter-spacing: .05rem;
border-radius: 2px;
padding: 7px 3px;
line-height: 1.3;
margin: 0 0 5px 0;
background: #f3f3f3;
color: #303030;
text-align: center;
}


.mon2{
margin: 0 0 25px 0;
}

.mon2 a{
display: block;
padding: 18px 0 18px 15px;
background: linear-gradient( 
180deg, rgb(116 205 133) 0%, rgb(31 168 57) 100%);
color: #fff;
font-size: 1.9rem;
box-shadow: 0 3px 6px #c2c2c2;
border: 1px solid #1fa839;
border-radius: 3px;
letter-spacing: .2rem;
}
.mon2 a span{
position: relative;
display: block;
text-decoration: none;
}
.mon2 a span:before{
content: "";
background: url(../images/ic_pdf.svg);
width: 2.2rem;
height: 2.2rem;
display: inline-block;
margin: 0 15px 0 0;
vertical-align: text-bottom;
}

.mon2 a span:after{
content: "";
background: url(../images/ic_download.svg);
width: 1.8rem;
height: 1.8rem;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: text-bottom;
position: absolute;
right: 5px;
top:.9rem;
}

.mon3h{
font-size: 1.3rem;
letter-spacing: .005rem;
line-height: 1.4;
margin: 10px 0 0 0;
text-align: center;
}

.mon3{
margin: 0 0 3px 0;
}

.mon3 a{
    display: block;
    padding: 18px 0 18px 15px;
    background: linear-gradient( 
180deg, rgb(116 205 133) 0%, rgb(31 168 57) 100%);
    color: #fff;
    font-size: 1.7rem;
    box-shadow: 0 3px 6px #c2c2c2;
    border: 1px solid #1fa839;
    border-radius: 3px;
    letter-spacing: .1rem;
}
.mon3 a span{
position: relative;
display: block;
text-decoration: none;
}
.mon3 a span:before{
content: "";
background: url(../images/ic_pdf.svg);
width: 2.2rem;
height: 2.2rem;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: text-bottom;
}

.mon3 a span:after{
content: "";
background: url(../images/ic_download.svg);
width: 1.8rem;
height: 1.8rem;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: text-bottom;
position: absolute;
right: 5px;
top:.9rem;
}

.mon2 a,
.mon3 a
{
transition: .5s;
}

.mon2 a:hover,
.mon3 a:hover
{
opacity: .7;
}

.doctor__w{
width: 100%;
}

.doctor_i{
float: right;
width: 300px;
margin: 0 0 15px 20px;
}
.doctor_i img{
}

.doctor_n{
display: block;
font-size: 2rem;
padding: 5px 20px 0 0;
font-family: 'Noto Serif JP';
text-align: right;
font-weight: 500;
}

.doctor_t{

}

.ic_wakaba{
text-align: center;
border-radius: 100px;
background: #fffcde;
color: #484848;
border: 1px dotted #f8ec01;
margin: 0 0 10px 0;
}


.ic_wakaba span{
font-size: 1.6rem;
font-weight: bold;
letter-spacing: .01rem;
}

.ic_wakaba span::before{
content: "";
display: inline-block;
background: url("../images/ic_wakaba.svg") no-repeat;
width: 14px;
height: 20px;
vertical-align: middle;
margin: 0 8px 0 0;
}



.parking_flex{
display: flex;
justify-content: space-between;
width: 100%;
}

.parking_flex1{
width: 70%;
}
.parking_flex2{
width: 25%;

}
.parking_flex2 img{
width: 100%;
border: 1px solid #009e75;
border-radius: 5px;
}





.side_bnr{
width: 100%;
margin: 0 auto 25px;
}

.side_bnr img{
width: 100%;
}



.bnr_clinics{
width: 360px;
margin: 0 auto;
}

.bnr_clinics a{
width: 100%;
}

.bnr_clinics a img{
width: 100%;
}

.clinicsflow__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.clinicsflow1{
width: 32%;
margin: 0 0 25px 0;
}

.clinicsflow1 img{
width: 100%;
}

.doctorname{
font-size: 2.6rem;
margin: 20px 0 40px 0;
font-family: 'Noto Serif JP';
}

.info_h4{
  display: inline-block;
  background: #f7f7f7;
  text-align: left;
  padding: 3px 0 3px 0;
  border-bottom: 2px solid #49b3cb;
  font-size: 2.3rem;
  margin: 0 0 25px 0;
  width: 100%;
  line-height: 1;
}

.clinic__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 30px 0;
}

.clinic1{
width: 56%;
}

.clinic2{
width: 40%;
}

.clinic2 img{
width: 100%;
}

.newskiji{
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 0 0 30px 0;
height: 300px;
}
.newskiji1{
width: 100%;
font-size: 1.2rem;
color: #636363;
margin-bottom: 5px;

}
.newskiji2{
width: 100%;
font-size: 2.3rem;
color: #49b3cb;
margin-bottom: 5px;
}

.newskiji2 span{
display: inline-block;
color: #ffffff;
font-size: 1.6rem;
margin: 0 0 0 20px;
background: #fd6d19;
line-height: 1;
padding: 2px 10px;
}
.newskiji3{
width: 100%;
}

.kiji__w{
width: 100%;
display: block;
padding: .5rem;
height: 300px;
overflow-y: scroll;
}

.kiji1{
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 1.5rem;
border-bottom: 1px dotted #ccc;
}

.kiji1:last-child{
border-bottom: 0;
}

.kiji2{
width: 100%;
font-size: 1.3rem;
font-weight:300;
}

.kiji3{
width: 100%;
font-size: 1.7rem;
line-height: 1.2;
margin-bottom: .5rem;
color: #e7793b;
}
.kiji4{
width: 100%;
font-size: 1.4rem;
line-height: 1.6;
}


.topbnr__w{
width: 100%;
display: flex;
justify-content: space-between;
margin: 0 0 20px 0;
}

.topbnr1{
width: 380px;
}

.topbnr1 a{
width: 100%;
}

.topbnr1 a:hover{
opacity: .7;
}

.topbnr1 a img{
width: 100%;
border: 1px solid #fb5447;
box-shadow: 3px 3px 12px #d8d5c0;
border-radius: 10px;
}

.sidebnr__w{
width: 100%;
display: flex;
justify-content: space-between;
margin: 0 0 10px 0;
flex-wrap: wrap;
}

.sidebnr1{
width: 100%;
margin: 0 0 15px 0;
}

.sidebnr1 a{
width: 100%;
}

.sidebnr1 a:hover{
opacity: .7;
}

.sidebnr1 a img{
width: 100%;
border: 1px solid #fb5447;
box-shadow: 3px 3px 12px #d8d5c0;
border-radius: 5px;
}




.timetable__w{
width: 100%;
}

.timetable_tbl{
width: 100%;
border: 3px solid #F4F4F4;
}

.timetable_tbl td{
border: 1px solid #fff;
}

.timetable1{
width: 30%;
text-align: center;
padding: 10px 5px;
font-size: 1.8rem;
background: #49b3cb;
color: #fff;
}

.timetable2{
width: 10%;
text-align: center;
padding: 10px 5px;
font-size: 1.8rem;
background: #F4F4F4;
}

.timetable3{
text-align: center;
padding: 8px 5px;
font-size: 1.6rem;
background: #F4F4F4;
font-weight: 700;
}

.timetable4{
text-align: center;
padding: 8px 5px;
font-size: 1.8rem;
}

.timetable5{
text-align: center;
padding: 8px 5px;
font-size: 1.8rem;
color: #c7c7c7;
}

.timetabletxt1{
color: #f9864f;
}

.timetabletxt2{
color: #ee7b41;
}

.timetabletxt3{
color: #387d39;
}

.timetabletxt4{
color: #ee7b41;
}

.timetabletxt5{
color: #ee7b41;
}

.timetabletxt6{

}

.ic_medicalpage{
width: 65px;
display: inline-block;
margin: 0 30px 0 0;
}

.ic_medicalpage img{
width: 100%;
}


}
/*PC*/













