@charset "utf-8";
/* CSS Document */



/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
opacity: 0;
transform: translateY(100px);
}

to {
opacity: 1;
transform: translateY(0);
}

}


/* PC */
@media screen and (min-width:751px) {

.wrap{
position: relative;
background: #f9f9f5;    
}

/* header */

.headerfix{
/*position: fixed;
top: 0;
z-index: 100;*/
width: 100%;
}

header{
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    height: 15rem;
}

.header1{
width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.header2{
width: 400px;
margin: 0 3vw 0 0;    
}

.header2 h1{
}

.header2 h1 a{
display: block;
}

.header2 h1 a img{
width: 100%;
}

.header3{
}

.header4{
width: 100%;
text-align: right;
margin: 0 0 15px 0;
}

.header4 a{
width: 100%;
display: block;
font-size: 4rem;
line-height: 1;
font-family: 'Baloo 2', cursive;
font-weight: 400;    
}

.header4 a span{

}

.header4 a span::before{
content: "";
background: url("../images/ic_tel.svg");
display: inline-block;
width: 3.5rem;
    height: 3.5rem;
    position: relative;
    top: 6px;
}

.header5{
width: 100%;
text-align: right;
font-size: 1.5rem;
font-weight: 500;
}

.header6{
width: 350px;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.4;
}

.header7 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0.7vw 0;
}

.header8{
width: 9rem;
text-align: center;
}

.header8 span {
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    background: #5d3a2d;
    padding: 3px 5px 5px;
    line-height: 1;
    width: 100%;
    color: #fff;
}

.header9 {
    width: calc(100% - 10.2rem);
}

.header10{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.header11{
width: 9rem;
text-align: center;
}

.header11 span{
display: inline-block;
border-radius: 100px;
text-align: center;
background: #5d3a2d;
padding: 3px 5px 5px;
line-height: 1;
width: 100%;
color: #fff;
}

.header12 {
    width: calc(100% - 10.2rem);
}
 .header13 {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
}   


    
    .header_time1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0.3vw 0;
}    
.header_time2{
}

.header_time2 {
    content: "";
    background: url(../images/ic_tel.svg);
    display: inline-block;
    width: 5.5rem;
    height: 5.5rem;
    margin: 13px 5px 0 0;
}
   
.header_time3 {
    text-align: left;
    line-height: 1.2;
}    
.header_time3 a {
    width: 100%;
    display: block;
    font-size: 4rem;
    color: #13ae67;
    font-weight: 900;
   margin: 0 0 1px 0;
}
.header_time3 a span{
    width: 100%;
    display: block;
    font-size: 4rem;
    color: #13ae67;
    font-weight: 900;
    line-height: 1;
}    
/* header */















/* nav */


/*========= ドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav{
color: #fff;
text-align: center;
background: #dbf4f9;
}

/*ナビゲーションを横並びに*/
nav ul:first-child{
/*2階層目の基点にするためrelativeを指定*/
position: relative;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
background: #f9f9f5;
margin: 0 auto;
border-radius: 6px;
height: 130px;
}

nav ul li{
display: flex;
justify-content: center;    
}

/*2階層目以降は横並びにしない*/
nav ul ul{
display: block;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
/*矢印の基点にするためrelativeを指定*/
    position: relative;
    display: block;
    text-decoration: none;
    padding: 1.4rem 35px;
    transition: all .3s;
    font-size: 1.9rem;
    width: 100%;
    font-family: 'Zen Maru Gothic';
}

nav ul li li a{
padding:20px;
}


nav ul li a span.nav1::before {
    content: "";
    display: block;
    margin: 0 auto 8px;
    background: url(../images/ic_nav1.svg);
    width: 50px;
    height: 50px;
    }
nav ul li a span.nav2::before {
    content: "";
    display: block;
    margin: 0 auto 8px;
    background: url(../images/ic_nav2.svg);
    width: 50px;
    height: 50px;
    }
nav ul li a span.nav3::before {
    content: "";
    display: block;
    margin: 0 auto 8px;
    background: url(../images/ic_nav3.svg);
    width: 50px;
    height: 50px;
    }
nav ul li a span.nav4::before {
    content: "";
    display: block;
    margin: 0 auto 8px;
    background: url(../images/ic_nav4.svg);
    width: 50px;
    height: 50px;
    }
nav ul li a span.nav5::before {
    content: "";
    display: block;
    margin: 0 auto 8px;
    background: url(../images/ic_nav5.svg);
    width: 50px;
    height: 50px;
    }
nav ul li a span.nav6::before {
    content: "";
    display: block;
    margin: 0 auto 8px;
    background: url(../images/ic_nav6.svg);
    width: 50px;
    height: 50px;
    }    

/*==矢印の設定*/



@media screen and (max-width:1200px){
nav ul li.has-child{
height: 15vh;
}

}

/*== 2層目の設定 */

nav li.has-child ul{
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  border-radius: 6px;
    background: #5d3a2d;
    top: 120px;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul{
visibility: visible;
opacity: 1;
}

/*各ナビゲーション横幅*/
nav li.has-child ul li{
/*width:200px;*/
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
  display: block;
    background: url("../images/ic_arrow.svg") no-repeat right 15px center;
    background-size: 15px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #fff;
}
nav li.has-child ul li:last-child a{
    border:none;
}
nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
opacity: 0.6;
}

nav li.has-child ul li:hover{
border: 0;
}


.navbnr{
display: flex;
align-items: center;
}

.navbnr a{
display: inline-block;
background: #02b2bf;
padding: 15px 18px;
color: #fff;
border-radius: 12px 5px 12px 5px;
}

.navbnr a:hover{
background: #25C5D0;
color: #fff;
}






/* nav */





















/* pagetop */


#page-top {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
}
#page-top a {
width: 120px;
display: block;
opacity: 0.9;
transition: all .3s ease;
}
#page-top a:hover {
text-decoration: none;
opacity: .5;
}


#page-top a img{
width: 100%;
display: block;
}


/* pagetop */






/* breadcrumb */

.breadcrumb__w{
width: 100%;
margin: 0 auto;
padding: 15px 0 15px 30px;
font-size: 1.5rem;
background: #f5f5f5;
}

.breadcrumb__w ol{
padding: 0;
color: #002c5a !important;
width: 900px;
margin: 0 auto;

}

.breadcrumb__w ol li{
list-style:none;
display:inline;
}

.breadcrumb__w ol li a:link,
.breadcrumb__w ol li a:visited{
color:#002c5a !important;
}

.breadcrumb__w ol li a:hover,
.breadcrumb__w ol li a:active{
opacity: .7;
}

.breadcrumb__w ol li:last-of-type a{
color:#002c5a !important;
}

.breadcrumb__w ol li:last-of-type a:hover,
.breadcrumb__w ol li:last-of-type a:active{
opacity: .7;
}

/* breadcrumb */










/* medical */

.topmedical__w{
  width: 100%;
  padding: 60px 0 60px;
    background: #f9f9f5;
    position: relative;
}
    
.topmedical__w::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/top_wave02.png);
    height: 0;
    width: 100%;
    padding-bottom: 6%;
    bottom: 0;
    position: absolute;
    z-index: 1;
}    


.topmedical1{
text-align: center;
margin: 40px 0 40px 0;
}

.topmedical1 h2{
font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .6rem;
    color: #795548;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}


.topmedical1 h2 span::after{
content: "feature";
display: block;
text-align: center;
font-size: 3rem;
letter-spacing: .3rem;
font-weight: 400;
line-height: 1;
font-family: 'Cabin Sketch', cursive;
color: #bb9570;    
}

.topmedical2{
width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
z-index: 2;
position: relative;
}

.topmedical3{
width: 30%;
position: relative;
overflow: hidden;


    
}
.topmedical3::before {
    
}
.topmedical3:first-child::before {
    content: "";
    display: block;
    background: url(../images/ic_01.svg);
    width: 100px;
    height: 100px;
    background-size: cover;
    top: 40px;
    position: relative;
}
.topmedical3:nth-child(2)::before {
    content: "";
    display: block;
    background: url(../images/ic_02.svg);
    width: 100px;
    height: 100px;
    background-size: cover;
    top: 40px;
    position: relative;
}   
.topmedical3:nth-child(3)::before {
    content: "";
    display: block;
    background: url(../images/ic_03.svg);
    width: 100px;
    height: 100px;
    background-size: cover;
    top: 40px;
    position: relative;
}
   
.topmedical4{
text-align: center;
    font-size: 2.2rem;
    color: #5d3a2d;
    letter-spacing: .2rem;
    margin: 25px 0 20px 0;
    line-height: 1.4;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.topmedical4 span{
    border-bottom: 1px dashed;
    line-height: 2;
    padding: 0 0.5vw 0;
}

.topmedical4 span::before{
}


.topmedical8{
width: 100%;
font-size: 1.6rem;
line-height: 1.7;
letter-spacing: 0;
padding: 0 1vw 0 1vw;    
}

.topmedical9{
width: 100%;
}

.topmedical9 a{
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #e56ca3;
    padding: 12px 0;
    text-align: center;
    letter-spacing: -.005rem;
    color: #ffffff;
    box-shadow: 6px 6px 15px #f1b2cf;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    border-radius: 3px;
}

.topmedical9 a span{
display: block;
width: 100%;
}

.topmedical9 a span::after{
content: "";
background: url("../images/ic_arrow1.svg");
display: inline-block;
width: 1.6rem;
height: 1.6rem;
position: absolute;
top: 11px;
right: 8px;
}

.topmedical9 a:hover{
transform: translateY(-3px);
opacity: .5;
}

.topmedical10{
width: 100%;
text-align: center;
margin: 0 0 17px 0;
}

.topmedical10 img{
width: 100%; 
border-radius: 5px;    
}

.topmedical11{
margin: 50px auto 50px;  
text-align: center;   
}
.topmedical11 span{
    width: 100%;
    font-size: 2rem;
    font-weight: 500;
    
}
.topmedical12{
margin: 50px auto 50px;
width: 1000px;     
}
.topmedical12 span{
    width: 100%;
    font-size: 1.7rem;
    font-weight: 500;
    
}
.medi_list_w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.medi_list_w a{
width: 48%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    padding: 15px 15px;
    border-radius: 100px;
    box-shadow: 3px 5px 20px #c1c1c1;
    font-size: 1.8rem;
    letter-spacing: .1rem;
    color: #fff;
    background: #f09d4a;
}
.medi_list_w a span::after {
    content: "";
    background: url("../images/ic_arrow_bottom.svg");
    width: 1.7rem;
    height: 1.7rem;
    display: block;
    position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
}    
.medi_list_w a::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 2;
}
.medi_list_w a img {
width: 100%;
height: auto;
transition:1s all;
}
.medi_list_w a:hover img {
transform:scale(1.2,1.2);
transition:1s all;
}    
.medi_list_txt {
display: block;
text-align: center;
font-size: 2.3rem;
font-family: 'Zen Maru Gothic', sans-serif;    
}    
/* medical */




.note__w{
width: 550px;
margin: 0 auto 30px;
display: flex;
flex-wrap: wrap;
background: #fff;
padding: 15px 0 30px;
border-radius: 20px;
}

.note1{
  width: 100%;
  text-align: center;
  padding: 3px 20px;
  border-radius: 3px;
  color: #ef6081;
  font-size: 3.3rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
}


.note2{
width: 100%;
text-align: center;
  margin: 0 0 12px 0;
}

.note3{
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #103546;
  line-height: 1.5;
}

.note4{
  width: 550px;
  border: 2px solid #ffabab;
  background: #fff8f8;
  padding: 15px 20px 22px;
  color: #e93131;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 3px;
}

.note5{
margin: 0 0 18px 0;
font-size: 1.5rem;
text-align: left;
line-height: 1.6;
}

.note6{
width: 100%;
}


.note6 a{
width: 100%;
display: block;
font-size: 2.5rem;
color: #0050a3;
font-weight: 900;
line-height: 1;
}

.note6 a span{

}

.note6 a span::before{
content: "";
background: url("../images/ic_tel.svg");
display: inline-block;
width: 2.2rem;
height: 2.2rem;
margin: 0 7px 0 0;
vertical-align: bottom;
}

.note7{
    width: 550px;
    background: #ffffff;
    padding: 20px 20px;
    color: #295b9a;
    margin: 0 auto;
    text-align: center;
    border-radius: 200px;
}

.note8{
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0rem;
}

.note8 span{

}

.note8 span::before{
content: "";
background: url("../images/ic_exclamation.svg");
display: inline-block;
width: 2.2rem;
height: 2.2rem;
margin: 0 7px 0 0;
vertical-align: bottom;
}

.note9{
 background: linear-gradient(transparent 75%, #ffff7f 75%);
 display: inline-block;
}



/* news */

.topnews__w{
width: 100%;
    background: #feecd9;
background: url("../images/info_bg.jpg");
background-size: cover;    
padding: 40px 0 120px;
    position: relative;
    
}
.topnews__w::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/top_wave01.png);
    height: 0;
    width: 100%;
    padding-bottom: 6%; /* = 120 / 2000 */
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.topnews1{
text-align: center;
margin: 40px 0 40px 0;
}
.topclosed_w {
    text-align: center;
    margin: 40px 0 40px 0;
}
.topclosed_ttl {
    width: 100%;
    font-size: 2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color:#d57c23;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
}    
.topclosed{
    /*width: 800px;*/
    display: inline-block;
    text-align: center;
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    border: solid 2px #edc3b7;
    }

.topclosed_iframe{
    /*display: block;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    border: solid 2px #edc3b7;
    width: 45rem;
    margin: 0 auto;
    height: 6rem;
    overflow-y: hidden !important;*/
    
    /*width: 45rem;
    margin: 0 auto;
    height: 8rem;*/
}

.topclosed_iframe iframe{
    /*width: 100%;
    overflow-y: hidden !important;
    height: 6rem;
    padding: 1.5rem 0;*/
    width: 100%;
    height: 8rem;
}

.topnews1 h2{
font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .6rem;
    color: #795548;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}


.topnews1 h2 span::after{
content: "information";
    display: block;
    text-align: center;
    font-size: 3rem;
    letter-spacing: .3rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Cabin Sketch', cursive;
    color: #bb9570;
}

.topnews2{
/*width: 800px;
margin: 0 auto;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 40px;
border-radius: 10px;
height: 400px;
align-items: flex-start;  
    position: relative;
z-index: 2;*/
    
width: 800px;
margin: 0 auto;
height: 400px;
position: relative;
z-index: 2;    
}
.topnews2 iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.top_bnr {
    width: 728px;
    margin: 30px auto 0;
}    
.top_bnr img{
    width: 100%;
}    
.topnews3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px dotted #ccc;
margin: 0 0 40px 0;
padding: 0 0 40px 0;
}

.topnews3:last-child{
margin: 0 0 0 0;
}


.topnews4{
width: 100%;
font-size: 1.4rem;
color: #A8A8A8;
margin: 0 0 5px 0;
letter-spacing: .2rem;
}



.topnews5{
width: 100%;
font-size: 2rem;
font-weight: 700;
margin: 0 0 5px 0;
color: #259122;
}


.topnews6{
width: 100%;
font-size: 1.6rem;
}


/* news */









.toptimetable__w{
width: 100%;
background: url("../images/toptimetablebg.jpg");
background-size: cover;
margin: 50px 0 0 0;
}

.toptimetable1{
text-align: center;
margin: 40px 0 40px 0;
}

.toptimetable1 h2{
font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .6rem;
    color: #13ae67;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.toptimetable1 h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    border-top: solid 1px #13ae67;
    border-left: solid 1px #13ae67;
    border-bottom: solid 1px #13ae67;
}
.toptimetable1 h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    border-top: solid 1px #13ae67;
    border-right: solid 1px #13ae67;
    border-bottom: solid 1px #13ae67;
}    
.toptimetable1 h2 span{
    padding-left: 100px;
    padding-right: 100px;
}

.toptimetable1 h2 span::after{
content: "timetable";
display: block;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: .3rem;
    font-weight: 500;
    line-height: 1;
    font-family: "Zen Old Mincho";
}

.toptimetable2{
width: 800px;
margin: 0 auto;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 40px;
border-radius: 10px;
}

.toptimetable3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px dotted #ccc;
margin: 0 0 40px 0;
padding: 0 0 40px 0;
}

.toptimetable3:last-child{
margin: 0 0 0 0;
}


.toptimetable4{
width: 100%;
font-size: 1.4rem;
color: #A8A8A8;
margin: 0 0 5px 0;
letter-spacing: .2rem;
}



.toptimetable5{
width: 100%;
font-size: 2rem;
font-weight: 700;
margin: 0 0 5px 0;
color: #0f6eb1;
}


.toptimetable6{
width: 100%;
font-size: 1.6rem;
}


















/* policy */

.policy__w{
width: 100%;
background-size: cover;
padding: 40px 0 60px;
}

.policy1{
width: 1000px;
margin: 0 auto;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 40px 60px;
}

.policy2{
width: 100%;
text-align: center;
margin: 0 0 25px 0;
}

.policy2 h2{
font-size: 3rem;
font-weight: 900;
letter-spacing: .3rem;
font-family: 'Zen Old Mincho', serif;
color: #002c5a;
text-shadow: 3px 3px 5px #ffffff;
}

.policy3{
width: 100%;
color: #000;
margin: 0 0 40px 0;
font-size: 1.7rem;
text-align: center;
line-height: 2;
}

.policy4{
padding-left: 1em;
text-indent: -1em;
margin: 0 auto;
padding: 40px 60px;
background-color: #E3F2FC;
border-radius: 10px;
}

.policy4 li{
margin-top: 20px;
line-height: 2;
}


/* policy */



/* corona */

.topcorona__w{
width: 100%;
background: #fff1f1;
background-size: cover;
padding: 80px 0 80px;
}

.topcorona1{
width: 1000px;
margin: 0 auto;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 40px 60px;
}

.topcorona2{
width: 100%;
text-align: center;
margin: 0 0 25px 0;
}

.topcorona2 h2{
font-size: 3rem;
font-weight: 900;
letter-spacing: .3rem;
font-family: 'Zen Old Mincho', serif;
color: #f96866;
text-shadow: 3px 3px 5px #ffffff;
}

.topcorona3{
width: 100%;
color: #000;
margin: 0 0 40px 0;
font-size: 1.7rem;
text-align: center;
line-height: 2;
}

.topcorona4{
width: 100%;
text-align: center;
}

.topcorona4 span{
display: inline-block;
border-radius: 0px;
background: #f96866;
text-align: center;
padding: 20px 60px;
color: #fff;
font-size: 2.2rem;
line-height: 1.5;
}


/* corona */







/* footer */
footer{
    width: 100%;
    padding: 80px 0;
    background: #e9e2e2;
}

.footer__w{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 50px;
    background: #fff;
    border-radius: 3px;
}

.footer1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px 0;
    align-items: center;
}

.footer2{
width: 50%;
text-align: center;
}

.footer2 img{
width: 360px;
}

.footer3{
width: 50%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}

.footer4{
width: 100%;
font-weight: 500;
font-size: 1.4rem;
color: #4e494c;
}

.footer5{
width: 100%;
}


.footer5 a{
width: 100%;
display: block;
font-size: 4rem;
line-height: 1;
font-family: 'Baloo 2', cursive;
font-weight: 400;
}

.footer5 a span{

}

.footer5 a span::before{
content: "";
    background: url(../images/ic_tel.svg);
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    top: 6px;
}

.footer6{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 50px 0;
}

.footer7{
  width: 52%;
  padding: 0 10px;
  color: #292929;
  background: #f8f8f7;
}

.footer8{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ffffff;
    padding: 15px 0;
    line-height: 1.5;
}

.footer8:last-child{
border-bottom: 0;
}

.footer8:last-child{
}

.footer9{
width: 24%;
font-size: 1.4rem;
text-align: center;
}


.footer10{
width: 73%;
font-weight: 500;
font-size: 1.4rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.footer11{
width: 45%;
}

.footer12{
}

.footer13{
width: 100%;
margin: 0 0 40px 0;
}

.footer14{
width: 100%;
}

.footer14 iframe{
width: 100%;
}

.footer15{
width: 100%;
font-size: 1.6rem;
font-weight: 500;
margin: 0 0 5px 0;

}
.footer16{
width: 100%;
margin: 0 0 13px 0;
}
.footer16 ul li{
padding-left: 0.5em;
text-indent: -0.5em;    
}   
    
.footer16:last-child{
width: 100%;
margin: 0 0 0 0;
}

.footer17{
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: .8rem 1.2rem;
    border-radius: 3px;
    background: #ffffff;
    color: #e81b1b;
    font-size: 1.4rem;
}
.footer18{
    background: #13ae67;
    padding: 0.2vw 1vw;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin: 0 0 0.5vw;
    }
.footer19{
    background: #8bc34a;
    padding: 0.2vw 1vw;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin: 2vw 0 0.5vw;
    }

.timetable{
width: 100%;
}

.timetable th{
border-bottom: 1px solid #acacac;
padding: 0 10px 10px;
text-align: center;
font-weight: 700;
font-size: 1.8rem;
}

.timetable td{
border-bottom: 1px solid #acacac;
padding: 22px 5px;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
line-height: 1;
position: relative;
}
.timetable td .heart {
    background: url("../images/ic_heart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.timetable2 .heart {
    background: url("../images/ic_heart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}    
.timetable1{
font-size: 1.3rem;
font-weight: 500;
color: #002c5a;
letter-spacing: -.07rem;
line-height: 1;
position: absolute;
top: 12px;
right: 4px;
}

.timetable2{
margin: 0 2vw 0 0;    
}

.timetable2 span{
}

.timetable3{
color: #eb4242;
}

.timetable4{
width: 100%;
margin: 0 0 3px 0;
}

.timetable4 span{

}
.timetable_note_w{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.timetable5{
    width: 100%;
}
.timetable5 .heart {
    background: url("../images/ic_heart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
    
    
    
/**/
.timetable_vertical{
width: 100%;
border-collapse: separate;
overflow: hidden;    
}

.timetable_vertical th{
border-top: 1px solid #dfdfdf;    
border-right: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;    
padding: 18px 5px;
text-align: center;
font-weight: 500;
font-size: 1.8rem;
background-color: #5d3a2d;
    color: #fff;  
}
.timetable_vertical tr:first-child th:first-child{ 
border-left: 1px solid #dfdfdf;
}   
.timetable_vertical tr td:first-child{
border-left: 1px solid #dfdfdf; 
background-color: #f8f8f7;     
}     
/*角丸*/    
.timetable_vertical tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
}
.timetable_vertical tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
} 
.timetable_vertical tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}  
.timetable_vertical tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}    
/*角丸*/       

.timetable_vertical td.close{
background-color: #f8f8f7;
}
.timetable_vertical td{
padding: 18px 5px;
text-align: center;
font-size: 1.8rem;
font-weight: 500;
line-height: 1;
position: relative;
border-right: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;    
}
.timetable_vertical td .heart {
    background: url("../images/ic_heart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

/**/    
    
.sitemap__w{
width: 100%;
}

.sitemap1{
width: 100%;
}

.sitemap1 ul{
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 0 auto;
}

.sitemap1 ul li{
}

.sitemap1 ul li a{
font-size: 1.6rem;
display: block;
padding: 5px 5px;
}

.sitemap1 ul li a:hover{

/*background: #F0F0F0;*/
}


.sitemap1 ul li a span{
    display: flex;
    align-items: center;
}

.sitemap1 ul li a span::before{

content: "";
display: inline-block;
width: .7rem;
height: .7rem;
background: url("../images/ic_arrow2.svg");
margin: 0 7px 0 0;
vertical-align: middle;
}


.sitemap1 ul li a:hover span::before{
content: "";
display: inline-block;
width: .7rem;
height: .7rem;
background: url("../images/ic_arrow3.svg");
margin: 0 7px 0 0;
vertical-align: middle;
}


/* footer */






/* copyright */


.copyright {
width: 100%;
padding: 20px 0;
background: #f09d4a;
text-align: center;
color: #fff;
font-size: 1.4rem;
}



/* copyright */













/* subpage */

.subpagetitle__w{
width: 100%;
background: url("../images/subpagetitlebg1.jpg");
background-size: cover;
padding: 30px 0;
position: relative;
    
}
.subpagetitle__w::after {
  content: '';
background-color: rgb(252 255 187 / 27%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 0;
height: auto;
}

.subpagetitle1{
text-align: center;
margin: 0 auto;
width: 100%;
}

.subpagetitle1 h2{
font-size: 2.8rem;
font-weight: 500;
letter-spacing: .8rem;
line-height: 1;
position: relative;
  z-index: 1;
color: #5d3a2d;
font-family: 'Zen Maru Gothic', sans-serif;    
    
}

.subpagetitle1 h2 span{
}

.subpagetitle1 h2 span::after{
        display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: .4rem;
    border-top: 1px #5d3a2d dotted;
    width: 25rem;
    margin: 12px auto 0;
    padding: 10px 0 0 0;
    color: #5d3a2d;
    line-height: 1;
}

.subpagetitle1a{

}

.subpagetitle1b{

}

.subpagetitle1c{

}

.subpagetitle1d{

}

.subpagetitle1e{

}

.subpagetitle1f{

}

.subpagetitle1g{

}

.subpagetitle1h{

}

.subpagetitle1i{

}

.subpagetitle1j{

}

.subpagetitle1a h2 span::after{
content: "doctor";
}

.subpagetitle1b h2 span::after{
content: "family medicine";
}

.subpagetitle1c h2 span::after{
content: "service";
}

.subpagetitle1d h2 span::after{
content: "clinic";
}

.subpagetitle1e h2 span::after{
content: "doctor";
}

.subpagetitle1f h2 span::after{
content: "access";
}

.subpagetitle1g h2 span::after{
content: "about";
}

.subpagetitle1h h2 span::after{
content: "access";
}

.subpagetitle1i h2 span::after{
content: "inspection";
}

.subpagetitle1j h2 span::after{
content: "hearing aid";
}

.subpagetitle2{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subpagetitle3{
width: 100%;
background: #fff;
padding: 20px 20px 20px;
border-radius: 30px 10px 30px 10px;

}
.subpagetitle4{
width: 100%;
}

.subpagetitle4 img{
border-radius: 30px 10px 30px 10px;
}

.subpage__w{
width: 100%;
background: #f5f5f5;
padding: 40px 0 110px;
}

.subpage1{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 60px 50px 60px;
box-shadow: 15px 15px 5px #ededed;
border-radius: 30px;
}

.subpage2{
width: 100%;
border-bottom: 6px solid #ECECEC;
margin: 0 0 50px 0;
}

.subpage2 h2{
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1;
  padding: 0 0 25px 0;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
    color: #5d3a2d;
}


.subpage3{
width: 100%;
padding: 0 10px;
line-height: 1.9;
}

.subpage4{
width: 100%;
}

.subpage4 a{
display: block;
width: 400px;
margin: 0 auto;
background: #ffee9c;
padding: 20px 0;
text-align: center;
letter-spacing: -.005rem;
color: #643e2f;
box-shadow: 6px 6px 15px #fff2b3;
font-weight: 500;
font-size: 2rem;
line-height: 1;
position: relative;
}

.subpage4 a span{
display: block;
width: 100%;
}

.subpage4 a span::after{
content: "";
background: url("../images/ic_arrow1.svg");
display: inline-block;
width: 2.2rem;
height: 2.2rem;
position: absolute;
top: 20px;
right: -10px;
}

.subpage4 a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage5{
width: 100%;
position: relative;
padding: 30px 30px;
background: #f5f5f5;
border-radius: 10px;
}

.subpage5 ul{
width: 100%;
}

.subpage5 ul li{
width: 100%;
line-height: 2;
margin: 0 0 15px 0;
}

.subpage5 ul li:last-child{
margin: 0 0 0 0;
}

.subpage5 ul li span{
width: 100%;
}

.subpage5 ul li span::before{
content: "";
display: inline-block;
background: url("../images/ic_check.svg");
width: 2rem;
height: 2rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage6{
width: 100%;
padding: 30px 30px;
position: relative;
background: #f5f5f5;
border-radius: 10px;
}

.subpage6 ul{
width: 100%;
}

.subpage6 ul li{
width: 100%;
line-height: 2;
margin: 0 0 15px 0;
}

.subpage6 ul li:last-child{
margin: 0 0 0 0;
}

.subpage6 ul li span{
width: 100%;
}

.subpage6 ul li span::before{
content: "";
display: inline-block;
background: url("../images/ic_check2.svg");
width: 2rem;
height: 2rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage6 .subpage_list-1of2 {
display: flex;
flex-wrap: wrap;
}

.subpage6 .subpage_list-1of2 li {
width: 50%;
}

.subpage7{
width: 100%;
}

.subpage7 ul{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.subpage7 ul li{
width: 30%;
margin: 0 3% 28px 0;
}

.subpage7 ul li:nth-last-child(1){
margin: 0 3% 0 0;
}

.subpage7 ul li:nth-last-child(2){
margin: 0 3% 0 0;
}

.subpage7 ul li:nth-last-child(3){
margin: 0 3% 0 0;
}

.subpage7 ul li a{
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px 0;
  text-align: center;
  letter-spacing: .05rem;
  color: #3A3A30;
  box-shadow: 6px 6px 15px #b9deff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  border: 2px solid #499be2;
}

.subpage7 ul li a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage7 ul li a span{
width: 100%;
}

.subpage7 ul li span::after{
  content: "";
  background: url("../images/ic_arrow2.svg");
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 2.7rem;
  left: 1.5rem;
  transform: rotateZ(90deg);
}

.subpage8{
width: 100%;
}

.subpage8 h3{
font-size: 2.2rem;
letter-spacing: .02rem;
line-height: 1.2;
padding: 5px 0 5px 20px;
position: relative;
font-weight: 500;
}

.subpage8 h3::before{
border-left: 4px solid #f09d4a;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
}

.subpage9{
width: 400px;
margin: 0 auto;
}

.subpage9 img{
width: 100%;
border-radius: 10px;
}

.subpage10{
width: 100%;
background: #F5F5F5;
position: relative;
padding: 30px 30px 30px;
border-radius: 0;
margin: 0 auto;
}

.subpage10 ul{
width: 100%;
}

.subpage10 ul li{
width: 100%;
line-height: 2.2;
}

.subpage10 ul li span{
width: 100%;
}

.subpage10 ul li span::before{
content: "";
display: inline-block;
background: url("../images/ic_check3.svg");
width: 2rem;
height: 2rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage11{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #47c8af;
color: #fff;
text-align: center;
padding: 4px 20px;
border-radius: 3px;
position: absolute;
font-size: 1.7rem;
}

.subpage12{
padding: 12px 0 0 0;
font-size: 1.6rem;
line-height: 2;
}

.subpage13{
display: inline-block;
margin: -5rem 0 0 0;
background: #f99027;
color: #fff;
text-align: center;
padding: 4px 20px;
border-radius: 3px;
position: absolute;
font-size: 1.7rem;
}

.subpage14{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #7dadd4;
color: #fff;
text-align: center;
padding: 4px 20px;
border-radius: 3px;
position: absolute;
font-size: 1.7rem;
}

.subpage15{
width: 100%;
line-height: 1.8;
}

.subpage16{
width: 100%;
}

.subpage16 span{
line-height: 1.8;
font-size: 1.7rem;
font-family: 'Zen Old Mincho', serif;
font-weight: 700;
display: inline-block;
padding: 2px 20px;
letter-spacing: 0;
background: #fff;
border-radius: 100px;
color: #4387bf;
}

.subpage17{
width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #fff2f2;
    line-height: 1.4;
    padding: 20px;
    font-size: 1.8rem;
    border-radius: 10px;
    border: solid 1px #f09d4a;
}
.subpage17 span:first-child{
 box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1;
    display: inline-block;
    padding: 10px 20px;
    letter-spacing: .1rem;
    background: #f09d4a;
    color: #ffffff;
    font-family: 'Zen Maru Gothic', sans-serif;
    border-radius: 5px;
}
.subpage17 span:nth-child(2n){
  font-size: 1.9rem;
    line-height: 1.5;
    display: inline-block;
    padding: 0 0 0 20px;
    letter-spacing: .1rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    border-radius: 5px;
}
.subpage18{
width: 100%;
}


.subpage18 nav ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;  
background-color: #fff;
padding: 0;
}


/*各ナビゲーション横幅*/
.subpage18 nav ul li{
width:33.3%;
}

/*ナビゲーションaタグの形状*/
.subpage18 nav ul li a{
color: #044589;
padding: 15px 0 15px;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0;
}

.subpage18 nav ul li a:hover,
.subpage18 nav ul li a:active{
background:#fffdec;
}

.subpage18 nav ul li img {
width: 50%;
height: auto;
transition: all .5s;
vertical-align: bottom;
border-radius: 15px 5px 15px 5px;
}

.subpage18 nav ul li img:hover{
transform: scale(1.2);
}

.subpage18 nav ul li dt{
overflow: hidden;
margin: 0 0 8px 0;
}


.subpage19{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 30px 50px 30px;
}

.subpage20{
width: 100%;
margin: 0 0 15px 0;
}

.subpage20 h4{
  font-size: 1.9rem;
  letter-spacing: .05em;
  line-height: 1.5;
  position: relative;
  font-weight: 500;
  padding: 5px 15px;
  display: inline-block;
  margin: 0 0 0 10px;
  color: #32698f;
  background: #fdfdfd;
  border: 1px solid #83aac5;
}

.subpage21{
  font-size: 1.6rem;
  letter-spacing: .05rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 15px 10px;
  color: #2a2840;
  background: #f5f5f5;
  padding: 7px 15px;
}

.subpage22{
  width: 880px;
  border: 1px dashed #ffabab;
  background: #fff8f8;
  padding: 22px 20px 28px;
  color: #e93131;
  margin: 0 auto;
  text-align: center;
}

.subpage23{
margin: 0 0 15px 0;
font-size: 1.7rem;
text-align: left;
line-height: 1.4;
}

.subpage24{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subpage25{
width: 49%;
border: 1px solid #70b4e4;
}

.subpage26{
  background: #70b4e4;
  font-size: 2.5rem;
  color: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.6;
}

.subpage26 span::before{
  content: "";
  background: url("../images/ic_first1.svg");
  width: 4rem;
  height: 4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}


.subpage27{
padding: 15px;
font-size: 1.8rem;
font-weight: 700;
line-height: 2;
}

.subpage28{
  margin: 0 15px 15px 15px;
  background: #eaf6ff;
  padding: 5px;
  }

.subpage29{
width: 49%;
border: 1px solid #70b4e4;
}

.subpage30{
  background: #0093DF;
  font-size: 2.5rem;
  color: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.6;
}

.subpage30 span::before{
  content: "";
  background: url("../images/ic_first2.svg");
  width: 4rem;
  height: 4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}

.subpage31{
padding: 15px;
font-size: 1.8rem;
font-weight: 700;
line-height: 2;
}

.subpage32{
  margin: 0 15px 15px 15px;
  background: #eaf6ff;
  padding: 5px;
}

.subpage33{
  width: 100%;
  padding: 20px 30px;
  line-height: 2.4;
  background: #f7f7f7;
}

.subpage33 ul{

}

.subpage33 ul li{
margin: 0 0 1rem 0;
}

.subpage33 ul li span::before{
  content: "";
    background: url(../images/ic_checkbox.svg);
    width: 2rem;
    height: 2rem;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    position: absolute;
    margin: 0 10px 0 0;
}
.subpage33 ul li span {
    position: relative;
    padding: 0 0 0 2em;
}    
    .subpage34{
        border: solid 1px #d6d6d6;
        padding: 30px 40px 30px;
        width: 100%;
        border-radius: 10px;
    }

.case01{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    }
.case01 .case01_1{
        width: 250px;
    }
.case01 .case01_1 img{
        width: 100%;
    }
.case01 .case01_2{
        width: 65%;
    }

.case02{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    }    
.case02 .case02_1{
        width: 300px;
    }
.case02 .case02_1 img{
        width: 100%;
    }
.case02 .case02_2{
        width: 55%;
    }
    
.case03{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    }    
.case03 .case03_1{
        width: 250px;
    }
 .case03 .case03_1 img{
        width: 100%;
    }
.case03 .case03_2{
        width: 65%;
    } 
.case03 .case03_3{
        width: 70%;
    margin: 0 auto;
    } 
 .case03 .case03_3 img{
        width: 100%;
    }    
.case04{
    margin: 0 auto;
    }    
.case04 .case04_1{
    width: 250px;
    display: block;
    float: right;
    margin: 0 0 30px 50px;
    }
.case04 .case04_1 img{
        width: 100%;
    }
.case04 .case04_2{
        width: 100%;
    }  
.subpage3 .r_img {
    width: 350px;
    display: block;
    float: right;
    margin: 0 0 30px 50px;
}    
    .subpage35{
        padding: 30px 40px 30px;
        width: 100%;
    background: #f9f9f5;
        border-radius: 10px;
    }
.subpage36 {
    width: 100%;
}
.subpage36 span {
    line-height: 1.8;
    font-size: 1.9rem;
    display: inline-block;
    padding: 2px 15px;
    letter-spacing: .1rem;
    background: #5d3a2d;
    /* border: 1px solid #795548; */
    border-radius: 5px;
    color: #fff;
}    
.subpage37 {
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px dashed;
    color: #f09d4a;
    font-size: 2.2rem;
}    
.h4_service {
    width: 100%;
    font-size: 2rem;
    padding: 5px 10px;
    font-weight: 500;
    background: #faf4ef;
	}
 .subpage38 {
    width: 100%;
}    
.subpage38 table {
    width: calc(100% - 20px);
    margin: 0 auto;
    border: 1px solid #ccc;
}    
.subpage38 table th {
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 20px 20px;
    background: #f7f7f7;
    color: #333;
}    
.subpage38 table td {
    border: 1px solid #ccc;
    padding: 10px 10px;
}    
 
.tbl_item {
    font-size: 1.8rem;
    vertical-align: middle;
    background: #faf4ef;
    width: 70%;
}  
 .tbl_price {  
     font-size: 1.8rem;
text-align: right;   
    }  
    .zeikomi {
    font-size: 1.3rem;
    line-height: 1.8;
    display: inline-flex;
}
    .subpage39{
        font-size: 1.4rem;
            width: 100%;
    padding: 0 10px;
    line-height: 2;
        margin: 0 0 5px;
        text-align: right;
    } 
.subpage40{

width: 100%;
border-radius: 10px;
} 
.logo_w {
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;

}
.logo_w .logo01 {
width: 65%;

}
.logo_w .logo01 ul li::before{
width: 3rem;
height: 3rem;
border-radius: 50%;
content: "";
position: absolute;
top: 0;
left: 0;
}   
.logo_w .logo01 ul li:first-child::before{
background: #fbbfbf;
}    
.logo_w .logo01 ul li:nth-child(2n)::before{
background: #fef305;
}    
.logo_w .logo01 ul li:nth-child(3n)::before{
background: #dde787;
}        
.logo_w .logo01 ul li{
position: relative;
padding: 0 0 0 40px;
height: 3rem;   
margin: 0 0 10px;
display: flex;
align-items: center;
}      
.logo_w .logo02 {
width: 280px;
border: solid 1px #d6d6d6;
padding: 20px;
border-radius: 10px;
}
.logo_w .logo02 img {
width: 100%;
}    

/* subpage */












/* access */

.access__w{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.access1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 60px 0;
}

.access2{
width: 100%;
text-align: center;
}

.access2 img{
width: 350px;
}

.access3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}

.access4{
width: 100%;
font-size: 1.4rem;
letter-spacing: 0.05em;
color: #4e494c;
}

.access5{
width: 100%;
}


.access5 a{
width: 100%;
display: block;
font-size: 4rem;
line-height: 1;
font-family: 'Baloo 2', cursive;
font-weight: 400;    
}

.access5 a span{

}

.access5 a span::before{
content: "";
    background: url(../images/ic_tel.svg);
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    top: 6px;
}

.access6{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.access7{
width: 85%;
border-radius: 10px;
margin: 0 auto;
}

.access8{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #ffffff;
    padding: 22px 0;
    color: #292929;
    background: #f7f7f7;
}

.access8:first-child{

}


.access8:last-child{

}

.access9{
width: 22%;
text-align: center;
font-size: 1.6rem;
line-height: 1.2;
}

.access10{
width: 78%;
line-height: 1.5;
font-weight: 500;
font-size: 1.6rem;
padding-right: 10px;    
}

.access10 > ul li {
margin-top: 4px;
padding-left: 1em;
text-indent: -1em;
}

.access11{
width: 80%;
margin: 0 auto;
}

.access12{
}

.access13{
width: 100%;
}

.access14{
width: 100%;
margin: 0 0 50px;    
}

.access14 iframe{
width: 100%;
border-radius: 5px;
}

.access15{
width: 100%;
padding: 60px;
background: #f7f7f7;
border-radius: 10px;
}

.access16{
width: 100%;
text-align: center;
}

.access16 img{
width: 100%;
}

.access17{

}
.access18{

}

.access19{
width: 100%;
margin: 20px 0 0;
text-align: center;
}

.access20{
  font-size: 1.9rem;
  text-align: center;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  color: #1258a3;
  background: #effbfd;
}

.access21{
width: 100%;
font-size: 1.6rem;
font-weight: 500;
margin: 0 0 10px 0;

}
.access22{
width: 100%;
margin: 0 0 15px 0;
}

.access22:last-child{
width: 100%;
margin: 0 0 0 0;
}
.access22 ul li {
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.access23{
  width: 95%;
  margin: 0 0 2.5rem 0;
  padding: .8rem 1.2rem;
  border-radius: 3px;
  background: #ffffff;
  color: #e81b1b;
  font-size: 1.4rem;
}
.access24{
    width: 85%;
    margin: 0 auto 3vw;
}
.access24 img {
    width: 100%;
}   

.access_timetable_w {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.access_timetable {
    width: 100%;
}
table.access_timetable1 {
   width: 100%;
    background: #fff;
    margin: 0 auto;
    border-collapse: separate;
    overflow: hidden;
}
table.access_timetable1 th:first-child {
    width: 28%;
    background-color: #5d3a2d;
    color: #fff;
    border-radius: 8px 0 0 0;
    border-left: 1px solid #dfdfdf;
}
table.access_timetable1 th {
    background-color: #f8f8f7;
    text-align: center;
    font-weight: 500;
    font-size: 1.9rem;
    padding: 15px 0;
    line-height: 1;
    width: 9%;
    letter-spacing: .3rem;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
table.access_timetable1 th:last-child {
    border-radius: 0 8px 0 0;
}    
table.access_timetable1 td:first-child {
    width: 28%;
    background-color: #5d3a2d;
    color: #fff;
    border-left: 1px solid #dfdfdf;
}
table.access_timetable1 td {
    background: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 20px 0;
    line-height: 1;
    width: 9%;
    letter-spacing: 0.05rem;
    vertical-align: middle;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
table.access_timetable1 tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}    
table.access_timetable1 tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}    
table.access_timetable1 td.close {
    background-color: #f8f8f7;
}   
table.access_timetable1 td.close02 {    
writing-mode: vertical-rl; 
    background-color: #f8f8f7;
}
/* access */







/* dooctor */

.doctor1{
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}

.doctor2{
width: 30%;
}

.doctor2 img{
width: 100%;
border-radius: 5px;    
}

.doctor3{
width: 40%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.doctor4{
font-size: 2.2rem;
line-height: 1.2;
width: 100%;
letter-spacing: .4rem;
text-align: center;
}

.doctor5{
    font-size: 3.5rem;
    width: 100%;
    letter-spacing: .4rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.doctor6{
font-size: 1.4rem;
text-align: center;
width: 100%;
letter-spacing: .3rem;
}

.doctor6{
width: 100%;
margin: 0 0 50px 0;
}


.doctor7{

}

/*.doctor7 h3{
font-size: 2.5rem;
text-align: center;
letter-spacing: .4rem;
font-weight: 700;
font-family: 'Zen Maru Gothic', sans-serif;
color: #5d3a2d;
width: 900px;
    margin: 0 auto;    
}*/

.doctor8{
width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 60px 50px 60px;
    box-shadow: 15px 15px 5px #ededed;
    border-radius: 30px;    
}

.doctor9{
width: 100%;
margin: 0 auto 17px;
display: flex;
flex-wrap: wrap;
line-height: 1.6;
}

.doctor9:last-child{
margin: 0 auto 0;
}

.doctor10{
width: 100%;
font-size: 1.6rem;
color: #888;
}

.doctor11{
width: 100%;
}

.doctor11  h3{
font-size: 2.5rem;
color: #454458;
letter-spacing: .3rem;
margin: 0 0 10px 70px;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
}

.doctor12{
background: #fafafa;
border-radius: 10px;
padding: 30px 70px;
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.doctor13{
width: 100%;
}

.doctor14{
width: 100%;
}

.doctor15{
width: 48%;
}

.doctor16{
background: #fafafa;
border-radius: 10px;
padding: 30px 70px;
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 2;
}

.doctor17 {
background: #fafafa;
border-radius: 10px;
padding: 30px 70px;
width: 100%;
}

.doctor17 > .hospital_list{
margin-top: 20px;
}

.doctor17 > .hospital_list dd {
margin-top: 10px;
}

.doctor17 > .hospital_list dd ul {
padding-left: 20px;
}

.doctor17 > .hospital_list dd li{
list-style-type: disc;
}
    
.doctor18{
font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: .3rem;
    background-color: #c7b39f;
    line-height: 1.3;
    padding: 8px 20px;
    display: inline;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;

}

.doctor19{
width: 100%;
font-size: 1.6rem;
text-align: center;
color: #454458;
letter-spacing: .3rem;
}
    
.doctor20{
width: 100%;
    position: relative;
    margin: 20px auto 0;
    padding: 30px 30px;
    background: #ffffff;
    border-radius: 10px;
}    
.txt_link {
    display: inline-block;
    border-bottom: 1px dotted #5779bc;
    color: #5779bc !important;
}
    
dl.history {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}    
dl.history dt {
    background-color: #f5f5f5;
    text-align: center;
    width: 20%;
    margin: 0 10px 10px 0;
    line-height: 1.3;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}   
dl.history dd {
    width: 75%;
    margin-bottom: 10px;
    padding: 10px;
}    
/* dooctor */






/* about */

.about1{
/*width: 100%;
display: flex;
flex-wrap: wrap;*/
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;    
}

.about2{
width: calc((100% - 60px) / 3); 
background: #F7F7F7;
border-radius: 10px;
}


.about3{
width: 100%;
}

.about3 img{
width: 100%;
    border-radius: 10px 10px 0 0;
}

.about4{
width: 100%;
    font-size: 2rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    margin: 15px 0 15px 0;
    line-height: 1.4;
}

.about5{
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;    
    gap: 30px;
}    
.about6 {
    width: calc(60% - 15px); 
    border-radius: 30px 10px 10px 10px;
    margin: 0 0 20px 0;
}
.about7 {
    width: 100%;
}
.about7 img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}   
 
.about8 {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.4;
    background: #F7F7F7;
    padding: 15px 0 15px 0;
    border-radius: 0 0 10px 10px;
    
} 
.about9 {
     width: calc(40% - 15px); 
    border-radius: 30px 10px 10px 10px;
    margin: 0 0 20px 0;
}    
.about10 {
    margin: 0 auto 15px;
}
.about10 img {
    width: 100%;
    border-radius: 10px;
}    
.about11 {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    margin: 30px 0 15px 0;
    line-height: 1.4;
}      
/* about */



/* check */
.check1{
width: 100%;
}

table.check2{
width: 100%;
}

.check2 th{
padding: 15px 20px;
text-align: center;
background: #f1f1f1;
border: 1px solid #D0D0D0;
}

.check2 th:nth-child(1){
width: 25%
}

.check2 th:nth-child(2){
width: 50%
}

.check2 th:nth-child(3){
width: 25%
}

.check2 td{
padding: 15px 20px;
border: 1px solid #D0D0D0;
vertical-align: middle;
background: #FDFDFD;
}

.check2 td:nth-child(1){
text-align: center;
}

.check2 td:nth-child(2){
width: 50%
}

.check2 td:nth-child(3){
text-align: center;
}

/* check */







/* topsubject */

.topsubject__w{
width: 100%;
background: #fbefe3;    
padding: 60px 0 60px;
position: relative;
}
.topsubject__w::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/top_wave03.png);
    height: 0;
    width: 100%;
    padding-bottom: 6%; /* = 120 / 2000 */
    position: absolute;
    bottom: 0;
    z-index: 1;
}    
    
.topsubject__ilst {
    background-image: url("../images/ilst01.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 30px;
    z-index: 1;
}
.topsubject1{
text-align: center;
margin: 40px 0 40px 0;
}

.topsubject1 h2{
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .6rem;
    color: #795548;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.topsubject1 h2 span::after{
content: "symptom";
display: block;
    text-align: center;
    font-size: 3rem;
    letter-spacing: .3rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Cabin Sketch', cursive;
    color: #bb9570;
}



.topsubject2{
    width: 1100px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    row-gap: 30px;
    z-index: 2;
    position: relative;
}


.topsubject2 a:hover{ 
    color: #292e38;
    text-decoration: none;
}    
.topsubject3{
    width: calc((100% - 90px) / 4);
    transition: all .5s;
    display: flex;
    flex-direction: column;
    position: relative;
}
   .topsubject3:hover, .topsubject3:active {
  opacity: .6;
  transform: translateY(-6px);
} 
/**/
.photo-box2 {
  width: 250px; /* 画像の幅調整 */
}
 
.circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
}
 
.symptom_img_01 {
  width: 100%;
  height: 0;
  padding-top: 80%; /* 画像の高さ調整 */
  background: url("../images/symptom_01.jpg") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
    border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.symptom_img_02 {
  width: 100%;
  height: 0;
  padding-top: 80%; /* 画像の高さ調整 */
  background: url("../images/symptom_02.jpg") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
    border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.symptom_img_03 {
  width: 100%;
  height: 0;
  padding-top: 80%; /* 画像の高さ調整 */
  background: url("../images/symptom_03.jpg") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
    border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.symptom_img_04 {
  width: 100%;
  height: 0;
  padding-top: 80%; /* 画像の高さ調整 */
  background: url("../images/symptom_04.jpg") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.symptom_img_05 {
  width: 100%;
  height: 0;
  padding-top: 80%; /* 画像の高さ調整 */
  background: url("../images/symptom_05.jpg") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.symptom_img_06 {
  width: 100%;
  height: 0;
  padding-top: 80%; /* 画像の高さ調整 */
  background: url("../images/symptom_06.jpg") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.symptom_img_07 {
  width: 100%;
  height: 0;
  padding-top: 80%; /* 画像の高さ調整 */
  background: url("../images/symptom_07.jpg") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.symptom_img_08 {
  width: 100%;
  height: 0;
  padding-top: 80%; /* 画像の高さ調整 */
  background: url("../images/symptom_08.jpg") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadada;
}    
.mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 90%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 50%);
}
 
    
.topsubject3 img{
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.topsubject5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #484c61;
}

.topsubject3:nth-child(1):hover {
  filter: opacity(70%);
  cursor: pointer;
}



.topsubject4{
    width: 100%;
    text-align: center;
}

.topsubject4 img{
    width: 40%;
}

.topsubject5{
    top: -15px;
    display: block;
width: 200px;
margin: 0 auto;
background: #bb9570;
padding: 10px 0;
text-align: center;
letter-spacing: -.005rem;
color: #ffffff;
box-shadow: 6px 6px 15px #adadadad;
font-weight: 500;
font-size: 1.8rem;
line-height: 1;
position: relative;
border-radius: 50px;
}


.topsubject6{
width: 100%;
margin: 0 auto 50px;    
}

.topsubject6 a{
    display: block;
    width: 280px;
    margin: 0 auto;
    background: #5d3a2d;
    padding: 12px 0;
    text-align: center;
    letter-spacing: -.005rem;
    color: #ffffff;
    box-shadow: 6px 6px 15px #adadadad;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    border-radius: 50px;
}

.topsubject6 a span{
display: block;
width: 100%;
}

.topsubject6 a span::after{
    content: "";
    background: url("../images/ic_arrow1.svg");
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.topsubject6 a:hover{
transform: translateY(-3px);
opacity: .5;
}
/* topsubject */







/* topdoctor */

.topdoctor__w{
    width: 100%;
    padding: 50px 0 70px;
    background: #f5f5f5;
}

.topdoctor1{
text-align: center;
margin: 0 0 40px 0;
}

.topdoctor1 h2{
font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .6rem;
    color: #795548;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.topdoctor1 h2 span::after{
content: "doctor";
display: block;
    text-align: center;
    font-size: 3rem;
    letter-spacing: .3rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Cabin Sketch', cursive;
    color: #bb9570;
}



.topdoctor2{
width: 840px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-radius: 10px;
}

.topdoctor3{
    width: 100%;
    font-size: 2.8rem;
    text-align: center;
    font-family: 'Zen Maru Gothic';
    line-height: 1.6;
    color: #5d3a2d;
    margin: 0 0 60px 0;
    letter-spacing: 0.05em;
}


.topdoctor4{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 40px;
}

.topdoctor5{
    width: 500px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.topdoctor6{
width: 280px;

}

.topdoctor7{
width: 100%;
margin: 0 0 30px 0;
}

.topdoctor7 img{
width: 100%;
border-radius: 5px;    
}


.topdoctor8{
width: 100%;
text-align: center;
font-size: 2.3rem;
font-weight: 500;
color: #484848;
}
.topdoctor8 ruby rt{
    transform: translateY(-.3em);
}
.topdoctor9{
width: 100%;
}

.topdoctor9 a{
    display: block;
    width: 280px;
    margin: 0 auto;
    background: #5d3a2d;
    padding: 12px 0;
    text-align: center;
    letter-spacing: -.005rem;
    color: #ffffff;
    box-shadow: 6px 6px 15px #adadadad;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    border-radius: 50px;
}

.topdoctor9 a span{
display: block;
width: 100%;
}

.topdoctor9 a span::after{
    content: "";
    background: url("../images/ic_arrow1.svg");
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.topdoctor9 a:hover{
transform: translateY(-3px);
opacity: .5;
}


/* topdoctor */







/*faq*/
.faq__w{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 40px 0;
}

.faq__w:last-child{
margin: 0 0 0 0;
}

.faq1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 10px 0;
align-items: center;
}

.faq2{
width: 4%;
}

.faq2 span{
display: block;
background: #61bcef;
color: #fff;
text-align: center;
border-radius: 2px;
}

.faq3{
width: 94.5%;
font-size: 2rem;
font-weight: 700;
}


.faq4{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}

.faq5{
width: 4%;
}

.faq5 span{
  display: block;
  background: #ffffff;
  color: #61bcef;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #61bcef;
}

.faq6{
width: 94.5%;
}

.faq7w{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 40px auto 0;
background: #fafafa;
padding: 25px 30px;
}

.faq7{
  width: 100%;
  background: #ededed;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.7rem;
  color: #333;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.faq7 span{
}

.faq8{
width: 100%;
margin: 0 0 10px 0;
padding: 0 15px;
}

.faq9{
width: 100%;
font-size: 1.4rem;
padding: 0 15px;
margin: 0 0 45px 0;
}
.faq10w{
width: 95%;
margin: 0 auto;
background: #fff;
padding: 20px 20px;
border: solid 1px #e9e9e9;
}

.faq10{
  width: 100%;
  margin: -35px 0 15px 0;
}

.faq10 span{
  display: inline-block;
  padding: 2px 20px;
  text-align: center;
  background: #fdeec5;
  border-radius: 100px;
  color: #83702e;
  font-weight: 700;
  font-size: 1.6rem;
}

.faq11{
width: 100%;
font-weight: 700;
font-size: 1.7rem;

}

.faq12{
width: 100%;
font-size: 1.5rem;
}

.faq13{
width: 100%;
padding: 25px 0 35px 50px;
}


.faq13 a{
width: 100%;
display: block;
font-size: 3rem;
color: #4b4948;
font-weight: 900;
line-height: 1;
}

.faq13 a span{

}

.faq13 a span::before{
content: "";
background: url("../img/ic_tel.svg");
display: inline-block;
width: 2.5rem;
height: 2.5rem;
margin: 0 7px 0 0;
vertical-align: bottom;
}





/*faq*/








#main_image {
    width: 100%;
    min-width: 1000px;
    height: 100%;
    margin-top: 214px;
    position: relative;
}


#main_image img {
    width: 100%;
}

.main_image_txt {
    position: absolute;
    left: 15%;
    z-index: 10;
    top: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
    
.main_catch {
    position: absolute;
    left: 20%;
    top: 50%;
    background-image: url(../images/top_catch.svg);
    width: 450px;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}  
.main_catch li{
    display: block;
    width: 170px;
    filter: drop-shadow(2px 2px 2px #ccc);
}     

.flowing {
	margin: 0 0 30px;
    font-size: 2.5rem;
    color: #ffffff;
    white-space: nowrap;
    font-family: 'Zen Old Mincho', serif;
background: rgb(19,174,103);
    background: linear-gradient(90deg, rgba(19,174,103,1) 0%, rgba(27,131,83,1) 100%);
    display: inline;
    padding: 20px 45px 25px;
    line-height: 1.5;
}
.main_image_txt div:nth-child(2){
    margin: 0 0 30px 0;
    font-size: 2.5rem;
    color: #ffffff;
    white-space: nowrap;
    font-family: 'Zen Old Mincho', serif;
    display: inline;
    line-height: 2;
}
.main_image_txt div:nth-child(3){
    margin: 0 0 30px;
    font-size: 3.2rem;
    color: #ffffff;
    white-space: nowrap;
    font-family: 'Zen Old Mincho', serif;
    display: inline;
    line-height: 2;
}
    
.prepare{
    font-size: 3rem;
    text-align: center;
    margin: 2vw auto;
    color: #3A3A30;
}
    
    
/*新規開院*/
.open_w {
  padding: 20px 0;
    background: rgb(76,175,80);
    background: linear-gradient(227deg, rgba(76,175,80,1) 0%, rgba(97,205,87,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    font-family: 'Roboto', YakuHanJP_Narrow, 'Zen Kaku Gothic New', Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: .085rem;
}
.open {
  margin: 0 auto;
  text-align: left;
  width: 960px;
  position: relative;
  clear: both;
}
.open1{
   display: flex;
}
.open2 {
    text-align: center;
    color: #000000;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    border-right: solid 1px #fff;
}
.open3 {
    text-align: center;
    color: #000000;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    flex-direction: column;
} 
.open_day1 {
  color: #c9f46f;
    margin: 0 0 5px 0;
    font-size: 2.8rem;
    display: block;
    width: 100%;
}
.open_day2 {
  font-size: 50px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}
.open_day_week {
    font-size: 2rem;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    color: #4caf50;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.open_day_time {
    font-size: 2.5rem;
    line-height: 1.4;
    color: #fff;
}  
    
    
/*流れ*/
.flow {
padding: 0 0 1.3em 40px;
margin: 0;
position: relative;
counter-increment: num;
}   
.flow:before {
content: "";
position: absolute;
left: 20px;
top: 40px;
height: calc(100% - 40px);
border-right: 2px solid #e2e2e2;
}    
.flow h3 {
font-size: 2rem;
font-weight: 500;
line-height: 1.5;
display: flex;
justify-content: flex-start;
width: 100%;
padding-bottom: 20px;
align-items: center;
z-index: 1;
position: relative;
}
.flow h3:before {
display: inline-block;
content: counter(num);
background-color: #13ae67;
border-radius: 50%;
color: #fff;
text-align: center;
width: 40px;
height: 40px;
line-height: 4rem;
font-size: 2rem;
margin-right: 1.2rem;
margin-left: -40px;
flex-shrink: 0;
}  
.flow_txt {
padding: 0 0 0 30px;
margin: 0 0 20px 0;
}   
.flow_txt ul li {
padding-left: 1em;
text-indent: -1em;
list-style: inside;
}
.flow_txt ul li::marker {
color: #959595;
}
.flow_w .flow:last-child:before {   
border-right: none;
}
.item_list_1 {
    width: 100%;
    display: block;
    list-style: none;
    font-size: 1.6rem;
    border-radius: 10px;
    margin: 0 0 10px;
}     
.item_list_1 li {
    width: 100%;
    line-height: 1.5;
    margin: 0 0 5px 0;
    padding-left: 1em;
    text-indent: -1em;
}  
.item_list_1 li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    margin-right: 0.5em;
}   
.item_list_3_w {
    width: 100%;
    position: relative;
    padding: 30px 40px 20px;
    border: solid 1px #d6d6d6;
}  
.item_list_3_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px 5px 0 0;
    background-color: #13ae67;
    text-align: center;
    width: 200px;
    color: #fff;
}    
.item_list_3 {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.8rem;
    position: relative;
} 
.item_list_3::after {
    content: "";
    width: 33%;
}     
.item_list_3 li {
    width: 33%;
    line-height: 1.5;
    margin: 0 0 10px 0;
}    
.item_list_3 li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #13ae67;
    border-radius: 50%;
    margin-right: 12px;
}  
    
.side_yoyaku {
    position: fixed;
    right: 0;
    top: 32%;
    z-index: 999;
    display: none;
}
.side_yoyaku1 a {
    display: block;
    font-family: 'Zen Maru Gothic';
    line-height: 1.3;
    color: #fff;
    padding: 35px 0;
    padding-left: 0px;
    border-radius: 20px 0 0 20px;
    background: #f09d4a;
    width: 75px;
    text-align: center;
    /*margin: 0 0 10px;*/
}  
.btn_icon {
    width: 35px;
    height: 35px;
    margin: 0 auto .5vw;
}    
.btn_txt {
    width: 1em;
    margin: 0 auto 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    word-break: break-all;
    font-size: 2rem;
    line-height: 1.2;
}   
/* slider */

    
.swiper {
    width: 1200px;
    height: 608px;
    margin: 0 0 60px;
    overflow: visible !important;
}

.swiper-slide {
text-align: center;
font-size: 18px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; 
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
        border-radius: 60px;
object-fit: cover;
 
}

.swiper-button-next,
.swiper-button-prev {
display: none !important;
}

.swiper_txt {
        position: absolute;
    left: 30px;
    bottom: -40px;
    width: 360px;
    z-index: 10;
}

.swiper_txt img {
    display: block;
    width: 100%;
}

/* slider */  
    
    
#g-nav.HeightMin {
    position: fixed;
    z-index: 999;
    animation: DownAnime 0.5s forwards;
    top: 0;
    width: 100%;
    text-align: center;
    
}   
    
    
    
.top_point_deco_3 {
    width: 400px;
    height: 400px;
    left: 0;
    bottom: -45%;
}   
.top_point_deco_1 {
    width: 400px;
    height: 400px;
    right: 0;
    top: -15%;
}       
.top_point_deco_2 {
    width: 400px;
    height: 400px;
    left: 0;
    top: 20%;
}    
.top_point_deco {
    position: absolute;
    z-index: 2;
}    
    
    
  
}
/* PC */






.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}



@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes flowing-anim {
 0%{
	 width: 0%;
   }
100%{
	 width: 100%;
   }
}



























































/* sp */
@media screen and (max-width:750px) {

.wrap{
position: relative;
padding: 0 0 7rem 0;
}

/* header */

header{
width: 100%;
height: auto; 
}

.header1{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.header2{
width: 90%;
padding: 3vw 3vw;    
}

.header2 h1{
width: 80%;
}

.header2 h1 a{
display: block;
margin: 0 0 2vw 0;    
}

.header2 h1 a2 img{
width: 100%;
}

.header3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 5vw 0;
}

.header4{
width: 100%;
text-align: center;
margin: 0 0 2vw 0;
}

.header4 a{
width: 100%;
    display: block;
    font-size: 3.2rem;
    color: #535353;
    line-height: 1;
    font-family: 'Baloo 2', cursive;
    font-weight: 400;
}

.header4 a span{
display: flex;
    align-items: center;
    justify-content: center;
}

.header4 a span::before{
content: "";
background: url("../images/ic_tel.svg");
display: inline-block;
width: 3rem;
height: 3rem;
margin: 0 1.5vw 0 0;
}

.header5{
width: 100%;
text-align: center;
font-size: 1.3rem;
font-weight: 400;
letter-spacing: 0;
}



.header6{
width: 90%;
margin: 0 auto 0;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.4;
}

.header7{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 1vw 0;
}

.header8{
width: 7.5rem;
text-align: center;
}

.header8 span{
display: inline-block;
border-radius: 100px;
text-align: center;
background: #5d3a2d;
padding: 3px 5px 5px;
line-height: 1;
width: 100%;
color: #fff;
font-size: 1.3rem;
}
.sp_header7{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 0 1vw 0;
}
.sp_header8 {
    display: block;
        margin: 0 auto;
    }    
.sp_header8 span {
    display: flex;
    text-align: center;
    justify-content: center;
    background: #f09d4a;
    padding: 10px 30px 10px;
    color: #ffffff;
    font-size: 1.6rem;
    border-radius: 8px;
    line-height: 1.2;
    margin: 0 auto 0;
    align-items: center;
    }
    .sp_header8 span:before {
    content: "";
    display: inline-block;
    margin: 0 8px 0 0;
    background: url(../images/ic_reservation.svg);
    width: 5vw;
    height: 5vw;
}
.header9{
width: calc(100% - 9rem);
/*width:100%; */
font-size: 1.3rem;
text-align: left; 
}

.header10{
width: 100%;
display: flex;
flex-wrap: wrap;   
justify-content: space-between;
align-items: flex-start;
margin: 0 0 5vw 0;    
}

.header11{
width: 7.5rem;
text-align: center;
}

.header11 span{
display: inline-block;
border-radius: 100px;
text-align: center;
background: #5d3a2d;
padding: 3px 5px 5px;
line-height: 1;
width: 100%;
color: #fff;
font-size: 1.3rem;
}

.header12{
    width: calc(100% - 9rem);
    font-size: 1.3rem;

}


/* header */









/* nav */

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
position:fixed;
z-index: -1;
opacity: 0;/*はじめは透過0*/
/*ナビの位置と形状*/
top:0;
width:100%;
height: 100%;/*ナビの高さ*/
background: #f9f9f5;
/*動き*/
transition: all 0.3s; 
overflow-y: scroll;    
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
opacity: 1;
z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
/*ナビの数が増えた場合縦スクロール*/
position: fixed;
z-index: 999; 
width: 100%;
height: 100vh;/*表示する高さ*/
overflow: auto;
-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
display: none;
/*ナビゲーション天地中央揃え*/
z-index: 999;
}

#g-nav.panelactive ul {
width: 100%;
display: flex !important;
flex-wrap: wrap;
justify-content: space-between;
margin: 7vh 0 0 0;
}

/*リストのレイアウト設定*/

#g-nav ul li{
list-style: none;
width: 90%;
margin: 0 auto 0;
border-bottom: 1px solid #ccc;
}
#g-nav ul li.has-child ul li{
list-style: none;
text-align: center; 
width: 100%;
margin: 0 auto 2vw;
border-bottom: none;  
}
#g-nav li a{
    text-decoration: none;
    padding: 2vw;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 5px;
    margin: 0 auto;
}

#g-nav.panelactive ul li ul{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2vw auto 0;
    margin-top: -2px;
    padding: 0 0 2vw 15vw;
}

#g-nav.panelactive ul li ul li{
    align-items: stretch;
    display: flex;
}

#g-nav.panelactive ul li ul li a{
font-size: 1.4rem;
background: #fff;
line-height: 1.2;
padding: 2vw 1vw;
border-radius: 5px;
}

#g-nav.panelactive ul li ul li img{
width: 40%;
border-radius: 10px;
}








/*========= ボタンのためのCSS ===============*/
.openbtn{
    position: fixed;
    z-index: 9999;
    top: 1vh;
    right: 1vh;
    width: 5vh;
    height: 5vh;
    background: #fff;
    border-radius: 20px;
}

/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    /* left: 14px; */
    height: 3px;
    border-radius: 2px;
    background-color: #f09d4a;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.openbtn span:nth-of-type(1) {
top:1.4vh;	
}

.openbtn span:nth-of-type(2) {
top:2.4vh;
}

.openbtn span:nth-of-type(3) {
top:3.4vh;
}

.openbtn.active span:nth-of-type(1) {
top: calc(1.4vh);
left: 25%;
transform: translateY(5px) rotate(-45deg);
width: 50%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
top: calc(3.4vh - 1.5px);
left: 25%;
transform: translateY(-6px) rotate(45deg);
width: 50%;
}


nav ul li.has-child dt{
overflow: hidden;
margin: 0 0 1.5vw 0;
}

nav ul li.has-child dd{
padding: 0 0;
font-weight: 500;
letter-spacing: -.05rem;
}

nav ul li.has-child dd.has-child-last{
padding: 0;
}




#g-nav li.navbnr a{
background: #02b2bf;
color: #fff;
}


.spnavinfo__w{
width: 100%;
display: flex;
flex-wrap: wrap;
align-content: center;
}

.spnavinfo1{

}

.spnavinfo2{

}



    
#g-nav.panelactive ul li.has-child ul li a {
    display: block;
    background: none;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    padding: 0 0 0 1em;
    position: relative;
}  
    #g-nav.panelactive ul li.has-child ul li a::before{    
position: absolute;
    top: 50%;
    left: 0;
    width: 0.3em;
    height: 0.3em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";
}

nav ul li a span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}
nav ul li a span.nav1::before {
    content: "";
    display: block;
    margin: 0 3vw 0 0;
    background: url(../images/ic_nav1.svg);
    width: 8vw;
    height: 8vw;
}    
nav ul li a span.nav2::before {
    content: "";
    display: block;
    margin: 0 3vw 0 0;
    background: url(../images/ic_nav2.svg);
    width: 8vw;
    height: 8vw;
} 
nav ul li a span.nav3::before {
    content: "";
    display: block;
    margin: 0 3vw 0 0;
    background: url(../images/ic_nav3.svg);
    width: 8vw;
    height: 8vw;
} 
nav ul li a span.nav4::before {
    content: "";
    display: block;
    margin: 0 3vw 0 0;
    background: url(../images/ic_nav4.svg);
    width: 8vw;
    height: 8vw;
} 
nav ul li a span.nav5::before {
    content: "";
    display: block;
    margin: 0 3vw 0 0;
    background: url(../images/ic_nav5.svg);
    width: 8vw;
    height: 8vw;
}   
nav ul li a span.nav6::before {
    content: "";
    display: block;
    margin: 0 3vw 0 0;
    background: url(../images/ic_nav6.svg);
    width: 8vw;
    height: 8vw;
}    
/* nav */






/* slider */

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swipertxt{
position: absolute;
z-index: 10;
display: flex;
flex-wrap: wrap;
    top: 5vh;
    left: 50%;
    transform: translate(-50%, 0);
      width: 27rem;
}

.swipertxt1{
width: 100%;
text-align: center;
}

.swipertxt1 span{
  display: inline-block;
  background: rgb(241 100 178 / 90%);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  padding: 1vw 0;
  font-weight: 700;
  border-radius: 2px;
  width: 100%;
}


/* slider */










/* pagetop */


#page-top {
position: fixed;
bottom: 10rem;
right: 1vw;
z-index: 99;
opacity: .9;
}
#page-top a {
width: 12vw;
display: block;
opacity: 0.9;
transition: all .3s ease;
}
#page-top a:hover {
text-decoration: none;
opacity: .5;
}


#page-top a img{
width: 100%;
display: block;
}


/* pagetop */






/* breadcrumb */

.breadcrumb__w{
width: 100%;
padding: 3vw 0 3vw 3vw;
font-size: 1.4rem;
background: #f5f5f5;
margin: 0 0 4vw 0;
}

.breadcrumb__w ol{
padding: 0;
color: #002c5a !important;
width: 100%;
margin: 0 auto;

}

.breadcrumb__w ol li{
list-style:none;
display:inline;
}

.breadcrumb__w ol li a:link,
.breadcrumb__w ol li a:visited{
color:#002c5a !important;
}

.breadcrumb__w ol li a:hover,
.breadcrumb__w ol li a:active{
opacity: .7;
}

.breadcrumb__w ol li:last-of-type a{
color:#002c5a !important;
}

.breadcrumb__w ol li:last-of-type a:hover,
.breadcrumb__w ol li:last-of-type a:active{
opacity: .7;
}

/* breadcrumb */










/* medical */
.top_point_deco {
    position: absolute;
    z-index: 1;
}
.top_point_deco_3 {
    width: 150px;
    height: 150px;
    left: 0;
    bottom: -10%;
}    
.top_point_deco_1 {
    width: 150px;
    height: 150px;
    right: 0;
    top: 3%;
}    
.top_point_deco_2 {
    width: 150px;
    height: 150px;
    left: 0;
    top: 45%;
}    
.topmedical__w{
width: 100%;
    background: #f9f9f5;
    position: relative; 
padding: 7vw 0 8vw;
}
.topmedical__w::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/top_wave02.png) ;
    width: 100%;
    height: 10vh;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.topmedical1{
text-align: center;
margin: 0 0 5vw 0;
}

 
.topmedical1 h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .3rem;
    color: #795548;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}    

.topmedical1 h2 span::after {
    content: "feature";
    display: block;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .3rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Cabin Sketch', cursive;
    color: #bb9570;
}  


.topmedical2{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topmedical3{
    width: 90%;
    background: #fff;
    padding: 3vw;
    border-radius: 15px;
    margin: 0 auto 5vw;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 15px #d2d2d2;
}

.topmedical3:first-child::before {
    content: "";
    display: block;
    background: url(../images/ic_01.svg);
    width: 70px;
    height: 70px;
    background-size: cover;
    top: 40px;
    position: relative;
        margin-top: -40px;
}    
.topmedical3:nth-child(2)::before {
    content: "";
    display: block;
    background: url(../images/ic_02.svg);
    width: 70px;
    height: 70px;
    background-size: cover;
    top: 40px;
    position: relative;
        margin-top: -40px;
}    
.topmedical3:nth-child(3)::before {
    content: "";
    display: block;
    background: url(../images/ic_03.svg);
    width: 70px;
    height: 70px;
    background-size: cover;
    top: 40px;
    position: relative;
        margin-top: -40px;
}    
.topmedical4{
text-align: center;
font-size: 1.6rem;
color: #623c17;
font-family: 'Zen Maru Gothic', sans-serif;
letter-spacing: .05rem;
margin: 2vw 0 2vw 0;
}

.topmedical4 span{
}

.topmedical4 span::before{
}


.topmedical8{
width: 100%;
font-size: 1.3rem;
line-height: 1.6;
padding: 0 5vw;
margin: 0 0 2vw;    
}

.topmedical9{
width: 100%;
}

.topmedical9 a{
display: block;
width: 80%;
margin: 0 auto;
background: #e56ca3;
padding: 2vw 0;
text-align: center;
letter-spacing: -.005rem;
color: #ffffff;
box-shadow: 6px 6px 15px #f1b2cf;
font-weight: 500;
font-size: 1.3rem;
line-height: 1;
position: relative;
}

.topmedical9 a span{
display: block;
width: 100%;
}

.topmedical9 a span::after{
content: "";
background: url("../images/ic_arrow1.svg");
display: inline-block;
width: 1.6rem;
height: 1.6rem;
position: absolute;
top: .85rem;
right: 1rem;
}

.topmedical9 a:hover{
transform: translateY(-3px);
opacity: .5;
}

.topmedical10{
width: 100%;
text-align: center;
margin: 0 0 3vw 0;
}

.topmedical10 img{
width: 80%;
}

.topmedical11{
margin: 2vw auto 5vw;
width: 90%;    
    text-align: center;    
}
.topmedical11 span{
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    
}

.topmedical12{
margin: 2vw auto 5vw;
width: 90%;    
}
.topmedical12 span{
    width: 100%;
    font-weight: 500;
    
}
    
.medi_list_w{
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.medi_list_w a{
width: 48%;
    height: 6vh;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 5px 20px #c1c1c1;
    margin: 0 0 2vw;
    color: #fff;
    background: #f09d4a;
}
.medi_list_w a::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 2;
}
.medi_list_w a span::after {
    content: "";
    background: url(../images/ic_arrow_bottom.svg);
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}    
.medi_list_w a img {
width: 100%;
height: auto;
transition:1s all;
}
.medi_list_w a:hover img {
transform:scale(1.2,1.2);
transition:1s all;
}    
.medi_list_txt {
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
text-align: left;
font-weight: bold;
font-size: 1.3rem;
z-index: 10;
font-family: 'Zen Maru Gothic', sans-serif;  
width: 90%;
    margin: 0 auto;    
}      
/* medical */





.note__w{
width: 90%;
margin: 0 auto 5vw;
display: flex;
flex-wrap: wrap;
background: #fff;
padding: 2vw 2vw 4vw;
border-radius: 20px;
}

.note1{
  width: 100%;
  text-align: center;
  border-radius: 3px;
  color: #ef6081;
  font-size: 2.2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  margin: 0 0 2vw 0;
}


.note2{
width: 100%;
text-align: center;
  margin: 0 0 2vw 0;
}

.note3{
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #103546;
    line-height: 1.4;
}


.note4{
  width: 90%;
  border: 2px solid #f87171;
  background: #fff8f8;
  padding: 3vw 3vw 4vw;
  color: #e93131;
  margin: 0 auto 5vw;
  border-radius: 3px;
}

.note5{
margin: 0 0 3vw 0;
font-size: 1.2rem;
}

.note6{
width: 100%;
}


.note6 a{
width: 100%;
display: block;
font-size: 1.7rem;
color: #0050a3;
font-weight: 900;
line-height: 1;
text-align: center;
}

.note6 a span{

}

.note6 a span::before{
content: "";
background: url("../images/ic_tel.svg");
display: inline-block;
width: 1.5rem;
height: 1.5rem;
margin: 0 1.5vw 0 0;
vertical-align: bottom;
}

.note7{
  width: 90%;
    background: #ffffff;
    padding: 2vw 5vw;
    color: #295b9a;
    margin: 0 auto;
    text-align: center;
    border-radius: 200px;
}

.note8{
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0rem;
}

.note8 span{

}

.note8 span::before{
content: "";
background: url("../images/ic_exclamation.svg");
display: inline-block;
width: 1.6rem;
height: 1.6rem;
margin: 0 .5rem 0 0;
vertical-align: middle;
}

.note9{
 background: linear-gradient(transparent 75%, #ffff7f 75%);
 display: inline-block;
}





/* news */

.topnews__w{
width: 100%;
background: url(../images/info_bg.jpg);
    background-size: cover;
padding: 7vw 0 8vw;
position: relative;    
}
.topnews__w::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/top_wave01.png);
    width: 100%;
    height: 7vh;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.topclosed_w {
    text-align: center;
    margin: 4vw 0 4vw 0;
}
.topclosed_ttl {
    width: 100%;
    font-size: 1.6rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #d57c23;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
}    
.topclosed{
    display: inline-block;
    text-align: center;
    background: #ffffff;
    padding: 3px 10px;
    border-radius: 50px;
    border: solid 2px #edc3b7;
    }

.topclosed_iframe{
    /*display: block;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    border: solid 2px #edc3b7;
    width: 37rem;
    margin: 0 auto;
    height: 5rem;
    overflow-y: hidden !important;*/
    /*width: 90%;
    margin: 0 auto;
    height: 5rem;*/
}

.topclosed_iframe iframe{
    width: 100%;
    height: 5rem;
}

.topnews1{
text-align: center;
margin: 0 0 5vw 0;
}

.topnews1 h2{
font-size: 2rem;
    font-weight: 700;
    letter-spacing: .3rem;
    color: #795548;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.topnews1 h2 span::after {
    content: "information";
    display: block;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .3rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Cabin Sketch', cursive;
    color: #bb9570;
}  


.topnews2{
/*width: 90%;
margin: 0 auto;
background: #fff;
justify-content: space-between;
padding: 3vw 5vw;
border-radius: 10px;
height: 40vh;*/
width: 100%;
height: 40vh;
margin: 0 auto;
text-align: center;    
}
.topnews2 iframe{    
    width: 90%;
    height: 100%;
    border-radius: 10px;  
    }
.top_bnr {
    width: 90%;
    margin: 0 auto;
    margin: 3vw auto 0;
}    
.top_bnr img{
    width: 100%;
}  
.topnews3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px dotted #ccc;
margin: 0 0 3vw 0;
padding: 0 0 3vw 0;
}

.topnews3:last-child{
margin: 0 0 0 0;
}


.topnews4{
width: 100%;
font-size: 1.2rem;
color: #A8A8A8;
margin: 0 0 1vw 0;
}



.topnews5{
width: 100%;
font-size: 1.6rem;
font-weight: 700;
margin: 0 0 1vw 0;
color: #259122;
}


.topnews6{
width: 100%;
font-size: 1.3rem;
}


/* news */






.toptimetable__w{
width: 100%;
background: url("../images/toptimetablebg.jpg");
background-size: cover;
margin: 7vw 0 0 0;
}

.toptimetable1{
text-align: center;
margin: 0 0 5vw 0;
}

.toptimetable1 h2{
font-size: 2rem;
    font-weight: 700;
    letter-spacing: .3rem;
    color: #13ae67;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.toptimetable1 h2 span{
    padding-left: 20vw;
    padding-right: 20vw;
}
.toptimetable1 h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    border-top: solid 1px #13ae67;
    border-left: solid 1px #13ae67;
    border-bottom: solid 1px #13ae67;
}
.toptimetable1 h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    border-top: solid 1px #13ae67;
    border-right: solid 1px #13ae67;
    border-bottom: solid 1px #13ae67;
}   
.toptimetable1 h2 span::after{
content: "timetable";
    display: block;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: .3rem;
    font-weight: 400;
    line-height: 1;
    font-family: "Zen Old Mincho";
    color: #13ae67;
}

.toptimetable2{
width: 90%;
margin: 0 auto;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 3vw 5vw;
border-radius: 10px;
}

.toptimetable3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px dotted #ccc;
margin: 0 0 40px 0;
padding: 0 0 40px 0;
}

.toptimetable3:last-child{
margin: 0 0 0 0;
}


.toptimetable4{
width: 100%;
font-size: 1.4rem;
color: #A8A8A8;
margin: 0 0 5px 0;
letter-spacing: .2rem;
}



.toptimetable5{
width: 100%;
font-size: 2rem;
font-weight: 700;
margin: 0 0 5px 0;
color: #0f6eb1;
}


.toptimetable6{
width: 100%;
font-size: 1.6rem;
}










/* corona */

.topcorona__w{
width: 100%;
background: #fff1f1;
background-size: cover;
padding: 10vw 0 10vw;
}

.topcorona1{
width: 90%;
margin: 0 auto;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 6vw 6vw;
}

.topcorona2{
width: 100%;
text-align: center;
margin: 0 0 3vw 0;
}

.topcorona2 h2{
font-size: 1.8rem;
font-weight: 900;
letter-spacing: .1rem;
font-family: 'Zen Old Mincho', serif;
color: #f96866;
text-shadow: 3px 3px 5px #ffffff;
}

.topcorona3{
width: 100%;
color: #000;
margin: 0 0 6vw 0;
font-size: 1.4rem;
line-height: 1.6;
}

.topcorona4{
width: 100%;
}

.topcorona4 span{
display: inline-block;
border-radius: 0px;
background: #f96866;
padding: 2vw 3vw;
color: #fff;
font-size: 1.4rem;
line-height: 1.3;
}


/* corona */


/* policy */

.policy__w{
width: 100%;
background-size: cover;
padding: 10vw 0 10vw;
}

.policy1{
width: 90%;
margin: 0 auto;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 6vw 6vw;
border-radius: 31px 10px 30px 10px;
}

.policy2{
width: 100%;
text-align: center;
margin: 0 0 3vw 0;
}

.policy2 h2{
font-size: 1.8rem;
font-weight: 900;
letter-spacing: .1rem;
font-family: 'Zen Old Mincho', serif;
color: #002c5a;
text-shadow: 3px 3px 5px #ffffff;
}

.policy3{
width: 100%;
color: #000;
margin: 0 0 6vw 0;
font-size: 1.4rem;
line-height: 1.6;
}

.policy4{
margin: 0 auto;
background-color: #E3F2FC;
border-radius: 10px;
padding: 4vw;
}

.policy4 li{
padding-left: 1em;
text-indent: -1em;
margin-top: 20px;
line-height: 2;
}

/* corona */








/* footer */
footer{
width: 100%;
background: #fff;
}

.footer__w{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding:10vw 0 5vw;
}

.footer1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 7vw 0;
}

.footer2{
width: 100%;
text-align: center;
margin: 0 0 5vw 0;
}

.footer2 img{
width: 65%;
}

.footer3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}

.footer4{
width: 100%;
font-size: 1.4rem;
letter-spacing: 0.05rem;
}

.footer5{
width: 100%;
}


.footer5 a{
width: 100%;
display: block;
font-size: 3rem;
line-height: 1;
    font-family: 'Baloo 2', cursive;
    font-weight: 400;    
}

.footer5 a span{
display: flex;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
}

.footer5 a span::before{
content: "";
background: url("../images/ic_tel.svg");
display: inline-block;
width: 2.2rem;
height: 2.2rem;
margin: 0 .5vw 0 0;
}

.footer6{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 5vw 0;
}

.footer7{
width: 95%;
padding: 0 2vw;
margin: 0 auto 5vw;
background: #f7f7f7;
}

.footer8{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #ffffff;
padding: 2vw 0;
}

.footer8:first-child{

}

.footer8:last-child{
}



.footer9{
width: 10rem;
text-align: right;
font-size: 1.2rem;
letter-spacing: .025rem;
line-height: 1.5;
}

.footer10{
width: calc(100% - 12rem);
line-height: 1.5;
font-weight: 500;
font-size: 1.2rem;
letter-spacing: .025rem;
}

.footer11{
width: 100%;
}

.footer12{
width: 90%;
margin: 0 auto 6vw;
}

.footer13{
width: 100%;
margin: 0 0 5vw 0;
}

.footer14{
width: 90%;
margin: 0 auto;
}

.footer14 iframe{
width: 100%;
border-radius: 20px;
}

.footer15{
width: 100%;
font-size: 1.3rem;
font-weight: 500;
margin: 0 0 1vw 0;

}
.footer16{
width: 100%;
margin: 0 0 2vw 0;
}
.footer16 ul li {
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.footer16:last-child{
width: 100%;
margin: 0 0 1vw 0;
}

.footer17{
width: 100%;
margin: 0 0 1.5rem 0;
padding: .8rem 1.2rem;
border-radius: 3px;
  background: #ffffff;
  color: #e81b1b;
font-size: 1.2rem;
}

.footer18 {
    background: #13ae67;
    padding: 0.2vw 1vw;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 0.5vw;
}    
.footer19 {
    background: #8bc34a;
    padding: 0.2vw 1vw;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin: 2vw 0 0.5vw;
}
.timetable{
width: 100%;
}

.timetable th{
border-bottom: 1px solid #acacac;
padding: 0 1vw 1vw;
text-align: center;
font-weight: 700;
font-size: 1.4rem;
}

.timetable td{
border-bottom: 1px solid #acacac;
padding: 4vw 1vw;
text-align: center;
font-size: 1.4rem;
font-weight: 700;
position: relative;
}

.timetable td .heart {
    background: url("../images/ic_heart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 1.4rem;
    height: 1.4rem;
}
.timetable2 .heart {
    background: url("../images/ic_heart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 1vw 0 0;
}  
.timetable1{
font-size: 1.1rem;
font-weight: 500;
color: #002c5a;
letter-spacing: -.07rem;
line-height: 1;
position: absolute;
top: 1.3rem;
right: 0;
}

.timetable2{
    margin: 0 2vw 0 0;
}

.timetable2 span{

}

.timetable3{
color: #eb4242;
}

.timetable4{
width: 100%;
margin: 0 0 .5vw 0;
}

.timetable4 span{
    /*text-align: center;
    border-radius: 3px;
    padding: .5vw 3vw;
    background: #fffbcc;
    color: #5a5330;*/
}
.timetable_note_w {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.timetable5{
}
 .timetable5 .heart {
    background: url("../images/ic_heart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 1vw 0 0;
}    
    
    
/**/
.timetable_vertical{
width: 100%;
border-collapse: separate;
overflow: hidden;    
}

.timetable_vertical th{
border-top: 1px solid #dfdfdf;    
border-right: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;    
padding: 3vw 2vw;
text-align: center;
font-weight: 500;
font-size: 1.3rem;
background-color: #5d3a2d;
    color: #fff;  
}
.timetable_vertical tr:first-child th:first-child{ 
border-left: 1px solid #dfdfdf;
}   
.timetable_vertical tr td:first-child{
border-left: 1px solid #dfdfdf; 
background-color: #f8f8f7;     
}     
/*角丸*/    
.timetable_vertical tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
}
.timetable_vertical tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
} 
.timetable_vertical tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}  
.timetable_vertical tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}    
/*角丸*/       

.timetable_vertical td.close{
background-color: #f8f8f7;
}
.timetable_vertical td{
padding: 3vw 2vw;
text-align: center;
font-size: 1.3rem;
font-weight: 500;
line-height: 1;
position: relative;
border-right: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;    
}


/**/   
    
.sitemap__w{
width: 100%;
}

.sitemap1{
width: 100%;
}

.sitemap1 ul{
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin: 0 auto;
}

.sitemap1 ul li{
width: 49%;
}

.sitemap1 ul li a{
font-size: 1.2rem;
display: block;
padding: 1vw 0;
letter-spacing: .025rem;
}

.sitemap1 ul li a:hover{

/*background: #F0F0F0;*/
}


.sitemap1 ul li a span{
}

.sitemap1 ul li a span::before{
content: "";
display: inline-block;
width: .5rem;
height: .5rem;
background: url("../images/ic_arrow2.svg");
margin: 0 1vw 0 0;
vertical-align: middle;
}

.sitemap1 ul li a:hover span::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/ic_arrow3.svg);
    margin: 0 1vw 0 0;
    vertical-align: middle;
}



/* footer */






/* copyright */


.copyright {
width: 100%;
padding: 2vw 0;
text-align: center;
font-size: 1rem;
}



/* copyright */





/* sp footer */

.spfooternav__w{
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 10;
    height: 7rem;
    background: #f09d4a;
    align-items: center;
}

.spfooternav1{
width: 60%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3vw 0;
border-right: 1px solid #dfdfdf; 
height: 7rem;    
}

.spfooternav1 a{
font-size: 2.6rem;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
line-height: 1;
}

.spfooternav1 a span{

}

.spfooternav1 a span::before{
content: "";
background: url("../images/ic_tel_white.svg") no-repeat;
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: middle;
margin-right: .5rem;
}

.spfooternav2{
width: 40%;
display: flex;
align-items: center;
justify-content: center;
}

.spfooternav2 a{
 font-family: 'Zen Maru Gothic';
}

.spfooternav2 a span::before{
content: "";
background: url("../images/ic_reservation.svg") no-repeat;
display: inline-block;
width: 2.2rem;
height: 2.2rem;
margin-right: 0.5rem;    
}




.spfooternav2 a span{
font-size: 2.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.spfooternav3{
width: 20%;
display: flex;
align-items: center;
justify-content: center;
background: #fafafa;
}

.spfooternav3 a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 1.1rem;
letter-spacing: 0rem;
height: 7rem;
}

.spfooternav3 a span{

}

.spfooternav3 a span::before{
content: "";
background: url("../images/ic_map.svg") no-repeat;
display: block;
width: 2.2rem;
height: 2.2rem;
margin: 0 auto .5rem;
}

.spfooternav5{
font-size: 1.2rem;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
letter-spacing: 0.025rem;
margin: 0 0 .5rem 0;
line-height: 1;
}


/* sp footer */









/* subpage */

.subpagetitle__w{
width: 100%;
background: url(../images/subpagetitlebg1.jpg);
background-size: cover;
padding: 6vw 0;
position: relative;    
}
.subpagetitle__w::after {
    content: '';
    background-color: rgb(252 255 187 / 27%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 0;
    height: auto;
}
.subpagetitle1{
text-align: center;
margin: 0 auto;
width: 100%;
}

.subpagetitle1 h2{
font-size: 1.8rem;
font-weight: 500;
letter-spacing: .3rem;
color: #5d3a2d;
line-height: 1;
position: relative;
z-index: 1;    
font-family: 'Zen Maru Gothic', sans-serif;       
}

.subpagetitle1 h2 span{
}

.subpagetitle1 h2 span::after{
display: block;
text-align: center;
font-size: 1.1rem;
letter-spacing: .3rem;
border-top: 1px #5d3a2d dotted;
    width: 15rem;
margin: 1.7vw auto 0;
padding: 1vw 0 0 0;
color: #5d3a2d;
line-height: 1;
}

.subpagetitle1a{
}

.subpagetitle1b{

}

.subpagetitle1c{

}

.subpagetitle1d{

}

.subpagetitle1e{

}

.subpagetitle1f{

}

.subpagetitle1g{

}

.subpagetitle1h{

}

.subpagetitle1i{

}

.subpagetitle1j{

}


.subpagetitle1a h2 span::after{
content: "doctor";
}

.subpagetitle1b h2 span::after{
content: "family medicine";
}

.subpagetitle1c h2 span::after{
content: "service";
}

.subpagetitle1d h2 span::after{
content: "clinic";
}

.subpagetitle1e h2 span::after{
content: "access";
}

.subpagetitle1f h2 span::after{
content: "access";
}

.subpagetitle1g h2 span::after{
content: "about";
}

.subpagetitle1h h2 span::after{
content: "access";
}

.subpagetitle1i h2 span::after{
content: "inspection";
}

.subpagetitle1j h2 span::after{
content: "hearing aid";
}

.subpagetitle2{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subpagetitle3{
width: 90%;
background: #fff;
padding: 2vw;
border-radius: 30px 10px 30px 10px;
margin: 0 auto;
}

.subpagetitle4{
width: 100%;
}

.subpagetitle4 img{
border-radius: 30px 10px 30px 10px;
}

.subpage__w{
width: 100%;
background: #f5f5f5;
padding: 5vw 0 10vw;
}

.subpage1{
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 5vw 5vw 5vw;
box-shadow: 15px 15px 5px #ededed;
border-radius: 10px;
}

.subpage2{
width: 100%;
border-bottom: 6px solid #ECECEC;
margin: 0 0 5vw 0;
}


.subpage2 h2{
font-size: 2rem;
font-weight: 700;
letter-spacing: .2rem;
line-height: 1.5;
  padding: 0 0 3vw 0;
  text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
  color: #5d3a2d;
}



.subpage3{
width: 100%;
padding: 0 1vw;
line-height: 1.8;
}
.subpage3 .r_img {
    width: 100%;
    text-align: center;
    margin: 0 0 5vw 0;
}
.subpage4{
width: 100%;
}

.subpage4 a{
display: block;
width: 80%;
margin: 0 auto;
background: #ffee9c;
padding: 4vw 0;
text-align: center;
letter-spacing: -.005rem;
color: #643e2f;
box-shadow: 6px 6px 15px #fff2b3;
font-weight: 500;
font-size: 1.4rem;
line-height: 1;
position: relative;
}

.subpage4 a span{
display: block;
width: 100%;
}

.subpage4 a span::after{
content: "";
background: url("../images/ic_arrow1.svg");
display: inline-block;
width: 2.2rem;
height: 2.2rem;
position: absolute;
top: 1.2rem;
right: -1.2rem;
}

.subpage4 a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage5{
width: 100%;
position: relative;
padding: 5vw 5vw;
background: #f5f5f5;
border-radius: 10px;
}

.subpage5 ul{
width: 100%;
}

.subpage5 ul li{
width: 100%;
line-height: 1.6;
margin: 0 0 4vw 0;
}

.subpage5 ul li:last-child{
margin: 0 0 0 0;
}

.subpage5 ul li span{
width: 100%;
}

.subpage5 ul li span::before{
content: "";
display: inline-block;
background: url("../images/ic_check.svg");
width: 1.6rem;
height: 1.6rem;
margin: 0 1vw 0 0;
vertical-align: sub;
}

.subpage6{
width: 100%;
padding: 5vw 5vw;
position: relative;
background: #f5f5f5;
border-radius: 10px;
}

.subpage6 ul{
width: 100%;
}

.subpage6 ul li{
width: 100%;
line-height: 2;
margin: 0 0 4vw 0;
}

.subpage6 ul li:last-child{
margin: 0 0 0 0;
}

.subpage6 ul li span{
width: 100%;
}

.subpage6 ul li span::before{
content: "";
display: inline-block;
background: url("../images/ic_check2.svg");
width: 1.6rem;
height: 1.6rem;
margin: 0 1vw 0 0;
vertical-align: sub;
}

.subpage7{
width: 100%;
}

.subpage7 ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.subpage7 ul li{
  width: 90%;
  margin: 0 0 4vw 0;
}

.subpage7 ul li:last-child{
margin: 0 0 0 0;
}

.subpage7 ul li a{
display: block;
width: 100%;
margin: 0 auto;
background: #ffffff;
padding: 3vw 0;
text-align: center;
  letter-spacing: .05rem;
color: #3A3A30;
box-shadow: 6px 6px 15px #b9deff;
font-weight: 700;
font-size: 1.4rem;
line-height: 1;
position: relative;
  border: 2px solid #499be2;

}

.subpage7 ul li a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage7 ul li a span{
width: 100%;
}

.subpage7 ul li span::after{
content: "";
background: url("../images/ic_arrow2.svg");
display: inline-block;
width: 1.1rem;
height: 1.1rem;
position: absolute;
  top: 1.7rem;
  left: 1.2rem;
  transform: rotateZ(90deg);

}

.subpage8{
width: 100%;
margin: 0 0 6vw 0;
}

.subpage8 h3{
font-size: 1.7rem;
letter-spacing: .02rem;
line-height: 1.2;
padding: 1vw 0 1vw 2.3vw;
position: relative;
font-weight: 700;
}

.subpage8 h3::before{
border-left: 4px solid #f09d4a;    
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
}

.subpage9{
width: 80%;
margin: 0 auto;
}

.subpage9 img{
width: 100%;
border-radius: 10px;
}

.subpage10{
width: 100%;
background: #F5F5F5;
position: relative;
padding: 5vw;
border-radius: 0;
margin: 0 auto;
}

.subpage10 ul{
width: 100%;
}

.subpage10 ul li{
width: 100%;
line-height: 2.2;
}

.subpage10 ul li span{
width: 100%;
}

.subpage10 ul li span::before{
content: "";
display: inline-block;
background: url("../images/ic_check3.svg");
width: 1.6rem;
height: 1.6rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage11{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #47c8af;
color: #fff;
text-align: center;
padding: 1vw 3vw;
border-radius: 3px;
position: absolute;
font-size: 1.5rem;
}

.subpage12{
padding: 2vw 0 0 0;
font-size: 1.4rem;
line-height: 2;
}

.subpage13{
display: inline-block;
    margin: -5.5rem 0 0 0;
    background: #47c8af;
    color: #fff;
    text-align: center;
    padding: 12px 30px;
    border-radius: 3px;
    position: absolute;
    font-size: 1.8rem;
    line-height: 1.4;
}

.subpage14{
display: inline-block;
margin: -4.5rem 0 0 0;
background: #7dadd4;
color: #fff;
text-align: center;
padding: 1vw 3vw;
border-radius: 3px;
position: absolute;
font-size: 1.5rem;
}

.subpage15{
width: 100%;
line-height: 1.8;
}

.subpage16{
width: 100%;
}

.subpage16 span{
line-height: 1.8;
font-size: 1.5rem;
font-family: 'Zen Old Mincho', serif;
font-weight: 700;
display: inline-block;
padding: 1vw 3vw;
letter-spacing: 0;
background: #fff;
border-radius: 100px;
color: #4387bf;
}

.subpage17{
width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /* border-top: solid 1px #80c8d1; */
    background: #fff2f2;
    line-height: 1.4;
    padding: 2vw;
    font-size: 1.8rem;
    border-radius: 8px;
    border: solid 1px #f09d4a;
    margin: 0 0 1vw;
    flex-direction: column;
        text-align: center;
}
.subpage17 span:first-child {
   box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    padding: 1vw 2vw;
    letter-spacing: .1rem;
    background: #f09d4a;
    color: #ffffff;
    font-family: 'Zen Maru Gothic', sans-serif;
    border-radius: 5px;
    margin: 0 0 1vw;
}
.subpage17 span:nth-child(2n) {
    font-size: 1.5rem;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: .1rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    border-radius: 5px;
}



.subpage18 {
width: 100%;
}
.subpage18 ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.subpage18 ul li {
width: 32%;
margin: 0 0 2vw 0;
align-items: stretch;
display: flex;
text-align: center;
}

.subpage18 ul li a {
width: 100%;
font-size: 1.1rem;
line-height: 1.2;
padding: 1vw 1vw 1vw;
color: #18599d;
display: block;
}
.subpage18 ul li dt{
margin: 0 0 1vw 0;
}

.subpage18 ul li dt img {
width: 80%;
border-radius: 10px 3px 10px 3px;
}

.subpage18 ul li dd{
padding: 1vw 0;
font-weight: 500;
letter-spacing: -.05rem;
}



.subpage22{
  width: 100%;
  border: 1px dashed #ffabab;
  background: #fff8f8;
  padding: 3vw 2vw 4vw;
  color: #e93131;
  margin: 0 auto;
}

.subpage23{
margin: 0 0 2vw 0;
font-size: 1.3rem;
}

.subpage24{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.subpage25{
width: 49%;
border: 1px solid #70b4e4;
}

.subpage26{
  background: #70b4e4;
  font-size: 1.6rem;
  color: #fff;
  padding: 1vw;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.6;
}

.subpage26 span::before{
  content: "";
  background: url("../images/ic_first1.svg");
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1vw 0 0;
}


.subpage27{
padding: 2vw;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.5;
}

.subpage28{
  margin: 0 2vw 2vw 2vw;
  background: #eaf6ff;
  padding: 5px;
  }

.subpage29{
width: 49%;
border: 1px solid #70b4e4;
}

.subpage30{
  background: #0093DF;
  font-size: 1.6rem;
  color: #fff;
  padding: 1vw;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.6;
}

.subpage30 span::before{
  content: "";
  background: url("../images/ic_first2.svg");
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1vw 0 0;
}

.subpage31{
padding: 2vw;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.5;
}

.subpage32{
  margin: 0 2vw 2vw 2vw;
  background: #eaf6ff;
  padding: 5px;
}

.subpage33{
  width: 100%;
  padding: 3vw 3vw;
  line-height: 1.6;
  background: #f7f7f7;
  color: #204354;
}

.subpage33 ul{

}

.subpage33 ul li{
margin: 0 0 1rem 0;
}

.subpage33 ul li span::before{
  content: "";
  background: url("../images/ic_checkbox.svg");
  width: 1.5rem;
  height: 1.5rem;
z-index: 0;
    top: 3px;
    left: 0;    
  display: inline-block;
  /*vertical-align: sub;
  margin: 0 1vw 0 0;*/
    position: absolute;
}

.subpage33 ul li span{
    position: relative;
    padding: 0 0 0 2em;
    display: inline-block;
}

.subpage34 {
    border: solid 1px #d6d6d6;
    padding: 3vw 4vw 3vw;
    width: 100%;
    border-radius: 8px;
}  
    
.subpage35 {
    padding: 3vw 4vw 3vw;
    width: 100%;
    background: #f9f9f5;
    border-radius: 8px;
}    
.case01 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}    
.case01 .case01_1 {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 2vw;
}  
.case01 .case01_1 img {
    width: 100%;
}
.case01 .case01_2 {
    width: 100%;
}    
.item_list_1 {
    width: 100%;
    display: block;
    list-style: none;
    font-size: 1.6rem;
    border-radius: 10px;
    margin: 0 0 10px;
} 
.item_list_1 li {
    width: 100%;
    line-height: 1.5;
    margin: 0 0 5px 0;
    padding-left: 1em;
    text-indent: -1em;
}  
.item_list_1 li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    margin-right: 0.5em;
}    

.case02 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}  
.case02 .case02_1 {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 2vw;
}    
.case02 .case02_1 img {
    width: 100%;
}    
.case02 .case02_2 {
    width: 100%;
}  
.case03 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}  
 .case03 .case03_1 {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 2vw;
}
.case03 .case03_1 img {
    width: 100%;
}    
.case03 .case03_2 {
    width: 100%;
}    
.case03 .case03_3 {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 2vw;
}
.case03 .case03_3 img {
    width: 100%;
}    
.case04 {
    margin: 0 auto;
} 
.case04 .case04_1 {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 2vw;
}
.case04 .case04_1 img {
    width: 100%;
} 
.case04 .case04_2 {
    width: 100%;
}   
.h4_service {
    width: 100%;
    font-size: 1.5rem;
    padding: 1vw 2vw;
    font-weight: 500;
    background: #faf4ef;
}    
 .subpage36 {
    width: 100%;
}   
.subpage36 span {
    line-height: 1.2;
    font-size: 1.5rem;
    display: inline-block;
    padding: 1vw 2vw;
    letter-spacing: .1rem;
    background: #5d3a2d;
    /* border: 1px solid #795548; */
    border-radius: 5px;
    color: #fff;
}   
.subpage37 {
    padding: 0 0 1vw;
    border-bottom: 1px dashed;
    color: #f09d4a;
    font-size: 1.8rem;
}    
/* subpage */












/* access */

.access__w{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.access1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 5vw 0;
}

.access2{
width: 100%;
text-align: center;
}

.access2 img{
width: 50%;
}

.access3{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}

.access4{
width: 100%;
font-size: 1.4rem;
letter-spacing: 0.05em;
}

.access5{
width: 100%;
text-align: center;
}


.access5 a{
width: 100%;
    display: block;
    font-size: 3rem;
    line-height: 1;
    font-family: 'Baloo 2', cursive;
    font-weight: 400;
}

.access5 a span{
    display: flex;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
}

.access5 a span::before{
content: "";
    background: url(../images/ic_tel.svg);
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 .5vw 0 0;
}

.access6{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.access7{
width: 100%;
border-radius: 7px;
}

.access8{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #fff;
padding: 3vw 0;
color: #292929;
background: #f7f7f7;
}

.access8:first-child{
}


.access9{
width: 10rem;
text-align: center;
font-size: 1.2rem;
letter-spacing: .025rem;
line-height: 1.5;
}

.access10{
width: calc(100% - 10rem);
line-height: 1.5;
font-weight: 500;
font-size: 1.2rem;
letter-spacing: .025rem;
}

.access11{
width: 100%;
}

.access12{
width: 100%;
margin: 0 auto;
}

.access13{
width: 100%;
}

.access14{
width: 100%;
margin: 0 auto 5vw;
}

.access14 iframe{
width: 100%;
border-radius: 20px;
}

.access15{
width: 100%;
padding: 5vw;
background: #f7f7f7;
border-radius: 20px;
}

.access16{
width: 100%;
text-align: center;
}

.access16 img{
width: 100%;
}

.access17{

}
.access18{

}

.access19{
width: 100%;
margin: 3vw 0 0;
text-align: center;
}

.access20{
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  padding: 1vw 3vw;
  border-radius: 5px;
  color: #1258a3;
  background: #effbfd;
}

.access21{
width: 100%;
font-size: 1.3rem;
font-weight: 500;
margin: 0 0 1vw 0;

}
.access22{
width: 95%;
margin: 0 0 2vw 0;
}

.access22:last-child{
width: 100%;
margin: 0 0 1vw 0;
}
.access22 ul li {
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.access23{
width: 95%;
margin: 0 0 1.5rem 0;
padding: .8rem 1.2rem;
border-radius: 3px;
  background: #ffffff;
  color: #e81b1b;
font-size: 1.2rem;
}
.access24{
    width: 100%;
    margin: 0 auto 3vw;
}
.access24 img {
    width: 100%;
}    
    
    
    
.access_timetable_w{
 width: 100%;
    margin: 0 auto 0;
}   
    
    
    
/**/
.access_timetable1{
width: 100%;
border-collapse: separate;
overflow: hidden;    
}

.access_timetable1 th{
border-top: 1px solid #dfdfdf;    
border-right: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;    
padding: 18px 5px;
text-align: center;
font-weight: 500;
font-size: 1.3rem;
background-color: #5d3a2d;
    color: #fff;  
}
.access_timetable1 tr:first-child th:first-child{ 
border-left: 1px solid #dfdfdf;
}   
.access_timetable1 tr td:first-child{
border-left: 1px solid #dfdfdf; 
background-color: #f8f8f7;     
}     
/*角丸*/    
.access_timetable1 tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
}
.access_timetable1 tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
} 
.access_timetable1 tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}  
.access_timetable1 tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}    
/*角丸*/       

.access_timetable1 td.close{
background-color: #f8f8f7;
}
.access_timetable1 td{
padding: 3vw 2vw;
text-align: center;
font-size: 1.3rem;
font-weight: 500;
line-height: 1;
position: relative;
border-right: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;    
}


/**/    
/* access */



/* dooctor */

.doctor1{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.doctor2{
width: 100%;
text-align: center;
margin: 0 0 5vw 0;
}

.doctor2 img{
width: 50%;
border-radius: 5px;    
}

.doctor3{
width: 30rem;
display: flex;
flex-wrap: wrap;
padding: 2vw 0;
justify-content: center;
margin: 0 auto;
}

.doctor4{
font-size: 1.6rem;
line-height: 1.2;
margin: 0 0 .5vw 0;
width: 100%;
letter-spacing: .4rem;
text-align: center;
}

.doctor5{
font-size: 2.2rem;
width: 100%;
font-weight: 700;
letter-spacing: .4rem;
text-align: center;
font-family: 'Zen Maru Gothic', sans-serif;
}

.doctor6{
font-size: 1.3rem;
margin: 0 0 2vw 0;    
text-align: center;
width: 100%;
letter-spacing: .3rem;
}

.doctor6{
width: 100%;
margin: 0 0 5vw 0;
}


.doctor7{

}



.doctor8{
background: #ffffff;
border-radius: 10px;
padding: 5vw 5vw;
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.doctor9{
width: 100%;
margin: 0 0 1vw;
display: flex;
flex-wrap: wrap;
}

.doctor9:last-child{
margin: 0 auto 0;
}

.doctor10{
width: 100%;
color: #888;
font-size: 1.2rem;
}

.doctor11{
width: 100%;
}

.doctor11  h3{
font-size: 2.2rem;
color: #454458;
letter-spacing: .3rem;
margin: 0 0 2vw 0;
font-weight: 700;
font-family: 'Zen Old Mincho', serif;
text-align: center;
}

.doctor12{
background: #fafafa;
border-radius: 10px;
padding: 5vw 5vw;
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.doctor13{
width: 100%;
}

.doctor14{
width: 100%;
}

.doctor15{
width: 100%;
}

.doctor16{
background: #fafafa;
border-radius: 10px;
padding: 5vw 5vw;
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 2;
}

.doctor17{
background: #fafafa;
border-radius: 10px;
padding: 5vw 5vw;
width: 90%;
margin: 0 auto;
}

.doctor17 > .hospital_list{
margin-top: 20px;
}

.doctor17 > .hospital_list dd {
margin-top: 10px;
}

.doctor17 > .hospital_list dd ul {
padding-left: 20px;
}

.doctor17 > .hospital_list dd li{
list-style-type: disc;
}

    
.doctor18{
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: .3rem;
    background-color: #c7b39f;
    line-height: 1.3;
    padding: 1vw 3vw;
    display: inline;
    position: absolute;
    left: 50%;
    top: -3vw;
    transform: translateX(-50%);
    border-radius: 2px;

}

.doctor19{
width: 100%;
font-size: 1.6rem;
text-align: center;
color: #454458;
letter-spacing: .3rem;
}
.doctor20 {
    width: 100%;
    position: relative;
    margin: 3vw auto 0;
    padding: 5vw 2vw;
    background: #ffffff;
    border-radius: 10px;
}  
.txt_link {
    display: inline-block;
    border-bottom: 1px dotted #5779bc;
    color: #5779bc !important;
}    
    
dl.history {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}   
dl.history dt {
    margin-bottom: 10px;
    background-color: #f5f5f5;
    text-align: center;
    display: inline-block;
    width: 100%;
}  
dl.history dd {
    width: 100%;
    margin-bottom: 10px;
}    
/* dooctor */






/* about */

.about1{
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 20px;    
}

.about2{
width: calc((100% - 20px) / 2);    
background: #F7F7F7;
border-radius: 30px 10px 10px 10px;
}


.about3{
width: 100%;
margin: 0 0 2vw 0;
}

.about3 img{
width: 100%;
border-radius: 10px 10px 0 0;    
}

.about4{
width: 100%;
font-size: 1.5rem;
padding: 0 2vw;
font-family: 'Zen Maru Gothic', sans-serif;
margin: 2vw 0 2vw 0;
line-height: 1.4;
text-align: center;
}


.about5{
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;   
}    
.about6 {
    width: 100%; 
    border-radius: 30px 10px 10px 10px;
}
.about7 {
    width: 100%;
}
.about7 img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}   
 
.about8 {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.4;
    background: #F7F7F7;
    padding: 2vw 0 2vw 0;
    border-radius: 0 0 10px 10px;
    
} 
.about9 {
     width: 60%; 
    border-radius: 30px 10px 10px 10px;
    margin: 0 auto 20px;
}    
.about10 {
}
.about10 img {
    width: 100%;
    border-radius: 10px;
}    
.about11 {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    margin: 30px 0 15px 0;
    line-height: 1.4;
} 
/* about */




/* check */
.check1{
width: 100%;
}

table.check2{
width: 100%;
}

.check2 th{
padding: 2vw 2vw;
text-align: center;
background: #f1f1f1;
border: 1px solid #D0D0D0;
font-size: 1.2rem;
}

.check2 th:nth-child(1){
width: 25%
}

.check2 th:nth-child(2){
width: 50%
}

.check2 th:nth-child(3){
width: 25%
}

.check2 td{
padding: 2vw 2vw;
border: 1px solid #D0D0D0;
vertical-align: middle;
background: #FDFDFD;
font-size: 1.2rem;
}

.check2 td:nth-child(1){
text-align: center;
}

.check2 td:nth-child(2){
width: 50%
}

.check2 td:nth-child(3){
text-align: center;
}

/* check */








/* spmedical */
.spmedical__w{
width: 100%;
display: flex !important;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto 0;
background: #f3f6fc;
padding: 5vw 0;
}

.spmedical1{
width: 30%;
margin: 0 2% 2vw 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.spmedical1 a{
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 3vw;
background: #fff;
line-height: 1.2;
padding: 1vw 1vw 1vw;
}

.spmedical2 img{
width: 100%;
}
.spmedical2{
width: 100%;
border-radius: 10px 3px 10px 3px;
}
.spmedical3{
width: 100%;
padding: 2vw 0;
font-weight: 500;
letter-spacing: -.05rem;
text-align: center;
}

/* spmedical */







/* topsubject */

.topsubject__w{
width: 100%;
background: #fbefe3;    
padding: 7vw 0 8vw;
position: relative;    
}
.topsubject__w::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/top_wave03.png);
    width: 100%;
    height: 5vh;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.topsubject1{
text-align: center;
margin: 0 0 5vw 0;
}

.topsubject1 h2{
font-size: 2rem;
    font-weight: 700;
    letter-spacing: .3rem;
    color: #795548;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}
 
.topsubject1 h2 span::after{
content: "symptom";
display: block;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .3rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Cabin Sketch', cursive;
    color: #bb9570;
}



.topsubject2{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 3vw 3vw;
border-radius: 10px;
}
    
.topsubject2 a:hover{ 
    color: #292e38;
    text-decoration: none;
}   
    
/**/
.photo-box2 {
  width: 250px; /* 画像の幅調整 */
}
 
.circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
}
 
.symptom_img_01 {
  width: 100%;
    height: 0;
    padding-top: 80%;
    background: url(../images/symptom_01.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}
.symptom_img_02 {
  width: 100%;
    height: 0;
    padding-top: 80%;
    background: url(../images/symptom_02.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}
.symptom_img_03 {
  width: 100%;
    height: 0;
    padding-top: 80%;
    background: url(../images/symptom_03.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}
.symptom_img_04 {
  width: 100%;
    height: 0;
    padding-top: 80%;
    background: url(../images/symptom_04.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}
.symptom_img_05 {
  width: 100%;
    height: 0;
    padding-top: 80%;
    background: url(../images/symptom_05.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}
.symptom_img_06 {
  width: 100%;
    height: 0;
    padding-top: 80%;
    background: url(../images/symptom_06.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}
.symptom_img_07 {
  width: 100%;
    height: 0;
    padding-top: 80%;
    background: url(../images/symptom_07.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}
.symptom_img_08 {
    width: 100%;
    height: 0;
    padding-top: 80%;
    background: url(../images/symptom_08.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}    
.mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 50%);
}
 
 
/**/
    
.topsubject3:nth-child(-n+6) {
    margin: 0 0 2vw;
}
    
.topsubject3{
width: 48%;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.topsubject3:hover,
.topsubject3:active{
opacity: .6;
}

.topsubject4{
width: 100%;
text-align: center;
margin: 0 0 1vw 0;
}

.topsubject4 img{
width: 55%;
border-radius: 15px 5px 15px 5px;
}

.topsubject5{
    top: -15px;
    display: block;
    width: 130px;
    margin: 0 auto;
    background: #bb9570;
    padding: 10px 0;
    text-align: center;
    letter-spacing: -.005rem;
    color: #ffffff;
    box-shadow: 6px 6px 15px #adadadad;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
    position: relative;
    border-radius: 50px;

}
.topsubject6 {
    width: 100%;
    margin: 0 auto 3rem;
}
.topsubject6 a {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #5d3a2d;
    padding: 3vw 0;
    text-align: center;
    letter-spacing: -.005rem;
    color: #ffffff;
    box-shadow: 6px 6px 15px #adadadad;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
    position: relative;
    border-radius: 50px;
}
.topsubject6 a span {
    display: block;
    width: 100%;
}
.topsubject6 a span::after {
    content: "";
    background: url(../images/ic_arrow1.svg);
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    right: 1rem;
}  
.subpage38 {
    width: 100%;
}    
.subpage38 table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
}    
.subpage38 table th {
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 20px 20px;
    background: #f7f7f7;
    color: #333;
}    
.subpage38 table td {
    border: 1px solid #ccc;
    padding: 2vw;
}    
 
.tbl_item {
    vertical-align: middle;
    background: #faf4ef;
}  
 .tbl_price {  
text-align: right;  
        width: 30%; 
    }  
    .zeikomi {
    font-size: 1.3rem;
    line-height: 1.8;
    display: inline-flex;
}    
    .subpage39{
        font-size: 1.2rem;
            width: 100%;
    line-height: 2;
        margin: 0 0 5px;
        text-align: right;
    }   
    
.subpage40{

width: 100%;
border-radius: 10px;
} 
.logo_w {
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;

}
.logo_w .logo01 {


}
.logo_w .logo01 ul{

}    
.logo_w .logo01 ul li::before{
width: 2rem;
height: 2rem;
border-radius: 50%;
content: "";
position: absolute;
top: 0;
left: 0;
}   
.logo_w .logo01 ul li:first-child::before{
background: #fbbfbf;
}    
.logo_w .logo01 ul li:nth-child(2n)::before{
background: #fef305;
}    
.logo_w .logo01 ul li:nth-child(3n)::before{
background: #dde787;
}        
.logo_w .logo01 ul li{
position: relative;
padding: 0 0 0 3rem;
height: 2rem;   
margin: 0 0 10px;
display: flex;
align-items: center;
}      
.logo_w .logo02 {
width: 80%;
margin: 0 auto;
border: solid 1px #d6d6d6;
padding: 20px;
border-radius: 10px;
}
.logo_w .logo02 img {
width: 100%;
}        
/* topsubject */








/* topdoctor */

.topdoctor__w{
width: 100%;
padding: 7vw 0 10vw;
background: #f5f5f5;
}

.topdoctor1{
text-align: center;
margin: 0 0 5vw 0;
}

.topdoctor1 h2{
font-size: 2rem;
    font-weight: 700;
    letter-spacing: .3rem;
    color: #795548;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
}


.topdoctor1 h2 span::after{
content: "doctor";
display: block;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .3rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Cabin Sketch', cursive;
    color: #bb9570;
}



.topdoctor2{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
/*background: #fff;*/
border-radius: 10px;

}

.topdoctor3{
 
width: 100%;
    font-size: 1.6rem;
    text-align: center;
    font-family: 'Zen Maru Gothic';
    line-height: 1.6;
    color: #5d3a2d;
    margin: 0 0 6vw 0;
    letter-spacing: 0.05em;    
}


.topdoctor4{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 3vw;
}

.topdoctor5{
width: 100%;
font-size: 1.3rem;
line-height: 1.8;
order: 2;
margin: 0 0 2vw 0;
}

.topdoctor6{
width: 100%;
order: 1;
margin: 0 0 4vw 0;

}

.topdoctor7{
width: 100%;
margin: 0 0 3vw 0;
text-align: center;
}

.topdoctor7 img{
width:60%;
border-radius: 5px;    
}


.topdoctor8{
width: 100%;
text-align: center;
font-size: 1.5rem;
font-weight: 700;
color: #484848;
}

.topdoctor9{
width: 100%;
order: 3;
margin: 0 0 2vw 0;
}


.topdoctor9 a{
        display: block;
    width: 80%;
    margin: 0 auto;
    background: #5d3a2d;
    padding: 3vw 0;
    text-align: center;
    letter-spacing: -.005rem;
    color: #ffffff;
    box-shadow: 6px 6px 15px #adadadad;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
    position: relative;
    border-radius: 50px;
}

.topdoctor9 a span{
display: block;
width: 100%;
}

.topdoctor9 a span::after{
    content: "";
    background: url("../images/ic_arrow1.svg");
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    right: 1rem;
}

.topdoctor9 a:hover{
transform: translateY(-3px);
opacity: .5;
}


/* topdoctor */






/*faq*/
.faq__w{
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 0 0 6vw 0;
border-bottom: 1px dashed #ccc;
padding:  0 0 6vw 0;
}

.faq__w:last-child{
margin: 0 0 0 0;
}

.faq1{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 2vw 0;
align-items: center;
}

.faq2{
width: 2rem;

}

.faq2 span{
display: block;
background: #61bcef;
color: #fff;
text-align: center;
border-radius: 2px;
}

.faq3{
width: calc(100% - 3rem);
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
}


.faq4{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}

.faq5{
width: 2rem;
}

.faq5 span{
display: block;
background: #ffffff;
color: #61bcef;
text-align: center;
border-radius: 2px;
  border: solid 1px #61bcef;
}

.faq6{
width: calc(100% - 3rem);
line-height: 1.4;
}


.faq7w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 3vw auto 0;
background: #fafafa;
padding: 3vw 3vw;
}

.faq7{
  width: 100%;
  background: #ededed;
  padding: 1vw 2vw;
  font-weight: 700;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
  margin: 0 0 3vw 0;
}

.faq7 span{
}

.faq8{
width: 100%;
margin: 0 0 2vw 0;
padding: 0 3vw;
}

.faq9{
width: 100%;
font-size: 1.3rem;
padding: 0 2vw;
margin: 0 0 8vw 0;
}
.faq10w{
width: 95%;
margin: 0 auto;
background: #fff;
padding: 4vw 4vw;
border: solid 1px #e9e9e9;
}

.faq10{
  width: 100%;
  margin: -3.4rem 0 2vw 0;
}

.faq10 span{
  display: inline-block;
  padding: .5vw 4vw;
  text-align: center;
  background: #fdeec5;
  border-radius: 100px;
  color: #83702e;
  font-weight: 700;
  font-size: 1.4rem;
}

.faq11{
width: 100%;
font-weight: 700;
font-size: 1.5rem;

}

.faq12{
width: 100%;
font-size: 1.3rem;
}

.faq13{
width: 100%;
padding: 3vw 0 5vw 6vw;
}


.faq13 a{
width: 100%;
display: block;
font-size: 2.2rem;
color: #4b4948;
font-weight: 900;
line-height: 1;
}

.faq13 a span{

}

.faq13 a span::before{
content: "";
background: url("../img/ic_tel.svg");
display: inline-block;
width: 1.9rem;
height: 1.9rem;
margin: 0 1vw 0 0;
vertical-align: bottom;
}




#main_image {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
}

#main_image img {
    width: 100%;
}

.main_image_txt {
    position: absolute;
    left: 5%;
    z-index: 10;
    top: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main_catch {
    position: absolute;
    left: 10%;
    top: 50%;
    background-image: url(../images/top_catch.svg);
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.main_catch li {
    display: block;
    width: 50px;
    filter: drop-shadow(2px 2px 2px #ccc);
}    
/*.main_image_txt img {
    max-width: 500px;
    display: block;
    width: 100%;
}*/
.flowing {
	margin: 0 0 1vw;
    font-size: 1rem;
    color: #ffffff;
    font-family: 'Zen Old Mincho', serif;
    background: rgb(19,174,103);
    background: linear-gradient(90deg, rgba(19,174,103,1) 0%, rgba(27,131,83,1) 100%);
    display: inline;
    padding: 1.5vw 1.5vw;
    line-height: 1.3;
    width: 150px;
}
 
.prepare{
    font-size: 1.8rem;
    text-align: center;
    margin: 1vw auto;
    color: #3A3A30;
}


    
/*新規開院*/
.open_w {
  padding: 2vw 0;
    background: rgb(76,175,80);
    background: linear-gradient(227deg, rgba(76,175,80,1) 0%, rgba(97,205,87,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.open {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  position: relative;
  clear: both;
}
.open1{
   display: flex;
    flex-direction: column;
}
.open2 {
    text-align: center;
    color: #000000;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border-bottom: solid 1px #fff;
    padding: 2vw 0 2vw;
    width: 90%;
    margin: 0 auto;
}
.open3 {
    text-align: center;
    color: #000000;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.open4 {
    display: flex;
    text-align: center;
    color: #000000;
    line-height: 1.4;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 2vw 0 0;
}     
.open_day1 {
  color: #c9f46f;
    font-size: 2.3rem;
    margin: 0 3vw 0 0;
}
.open_day2 {
  font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: .8;
}
.open_day_week {
    font-size: 1.5rem;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    color: #4caf50;
    width: 23px;
    height: 23px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 1vw;
}
.open_day_time {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #fff;
} 
/*流れ*/
.flow {
padding: 0 0 1.3em 20px;
margin: 0;
position: relative;
counter-increment: num;
}   
.flow:before {
content: "";
position: absolute;
left: 10px;
top: 10px;
height: calc(100% - 5px);
border-right: 2px solid #e2e2e2;
}    
.flow h3 {
font-size: 1.7rem;
font-weight: 500;
line-height: 1.5;
display: flex;
justify-content: flex-start;
width: 100%;
padding-bottom: 20px;
align-items: center;
z-index: 1;
position: relative;
}
.flow h3:before {
display: inline-block;
content: counter(num);
background-color: #13ae67;
border-radius: 50%;
color: #fff;
text-align: center;
width: 23px;
height: 23px;
line-height: 1em;
font-size: 1.8rem;
margin-right: 1.2rem;
margin-left: -20px;
flex-shrink: 0;
}  
.flow_txt {
padding: 0 0 0 2vw;
margin: 0 0 1vw 0;
}   
.flow_txt ul li {
padding-left: 1em;
text-indent: -1em;
list-style: inside;
}
.flow_txt ul li::marker {
color: #959595;
}
.flow_w .flow:last-child:before {   
border-right: none;
} 
.item_list_1 {
    width: 100%;
    display: block;
    list-style: none;
    font-size: 1.3rem;
    border-radius: 10px;
    margin: 0 0 10px;
} 
.item_list_1 li {
    width: 100%;
    line-height: 1.5;
    margin: 0 0 10px 0;
    padding-left: 1em;
    text-indent: -1em;
}    
.item_list_1 li:before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    margin-right: 1vw;
}
.item_list_3_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7vw;
    border-radius: 5px 5px 0 0;
    background-color: #13ae67;
    text-align: center;
    width: 40%;
    color: #fff;
} 
.item_list_3_w {
    width: 100%;
    position: relative;
    padding: 3vw 4vw 2vw;
    border: solid 1px #d6d6d6;
} 
.item_list_3 {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item_list_3 li {
    width: 100%;
    line-height: 1.3;
    margin: 0 0 1vw 0;
}   
.item_list_3 li:before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    display: inline-block;
    background: #13ae67;
    border-radius: 50%;
    margin-right: 1.5vw;
}
    
/* slider */

.swiper {
  width: 100%;
  height: 40vh;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
display: none !important;
}

.swiper_txt {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 45vw;
  z-index: 10;
}

.swiper_txt img {
    display: block;
    width: 100%;
}

/* slider */
    
}
/* sp */

























