@charset "UTF-8";


/*pc*/
@media all and (min-width:751px) {

/*common*/
body{
min-width: 1200px;
}

.footer_border{
border: solid 20px #104c9e;
}

a[href^="tel:"] {
pointer-events: none;
}

.anchor{
display: block;
padding-top: 120px;
margin-top: -120px;
}

.bg100{
background: #f9f7ef;
}










/*<!--header-->*/
header{
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px 0;
/*position: fixed;
top: 0;
left: 0;
z-index: 2;
transition: .3s;*/
height: 120px;
position: relative;    
z-index: 2;    
}

.header__w{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo{
height: auto;
}

.header_logo h1{
width: 100%;
text-align: center;
}

.header_logo h1 a{
margin: auto;
width: 100%;
}


.header_logo h1 a img{
display: inline-block;
height: 60px;
}

/*.header_btn{
width: 390px;
color: #116cba;
}*/

/*.header_txt img{
width: 100%;
}
*/
/*.header_btn{
order: 3;
width: 60px;
height: 60px;
}*/
    
.header_btn {
    text-align: center;
}   
.header_btn a {
    display: inline-block;
    border-radius: 50px;
    background: #46aef7;
    background: linear-gradient(90deg, #46aef7 0%, #1dd5e6 100%);
    color: #fff;
    text-align: center;
    padding: 18px 0;
    transition: .6s;
    position: relative;
    font-size: 2rem;
    width: 350px;
    box-shadow: 3px 3px 10px #a5c2e7;
    margin: 0 0 0 50px;
}
.header_btn span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-image: linear-gradient( 90deg, #46aef7 0 50%, #fff 50% );
    background-repeat: no-repeat;
}   
/*
.header_txt span.header_subject{
color: #484542;
font-size: 2.3rem;
}

.header_txt span.header_subject_ten{
color: #484542;
font-size: 1.7rem;
font-weight: 400;
}
*/
nav.NavMenu{
position: fixed;
top: 0;
left: 0;
background: #f7f9f9;
color: #000;
text-align: center;
width: 100%;
transform: translateY(-100%);
transition: all .8s;
padding: 50px 0 100px 0;
overflow-y: scroll;
height: 100vh;
}

nav.NavMenu ul{
width: 100%;
margin: 0 auto;
padding: 0;
}

nav.NavMenu ul li{
font-size: 3rem;
list-style-type: none;
padding: 0;
width: 100%;
line-height: 1.7;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
border-bottom: none;	/*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
display: inline-block;		/*クリックできる領域を広げる*/
padding: 1rem 0;
transition: .4s;
text-align: left;
}

.navmenulink{
position: relative;
display: block;
width: 240px;
margin: 0 auto;
padding: 0 0 0 40px;
}

.navmenulink::before{
content: "\025b6";
font-size: 1.6rem;
margin-right: 5px;
color: #ee869a;
vertical-align: text-top;
position: absolute;
left: 0;
top: 1.4rem;
}

nav.NavMenu ul li a:link,
nav.NavMenu ul li a:visited{
color: #171c61;
}

nav.NavMenu ul li a:hover,
nav.NavMenu ul li a:active{
opacity: .8;
}

nav.NavMenu ul li.nav_tel{
font-size: 3.3rem;
font-weight: bold;
padding: 10px 0 0 0;
line-height: 1;
margin: 0 0 30px 0;
}

nav.NavMenu ul li.nav_tel span{

}

nav.NavMenu ul li.nav_tel span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
width: 3.5rem;
height: 3.5rem;
display: inline-block;
background-size: contain;
vertical-align: middle;
margin: 0 15px 0 0;
}

nav.NavMenu ul li.nav_teltime{
font-size: 1.6rem;
padding: 0 0 30px 0;
font-weight: normal;
}

nav.NavMenu ul li.nav_free{
width: 100%;
text-align: center;
padding: 30px 0 0 0;
}

nav.NavMenu ul li.nav_free span{
display: inline-block;
border-radius: 1px;
text-align: center;
padding: 5px 80px;
color: #104c9e;
letter-spacing: .2rem;
font-size: 1.7rem;
line-height: 1;
}

nav.NavMenu ul li.nav_tel{
margin: 0 0 50px 0;
font-size: 5rem;
line-height: 1;
}

nav.NavMenu ul li.nav_tel span{
}

nav.NavMenu ul li.nav_rsv a{
border-radius: 5px;
color: #fff;
text-align: center;
padding: 10px 20px;
transition: .6s;
position: relative;
font-size: 1.8rem;
box-shadow: 0px 0px 10px 0px #00000014;
background: linear-gradient(135deg, #f8a23f 0%,#f76b1c 100%);
}

nav.NavMenu ul li.nav_rsv a:active,
nav.NavMenu ul li.nav_rsv a:hover{
transform: translate(0,-2px);
opacity: .9;
box-shadow: 0px 0px 10px 0px #00000014;
}

nav.NavMenu ul li.nav_rsv a::before{
content: "";
background: url(../images/ic_calendar.svg) no-repeat;
width: 30px;
height: 30px;
display: inline-block;
background-size: contain;
vertical-align: middle;
margin: 0 15px 0 0;
}

nav.NavMenu ul li.nav_rsv span::before{
content: "";
position: absolute;
left: 20px;
font-size: 1rem !important;
top: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;
color: #aedce0;
}

nav.NavMenu.active{
transform: translateY(0%);		/*ナビを表示する*/
}

.Toggle {
display: block;
position: fixed;
right: 35px;
top: 25px;
width: 60px;
height: 60px;
cursor: pointer;
z-index: 3;
}

.Toggle span {
display: block;
position: absolute;
width: 60px;
border-top: solid 1px #000;
-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
transition: .35s ease-in-out;			/*変化の速度を指定*/
left: 6px;
}

.Toggle span:nth-child(1) {
top: 12px;
}

.Toggle span:nth-child(2) {
top: 30px;
}

.Toggle span:nth-child(3) {
top: 48px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

















/*<!--mai image-->*/
.mainimg_w{
position:relative;
width: 1200px;
    margin: 0 auto;
    height: calc(100vh - 50px);
    background-position: center center !important;
    background-size: cover!important;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 650px;
 
}


.mainimage_area{
position: relative;
margin: -120px 0 0;
background: url("../images/main_bg.jpg");
background-size: cover;
}
.catch_w{
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 45%;
}
.catch{
    font-size: 5.5rem;
    line-height: 1.4;
    color: #e4007f;
    margin: 0 0 8rem;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 800;
}
.sub_catch{    
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.sub_catch p{
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4em;
  padding: 5px 8px;
  background: #faeafa;
  background: linear-gradient(90deg, #e8f8f6 0%, #faeafa 100%);
  margin: 0 0 1rem;
  color: #14477e;
}    
   
.mainimg{
    position: absolute;
    right: -80px;
    top: 120px;
}  
.mainimg img{
    width: 100%;
}    
.img-wrap {
  overflow: hidden;
}

.img-wrap:before {
  animation: img-wrap 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #faeafa;
  background: linear-gradient(90deg, #e8f8f6 0%, #faeafa 100%);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
    
    
    
.worry__w {
    width: 100%;
    padding: 100px 0 100px;
    position: relative;
    background: url(../images/worry_bg.jpg) right center no-repeat;
    background-size: cover;
} 
.worry__w:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 40px solid #009afe;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
}  
.worry_w {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h2_worry {
    text-align: center;
    width: 100%;
    padding: 0 0 60px 0;
}  
.h2_worry span {
    font-size: 3.6rem;
    color: #f0faff;
    display: inline-block;
    letter-spacing: .2rem;
    line-height: 1;
    font-weight: 700;
    transform: scale(0.95, 1);
} 
.h2_worry span.txt_b {
    font-size: 5rem!important;
    color: #c6e9fb;
    display: inline-block;
    letter-spacing: .4rem;
    line-height: 1;
    font-weight: 700;
}     
.worry {
    width: 90%;
    display: flex;
    grid-gap: 40px;
}
    
.worry1 {
    width: calc(100% / 3);
    padding: 30px;
    border-radius: 10px;
    position: relative;
} 
.worry1::before {
    content: "";
    width: 100%;
    height: calc(100% - 180px);
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
   box-shadow: 8px 8px 15px rgb(0 80 163 / 72%);
}  
.worry2 {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative;
    z-index: 2;
}    
.worry3 {
    text-align: justify;
    position: relative;
    z-index: 2;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    height: 100px;
    font-weight: bold;
}
.worry4 {

}
 .worry4 span{
color: #469fff;
}   

 .solve__w {
    width: 100%;
    padding: 90px 0 90px;
    position: relative;
    background: #fff;
    z-index: -1;
     
}    
.solve_w {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h2_solve {
    text-align: center;
    width: 100%;
}  
.h2_solve span {
    font-size: 3.6rem;
    display: inline-block;
    letter-spacing: .2rem;
    line-height: 2;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 900;
} 
.h2_solve span.txt_b {
    font-size: 5rem!important;
    color: #0f82e3;
    display: inline-block;
    letter-spacing: .4rem;
    line-height: 1;
}     
.h2_solve span.txt_b2 {
    font-size: 5rem!important;
    display: inline-block;
    letter-spacing: .4rem;
    line-height: 1;
}    
.topimage_layer img{
max-width: 550px;
display: block;
width: 100%;
}

.slick_slider_w{
}

.slick_slider_u{
}

.slick_slider_u li{
width:980px;
height:820px;
}

.slick_slider_b{
z-index:1;
position : absolute;
top: 390px;
left: 50%;
transform : translate(-50%, -50%);
}

.slick_box{
    background: #fff;
    width: 580px;
    position: absolute;
    top: 170px;
    right: 100px;
    padding: 20px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 5px 15px 5px 15px;
    opacity: .95;
}

.slick_box1{
width: 100%;
text-align: center;
padding: 0 0 10px 0;
letter-spacing: .3rem;
font-size: 2.5rem;
color: #104c9e;
}

.slick_box2{
padding: 0 0 10px 0;
width: 100%;
}

.slick_box2 img{
width: 100%;
}

.slick_box3{
width: 100%;
padding: 0 0 0 10px;
font-size: 1.6rem;
text-align: center;
}

.slick_box3 span{
color: #f55656;
}

.slick_box4{
width: 100%;
text-align: center;
padding: 0 0 0 0;
letter-spacing: .1rem;
font-size: 1.6rem;
color: #191e5f;
}

.slick_box5{
width: 100%;
text-align: center;
margin: 0 0 20px 0;
}

.slick_box5 a{
color: #363a5b;
display: inline-block;
border-radius: 100px;
font-weight: 700;
line-height: 1;
font-size: 4rem;
font-family: 'Zen Maru Gothic';
}

.slick_box5 span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
width: 2.8rem;
height: 2.8rem;
display: inline-block;
background-size: contain;
vertical-align: middle;
margin: 0 10px 0 0;
}

.slick_box6{
width: 100%;
text-align: center;
margin: 0 0 15px 0;
}

.slick_box6 a{
display: inline-block;
border-radius: 5px;
background: #fff;
color: #5fc6d0;
text-align: center;
padding: 15px 30px;
transition: .6s;
position: relative;
font-size: 1.6rem;
width: 250px;
box-shadow: 0px 0px 10px 0px #bfe4e4;
font-weight: bold;
}

.slick_box6 a:active,
.slick_box6 a:hover{
transform: translate(0,-3px);
opacity: .9;
}

.slick_box6 span::before{
content: "";
position: absolute;
left: 20px;
font-size: 1rem !important;
top: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;
color: #aedce0;
}

.slick_box7{
width: 25%;
}

.slick_box7 a{
display: block;
background: #00479b;
background: linear-gradient(90deg, #24bde0 0%, #079be1 100%);
color: #fff;
text-align: center;
border-radius: 3px;
padding: 3px 0;
font-size: 1.4rem;
transition: .3s;
box-shadow: 3px 3px 10px #a5c2e7;
}

.slick_box7 a:hover,
.slick_box7 a:active{
opacity: .8;
}

.mainimage_t{
position: absolute;
color: #009a3e;
font-size: 4rem;
letter-spacing: .3rem;
line-height: 2.5;
}

.mainimage_t span{
display: inline;
background: #ffffff;
}

.slick_box8{
width: 100%;
text-align: center;
margin: 0 0 20px 0;
font-size: 1.5rem;
line-height: 1.6;
}









/*<!--news-->*/
.news__w{
width:100%;
background:#f9f7ef;
padding: 60px 0 80px 0;
}

.news__wi{
width: 1200px;
margin: 0 auto;
padding:60px 0 60px;
display: flex;
justify-content: space-between;
min-height: 600px;
background: #fff;
}

.news__w h2{

width: 200px;
text-align: center;
}

.news__w h2 span{
display: inline-block;
margin: 0 auto;
font-family: 'Zen Maru Gothic';
font-weight: 700;
color: #303030;
font-size: 2.5rem;
letter-spacing: 0.2rem;
}

.news__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 64px;
height: 60px;
margin: 0 auto;
}

.news__w h2 span::after{
content: "News";
display: block;
font-size: 1.7rem;
letter-spacing: .1rem;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #104c9e;
}

.news_kiji__w{
width: 980px;
border-top: 1px solid #e8e8e8;
height: 600px;
overflow-y: scroll;
}

.kiji__w{
font-size: 1.6rem;
border-bottom: 1px solid #e8e8e8;
padding: 25px 15px;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
align-items: center;
}

.kiji_d{
font-size: 1.4rem;
color: #797979;
display: inline-block;
width: 100%;
}

.kiji_h{
font-size: 2.1rem;
display: inline-block;
width: 100%;
color: #1e92ca;
}

.kiji_t{
width: 100%;
margin: 15px 0 0 0;
}

/*<!--bnr-->*/
.bnr__w {
  background-color: #f9f7ef;
  padding: 20px 0 60px;
}

.bnr__wi {
  width: 800px;
  margin: 0 auto;
}

.bnr2 a:hover {
  opacity: 0.8;
}














/*<!--medical-->*/
.medical__w{
width: 100%;
background: url("../images/medicalbg.jpg");
background-size: cover;
}

.medical__wi{
width: 1200px;
margin: 0 auto;
padding: 100px 0 100px;
}

.medical__w h2{
font-size: 3.5rem;
letter-spacing: 0.5rem;
text-align: center;
margin: 0 auto 70px;
font-family: 'Zen Maru Gothic';
font-weight: 700;
}

.medical__w h2 span{
display: inline-block;
margin: 0 auto;
color: #3290d5;
}

.medical__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 60px;
height: 60px;
margin: 0 auto;
}
.medical__w h2 span::after{
content: "Medical";
display: block;
font-size: 2rem;
letter-spacing: .1rem;
color: #ee869a;
font-family: 'Zen Maru Gothic';
font-weight: 400;
}

.medical_nav__w{
}

.medical_nav__w ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.medical_nav__w ul li{
width: 380px;
height: 150px;
text-align: center;
margin: 0 0 30px 0;
}

.medical_nav__w ul li a{
width: 100%;
height: 150px;
background: rgb(9 69 130);
background: linear-gradient(145deg, rgb(113 128 204) 0%, rgb(9 69 130) 100%);border-radius: 10px;
display: flex;
box-shadow: 0px 0px 5px 0px #ececec;
transition: .3s;
line-height: 1;
align-items: center;
justify-content: center;
color: #fff;
}

.medical_nav__w ul li a:hover,
.medical_nav__w ul li a:active{
transform: translate(0,-6px);
opacity: .8;
}

.mdnav1{
}

.medical_nav__w ul li a span{
font-size: 2.6rem;
letter-spacing: .1rem;
}


.topsubject__ww{
background: #f5f2eb;
width: 100%;
}

.topsubject__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1020px;
margin: 0 auto;
}

.topsubject_box{
width: 48%;
text-align: center;
margin: 0 0 30px 0;
border-radius: 10px 3px 0px 3px;
}

.topsubject_box:hover{
opacity: .7;
}


.topsubject_t{
width: 100%;
padding: 55px 0;
display: flex;
height: 100%;
border-radius: 10px 3px 25px 3px;
background: #ffffff;
transition: all .3s;
color: #006bba;
border: 1px solid #70b0dc;
justify-content: center;
align-items: center;
box-shadow: 6px 6px 0px rgb(0 107 186 / 60%);
}

.topsubject_t span{
position: relative;
text-align: center;
display: inline-block;
font-size: 2.6rem;
line-height: 1.4;
letter-spacing: .15rem;
font-weight: 700;
padding-left: 40px;
}

.topsubject_t span:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.topsubject_t--01 span:before {
  background-image: url("../images/ic_treat01.svg");
}

.topsubject_t--02 span:before {
  background-image: url("../images/ic_treat02.svg");
}

.topsubject_t--03 span:before {
  background-image: url("../images/ic_treat03.svg");
}

.topsubject_t--04 span:before {
  background-image: url("../images/ic_treat04.svg");
}

.topsubject_t--05 span:before {
  background-image: url("../images/ic_treat05.svg");
}

.topsubject_ic{
display: block;
width: 100%;
height: 80px;

}

.topsubject_ic img{
display: block;
width: 100%;
height: 100%;
}



.topsubject_memo{
padding: 20px 30px;
text-align: center;
background: #fdf6dc;
border-radius: 10px;
width: 1020px;
margin: 0 auto;
color: #664329;
}







/*<!--doctor-->*/
.doctor__w{
width: 100%;
background: #fff;
padding: 120px 0;
}

.doctor__wi{
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

.doctor_i{
width: 460px;
padding: 50px 0 0;
}

.doctor_i img{
width: 100%;
border-radius: 10px;
}

.doctor_t{
width: 650px;
}

.doctor_t1{
font-size: 2.5rem;
text-align: center;
letter-spacing: .3rem;
padding: 12px 0 18px;
color: #4196d3;
font-weight: 700;
font-family: 'Zen Maru Gothic';
line-height: 1.6;
}

.doctor_t2{
font-size: 2.2rem;
text-align: center;
letter-spacing: .05rem;
padding: 0 0 30px;
color: #424242;
font-family: 'Zen Maru Gothic';
}

.doctor_t3{
line-height: 1.7;
padding: 0 0 40px 0;
font-size: 1.7rem;
}

.doctor_t4{
}

.doctor_btn{
text-align: center;
}

.doctor_btn a{
display: inline-block;
border-radius: 5px;
background: #00479b;
background: linear-gradient(90deg, #24bde0 0%, #079be1 100%);
color: #fff;
text-align: center;
padding: 15px 0;
transition: .6s;
position: relative;
font-size: 1.6rem;
width: 240px;
box-shadow: 3px 3px 10px #a5c2e7;
}

.doctor_btn a:active,
.doctor_btn a:hover{
opacity: .8;
}

.doctor_btn span::after{
content: "";
background: url("../images/arrow-white.svg");
width: 2rem;
height: 2rem;
position: absolute;
right: 15px;
font-size: 1rem !important;
top: 2rem;
color: #aedce0;
}
















/*<!--loopslide-->*/
.loopslide{
padding: 50px 0;
background: #eceae1;
}

.simply-scroll-container {
position: relative;
}

.simply-scroll-clip {
position: relative;
overflow: hidden;
}

.simply-scroll-list {
overflow: hidden;
margin: 0;
padding: 0;
}

.simply-scroll-list li {
float: left; /* Horizontal scroll only */
padding: 0;
margin: 0;
width: 400px;
height: 267px;
}

.simply-scroll-list li img {
display: block;
width: 400px;
height: 300px;
}










/*<!--common clinic-->*/
.clinic__ww{
width: 100%;
background: #fffbea;
}

.clinic__w{
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 70px 0;
flex-wrap: wrap;
}

.clinic_box1{
width: 550px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.clinic_box2{
width: 560px;
}

.clinic_box2 iframe{
width: 100%;
height: 670px;
border-radius: 10px;
}

.clinic1{
width: 100%;
margin: 0 auto 30px;
text-align: center;
}

.clinic1 img{
width: 80%;
margin: 0 auto;
}

.clinic2{
color: #595959;
width: 580px;
font-size: 2rem;
line-height: 1.3;
text-align: center;
margin: 0 0 20px 0;
font-family: 'Zen Maru Gothic';
}

.clinic2 span{
font-size: 2.8rem;
color: #ffa37c;
font-weight: bold;
}

.clinic3{
width: 580px;
margin: 0 0 25px 0;
text-align: center;
line-height: 1.5;
}

.clinic4{
margin: 0 auto 20px;
}

.clinic4 a{
color: #171c61;
font-family: 'Zen Maru Gothic';
font-size: 4rem;
line-height: 1.4;
font-weight: 700;
}

.clinic4 span{
}

.clinic4 span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
width: 3rem;
height: 3rem;
display: inline-block;
background-size: contain;
vertical-align: middle;
margin: 0 10px 0 0;
}



.clinic5{
width: 250px;
}

.clinic5 a{
display: inline-block;
border-radius: 5px;
background: linear-gradient(135deg, #f8a23f 0%,#f76b1c 100%);
color: #fff;
text-align: center;
padding: 10px 0;
transition: .6s;
position: relative;
font-size: 1.4rem;
width: 200px;
box-shadow: 0px 3px 3px 0px #e4e4e4;
}

.clinic5 a:active,
.clinic5 a:hover{
opacity: .8;
}

.clinic5 span::before{
content: "";
position: absolute;
left: 20px;
font-size: 1rem !important;
top: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;
color: #aedce0;
}

.clinic6{
width: 100%;
margin: 20px 0 8px 0;
}

.clinic6 img{
width: 100%;
}

.clinic6a_h{
text-align: center;
margin: 0 0 10px 0;
}

.clinic6a_h span{
display: inline-block;
text-align: center;
font-size: 2.2rem;
color: #104c9e;
letter-spacing: .3rem;
}

.clinic7{
padding: 0 0 0 10px;
font-size: 1.6rem;
width: 100%;
text-align: center;
}

.clinic7 span{
color: #f55656;
}

.clinic8{
width: 100%;
margin: 70px 0 0 0;
}

.clinic8 iframe{
width: 100%;
height: 580px;
border-radius: 20px;
}

.clinic9{
width: 100%;
margin: 0 0 8px 0;
}

.clinic9 span{
display: block;
padding: 0 15px;
background: #efeef5;
color: #194375;
text-align: center;
width: 200px;
margin: 0 auto 5px;
}

.clinic10{
font-size: 1.6rem;
line-height: 1.5;
text-align: center;
width: 100%;
}

.clinic11{
}

.clinic11 img{
width: 100%;
border: 1px solid #1a4375;
padding: 30px 30px;
border-radius: 20px;
}

.clinic12{
width: 100%;
text-align: center;
margin: 0 0 15px 0;
}

.clinic12 span{
display: inline-block;
padding: 5px 30px;
background: #ffffff;
color: #ed8599;
text-align: center;
margin: 0 auto 5px;
border-radius: 5px;
font-size: 2rem;
letter-spacing: .15rem;
border: 1px solid #ed8599;
}

















/*<!--footer-->*/
.footer__w{
width: 100%;
background: #f5fbfe;
}
.footer_w{
    display: flex;
    align-items: center;       
        justify-content: center;
        margin: 0 auto;
    padding: 80px 0;
}
.footer__wi{
background-size: contain;
width: 1200px;
margin: 0 auto;
}

.footer__w p.copyright{
font-size: 1.2rem;
text-align: center;
padding: 10px 0;
}

.footer_sitemap__w{
}

.footer_sitemap__w ul{
text-align: center;
padding: 0 0 60px;
}

.footer_sitemap__w ul li{
display: inline-block;
}

.footer_sitemap__w ul li a{
display: inline-block;
padding: 5px 5px;
text-align: center;
font-size: 1.7rem;
margin: 0 25px 0 0;
color: #ffffff;
border-radius: 5px;
transition: .3s;
}

.footer_sitemap__w ul li a:hover,
.footer_sitemap__w ul li a:active{
opacity: .7;
}

.footer_logo{
width: 260px;
margin: 0 50px;
}
.footer_logo a{
display: block;
}
.footer_logo img{
width: 100%;
}

.btn_pagetop{
/*position: absolute;
bottom: 55px;
right: 60px;
z-index: 1;*/
position: fixed;
    bottom: 55px;
    right: 60px;
    z-index: 10;
}

.btn_pagetop a{
width: 60px;
height: 60px;
border-radius: 2px;
padding: 20px 20px;
display: table-cell;
color: #fff;
text-align: center;
font-size: 1.4rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.5;
background: #104c9e;
transition: .5s !important;
font-weight: bold;
}

.btn_pagetop a:hover,
.btn_pagetop a:active{
transform: translate(0,-2px);
opacity: .9;
box-shadow: 0px 0px 10px 0px #00000014;
}
    .footer_copy{
        color: #004ea2;
        font-weight: bold;
        font-size: 1.5rem;
    }
.footer_copy p:first-child{
margin: 0 50px 0 0;
}
.footer_copy p:last-child{
margin: 0 0 0 50px;
}
.footer_btn {
    text-align: center;
}

.footer_btn a {
    display: inline-block;
    border-radius: 50px;
    background: #46aef7;
    background: linear-gradient(90deg, #46aef7 0%, #1dd5e6 100%);
    color: #fff;
    text-align: center;
    padding: 18px 0;
    transition: .6s;
    position: relative;
    font-size: 2rem;
    width: 330px;
    box-shadow: 3px 3px 10px #a5c2e7;
    margin: 0 0 0 40px;
}

.footer_btn span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-image: linear-gradient( 90deg, #46aef7 0 50%, #fff 50% );
    background-repeat: no-repeat;
}

















/* subtitle */
.subtitle__w{
margin: 0 auto 0;
width: 1200px;
height: 300px;
padding: 100px 0 0 0;
font-weight: 700;
}

.subtitle__w h1{
font-size: 4.2rem;
letter-spacing: 1rem;
text-align: center;
margin: 0 auto;
color: #66a6df;
font-family: 'Zen Maru Gothic';
font-weight: 700;
text-shadow: 1px 1px 2px rgb(255 255 255 / 50%);
}

.subtitle__w h1 span{
display: inline-block;
margin: 0 auto;
}

.h_doctor{
background: url("../images/subtitle_bg5.jpg") no-repeat;
background-size: cover;
width: 100%;
}

.h_doctor h1 span::after{
content: "Doctor";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}



.h_medical{
background: url("../images/subtitle_bg5.jpg") no-repeat;
background-size: cover;
width: 100%;
}

.h_medical h1 span::after{
content: "Medical";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}

.h_first{
background: url("../images/subtitle_bg5.jpg") no-repeat;
background-size: cover;
width: 100%;
}

.h_first h1 span::after{
content: "First";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}



.h_facility{
background: url("../images/subtitle_bg5.jpg") no-repeat;
background-size: cover;
width: 100%;
}

.h_facility h1 span::after{
content: "Facility";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}

.h_access{
background: url("../images/subtitle_bg5.jpg") no-repeat;
background-size: cover;
width: 100%;
}

.h_access h1 span::after{
content: "Access";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}

.h_medicalcare{
background: url("../images/subtitle_bg5.jpg") no-repeat;
background-size: cover;
}

.h_medicalcare h1 span::after{
content: "endoscopy";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
}





.h_contract{
background: url("../images/subtitle_bg3.jpg") no-repeat;
background-size: cover;
}

.h_contract h1 span::after{
content: "contract";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
}

.h_faq{
background: url("../images/subtitle_bg3.jpg") no-repeat;
background-size: cover;
width: 100%;
}

.h_faq h1 span::after{
content: "faq";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
}

.h_about{
background: url("../images/subtitle_bg3.jpg") no-repeat;
background-size: cover;
width: 100%;
}

.h_about h1 span::after{
content: "about";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
}









/*<!--breadcrumb-->*/
.bc__ww{
width: 100%;
background: #f8f9f9;
}


.bc__w{
width: 1200px;
margin: 0 auto;
padding: 25px 0 25px 30px;
font-size: 1.6rem;
}

.bc__w ol{
padding: 0;
}

.bc__w ol li{
list-style:none;
display:inline;
}

.bc__w ol li a:link,
.bc__w ol li a:visited{
color:#4797d3  !important;
}

.bc__w ol li a:hover,
.bc__w ol li a:active{
color:#4797d3  !important;
}

.bc__w ol li:last-of-type a{
color:#969696 !important;
}










/*<!--subpage h2-->*/
.subtitle_h2{
text-align: center;
}

.subtitle_h2 h2{
color: #5e5e5e;
letter-spacing: .3rem;
font-size: 3.2rem;
display: inline-block;
font-family: 'Zen Maru Gothic';
font-weight: 700;
}

.subtitle_h2 h2 span{
}

.subtitle_h2 h2 span::after{
content: "";
border-bottom: solid 3px #ee869a;
width: 50px;
display: block;
margin: 30px auto 0;
}












/*<!--subdoctor-->*/
.subdoctor__w{
width: 100%;
background: #f8fbfb;
}

.subdoctor__wi{
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.subdoctor_i{
width: 480px;
margin: 0 auto;
}

.subdoctor_i img{
width: 100%;
border-radius: 10px;
}

.subdoctor_t{
width: 100%;
text-align: center;
}

.subdoctor_t1{
font-size: 3rem;
text-align: center;
letter-spacing: .3rem;
color: #4196d3;
font-family: 'Zen Maru Gothic';
font-weight: 700;
margin: 0 0 25px 0;
}

.subdoctor_t2{
font-size: 2.5rem;
text-align: center;
letter-spacing: .2rem;
color: #424242;
font-family: 'Zen Maru Gothic';
font-weight: 700;

}

.subdoctor_t3{
line-height: 1.8;
padding: 40px 200px 100px;
font-size: 1.8rem;
}

.subdoctor_t4{
}












/*<!--doctorhistory-->*/
.doctorhistory__w{
width: 100%;
background: #fff;
}

.doctorhistory_box{
padding: 70px 90px 70px;
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.doctorhistory_box1{
width: 100%;
padding: 30px 50px;
background: #fff;
}

.doctorhistory_box1 h3{
font-weight: bold;
font-size: 2rem;
margin: 0 0 10px 0;
}

.doctorhistory_box1 p{
line-height: 2.5;
}

.subdoctor_name{
text-align: center;
padding: 60px 0 60px;
font-size: 4rem;
background: #104c9e;
color: #fff;
}


.doctorhistory_box2{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.doctorhistory_box3{
width: 17%;
margin: 0 0 5px 0;
}

.doctorhistory_box4{
width: 82%;
}

.doctorhistory_box5{
width: 100%;
margin: 0 0 5px 0;
}























/* subpage */

.subpage__w{
width: 100%;
background: #f9f7ef;
padding: 80px 0 30px;
}

.submedical__w{
width: 1200px;
margin: 0 auto;
padding: 80px 90px 120px;
background: #fff;
}

.submedical_box{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 0 10px 0;
}

.submedical_box1{
width: 100%;
}

.submedical_box1 h3{
font-size: 2.8rem;
padding: 12px 80px;
color: #fff;
display: inline-block;
letter-spacing: .2rem;
margin: 0 0 30px 0;
background: #2ebba1;
border-radius: 6px;
font-family: 'Zen Maru Gothic';
}

.submedical_box1 h4{
margin: 50px 0 20px 0;
}

.submedical_box1 h4 span{
font-size: 2.5rem;
display: inline-block;
border-left: 8px solid #104c9e;
padding: 8px 30px 8px 30px;
background: #f5f5f5;
color: #194375;
}

.submedical_box1 h4::before{
}

.submedical_box1 p{
line-height: 1.8;
font-size: 1.7rem;
}

.submedical_box2{
width: 360px;
}

.submedical_box2 img{
width: 100%;
}

.submedical_box100{
width: 100% !important;
}

.submedical_box100 h3{
font-size: 2.5rem;
border: 2px solid #68c58e;
padding: 8px 30px;
color: #00b147;
display: inline-block;
letter-spacing: .2rem;
margin: 0 0 30px 0;
}

.submedical_box100 p{
line-height: 2.5;
font-size: 1.8rem;
}

.submedical_box100 h4 span{
font-size: 2rem;
color: #fff;
display: inline-block;
letter-spacing: .2rem;
margin: 0 0 15px 0;
background: #20a555;
border-radius: 100px;
padding: 5px 35px;
}










/*<!--junkanki-->*/

.subjunkanki__w{
width: 1200px;
margin: 0 auto;
padding: 80px 90px 120px;
background: #fff;
}

.subjunkanki_box{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 10px;
}

.subjunkanki_box1{
width: 100%;
}

.subjunkanki_box1 h3{
font-size: 2.5rem;
display: inline-block;
letter-spacing: .2rem;
margin: 0 0 30px 0;
}

.subjunkanki_box1 h3 span{
}

.subjunkanki_box1 h3 span::before{
content: "";
background: url("../images/check.svg");
width: 3rem;
height: 3rem;
display: inline-block;
margin: 0 12px 0 0;
vertical-align: sub;
}

.subjunkanki_box1 h4{
font-weight: bold;
font-size: 1.9rem;
}

.subjunkanki_box1 h4::before{
font-weight: bold;
content: "■";
font-size: 1.9rem;
display: inline-block;
margin: 0 5px 0 0;
color: #45a8c1;
}

.subjunkanki_box1 p{
line-height: 2;
font-size: 1.8rem;
}

.subjunkanki_box2{
width: 360px;
}

.subjunkanki_box2 img{
width: 100%;
}

.subjunkanki_box100{
width: 100% !important;
}

.subjunkanki_box100 h3{
font-size: 2.5rem;
border: 2px solid #68c58e;
padding: 8px 30px;
color: #00b147;
display: inline-block;
letter-spacing: .2rem;
margin: 0 0 30px 0;
}

.subjunkanki_box100 p{
line-height: 2.5;
font-size: 1.8rem;
}

.subjunkanki_box100 h4 span{
font-size: 2rem;
color: #fff;
display: inline-block;
letter-spacing: .2rem;
margin: 0 0 15px 0;
background: #20a555;
border-radius: 100px;
padding: 5px 35px;
}

.subjunkanki2{

}

.subjunkanki2 span{
padding: 3px 20px;
background: #fff;
border: 1px solid #194375;
display: inline-block;
color: #194375;
font-size: 2rem;
margin: 0 0 20px 0;
border-radius: 5px;
}

.subjunkanki3{
margin: 0 0 40px 0;
}

.subjunkanki3:last-child{

}







/*<!--sub gallery-->*/
.sub_gallery__w{
}

.sub_gallery_box__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1200px;
margin: 0 auto;
}

.sub_gallery_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 540px;
margin: 0 auto 50px;
}

.sub_gallery_box1{
width: 100%;
}

.sub_gallery_box1 img{
width: 100%;
}

.sub_gallery_box2{
width: 100%;
font-size: 2.2rem;
text-align: center;
padding: 15px 0;
background: #f3f3f3;
}


.gallery__w{
width: 1000px;
margin: 0 auto 100px;
}

#imagelist{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#imagelist li{
width: 24%;
margin: 0 0 15px 0;
}

#imagelist li a{
padding: 15px 20px;
display: block;
background: linear-gradient(
330deg, #a53254, #d03065);
color: #ffffff;
border-radius: 5px;
font-size: 2rem;
border: 1px solid #a23256;
box-shadow: 10px 10px 10px #f2bdcd;
}

#imagelist li a span{
}

#imagelist li a span::before{
content: "";
display: inline-block;
background: url("../images/ic_arrow.svg");
width: 1.2rem;
height: 1.2rem;
margin: 0 7px 0 0;
}

#imagearea{
text-align: center;
background: #ffd8ea;
}

#aboutarea{
text-align: center;
background: #ffd8ea;
font-size: 3rem;
color: #a23256;
padding: 20px 0 0 0;
}

#viewerright{
margin: 20px 0 0 0;
}

.facility_kiki1{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 0 100px 0;
}

.facility_kiki2{
width: 32%;
margin: 0 0 10px 0;
font-size: 2rem;
}

.facility_kiki3{
font-size: 3rem;
color: #1a4375;
text-align: center;
line-height: 1.6;
}



.facility_kiki4{
background: #f5f5f5;
padding: 20px 30px;
width: 100%;
margin: 40px auto 50px;
font-size: 1.7rem;
}

.facility_kiki5{
text-align: center;
width: 700px;
margin: 0 auto;
}

.facility_kiki5 img{
width: 100%;
}





/*よくある質問*/

.qa_list {
margin: 23px 0 45px;
}
.qa_list .qa {
margin: 0 0 20px 0;
}
.qa_list dt.que {
position: relative;
padding: 18px 20px;
}
.qa_list dl.qa .active::after {

}
.qa_list dt.que::after {
display: block;
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 20px;
width: 20px;
height: 20px;
margin: auto;
}
.qa_list dt.que span::before {
content: "";
position: absolute;
width: 30px;
height: 30px;
background: url("../images/q.svg") no-repeat center center;
}
.qa_list dd.ans {

}
.qa_list dd.ans span::before {
content: "";
position: absolute;
width: 30px;
height: 30px;
background: url("../images/a.svg") no-repeat center center;
}
.qa_list dd.ans{
position: relative;
padding: 23px 20px;
background: #fff;
}
.qa_list p span::before {
left: 0;
width: 36px;
height: 36px;
}
.qa_list p span {
display: inline-block;
position: relative;
padding: 0 46px 0 46px;
font-size: 1.7rem;
}
.qa_list__w{
width: 100%;
padding: 30px 50px 90px 50px;
}



/*<!--access-->*/
.access__w{
width: 1200px;
margin: 0 auto 80px;
padding: 80px 90px 80px;
background: #fff;
}

.submap_box{
}

.submap_gmap{
width: 100%;
height: 500px;
}

.submap_gmap iframe{
width: 100%;
height: 500px;
}

.submap_link{
text-align: center;
}

.submap_link a{
display: inline-block;
border-radius: 5px;
background: #009a3e;
color: #fff;
text-align: center;
padding: 15px 40px;
transition: .6s;
position: relative;
font-size: 1.6rem;
box-shadow: 0px 3px 3px 0px #e4e4e4;
}

.submap_link a:active, .submap_link a:hover {
transform: translate(0,-2px);
opacity: .9;
box-shadow: 0px 3px 3px 0px #e4e4e4;
}

.submap_link span::before {
content: "";
position: absolute;
left: 20px;
font-size: 1rem !important;
top: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;
color: #aedce0;
}

.submap_traffic{
padding: 50px;
border: 15px solid #f2f2f2;
margin: 0 0 100px;
border-radius: 10px;
}

.submap_traffic_address{
font-size: 1.6rem;
padding: 0 0 20px 0;
}

.submap_traffic_box{
}

.submap_traffic_box1{
font-size: 2rem;
color: #3e88c9;
}

.submap_traffic_box2{
margin: 0 0 40px 0;
font-size: 1.7rem;
}

.submap_traffic_box:last-child .submap_traffic_box2{
margin: 0;
}

.submap_route{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}

.submap_route_box{
width: 48%;
margin: 0 0 40px 0;
}

.submap_route_box1{
width: 100%;
position: relative;
}

.submap_route_box:nth-child(odd) .submap_route_box1:after{
content: "\025b6";
position: absolute;
right: -30px;
top: 50%;
margin: auto;
color: #43b4cd;
}

.submap_route_box:last-child .submap_route_box1:after{
content: "";
}

.submap_route_box1 img{
width: 100%;
}

.submap_route_box2{
display: flex;
justify-content: space-between;
width: 100%;
font-size: 1.6rem;
align-items: center;
padding: 10px 0 0 0;
}

.route_number{
display: inline-block;
padding: 10px 20px;
background: #e9fafc;
color: #3e88c9;
font-weight: bold;
font-size: 2rem;
width: 10%;
}

.route_txt{
display: inline-block;
width: 90%;
padding: 0 0 0 15px;
line-height: 1.5;
}

.topnav__w{
padding: 28px 0;
background: #005bad;
}

.topnavmt{
margin: 120px 0 0 0 !important;
}

.topnav__w ul{
display: flex;
justify-content: space-between;
width: 1200px;
margin: 0 auto;
}

.topnav__w ul li{
width: 182px;
text-align: center;
}

.topnav__w ul li a{
width: 100%;
padding: 24px 5px;
display: block;
color: #194375;
font-size: 2.2rem;
background: #fff;
transition: .6s;
border-radius: 3px;
letter-spacing: .05rem;
}

.topnav__w ul li a:hover{
opacity: .7;
}

.topnav__w ul li a span{
}

.topnav__w ul li a span::before{
content: "\025b6";
font-size: 1.4rem;
margin-right: 3px;
color: #ee869a;
vertical-align: middle;
}

.accessmap__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 30px 0 0 0;
}
.accessmap1{
width: 65%;
text-align: center;
margin: 0 auto;
}
.accessmap1 img{
width: 100%;
border: 2px solid #4c5072;
border-radius: 3px;
padding: 30px 30px;
}










/*<!--contact-->*/
.contact__w{
width: 100%;
background: #f3f3f3;
}

.contact__wi{
width: 1200px;
margin: 0 auto;
padding: 70px 0 80px;
}

.contact__w h2{
font-size: 2.5rem;
letter-spacing: 0.2rem;
width: 200px;
text-align: center;
margin: 0 auto 50px;
font-family: 'Zen Maru Gothic';
}

.contact__w h2 span{
display: inline-block;
margin: 0 auto;
}

.contact__w h2 span::after{
content: "contact";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
font-family: 'Zen Maru Gothic';
}

/*faq*/
.faq_h2{
width: 1200px;
margin: 0 auto;
font-weight: bold;
}

.faq_h2 span{
font-size: 2.4rem;
padding: 10px 30px;
display: inline-block;
letter-spacing: .2rem;
}









/*<!--sservice-->*/
.sservice__w{
width: 100%;
background: url(../images/sservice_bg.jpg) no-repeat;
background-size: cover;
padding: 70px 0;
}

.sservice__wi{
width: 1200px;
margin: 0 auto;
padding: 70px 80px 80px;
background: rgba(255,255,255,0.95);
border-radius: 5px;
}

.sservice__w h2{
font-size: 2.5rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 50px;
}

.sservice__w h2 span{
display: inline-block;
margin: 0 auto;
color: #0893ce;
}

.sservice__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 64px;
height: 60px;
margin: 0 auto 10px;
}
.sservice__w h2 span::after{
content: "industrial physician";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
}

.sservice_nav__w{
}

.sservice_t{
background: #fff;
padding: 40px 40px;
border-radius: 5px;
}

.sservice_t1{

}

.sservice_t2{
margin: 40px 0 30px;
font-size: 2rem;
font-weight: bold;
}

.sservice_fx{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 0 30px 0;
}

.sservice_fx li{
width: 48%;
font-size: 1.5rem;
}

.sservice_fx li:before{
content: "■";
font-size: 1.9rem;
display: inline-block;
margin: 0 5px 0 0;
color: #45a8c1;
}






/*<!--kservice-->*/
.kservice__w{
width: 100%;
background: url(../images/kservice_bg.jpg) no-repeat;
background-size: cover;
padding: 70px 0;
}

.kservice__wi{
width: 1200px;
margin: 0 auto;
padding: 70px 80px 80px;
background: rgba(255,255,255,0.95);
border-radius: 5px;
}

.kservice__w h2{
font-size: 2.5rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 50px;
}

.kservice__w h2 span{
display: inline-block;
margin: 0 auto;
color: #0893ce;
}

.kservice__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 64px;
height: 60px;
margin: 0 auto 10px;
}
.kservice__w h2 span::after{
content: "consulting";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
}







/*<!--sservice-->*/
.gservice__w{
width: 100%;
background: url(../images/gservice_bg.jpg) no-repeat;
background-size: cover;
padding: 70px 0;
}

.gservice__wi{
width: 1200px;
margin: 0 auto;
padding: 70px 80px 80px;
background: rgba(255,255,255,0.95);
border-radius: 5px;
}

.gservice__w h2{
font-size: 2.5rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 50px;
}

.gservice__w h2 span{
display: inline-block;
margin: 0 auto;
color: #0893ce;
}

.gservice__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 64px;
height: 60px;
margin: 0 auto 10px;
}
.gservice__w h2 span::after{
content: "obligation";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
}

.gservice_nav__w{
}

.gservice_t{
background: #fff;
padding: 40px 40px;
border-radius: 5px;
}

.gservice_t1{

}

.gservice_t2{
margin: 10px 0 30px;
font-size: 2rem;
font-weight: bold;
}

.gservice_t3{
padding: 10px 20px;
display: inline-block;
background: #45a8c1;
color: #fff;
margin: 0 0 20px 0;
}

.gservice_fx{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 0 30px 0;
}

.gservice_fx li{
width: 48%;
font-size: 1.5rem;
}

.gservice_fx li:before{
content: "■";
font-size: 1.9rem;
display: inline-block;
margin: 0 5px 0 0;
color: #45a8c1;
}

.gservice_fx2{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 0 30px 0;
}

.gservice_fx2 li{
width: 100%;
font-size: 1.5rem;
}

.gservice_fx2 li:before{
content: "■";
font-size: 1.9rem;
display: inline-block;
margin: 0 5px 0 0;
color: #45a8c1;
}


/*お知らせ*/












.illustmap{
width: 60%;
margin: 0 auto;
}

.illustmap img{
width: 100%;
height: 100%;
border-radius: 10px;
border: 1px solid #009a3e;
}




.info_memo1{
font-size: 1.7rem;
width: 100%;
padding: 40px 0;
border-radius: 10px;
background: #f6f6f6;
}

.info_memo1_h{
font-size: 2.4rem;
color: #2196f3;
margin: 0 0 20px 0;
text-align: center;
}

.info_memo1_t{
line-height: 2.5;
padding: 0 90px;
}

.info_memo_ic{
width: 2rem;
height: 2rem;
display: inline-block;
margin: 0 7px 0 0;
vertical-align: middle;
}

.info_memo_ic img{
width: 100%;
height: 100%;
}

.info_memo2{
font-size: 1.7rem;
width: 100%;
padding: 40px 90px;
border-radius: 10px;
background: #f6f6f6;
}






.accessinfo_tbl{
width: 100%;
margin: 0 auto;
}

.accessinfo_tbl tr{
border-bottom: 5px solid #fff;
}

.accessinfo_tbl th{
width: 20%;
padding: 30px 0;
vertical-align: middle;
background: #fafafa;
}

.accessinfo_tbl td{
width: 70%;
padding: 30px 40px;
background: #fdfdfd;
}



.traffic__w{}

.traffic_box{
}
.traffic1{
  font-size: 1.6rem;
  margin: 0 0 8px -1.6rem;
  background: #68a1cd;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 3px;
}
.traffic1 span{}
.traffic1 span::before{
}
.traffic2{}

.ic_train span::before{
background: url(../images/ic_train.svg) no-repeat;
}

.ic_bus span::before{
background: url(../images/ic_bus.svg) no-repeat;
}

.ic_car span::before{
background: url(../images/ic_car.svg) no-repeat;
}





.tbl_price__w{
width: 100%;
}

.tbl_price__w td{
vertical-align: middle;
}

.tblw50{
width: 50%;
}



.tbl_price1{
border: 1px solid #8e8383;
width: 80%;
}
.tbl_price1 td{
padding: 10px 30px;
border: 1px solid #8e8383;
}
.price1{
width: 50%;
background: #fafafa;
}
.price2{
text-align: right;
color: #009a3e;
width: 50%;
font-size: 2rem;
}








/*tempカレンダー*/

.calendar__w{
width: 90%;
display: flex;
justify-content: space-between;
margin: 50px auto;
background: #f6f6f6;
flex-wrap: wrap;
}

.calendar1{
width: 48%;
}
.calendar1 img{
width: 100%;
}
.calendar2{
width: 48%;
}
.calendar2 img{
width: 100%;
}

.calendar3{
width: 30%;
}
.calendar3 img{
width: 100%;
}


.h2memo{
font-size: 2.2rem;
}

.topbnr__w{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
justify-content: center;
padding: 40px 0;
background: #f9f7ef;
}

.topbnr1{
width: 400px;
}

.topbnr1 img{
width: 100%;
box-shadow: 1px 3px 5px #dad6c8;
}

.topbnr1 a{
transition: .5s;
display: block;
}

.topbnr1 a:hover{
opacity: .6;
}



/*img100*/
.img100{
width: 600px;
margin: 0 auto;
}

.img100 img{
width: 100%;
}


/*corona*/
.corona__w{
width:100%;
background:#fff;
padding:60px 0 0;
}

.corona__wi{
width: 920px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff0f1;
}

.corona1{
background: #f64858;
color: #fff;
text-align: center;
font-size: 2.3rem;
font-family: 'Zen Kaku Gothic New';
font-weight: 700;
width: 100%;
padding:10px 30px;
}

.corona2{
padding:25px 30px 30px;
color: #333;
font-family: 'Zen Kaku Gothic New';
font-size: 1.6rem;
font-weight: 400;
}
/*corona*/


/*monshin*/
.monshin__w{
width:100%;
background:#fff;
padding:60px 0 60px;
}

.monshin__wi{
width: 920px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #f3f3f3;
}

.monshin1{
background: #3959cc;
color: #fff;
text-align: center;
font-size: 2.3rem;
font-family: 'Zen Kaku Gothic New';
font-weight: 700;
width: 100%;
padding:10px 30px;
}

.monshin2{
padding:25px 30px 40px;
color: #333;
font-family: 'Zen Kaku Gothic New';
font-size: 1.6rem;
font-weight: 400;
width: 100%;
}

.monshin3{
width: 420px;
margin: 0 auto 50px;
}

.monshin3 img{
width: 100%;
border: 2px solid #3959cc;
box-shadow: 10px 10px 20px #e2e2e2;
}



/*monshin*/

.medical_split{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.medical_split1{
width: 100%;
}

.medical_split2{
width: 30%;
}

.medical_split2 img{
width: 100%;
border-radius: 10px;
}


.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;
}

.subpage2{
width: 100%;
margin: 0 0 50px 0;
}

.subpage2 h2{
font-size: 3.5rem;
font-weight: 700;
color: #3a87c2;
letter-spacing: .3rem;
line-height: 1;
border-bottom: 10px solid #f3f3f3;
padding: 0 0 25px 0;
text-align: center;

}

.subpage2 h2 .icon {
overflow: hidden;
display: block;
width: 120px;
margin: 0 auto 20px;
}

.subpage2 h2 .icon img {
width: 100%;
}

.subpage3{
width: 100%;
padding: 0 10px;
line-height: 1.8;
}

.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: #f6fbff;
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{
position: relative;
width: 30%;
margin: 0 3% 32px 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;
    padding: 28px 0;
    text-align: center;
    letter-spacing: .07rem;
    box-shadow: 8px 8px 3px #f1efe5;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
    position: relative;
    background: #fff;
    color: #3091db;
    border: 1px solid #3a87c2;
    text-shadow: 2px 2px 2px rgb(255 255 255 / 100%);
    border-radius: 5px;
}

.subpage7 ul li a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage7 ul li a span{
position: relative;
width: 100%;
}

.subpage7 ul li::after{
content: "";
background: url("../images/ic_arrow1.svg");
display: inline-block;
width: 2rem;
height: 2rem;
position: absolute;
top: 3.2rem;
right: 12px;
transform: rotate(90deg);
}

.subpage7 ul li a .icon {
  width: 25px;
  display: block;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.subpage7 ul li a .icon img {
  width: auto;
}

.subpage8{
width: 100%;
margin: 0 0 35px 0;
}

.subpage8 h3{
font-size: 2.4rem;
letter-spacing: .1rem;
line-height: 1.2;
padding-left: 20px;
position: relative;
font-weight: 700;
}

.subpage8 h3::before{
border-left: 2px solid #3a87c2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
}

.subpage9{
width: 350px;
margin: 0 auto;
}

.subpage9 img{
width: 100%;
}

.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: -4.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;
padding: 0 0 0 20px;
}

.subpage16{
width: 100%;
}

.subpage16 span{
line-height: 1.8;
font-size: 1.7rem;
display: inline-block;
padding: 5px 20px;
letter-spacing: 0;
background: #4387bf;
color: #fff;
}

.subpage17{
width: 100%;
}

.subpage17 span{
line-height: 1.8;
font-size: 1.8rem;
font-weight: 700;
display: inline-block;
padding: 6px 30px;
letter-spacing: .1rem;
background: #ffffff;
border-bottom: 1px solid #f99027;
}

.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: #026eb8;
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 0 30px;
}

.subpage20{
margin: 0 0 20px 0;
}

.subpage20 span{
    display: inline-block;
    background: #f7fcff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 2.3rem;
    font-weight: 700;
    color: #3091db;
    border: 1px solid #3a87c2;
    letter-spacing: .2rem;
    font-family: 'Zen Maru Gothic';
    text-shadow: 1px 1px 2px rgb(255 255 255 / 80%);
}

.subpage21{
    background: #feffda;
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-indent: 0;
    display: block;
    color: #2f446f;
    width: 100%;
}




.subpage22{
width: 100%;
padding: 30px 30px;
position: relative;
background: #f6fbff;
border-radius: 10px;
}

.subpage22 ul{
width: 100%;
}

.subpage22 ul li{
width: 100%;
line-height: 2;
margin: 0 0 12px 0;
}

.subpage22 ul li:last-child{
margin: 0 0 0 0;
}

.subpage23{
width: 100%;
}

.subpage23::before{
content: "";
display: inline-block;
background: url("../images/ic_check2.svg");
width: 2rem;
height: 2rem;
margin: 0 10px 0 0;
vertical-align: sub;
}

.subpage22 .subpage_list-1of2 {
display: flex;
flex-wrap: wrap;
}

.subpage22 .subpage_list-1of2 li {
width: 50%;
}

.subpage24{
    padding: 20px 40px 25px;
    background: #f7f7f7;
    border-radius: 10px;
}

.subpage24 a{
color: #171c61;
font-family: 'Zen Maru Gothic';
font-size: 4rem;
line-height: 1;
font-weight: 700;
}

.subpage24 span{
}

.subpage24 span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
width: 3rem;
height: 3rem;
display: inline-block;
background-size: contain;
vertical-align: middle;
margin: 0 10px 0 0;
}










.catch__ww{
width: 100%;
padding: 120px 0;
background: url("../images/coronabg.jpg")  center bottom;
background-size: cover;
position: relative;
}


.catch__w{
width: 1100px;
padding: 0 0 60px;
background: #ffffff;
margin: 0 auto;
border-radius: 10px;
border: 3px solid #fb6075;
}

.catch1{
text-align: center;
color: #fff;
font-size: 3rem;
letter-spacing: .1rem;
margin: 0 0 40px 0;
line-height: 1.5;
background: #fb6075;
padding: 18px 0;
}

.catch2{
margin: 0 0 50px 0;
line-height: 1.8;
font-size: 2rem;
letter-spacing: .1rem;
color: #222;
text-align: center;
}


.catch3{
width: 85%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}

.catch4{
width: 30%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.catch5{
width: 75%;
margin: 0 auto 15px;
}

.catch5 img{
width: 100%;
}

.catch6{
width: 100%;
text-align: center;
font-size: 2.2rem;
letter-spacing: .1rem;
color: #00b5b5;
border-radius: 100px;
background: #ecfeff;
border: 2px solid #d0f4f7;
padding: 5px 0;
margin: 0 0 12px 0;
}

.catch7{
width: 95%;
margin: 0 auto;
font-size: 1.5rem;
}

.corona_chara1{
position: absolute;
z-index: 1001;
right: 100px;
top: 50px;
width: 220px;
}

.corona_chara1 img{
width: 100%;
}

.corona_chara2{
position: absolute;
z-index: 1001;
left: 100px;
bottom: 0px;
width: 180px;
}

.corona_chara2 img{
width: 100%;
}





/*feature*/
.feature__wwww{
width: 100%;
padding: 60px 0 90px;
position: relative;
background: url("../images/featurebg.jpg") right center no-repeat;
background-size: cover;
}

.feature__ww{
width: 100%;

}

.feature__www{
width: 100%;
padding: 30px 0 30px;

}


.feature__w{
width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}

.h2_feature{
text-align: center;
width: 100%;
padding: 0 0 80px 0;
}

.h2_feature span{
font-size: 3.6rem;
color: #f0faff;
display: inline-block;
letter-spacing: .4rem;
line-height: 1;
font-weight: 700;
font-family: 'Zen Maru Gothic';
}

.h2_feature span::before{
content: "";
background: url("../images/logo-s.svg");
display: block;
width: 60px;
height: 60px;
margin: 0 auto 10px;
}

.h2_feature span::after{
content: "Feature";
font-size: 1.5rem;
color: #f0faff;
display: block;
margin: 15px auto 0;
line-height: 1;
letter-spacing: .2rem;
font-family: 'Zen Maru Gothic';
font-weight: 400;
}

    

    
    
    
    
 .promise__w {
    width: 100%;
    padding: 100px 0 100px;
    position: relative;
    background: rgb(211,235,247);
background: linear-gradient(45deg, rgba(211,235,247,1) 0%, rgba(248,242,239,1) 100%);
    z-index: -1;
}    
 .promise__w::before {
     content: "";
    position: absolute;
     background: url("../images/promise_bg.png");
     width: 1100px;
     height: 100vh;
     top: 0;
     background-size: contain;
     background-repeat: no-repeat;
}     
.promise_w {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}

.h2_promise {
    text-align: center;
    width: 100%;
    padding: 0 0 100px 0;
    z-index: 2;
}    
.h2_promise span {
    font-size: 5rem;
    color: #082c53;
    display: inline-block;
    letter-spacing: .2rem;
    line-height: 1;
    font-weight: 700;
    text-shadow: #fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px;
    transform: scale(0.95, 1);
} 
.h2_promise span::after {
    content: "Promise";
    display: block;
    font-size: 4rem;
    letter-spacing: .1rem;
    color: #4aa1ff;
    font-family: 'Allura', cursive;
    margin: 20px 0 0;
    text-shadow: #fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px;
}    
.promise1{
width: 100%;
height: 400px;
margin: 0 auto 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}

.promise2{
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-end;    
}

.promise3{
    width: 800px;
     background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5018207966780462) 90%, rgba(255,255,255,0) 100%); 
    padding: 50px 250px 50px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    position: relative;
}

.promise4{
width: 100%;
font-size: 3.6rem;
font-weight: 800;
margin: 0 0 30px 0;
line-height: 1.4;
font-family: 'Zen Old Mincho', serif;    
}

.promise5{
width: 100%;
font-size: 2.1rem;
}

.promise6{
width: 450px;
position: absolute;
right: 0;
}


.promise6 img{
width: 100%;
/*margin: 30px 0 0 -40px;*/
}

.promise7{
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-content: flex-end;
}

.promise8{
/*width: 620px;
background: #fff;
padding: 60px 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
height: 32rem;
border-radius: 3px;
position: relative;*/
    
width: 800px;
     background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5018207966780462) 90%, rgba(255,255,255,0) 100%); 
    padding: 50px 50px 50px 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    position: relative;    
}

.promise9{
width: 450px;
position: absolute;
left: 0;
}


.promise9 img{
width: 100%;
/*margin: 40px 0 0 40px;*/
}

.promise10{
width: 800px;
     background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5018207966780462) 90%, rgba(255,255,255,0) 100%); 
    padding: 50px 250px 50px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    position: relative;
}

.promise11{
width: 450px;
position: absolute;
right: 0;
}

.promise11 img{
width: 100%;
/*margin: 40px 0 0 -40px;*/
}

.promise12{
width: 620px;
background: #fff;
padding: 60px 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
height: 27rem;
border-radius: 3px;
position: relative;
}

.promise13{
width: 400px;
position: absolute;
left: 0;
}

.promise13 img{
width: 100%;
margin: 40px 0 0 40px;
}


.promise14{
width: 120px;
position: absolute;
top:-50px;
left: -30px;
}

.promise14 img{
width: 100%;
}

.promise15{
width: 120px;
position: absolute;
top:-50px;
right: -30px;
}

.promise15 img{
width: 100%;
}




/*feature*/






.footer_timetable_tbl{
width: 100%;
background: #fff;
border-spacing: 0;
border-collapse: collapse;
border-radius: 10px;
color: #653b1d;
}

.footer_timetable_tbl td{
border: 1px solid #7ea7c9;
font-size: 1.8rem;
vertical-align: middle;
line-height: 1.3;
letter-spacing: 0;
}

.footer_timetable1{
width: 23%;
text-align: center;
padding: 20px 5px;
background: #0c68b5;
color: #fff;
}

.footer_timetable2{
width: 11%;
text-align: center;
padding: 20px 5px;
background: #0c68b5;
color: #ffffff;
}

.footer_timetable3{
text-align: center;
padding: 20px 5px;
background: #0c68b5;
color: #ffffff;
}

.footer_timetable4{
text-align: center;
padding: 20px 5px;
}

.footer_timetable5{
text-align: center;
}


.footer_timetable6{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin:0 auto;
font-size: 1.45rem;
line-height: 1.6;
}

.footer_timetable7{
width: 49%;
}

.footer_timetable8{
width: 49%;
}

.footer_timetable9{
width: 100%;
margin: 5px 0 0 0;
}

.footer_timetable10{
width: 100%;
margin: 15px 0 0 0;
}

.footer_timetable10 span{
width: 100%;
background: #ffffde;
padding: 8px 12px;
display: inline-block;
border-radius: 3px;
line-height: 1.3;
color: #ee4141;
font-size: 1.4rem;
}

.footer_timetabletxt1{
color: #ee869a;
}

.footer_timetabletxt2{
color: #ee7b41;
}

.footer_timetabletxt3{
color: #387d39;
}

.footer_timetabletxt4{
color: #ee7b41;
}

.footer_timetabletxt5{
color: #ee7b41;
}

.footer_timetabletxt6{
color: #BED2E3;
letter-spacing: .05rem;
font-size: 1.2rem;

}





/* about */

.about1{
width: 100%;
display: flex;
flex-wrap: wrap;
}

.about2{
width: 32%;
background: #F7F7F7;
border-radius: 30px 10px 10px 10px;
margin: 0 2% 40px 0;
}

.about2:nth-child(3n){
margin: 0 0% 40px 0;
}

.about3{
width: 100%;
margin: 0 0 15px 0;
}

.about3 img{
width: 100%;
border-radius: 10px 10px 0 0;
}

.about4{
width: 100%;
font-size: 2.2rem;
text-align: center;
font-family: 'Zen Maru Gothic', sans-serif;
margin: 0 0 15px 0;
line-height: 1.4;
}

.about5{
width: 100%;
padding: 0 20px;
margin: 0 0 20px 0;
font-size: 1.5rem;
letter-spacing: 0;
}

/* about */




/* <!--btn reservation--> */
.btn_fix__w{
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 1100;
}

.btn_fix1 a{
    width: 120px;
    height: 120px;
    display: flex;
    color: #e85757;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
    letter-spacing: .1rem;
    vertical-align: middle;
    line-height: 1.3;
    transition: .5s;
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    justify-content: center;
    border-top: 1px solid #e85757;
    border-left: 1px solid #e85757;
    border-bottom: 2px solid #e85757;
    border-radius: 5px 0 0 5px;
    align-items: center;
}

.btn_fix1 a:hover,
.btn_fix1 a:active{
opacity: .8;
box-shadow: 0px 0px 10px 0px #00000014;
transform: translateY(-5px);
}

.btn_fix1a::before{
content: "";
background: url("../images/ic_pdf.svg");
width: 40px;
height: 40px;
display: block;
margin: 0 auto 10px;
}

.btn_fix1b{
width: 100%;
}

.btn_fix1c{
width: 100%;
font-size: 1.2rem;
}



.btn_fix2 a{
width: 120px;
height: 120px;
display: flex;
color: #4c90e1;
text-align: center;
font-size: 1.7rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.3;
transition: .5s;
background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
justify-content: center;
border-top: 1px solid #4c90e1;
border-left: 1px solid #4c90e1;
border-bottom: 2px solid #4c90e1;
border-radius: 5px 0 0 5px;
align-items: center;
}

.btn_fix2 a:hover,
.btn_fix2 a:active{
opacity: .8;
box-shadow: 0px 0px 10px 0px #00000014;
transform: translateY(-5px);
}

.btn_fix2a::before{
content: "";
background: url("../images/ic_word.svg");
width: 40px;
height: 40px;
display: block;
margin: 0 auto 10px;
}

.btn_fix2b{
width: 100%;
}

.btn_fix2c{
width: 100%;
font-size: 1.2rem;
}




.btn_fix3 a{
width: 120px;
height: 120px;
display: flex;
color: #9a554d;
text-align: center;
font-size: 1.7rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.4;
transition: .5s;
background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
justify-content: center;
border-top: 1px solid #9a554d;
border-left: 1px solid #9a554d;
border-bottom: 2px solid #9a554d;
border-radius: 10px 0 0 10px;
align-items: center;
}

.btn_fix3 a:hover,
.btn_fix3 a:active{
opacity: .8;
box-shadow: 0px 0px 10px 0px #00000014;
transform: translateY(-5px);
}

.btn_fix3 a span::before{
content: "";
background: url("../images/ic_btn_fix3.svg");
width: 40px;
height: 40px;
display: block;
margin: 0 auto 10px;
opacity: .9;
}

.btn_fix4 a{
width: 120px;
height: 120px;
display: flex;
color: #000000;
text-align: center;
font-size: 1.7rem;
position: relative;
letter-spacing: .05rem;
vertical-align: middle;
line-height: 1.4;
transition: .5s;
background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
justify-content: center;
border-top: 1px solid #ce1ad9;
border-left: 1px solid #e92f83;
border-bottom: 2px solid #fe991c;
/* border-radius: 10px 0 0 10px; */
align-items: center;
font-family: 'Zen Maru Gothic';
}

.btn_fix4 a:hover,
.btn_fix4 a:active{
opacity: .8;
box-shadow: 0px 0px 10px 0px #00000014;
transform: translateY(-5px);
}

.btn_fix4 a span{
display: block;
}


.btn_fix4 a span::before{
content: "";
background: url("../images/ic_btn_fix4.png");
background-size: cover;
width: 40px;
height: 40px;
display: block;
margin: 0 auto 10px;
opacity: .9;
}



.bnrblog__w{
width: 100%;
background: #d9e9ed;
padding: 30px 0;
}

.bnrblog1{
width: 300px;
margin: 0 auto;
}

.bnrblog1 a{
display: block;
width: 100%;
box-shadow: 5px 5px 10px #bad5dc;
}

.bnrblog1 a:hover{
opacity: .7;
}

.bnrblog1 a img{

}

.rinen_t{
width: 100%;
text-align: center;
margin: 40px 0 100px
}


.rinen_t p{
font-family: "Zen Old Mincho";
width: 100%;
text-align: center;
font-size: 3.5rem;
font-weight: 700;
color: #312c22;
padding: 40px 40px;
background: #fbfcf3;
}

.flow__w{

}

.flow1{

}

.flow2{
font-size: 2.5rem;
font-weight: 700;
margin: 0 0 15px 0;
}

.flow2 span{
display: inline-block;
margin: 0 15px 0 0;
background: #f2fbff;
color: #009cbc;
text-align: center;
font-size: 2.5rem;
padding: 1rem 1.5rem;
line-height: 1;
border-radius: 5px;
border: 1px solid #009cbc;
}

.flow3{
font-size: 1.8rem;
padding: 25px 60px;
background: #f9f9f9;
}


.info__w{
width: 100%;
background: #f7f5e1;
padding: 50px 0 50px;
}
.info1{
width: 700px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fffff9;
padding: 40px 50px;
border-radius: 5px;
border: 5px solid #f7f1b3;
}
.info2{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 30px 0;
align-content: center;
border-bottom: 1px dotted #E3E3E3;
padding: 0 0 25px 0;
}
.info2:last-child{
margin: 0 0 0 0;
padding: 0;
border-bottom: 0;
}
.info3{
width: 30rem;
font-size: 2.3rem;
line-height: 1;
}
.info4{
width: calc(100% - 32rem);
font-size: 2.4rem;
font-weight: 700;
line-height: 1;
}

.markerline{
  background: linear-gradient(transparent 70%, #fbfda9 0%);
  display: inline;
  padding: 0 2px 4px;
}




.topvideo__w{
width: 100%;
padding: 100px 0;
background: url("../images/topvideobg.jpg");
background-size: cover;
}

.topvideo1{
width: 760px;
margin: 0 auto 0;
}

.topvideo__w video{
border-radius: 10px;
}



/*<!--streetview-->*/
.streetview__w{
width: 100%;
background: url("../images/streetviewbg.jpg");
background-size: cover;
}

.streetview__wi{
width: 1200px;
margin: 0 auto;
padding: 80px 0 80px;
}

.streetview__w h2{
font-size: 3.5rem;
letter-spacing: 0.5rem;
text-align: center;
margin: 0 auto 70px;
font-family: 'Zen Maru Gothic';
font-weight: 700;
}

.streetview__w h2 span{
display: inline-block;
margin: 0 auto;
color: #3290d5;
}

.streetview__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 60px;
height: 60px;
margin: 0 auto;
}
.streetview__w h2 span::after{
content: "360-degree view";
display: block;
font-size: 2rem;
letter-spacing: .1rem;
color: #ee869a;
font-family: 'Zen Maru Gothic';
font-weight: 400;
}

.streetview1{
width: 1200px;
height: 600px;
margin: 0 auto;
}

.streetview1 iframe{
width: 1200px;
height: 600px;
margin: 0 auto;
display: block;
border-radius: 10px;
}



.topinterview__w{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 6rem 0;
    background: #91ceff;
}

.topinterview1{
    width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topinterview1 a:hover{
    opacity: .6;
}

.topinterview1 img{
    width: 100%;
    border-radius: 7px;
    box-shadow: 15px 10px 20px #a6d5ff;
}


    
    
/*strategy*/
.strategy__w {
width: 100%;
padding: 90px 0 90px;
position: relative;
 background: rgb(181,247,227);
background: linear-gradient(40deg, rgba(181,247,227,1) 0%, rgba(172,199,231,1) 50%, rgba(143,236,249,1) 100%); 
z-index: 1;
}
.strategy_w {
width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
z-index: 2;
}
.h2_strategy {
text-align: center;
width: 100%;
padding: 0 0 100px 0;
z-index: 2;
}
.h2_strategy span {
font-size: 7rem;
color: #fff;
display: inline-block;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Allura', cursive;    
}
.h2_strategy span::after {
content: "クリニック広告の戦略のポイント";
display: block;
font-size: 4rem;
    letter-spacing: .1rem;
    color: #082C53;
    font-weight: bold;
    margin: 20px 0 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    transform: scale(0.95, 1);   
}

.strategy_point_w{
        display: flex;
    width: 1000px;
    gap: 50px;
        margin: 0 0 100px;
    }   
.strategy_point_w div:first-child,
.strategy_point_w div:last-child{
        margin: 80px 0 0;
    }     
.strategy_point_w div{
        width: calc(100% / 3);
    }   
.strategy_point_w div img{
        width: 100%;
    filter: drop-shadow(5px 5px 10px #69bbd08f);
    }
    
.strategy_media_w{
    display: flex;
    width: 1000px;
   gap: 30px 30px;
    flex-wrap: wrap;
    }   
.strategy_media_w div{
        width: calc((100% - 120px) /5);
    }   
.strategy_media_w div img{
        width: 100%;
    }     
}
/*PC*/




@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}










/*headerfix*/
@media all and (max-width:1250px) {
/*
.header_txt {
color: #116cba;
position: absolute;
left: 20px;
width: calc(100% - 820px);
}*/

}





/*==================================================
ふわっ
===================================*/

.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);
}

}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}












/*sp*/
@media all and (max-width:750px) {


/*common*/

.anchor{
display: block;
padding-top: 11vh;
margin-top: -11vh;
}




/*<!--header-->*/
header{
display: flex;
justify-content: space-between;
width: 100%;
}
.header__w{
display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
    align-items: center;
}

.header_logo{
text-align: center;
width: 40%;
}

.header_logo h1{
width: 100%;
}

.header_logo img{
display: inline-block;
width: 100%;
}
.header_btn {
    width: 50%;
}
.header_btn a {
    display: inline-block;
    border-radius: 50px;
    background: #46aef7;
    background: linear-gradient(90deg, #46aef7 0%, #1dd5e6 100%);
    color: #fff;
    text-align: center;
    padding: 1.5rem 2vw;
    transition: .6s;
    position: relative;
    font-size: 1.3rem;
    box-shadow: 3px 3px 10px #a5c2e7;
    width: 100%;
}
.header_btn span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 2px;
    background-image: linear-gradient( 90deg, #46aef7 0 50%, #fff 50% );
    background-repeat: no-repeat;
}
.header_txt{
width: 40vw;
margin: 0 0 0 22vw;
}

.header_txt img{
width: 100%;
}

.header_nav{

}

.header_rsv{
width: 20vw;
}

.header_rsv a{
background: #2bacb9;
color: #e9f8fd;
padding: 0.5rem 2vw;
text-align: center;
font-size: 1.0rem;
line-height: 1.4;
display: inline-block;
border-radius: 3px;
margin: .5rem 0;
letter-spacing: 0;
width: 100%;
box-shadow: 0px 0px 5px 0px #afe0e6;
}

.header_rsv a span{
}

nav.NavMenu{
position: fixed;
z-index: 2;
top: 0;
left: 0;
background: #f7f9f9;
color: #000;
text-align: center;
width: 100%;
transform: translateY(-100%);
transition: all 0.7s;
padding: 3vh 0 3vh 0;
}

nav.NavMenu ul{
width: 100%;
margin: 0 auto;
padding: 0;
}

nav.NavMenu ul li{
font-size: 1.5rem;
list-style-type: none;
padding: 0;
width: 100%;
line-height: 1.3;
letter-spacing: .2rem;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
border-bottom: none;	/*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
display: inline-block;		/*クリックできる領域を広げる*/
padding: 1rem 0;
transition: .4s;
text-align: left;
}

nav.NavMenu ul li a:link,
nav.NavMenu ul li a:visited{
color: #171c61;
}

nav.NavMenu ul li a:hover,
nav.NavMenu ul li a:active{
opacity: .7;}

.navmenulink{
display: block;
margin: 0 auto;
padding: 0 0 0 2rem;
position: relative;
width: 13rem;
}

.navmenulink::before{
content: "\025b6";
font-size: 1.1rem;
margin-right: 1.5vw;
color: #ee869a;
vertical-align: middle;
display: inline-block;
position: absolute;
left: 0;
top: .2rem;
}

nav.NavMenu ul li.nav_tel{
font-size: 2.7rem;
font-weight: bold;
padding: 0 0 5vw 0;
}

nav.NavMenu ul li.nav_tel span{
color: #171c61;
}

nav.NavMenu ul li.nav_tel span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
width: 1.6rem;
height: 1.6rem;
display: inline-block;
background-size: contain;
vertical-align: middle;

}

nav.NavMenu ul li.nav_teltime{
font-size: 1.3rem;
padding: 0 0 30px 0;
font-weight: normal;
}

nav.NavMenu ul li.nav_free{
width: 100%;
text-align: center;
padding: 30px 0 0 0;
}

nav.NavMenu ul li.nav_free span{
display: inline-block;
border-radius: 3px;
text-align: center;
color: #104c9e;
letter-spacing: .05rem;
font-size: 1.4rem;
line-height: 1;
margin: 0 0 1vw 0;
}

nav.NavMenu ul li.nav_rsv{
margin: 0 0 5vw 0;
}

nav.NavMenu ul li.nav_rsv a{
display: inline-block;
border-radius: 5px;
text-align: center;
padding: 3vw 5vw;
transition: .6s;
position: relative;
font-size: 1.6rem;
letter-spacing: 0.01rem;
background: linear-gradient(135deg, #f8a23f 0%,#f76b1c 100%);
color: #ffffff;
box-shadow: 0px 0px 5px 0px #d2e5f7;
}

nav.NavMenu ul li.nav_rsv a:active,
nav.NavMenu ul li.nav_rsv a:hover{
transform: translate(0,-3px);
opacity: .9;
}

nav.NavMenu ul li.nav_rsv span::before{
content: "";
background: url("../images/ic_calendar.svg") no-repeat;
width: 30px;
height: 30px;
display: inline-block;
background-size: contain;
vertical-align: middle;
margin: 0 2vw 0 0;
}

nav.NavMenu.active{
transform: translateY(0%);		/*ナビを表示する*/
height: 100vh;
overflow-y: auto;
}

.Toggle {
display: block;
position: fixed;
top: 0.5rem;
right: 3.5vw;
width: 10vw;
cursor: pointer;
z-index: 3;
height: 5rem;
}

.Toggle span {
display: block;
position: absolute;
width: 10vw;
border-top: solid 1px #000;
-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
transition: .35s ease-in-out;			/*変化の速度を指定*/
}

.Toggle span:nth-child(1) {
top: 1rem;
}

.Toggle span:nth-child(2) {
top: 2.2rem;
}

.Toggle span:nth-child(3) {
top: 3.4rem;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
top: 5vw;
left: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 5vw;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
















/*<!--mainimage-->*/
.mainimg_w{
position: relative;
    width: 95%;
    margin: 0 auto;
    /* height: calc(100vh - 50px); */
    background-position: center center !important;
    background-size: cover!important;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 650px;*/
    flex-direction: column-reverse;
    padding: 0 0 3rem;
}


.mainimage_area{
position: relative;
    background: url(../images/main_bg.jpg);
    background-size: cover; 
}
.catch_w{
    /*position: absolute;
    left: 0;
    bottom: 100px;*/
    width: 100%;
}
.catch{
    font-size: 3rem;
    line-height: 1.4;
    color: #e4007f;
    margin: 0 0 2rem;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 800;
}
.sub_catch{    
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.sub_catch p{
  display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4em;
    padding: 5px 8px;
    background: #faeafa;
    background: linear-gradient(90deg, #e8f8f6 0%, #faeafa 100%);
    margin: 0 0 0.5rem;
    color: #14477e;
}
   
.mainimg{
    /*position: absolute;
    top: 120px;*/
    margin: 0 0 2rem;
    position: relative;
}  
.mainimg img{
    width: 100%;
}    
.img-wrap {
  overflow: hidden;
}

.img-wrap:before {
  animation: img-wrap 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #faeafa;
  background: linear-gradient(90deg, #e8f8f6 0%, #faeafa 100%);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
    
    
.worry__w {
    width: 100%;
    padding: 3rem 0 3rem;
    position: relative;
    background: url(../images/worry_bg.jpg) right center no-repeat;
    background-size: cover;
} 
.worry__w:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #009afe;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.worry_w {
   width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h2_worry {
    text-align: center;
    width: 100%;
    padding: 0 0 3rem 0;
}  
.h2_worry span {
    font-size: 2rem;
    color: #f0faff;
    display: inline-block;
    letter-spacing: .2rem;
    line-height: 1;
    font-weight: 700;
    transform: scale(0.95, 1);
} 
.h2_worry span.txt_b {
    font-size: 3rem!important;
    color: #c6e9fb;
    display: inline-block;
    letter-spacing: .4rem;
    line-height: 1;
    font-weight: 700;
}     
.worry {
   width: 90%;
    display: flex;
    flex-direction: column;
}
    
.worry1 {
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin: -2rem 0 0;
} 
.worry1::before {
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
   box-shadow: 8px 8px 15px rgb(0 80 163 / 72%);
}  
.worry2 {
    width: 45%;
    margin: 0 auto;
    padding: 0 0 3rem;
    position: relative;
    bottom: -2rem;
    z-index: 2;
}    
.worry3 {
    text-align: justify;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.6rem;
}
.worry4 {
padding: 1.8rem;
}
 .worry4 span{
color: #469fff;
}       
 
    
 .solve__w {
    width: 100%;
    padding: 4rem 0 3rem;
    position: relative;
    background: #fff;
    z-index: -1;
     
}    
.solve_w {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h2_solve {
    text-align: center;
    width: 100%;
}  
.h2_solve span {
    font-size: 2rem;
    display: inline-block;
    letter-spacing: .2rem;
    line-height: 2;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 900;
} 
.h2_solve span.txt_b {
    font-size: 2.8rem!important;
    color: #0f82e3;
    display: inline-block;
    letter-spacing: .2rem;
    line-height: 1;
}     
.h2_solve span.txt_b2 {
    font-size: 2.8rem!important;
    display: inline-block;
    letter-spacing: .2rem;
    line-height: 1;
}    
    
    
.topimage_layer{
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  right: 5vw;
  bottom: 30vw;
}

.topimage_layer img{
width: 60vw;
}

.slick_box{
background: #fff;
width: 90%;
padding: 2vw 5vw 4vw;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -10vh auto 12vw;
box-shadow: 0px 0px 10px 0px #00000014;
border-radius: 15px 5px 50px 5px;
}

.slick_box0{
width: 100%;
text-align: center;
padding: 0 0 2vw 0;
letter-spacing: .1rem;
font-size: 1.3rem;
color: #484542;
}

.slick_box0 span{
font-size: 1.5rem;
color: #ffa37c;
font-weight: bold;
}

.slick_box0 span.header_subject{
color: #484542;
font-size: 1.5rem;
font-weight: bold;
}

.slick_box1{
width: 100%;
text-align: center;
padding: 0 0 2vw 0;
letter-spacing: .1rem;
font-size: 1.5rem;
color: #104c9e;
}

.slick_box2{
padding: 0 0 1vw 0;
width: 100%;
}

.slick_box2 img{
width: 100%;
}

.slick_box3{
width: 100%;
padding: 0 0 0 0;
font-size: 1.2rem;
text-align: center;
}

.slick_box3 span{
color: #ff774e;
}

.slick_box4{
width: 100%;
text-align: center;
padding: 0 0 1vw 0;
letter-spacing: .1rem;
font-size: 1.3rem;
color: #191e5f;
}

.slick_box5{
width: 100%;
text-align: center;
padding: 0 0 2vw 0;

}

.slick_box5 a{
color: #363a5b;
display: inline-block;
border-radius: 100px;
font-weight: 700;
font-family: 'Zen Maru Gothic';
line-height: 1;
letter-spacing: .2rem;
font-size: 2rem;

}

.slick_box5 span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
width: 1.7rem;
height: 1.7rem;
display: inline-block;
background-size: contain;
margin: 0 1.5vw 0 0;
vertical-align: bottom;
}

.slick_box6{
margin: 0 0 3vw 0;
}

.slick_box7{
width: 100%;
margin: 0 0 2vw 0;
}

.slick_box7 a{
display: block;
background: #00479b;
background: linear-gradient(90deg, #24bde0 0%, #079be1 100%);
color: #fff;
text-align: center;
border-radius: 3px;
padding: 1vw 1vw;
font-size: 1.2rem;
transition: .3s;
box-shadow: 3px 3px 10px #a5c2e7;
width: 30vw;
margin: 0 auto;
}

.slick_box7 a:hover,
.slick_box7 a:active{
opacity: .7;
}


.mainimage_t{
color: #009a3e;
font-size: 1.6rem;
letter-spacing: .1rem;
line-height: 2.5;
padding: 30vw 0 0 0;
}

.mainimage_t span{
display: inline;
background: #ffffff;
font-weight: bold;
}

.slick_box8{
margin: 0 0 2vw 0;
}












/*<!--news-->*/
.news__w{
width:100%;
background:#fdfcf9;
}

.news__wi{
width: 100%;
margin: -0 auto 0;
padding: 0 0 12vw;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
background: #fff;
}

.news__w h2{
font-size: 1.8rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 5vw;
}

.news__w h2 span{
display: inline-block;
margin: 0 auto;
font-family: 'Zen Maru Gothic';
font-weight: 700;
}

.news__w h2 span::before{
content: "";
background: url(../images/logo-s.svg) no-repeat;
display: block;
width: 6vw;
height: 6vw;
margin: 0 auto;
background-size: cover;
}

.news__w h2 span::after{
content: "News";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #104c9e;
}

.news_kiji__w{
width: 90%;
border-top: 1px solid #e8e8e8;
height: 100vw;
overflow-y: scroll;
margin: 0 auto;
}

.kiji__w{
font-size: 1.3rem;
border-bottom: 1px solid #e8e8e8;
padding: 5vw 4vw;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
align-items: center;
}

.kiji_d{
font-size: 1.1rem;
color: #797979;
display: inline-block;
width: 100%;
margin: 0 0 0 0;
}

.kiji_h{
font-size: 1.6rem;
display: inline-block;
width: 100%;
color: #1e92ca;
margin: 0 0 0 0;
}

.kiji_t{
width: 100%;
}

/*<!--bnr-->*/
.bnr__w {
  padding: 20px 0;
}

.bnr__wi {
  padding: 0 20px;
}











/*<!--medical-->*/
.medical__w{
width: 100%;
background: url("../images/medicalbg.jpg");
background-size: cover;
}

.medical__wi{
width: 100%;
margin: 0 auto;
padding: 10vw 0;
}

.medical__w h2{
font-size: 2rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 8vw;
font-family: 'Zen Maru Gothic';
font-weight: 700;
}

.medical__w h2 span{
display: inline-block;
margin: 0 auto;
color: #3290d5;
}

.medical__w h2 span::before{
content: "";
background: url(../images/logo-s.svg) no-repeat;
display: block;
width: 10vw;
height: 10vw;
margin: 0 auto;
background-size: cover;
}
.medical__w h2 span::after{
color: #ee869a;
content: "Medical";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
font-family: 'Zen Maru Gothic';
font-weight: 400;
}

.medical_nav__w{
}

.medical_nav__w ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.medical_nav__w ul li{
width: 380px;
height: 150px;
text-align: center;
margin: 0 0 30px 0;
}

.medical_nav__w ul li a{
width: 100%;
height: 150px;
background: rgb(9 69 130);
background: linear-gradient(145deg, rgb(113 128 204) 0%, rgb(9 69 130) 100%);border-radius: 10px;
display: flex;
box-shadow: 0px 0px 5px 0px #ececec;
transition: .3s;
line-height: 1;
align-items: center;
justify-content: center;
color: #fff;
}

.medical_nav__w ul li a:hover,
.medical_nav__w ul li a:active{
transform: translate(0,-6px);
opacity: .8;
}

.mdnav1{
}

.medical_nav__w ul li a span{
font-size: 2.6rem;
letter-spacing: .1rem;
}


.topsubject__ww{
background: #f5f2eb;
width: 100%;
}

.topsubject__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}

.topsubject_box{
width: 48%;
text-align: center;
margin: 0 0 5vw 0;
background: rgb(159 239 224 / 50%);
border-radius: 10px 3px 0px 3px;
display: block;
}

.topsubject_box:hover{
opacity: .7;
}

.topsubject_t{
width: 100%;
padding: 6vw 0;
display: flex;
height: 100%;
border-radius: 10px 3px 25px 3px;
background: #ffffff;
transition: all .3s;
color: #006bba;
border: 1px solid #70b0dc;
justify-content: center;
align-items: center;
box-shadow: 4px 4px 0px rgb(0 107 186 / 60%);
}

.topsubject_t span{
position: relative;
text-align: center;
display: inline-block;
font-size: 1.7rem;
line-height: 1.4;
letter-spacing: .05rem;
font-weight: 700;
padding-left: 20px;
}

.topsubject_t span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);

}

.topsubject_t--01 span:before {
  background-image: url("../images/ic_treat01.svg");
}

.topsubject_t--02 span:before {
  background-image: url("../images/ic_treat02.svg");
}

.topsubject_t--03 span:before {
  background-image: url("../images/ic_treat03.svg");
}

.topsubject_t--04 span:before {
  background-image: url("../images/ic_treat04.svg");
}

.topsubject_t--05 span:before {
  background-image: url("../images/ic_treat05.svg");
}

.topsubject_ic{
display: block;
width: 100%;
height: 80px;

}

.topsubject_ic img{
display: block;
width: 100%;
height: 100%;
}


.topsubject_memo{
padding: 20px 30px;
text-align: center;
background: #fdf6dc;
border-radius: 10px;
width: 1020px;
margin: 0 auto;
color: #664329;
}



/*<!--doctor-->*/
.doctor__w{
width: 100%;
background: #fff;
padding: 0 0 10vw 0;
}

.doctor__wi{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.doctor_i{
width: 100%;
margin: 10vw auto 0;
text-align: center;
}

.doctor_i img {
width: 60%;
border-radius: 10px;
}

.doctor_t{
width: 100%;
}

.doctor_t1{
font-size: 1.8rem;
text-align: center;
letter-spacing: .1rem;
margin: 7vw 0 2vw;
color: #4196d3;
font-weight: 700;
font-family: 'Zen Maru Gothic';
padding: 0 5vw;
}

.doctor_t2{
font-size: 1.6rem;
text-align: center;
letter-spacing: .1rem;
padding: 0 0 6vw;
color: #424242;
font-family: 'Zen Maru Gothic';
}

.doctor_t3{
width: 80%;
margin: 0 auto 7vw;
line-height: 2;
letter-spacing: .05rem;
}

.doctor_btn{
text-align: center;
}

.doctor_btn a{
display: inline-block;
border-radius: 5px;
text-align: center;
padding: 2vw 11vw;
transition: .6s;
position: relative;
font-size: 1.4rem;
letter-spacing: 0.01rem;
background: #00479b;
background: linear-gradient(90deg, #24bde0 0%, #079be1 100%);
color: #ffffff;
box-shadow: 3px 3px 10px #a5c2e7;
}

.doctor_btn a:active,
.doctor_btn a:hover{
opacity: .7;
}

.doctor_btn span::after {
content: "";
background: url(../images/arrow-white.svg);
width: 2rem;
height: 2rem;
position: absolute;
right: 3vw;
font-size: 1rem !important;
top: 1.3rem;
color: #aedce0;
}















/*<!--loopslide-->*/
.loopslide{
padding: 12vw 0;
background: #f7f5ec;
}

.simply-scroll-container {
position: relative;
}

.simply-scroll-clip {
position: relative;
overflow: hidden;
}

.simply-scroll-list {
overflow: hidden;
margin: 0;
padding: 0;
}

.simply-scroll-list li {
float: left; /* Horizontal scroll only */
padding: 0;
margin: 0;
width: 80vw;
}

.simply-scroll-list li img {
display: block;
width: 100%;
}















/*<!--common clinic-->*/
.clinic__ww{
width: 100%;
background: #fffbea;
}

.clinic__w{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 10vw 0 0;
flex-wrap: wrap;
}

.clinic_box1{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 0 8vw 0;
}

.clinic_box2{
width: 100%;
margin: 0 0 8vw 0;
text-align: center;
}

.clinic_box2 iframe{
width: 90%;
height: 40vh;
border-radius: 10px;
}

.clinic1{
width: 100%;
text-align: center;
padding: 0 0 4vw 0;
}

.clinic1 img{
width: 60%;
display: inline-block;
}

.clinic2{
width: 100%;
font-size: 1.6rem;
line-height: 2;
text-align: center;
color: #595959;
margin: 0 0 3vw 0;
font-family: 'Zen Maru Gothic';
}

.clinic2 span{
font-size: 2.8rem;
color: #ffa37c;
font-weight: bold;
}

.clinic3{
width: 100%;
font-size: 1.4rem;
text-align: center;
margin: 0 0 5vw 0;
}

.clinic4{
width: 100%;
font-size: 2.5rem;
font-weight: bold;
text-align: center;
line-height: 1;
margin: 0 0 6vw;
}

.clinic4 span{
color: #171c61;
}

.clinic4 span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
width: 1.9rem;
height: 1.9rem;
display: inline-block;
background-size: contain;
margin: 0 1vw 0 0;
vertical-align: bottom;
}

.clinic5{
width: 100%;
padding: 5vw 0 12vw;
text-align: center;
}

.clinic5 a{
display: inline-block;
border-radius: 5px;
text-align: center;
padding: 3vw 8vw;
transition: .6s;
position: relative;
font-size: 1.3rem;
letter-spacing: 0.01rem;
background: linear-gradient(135deg, #f8a23f 0%,#f76b1c 100%);
color: #fff;
box-shadow: 0px 3px 3px 0px #e4e4e4;
}

.clinic5 a:active,
.clinic5 a:hover{
transform: translate(0,-3px);
}

.clinic5 span::before{

}

.clinic6{
width: 100%;
padding: 0 4vw 2vw 4vw;
text-align: center;
}

.clinic6 img{
width: 100%;
}

.clinic6a_h{
text-align: center;
margin: 0 0 1vw 0;
}

.clinic6a_h span{
display: inline-block;
text-align: center;
font-size: 1.6rem;
color: #104c9e;
letter-spacing: .1rem;
}

.clinic7{
padding: 0 4vw 0 4vw;
font-size: 1.3rem;
width: 95%;
margin: 0 auto;
text-align: center;
}

.clinic7 span{
color: #ff774e;
}

.clinic8{
width: 100%;
text-align: center;
}

.clinic8 span{
}

.clinic8 iframe{
width: 90%;
height: 70vw;
margin: 0 auto 8vw;
border-radius: 10px;
}

.clinic9{
width: 100%;
text-align: center;
margin: 0 0 1vw 0;
}

.clinic9 span{
display: inline-block;
padding: .5vw 3vw;
background: #efeef5;
color: #194375;
}

.clinic10{
padding: 0 5vw;
text-align: center;
width: 100%;
}


.clinic11{
width: 90%;
margin: 0 auto;
}

.clinic11 img{
width: 100%;
border: 1px solid #1a4375;
padding: 3vw 3vw;
border-radius: 20px;
}

.clinic12{
width: 100%;
text-align: center;
margin: 0 0 5vw 0;
}

.clinic12 span{
display: inline-block;
padding: 1vw 4vw;
background: #ffffff;
color: #ed8599;
text-align: center;
margin: 0 auto 5px;
border-radius: 5px;
font-size: 1.4rem;
letter-spacing: .15rem;
border: 1px solid #ed8599;
}









/*<!--footer-->*/
.footer__w{
width: 100%;
background: #f5fbfe;
}
.footer_w{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 5vw 0;
    flex-direction: column;
}
.footer__wi{
background-size: contain;
width: 100%;
margin: 0 auto;
}

.footer__w p.copyright{
font-size: 1.0rem;
text-align: center;
padding: 0 0 2vw 0;
}














/*<!--breadcrumb-->*/
.bc__ww{
margin: 6rem auto 0;
}

.bc__w{
width: 100%;
padding: 2vw 4vw;
font-size: 1.3rem;
background: #f8f9f9;
margin: 18vw 0 0 0;
}

.bc__w ol{
padding: 0;
}

.bc__w ol li{
list-style:none;
display:inline;
}

.bc__w ol li a:link,
.bc__w ol li a:visited{
color:#4797d3 !important;
}

.bc__w ol li a:hover,
.bc__w ol li a:active{
color:#4797d3 !important;
}

.bc__w ol li:last-of-type a{
color:#333 !important;
}








/*<!--subdoctor-->*/
.subdoctor__w{
width: 100%;
background: #f6f6f7;
}

.subdoctor__wi{
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.subdoctor_i{
width: 70%;
margin: 0 auto 8vw;
}

.subdoctor_i img{
width: 100%;
border-radius: 10px;
}

.subdoctor_t{
width: 100%;
}

.subdoctor_t1{
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .2rem;
    color: #4196d3;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    padding: 0 5vw;
    line-height: 1.4;
    margin: 0 0 3vw 0;
}

.subdoctor_t2{
font-size: 1.6rem;
text-align: center;
letter-spacing: .1rem;
margin: 0 0 7vw;
color: #424242;
font-family: 'Zen Maru Gothic';
font-weight: 700;
}

.subdoctor_t3{
line-height: 2;
margin: 0 6vw 15vw;
font-size: 1.4rem;
}

.subdoctor_t4{
}












/*<!--doctorhistory-->*/
.doctorhistory__w{
width: 100%;
background: #fff;
padding: 0 0 10vw;
}

.doctorhistory_box{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.doctorhistory_box1{
width: 90%;
padding: 4vw 4vw;
background: #f9f9f9;
margin: 0 auto 5vw;
}

.doctorhistory_box1 h3{
font-weight: bold;
font-size: 1.6rem;
margin: 0 0 1vw 0;
}

.doctorhistory_box1 p{
line-height: 2.5;
}

.doctorhistory_box2{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.doctorhistory_box3{
width: 100%;
font-size: 1.2rem;
}

.doctorhistory_box4{
width: 100%;
}

.doctorhistory_box5{
width: 100%;
font-size: 1.2rem;
margin: 0 0 .5vw 0;
}


.subdoctor_name{
text-align: center;
padding: 10vw 0 10vw;
font-size: 2.2rem;
background: #104c9e;
margin: 0 0 5vw 0;
color: #fff;
}









/*<!--medical-->*/

.subpage__w{
width: 100%;
background: #f9f7ef;
padding: 5vw 0 3vw;
}

.submedical__w{
margin: 0 auto;
padding: 0 5vw;
}

.submedical_box{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.submedical_box1{
margin: 0 0 8vw;
order: 1;
width: 100%;
}

.submedical_box1 h3{
font-size: 1.6rem;
padding: 2vw 3vw;
display: block;
letter-spacing: .2rem;
text-align: center;
margin: 0 0 3vw 0;
background: #2ebba1;
border-radius: 200px;
color: #fff;
font-family: 'Zen Maru Gothic';
}


.submedical_box1 h4{
margin: 5vw 0 3vw 0;
}

.submedical_box1 h4 span{
font-size: 1.4rem;
display: block;
border-bottom: 1px solid #104c9e;
padding: 2vw 10vw;
background: #f5f5f5;
text-align: center;
color: #194375;
}

.submedical_box1 p{

}

.submedical_box2{
width: 70%;
order: 3;
margin: 0 auto 3vw;
}

.submedical_box2 img{
width: 100%;
}








/*<!--junkanki-->*/
.subjunkanki__w{
margin: 0 auto;
padding: 0 5vw 15vw;
}

.subjunkanki_box{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.subjunkanki_box1{
margin: 0 0 3vw;
order: 1;
width: 100%;
}

.subjunkanki_box1 h3{
font-size: 1.6rem;
letter-spacing: .2rem;
}

.subjunkanki_box1 h3 span{
}

.subjunkanki_box1 h3 span::before{
content: "";
background: url("../images/check.svg");
width: 2rem;
height: 2rem;
display: inline-block;
margin: 0 1.5vw 0 0;
vertical-align: sub;
}


.subjunkanki_box1 h4{
font-weight: bold;
font-size: 1.5rem;
padding-top: 8rem;
margin-top: -8rem;
}

.subjunkanki_box1 h4::before{
font-weight: bold;
content: "■";
font-size: 1.5rem;
display: inline-block;
margin: 0 1vw 0 0;
color: #45a8c1;
}

.subjunkanki_box1 p{

}

.subjunkanki_box2{
width: 70%;
order: 3;
margin: 0 auto 3vw;
}

.subjunkanki_box2 img{
width: 100%;
}

.subjunkanki2{

}

.subjunkanki2 span{
padding: 1vw 3vw;
background: #fff;
border: 1px solid #194375;
display: inline-block;
color: #194375;
font-size: 1.4rem;
margin: 0 0 2vw 0;
border-radius: 5px;
}

.subjunkanki3{
margin: 0 0 4vw 0;
}

.subjunkanki3:last-child{
margin: 0 0 0 0;
}


/*<!--sub gallery-->*/
.sub_gallery__w{
}

.sub_gallery_box__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 0 auto;
}

.sub_gallery_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 0 auto 5vw;
}

.sub_gallery_box1{
width: 100%;
}

.sub_gallery_box1 img{
width: 100%;
}

.sub_gallery_box2{
width: 100%;
font-size: 2.2rem;
text-align: center;
padding: 3vw 0;
background: #f3f3f3;
}


.gallery__w{
width: 100%;
margin: 0 auto 10vw;
}

#imagelist{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#imagelist li{
width: 48%;
margin: 0 0 2vw 0;
}

#imagelist li a{
padding: 1vw 1vw;
display: block;
background: linear-gradient(
330deg, #a53254, #d03065);
color: #ffffff;
border-radius: 5px;
font-size: 1.2rem;
border: 1px solid #a23256;
box-shadow: 10px 10px 10px #f2bdcd;
}

#imagelist li a span{
}

#imagelist li a span::before{
content: "";
display: inline-block;
background: url("../images/ic_arrow.svg");
width: 1rem;
height: 1rem;
margin: 0 2vw 0 0;
}

#imagearea{
text-align: center;
background: #ffd8ea;
}

#aboutarea{
text-align: center;
background: #ffd8ea;
font-size: 2rem;
color: #a23256;
padding: 4vw 0 0 0;
}

#viewerright{
margin: 3vw 0 0 0;
}

.facility_kiki1{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 0 10vw 0;
}

.facility_kiki2{
width: 100%;
margin: 0 0 10px 0;
font-size: 1.4rem;
}

.facility_kiki3{
font-size: 2rem;
color: #1a4375;
text-align: center;
line-height: 1.6;
}



.facility_kiki4{
background: #f5f5f5;
padding: 2vw 3vw;
width: 100%;
margin: 4vw auto 5vw;
font-size: 1.4rem;
}

.facility_kiki5{
text-align: center;
width: 90%;
margin: 0 auto 10vw;
}

.facility_kiki5 img{
width: 100%;
}



























/*<!--sub gallery-->*/
.sub_gallery__w{
}

.sub_gallery_box__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
padding: 0 1vw;
}

.sub_gallery_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 49%;
margin: 0 0 5vw 0;
}

.sub_gallery_box1{
width: 100%;
}

.sub_gallery_box1 img{
width: 100%;
}

.sub_gallery_box2{
width: 100%;
font-size: 1.4rem;
text-align: center;
padding: 2vw 0 2vw 0;
background: #f5f5f5;
}



/*strategy*/
.strategy__w {
width: 100%;
padding: 4rem 0 4rem;
position: relative;
 background: rgb(181,247,227);
background: linear-gradient(40deg, rgba(181,247,227,1) 0%, rgba(172,199,231,1) 50%, rgba(143,236,249,1) 100%); 
z-index: 1;
}
.strategy_w {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
z-index: 2;
}
.h2_strategy {
text-align: center;
width: 100%;
padding: 0 0 4rem 0;
z-index: 2;
}
.h2_strategy span {
font-size: 5rem;
color: #fff;
display: inline-block;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Allura', cursive;    
}
.h2_strategy span::after {
content: "クリニック広告の戦略のポイント";
display: block;
font-size: 2.2rem;
    letter-spacing: .1rem;
    color: #082C53;
    font-weight: bold;
    margin: 2rem 0 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    transform: scale(0.95, 1);   
}

.strategy_point_w{
     display: flex;
    width: 90%;
    /* gap: 2rem; */
    /* margin: 0 0 100px; */
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 3rem;
    }         
.strategy_point_w div{
        width: 45%;
    }   
.strategy_point_w div img{
        width: 100%;
    filter: drop-shadow(5px 5px 10px #69bbd08f);
    }
    
.strategy_media_w{
    display: flex;
    width: 90%;
   gap: 2rem;
    flex-wrap: wrap;
    }   
.strategy_media_w div{
        width: calc((100% - 6rem) /4);
    }   
.strategy_media_w div img{
        width: 100%;
    }   

}


/*sp*/




















@media screen and (max-width:750px) {


header {
position: fixed;
top: 0;
left: 0;
z-index: 5;
background: #fff;
transition: .3s;
align-items: center;
padding: 1rem 0 1rem;
box-shadow: 0px 0px 5px 0px #eaeaea;
height: 18vw;
box-sizing: border-box;
}






/*<!--subpage h1-->*/
.subtitle__w{
margin: 0 auto;
width: 100%;
padding: 5vh 0 5vh 0;
}

.subtitle__w h1{
font-size: 2.6rem;
letter-spacing: 0.4rem;
text-align: center;
margin: 0 auto;
font-weight: 700;
color: #66a6df;
font-family: 'Zen Maru Gothic';
text-shadow: 1px 1px 2px rgb(255 255 255 / 50%);
}

.subtitle__w h1 span{
display: inline-block;
margin: 0 auto;

}

.h_doctor{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_doctor h1 span::after{
content: "Doctor";
display: block;
font-size: 1.2rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}






.h_medical{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_medical h1 span::after{
content: "Medical";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}

.h_first{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_first h1 span::after{
content: "First";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}



.h_facility{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_facility h1 span::after{
content: "Facility";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}

.h_access{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_access h1 span::after{
content: "Access";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #ee869a;
}

.h_contract{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_contract h1 span::after{
content: "contract";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
}

.h_medicalcare{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_medicalcare h1 span::after{
content: "endoscopy";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
}

.h_faq{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_faq h1 span::after{
content: "faq";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
}

.h_about{
background: url("../images/subtitle_bg5.jpg") no-repeat right center;
background-size: cover;
}

.h_about h1 span::after{
content: "about";
display: block;
font-size: 1.3rem;
letter-spacing: .2rem;
line-height: 1;
}




/*<!--subpage h2-->*/






.subtitle_h2{
text-align: center;
padding: 10vw 0 8vw;
}


.subtitle_h2 h2{
letter-spacing: .2rem;
font-size: 2rem;
display: inline-block;
color: #5e5e5e;
font-family: 'Zen Maru Gothic';
font-weight: 700;
}



.subtitle_h2 h2 span{

}
.subtitle_h2 h2 span::after{
content: "";
border-bottom: solid 3px #ee869a;
width: 30px;
display: block;
margin: 2vw auto 0;
}











/*parts*/
.footer_border{
border: solid 2vh #f3f3f3;
background: #f3f3f3;
}


























.s_01 .accordion_one .accordion_header:hover {
opacity: .8;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
display: block;
width: 18px;
height: 18px;
transform-origin: center center;
transition-duration: 0.2s;
position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
display: flex;
content: '';
background-color: #fff;
border-radius: 10px;
width: 14px;
height: 2px;
position: absolute;
top: 8px;
left: 2px;
transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
width: 2px;
height: 14px;
top: 2px;
left: 8px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
}
.s_01 .accordion_one .accordion_inner {
display: none;
border-left: 1px solid #e1f0f3;
border-right: 1px solid #e1f0f3;
border-bottom: 1px solid #e1f0f3;
box-sizing: border-box;
background: #fff;
position: relative;
padding: 1.5rem 6rem 1.5rem 5rem;
}

.s_01 .accordion_one .accordion_inner .box_one {
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
margin: 0;
}

.s_01 .accordion_one .accordion_header .i_box {
width: 30px;
height: 30px;
margin-top: -15px;
}
.s_01 .accordion_one {
max-width: 1200px;
margin: 0 auto 15px;
}
.txt_a_ac::before{
position: absolute;
content: "A";
font-size: 2.2rem;
left: 4vw;
top: 0.9rem;
color: #ffbe6e;
font-weight: bold;
}
.s_01 .accordion_one .accordion_header .i_box {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 55%;
right: 3%;
width: 30px;
height: 30px;
border: 1px solid #fff;
margin-top: -20px;
box-sizing: border-box;
transform-origin: center center;
transition-duration: 0.2s;
background: #3e88c9;
border-radius: 100px;
}
.s_01 .accordion_one .accordion_header {
background-color: #ffffff;
font-size: 1.5rem;
padding: 1.5rem 6rem 1.5rem 5rem;
position: relative;
z-index: +1;
cursor: pointer;
transition-duration: 0.2s;
border: 1px solid #e1f0f3;
}

.s_01 .accordion_one .accordion_header::before{
position: absolute;
content: "Q";
font-size: 2.2rem;
left: 4vw;
top: 0.9rem;
color: #3e88c9;
}

.s_01 {
padding: 0 0 10vw 0;
}

.qa_link_btn{
display: block;
border: solid 2px #d7cbb6;
width: 30%;
padding: 5px;
text-align: center;
margin: 10px 0;
text-decoration: none !important;
color: #bf9c6f !important;
font-weight: bold;
}

.qa_link_btn span{
display: block;
width: 100%;
position: relative;
}

.qa_link_btn span::after{
content: "\0bb";
position: absolute;
right: 10px;
}


/*よくある質問*/

.qa_list {
margin: 5vw 0 0;
}
.qa_list .qa {
}
.qa_list dt.que {
position: relative;
margin: 0 0 2vw 0;
}
.qa_list dl.qa .active::after {

}
.qa_list dt.que::after {
display: block;
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 3vw;
width: 20px;
height: 20px;
margin: auto;
}
.qa_list dt.que span::before {
content: "";
position: absolute;
width: 2rem;
height: 2rem;
background: url("../images/q.svg") no-repeat center center;
}
.qa_list dd.ans {
}
.qa_list dd.ans span::before {
content: "";
position: absolute;
width: 2rem;
height: 2rem;
background: url("../images/a.svg") no-repeat center center;
}
.qa_list dd.ans{
position: relative;
}
.qa_list p span::before {
left: 0;
width: 2rem;
height: 2rem;
}
.qa_list p span {
display: inline-block;
position: relative;
padding: 0 0 0 3rem;
line-height: 1.6;
}
.qa_list__w{
width: 100%;
padding: 3vw 3vw 10vw;
}






/*<!--アクセス-->*/
.access__w{
width: 100%;
margin: 0 auto;
padding: 0 5vw;
}

.submap_box{

}

.submap_gmap{
width: 100%;
height: 70vw;

}

.submap_gmap iframe{
width: 100%;
height: 70vw;

}

.submap_link{
text-align: center;

}

.submap_link a{
display: inline-block;
border-radius: 5px;
text-align: center;
padding: 3vw 10vw;
transition: .6s;
position: relative;
font-size: 1.4rem;
letter-spacing: 0.01rem;
background: #009a3e;
color: #fff;
box-shadow: 0px 3px 3px 0px #e4e4e4;
}

.submap_link a:active, .submap_link a:hover {
transform: translate(0,-2px);
opacity: .9;
box-shadow: 0px 3px 3px 0px #e4e4e4;
}

.submap_link span::before {
content: "";
position: absolute;
left: 20px;
font-size: 1rem !important;
top: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;
color: #aedce0;
}


.submap_traffic{
padding: 4vw;
border: .5rem solid #f2f2f2;
margin: 5vw 0 10vw;
}

.submap_traffic_address{
font-size: 1.4rem;
margin: 0 0 6vw 0;
}

.submap_traffic_box{

}

.submap_traffic_box1{
font-size: 1.7rem;
color: #3e88c9;

}

.submap_traffic_box2{
margin: 0 0 6vw 0;
font-size: 1.4rem;
}

.submap_traffic_box:last-child .submap_traffic_box2{
margin: 0;
}

.submap_route{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;

}

.submap_route_box{
width: 100%;
}

.submap_route_box1{
width: 100%;
}


.submap_route_box:after{
content: "\025bc";
color: #43b4cd;
text-align: center;
width: 100%;
display: inline-block;
margin: 10vw 0;
}

.submap_route_box:last-child:after{
content: "";
}


.submap_route_box1 img{
width: 100%;
}


.submap_route_box2{
display: flex;
justify-content: space-between;
width: 100%;
font-size: 1.6rem;
align-items: center;
padding: 5vw 0 0 0;
}

.route_number{
display: inline-block;
padding: .5rem 0;
background: #e9fafc;
color: #3e88c9;
font-weight: bold;
font-size: 1.5rem;
width: 10%;
text-align: center;
}

.route_txt{
display: inline-block;
width: 90%;
padding: 0 0 0 4vw;
line-height: 1.5;
font-size: 1.4rem;

}










.footer_sitemap__w{
margin: 0 0 8vw 0;
}

.footer_sitemap__w ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90vw;
margin: 0 auto;
text-align: center;
}

.footer_sitemap__w ul li{
display: block;
width: 100%;
text-align: center;
}

.footer_sitemap__w ul li a{
display: block;
padding: 1vw 1vw;
font-size: 1.3rem;
color: #ffffff;
transition: .3s;
width: 100%;
text-align: center;
}













.footer_sitemap__w ul li a:hover,
.footer_sitemap__w ul li a:active{
opacity: .7;
}
.footer_copy {
    color: #004ea2;
    font-weight: bold;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
}
.footer_logo{
width: 100%;
    margin: 0 auto;
    padding: 3vw 0 8vw;
    text-align: center;
}
.footer_logo a{
display: block;
}
.footer_logo img{
width: 50%;
}
.footer_btn {
    text-align: center;
}
.footer_btn a {
    display: inline-block;
    border-radius: 50px;
    background: #46aef7;
    background: linear-gradient(90deg, #46aef7 0%, #1dd5e6 100%);
    color: #fff;
    text-align: center;
    padding: 1.5rem 5rem;
    transition: .6s;
    position: relative;
    font-size: 1.6rem;
    width: 80%;
    box-shadow: 3px 3px 10px #a5c2e7;
    margin: 0 4rem 0 4rem;
}
.footer_btn span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    width: 8rem;
    height: 2px;
    background-image: linear-gradient( 90deg, #46aef7 0 50%, #fff 50% );
    background-repeat: no-repeat;
}


/* <!--PC 申込ボタン--> */
.btn_pagetop{
position: fixed;
bottom: 2vw;
right: 2vw;
z-index: 1;
/*opacity: .7;*/
}

.btn_pagetop a{
width: 8vw;
height: 8vw;
border-radius: 2px;
padding: 1vw 1vw;
display: table-cell;
color: #fff;
text-align: center;
font-size: 1.2rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.5;
background: #104c9e;
transition: .5s !important;
font-weight: bold;
}

.btn_pagetop a:hover,
.btn_pagetop a:active{
transform: translate(0,-2px);
opacity: .9;
box-shadow: 0px 0px 10px 0px #00000014;
}




.accessmap__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 3vw 0 0 0;
}
.accessmap1{
width: 90%;
text-align: center;
margin: 0 auto;
}
.accessmap1 img{
width: 100%;
border: 2px solid #4c5072;
border-radius: 3px;
padding: 3vw 3vw;
}









.contact__w{
width: 100%;
background: #f3f3f3;
}

.contact__wi{
width: 100%;
margin: 0 auto;
padding: 10vw 0 0;
}

.contact__w h2{
font-size: 1.8rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto;
}

.contact__w h2 span{
display: inline-block;
margin: 0 auto;
}

.contact__w h2 span::after{
content: "medical";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
}

.info_box100{
width: 100% !important;
}

.info_box100 h3{
font-weight: bold;
font-size: 1.6rem;
border: 1px solid #68c58e;
padding: 2vw 3vw;
color: #00b147;
display: block;
letter-spacing: .2rem;
text-align: center;
margin: 0 0 5vw 0;
}

.info_box100 p{

}

.info_box100 h4{
text-align: center;
}


.info_box100 h4 span{
font-size: 1.4rem;
color: #fff;
display: inline-block;
letter-spacing: .2rem;
margin: 0 0 5vw 0;
background: #20a555;
border-radius: 100px;
padding: 2vw 5vw;
}



/*faq*/
.faq_h2{
margin: 0 auto;
font-weight: bold;
padding: 0 5vw;
}

.faq_h2 span{
font-size: 1.8rem;
display: inline-block;
letter-spacing: .2rem;
}




/*<!--sservice-->*/
.sservice__w{
width: 100%;
background: url(../images/sservice_bg.jpg) no-repeat;
background-size: cover;
padding: 5vw 3vw;
}

.sservice__wi{
width: 100%;
margin: 0 auto;
padding: 5vw 5vw;
background: rgba(255,255,255,0.95);
border-radius: 5px;
}

.sservice__w h2{
font-size: 1.8rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 7vw;
}

.sservice__w h2 span{
display: inline-block;
margin: 0 auto;
color: #0893ce;
}

.sservice__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 64px;
height: 60px;
margin: 0 auto 10px;
}
.sservice__w h2 span::after{
content: "industrial physician";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
}

.sservice_t{
background: #fff;
padding: 40px 40px;
border-radius: 5px;
}

.sservice_t2{
margin: 4vw 0 3vw;
font-size: 1.6rem;
font-weight: bold;
}

.sservice_fx{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 0 5vw 0;
}

.sservice_fx li{
width: 100%;
font-size: 1.3rem;
}

.sservice_fx li:before{
content: "■";
font-size: 1.9rem;
display: inline-block;
margin: 0 1vw 0 0;
color: #45a8c1;
}


/*<!--kservice-->*/
.kservice__w{
width: 100%;
background: url(../images/kservice_bg.jpg) no-repeat;
background-size: cover;
padding: 5vw 3vw;
}

.kservice__wi{
width: 100%;
margin: 0 auto;
padding: 5vw 5vw;
background: rgba(255,255,255,0.95);
border-radius: 5px;
}

.kservice__w h2{
font-size: 1.8rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 7vw;
}

.kservice__w h2 span{
display: inline-block;
margin: 0 auto;
color: #0893ce;
}

.kservice__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 64px;
height: 60px;
margin: 0 auto 10px;
}
.kservice__w h2 span::after{
content: "consulting";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
}







/*<!--sservice-->*/
.gservice__w{
width: 100%;
background: url(../images/gservice_bg.jpg) no-repeat;
background-size: cover;
padding: 5vw 3vw;
}

.gservice__wi{
width: 100%;
margin: 0 auto;
padding: 5vw 5vw;
background: rgba(255,255,255,0.95);
border-radius: 5px;
}

.gservice__w h2{
font-size: 1.8rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 7vw;
}

.gservice__w h2 span{
display: inline-block;
margin: 0 auto;
color: #0893ce;
}

.gservice__w h2 span::before{
content: "";
background: url("../images/logo-s.svg") no-repeat;
display: block;
width: 64px;
height: 60px;
margin: 0 auto 10px;
}
.gservice__w h2 span::after{
content: "obligation";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
}

.gservice_nav__w{
}


.gservice_t1{
font-size: 1.4rem;
}

.gservice_t2{
margin: 4vw 0 3vw;
font-size: 1.6rem;
font-weight: bold;
}

.gservice_t3{
padding: 1vw 2vw;
display: inline-block;
background: #45a8c1;
color: #fff;
margin: 0 0 20px 0;
}

.gservice_fx{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 0 30px 0;
}

.gservice_fx li{
width: 100%;
font-size: 1.4rem;
}

.gservice_fx li:before{
content: "■";
font-size: 1.4rem;
display: inline-block;

color: #45a8c1;
}

.gservice_fx2{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 0 3vw 0;
}

.gservice_fx2 li{
width: 100%;
font-size: 1.4rem;
}

.gservice_fx2 li:before{
content: "■";
font-size: 1.4rem;
display: inline-block;
color: #45a8c1;
}





.illustmap{
width: 100%;
margin: 0 auto;
}

.illustmap img{
width: 100%;
height: 100%;
border-radius: 10px;
border: 1px solid #009a3e;
}

.info_memo1{
width: 100%;
padding: 5vw 4vw;
border-radius: 10px;
background: #f6f6f6;
order: 4;
}

.info_memo1_h{
font-size: 1.6rem;
color: #2196f3;
margin: 0 0 20px 0;
}

.info_memo1_t{
line-height: 2;

}

.info_memo_ic{
width: 1.8rem;
height: 1.8rem;
display: inline-block;
margin: 0 1vw 0 0;
vertical-align: middle;
}

.info_memo_ic img{
width: 100%;
height: 100%;
}

.info_memo2{
width: 100%;
padding: 5vw 4vw;
border-radius: 10px;
background: #f6f6f6;
order: 5;
}






.accessinfo_tbl{
width: 100%;
margin: 0 auto;
}

.accessinfo_tbl tr{
border-bottom: 3px solid #fafafa;
}

.accessinfo_tbl th{
width: 30%;
padding: 20px 0;
vertical-align: middle;
background: #fafafa;
font-size: 1.4rem;
}

.accessinfo_tbl td{
    width: 70%;
    padding: 20px 15px;
    font-size: 1.4rem;
    background: #fff;
}



.traffic__w{}

.traffic_box{

}
.traffic1{
font-size: 1.4rem;
margin: 0 0 1vw -.5rem;
background: #68a1cd;
color: #ffffff;
text-align: center;
display: inline-block;
padding: .1vw 3vw;
border-radius: 3px;
}
.traffic1 span{}
.traffic1 span::before{

}
.traffic2{}

.tbl_price1{
border: 1px solid #8e8383;
}
.tbl_price1 td{
padding: 2vw 2vw;
border: 1px solid #8e8383;
vertical-align: middle;
}
.price1{
width: 50%;
background: #fafafa;
}
.price2{
text-align: right;
color: #20a555;
width: 50%;
font-size: 1.4rem;
}




/*tempカレンダー*/

.calendar__w{
width: 90%;
display: flex;
justify-content: space-between;
margin: 50px auto;
background: #f6f6f6;
flex-wrap: wrap;
}

.calendar1{
width: 100%;
}
.calendar1 img{
width: 100%;
}
.calendar2{
width: 100%;
}
.calendar2 img{
width: 100%;
}
.calendar3{
width: 50%;
}
.calendar3 img{
width: 100%;
}


.h2memo{
font-size: 1.5rem;
}




.topbnr__w{
width: 100%;
margin: -15vw auto 8vw;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.topbnr1{
width: 90%;
margin: 0 0 5vw 0;
}

.topbnr1 img{
width: 100%;
box-shadow: 1px 3px 5px #dad6c8;
}

.topbnr1 a{
transition: .5s;
display: block;
}

.topbnr1 a:hover{
opacity: .6;
}

/*img100*/
.img100{
width: 90%;
margin: 0 auto;

}

.img100 img{
width: 100%;
}





/*corona*/
.corona__w{
width:100%;
background:#fff;
padding:5vw 0 5vw;
margin: -7vh 0 10vw 0;
}

.corona__wi{
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff0f1;
}

.corona1{
background: #f64858;
color: #fff;
text-align: center;
font-size: 1.6rem;
font-family: 'Zen Kaku Gothic New';
font-weight: 700;
width: 100%;
padding:2vw 3vw;
}

.corona2{
padding:3vw 3vw;
color: #333;
font-family: 'Zen Kaku Gothic New';
font-size: 1.3rem;
font-weight: 400;
}
/*corona*/




/*monshin*/
.monshin__w{
width:100%;
background:#fff;
padding:5vw 0 5vw;
margin: -7vh 0 10vw 0;
}

.monshin__wi{
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #f3f3f3;
}

.monshin1{
background: #3959cc;
color: #fff;
text-align: center;
font-size: 1.6rem;
font-family: 'Zen Kaku Gothic New';
font-weight: 700;
width: 100%;
padding:2vw 3vw;
}

.monshin2{
padding:3vw 3vw 5vw;
color: #333;
font-family: 'Zen Kaku Gothic New';
font-size: 1.3rem;
font-weight: 400;
}

.monshin3{
width: 70%;
margin: 0 auto 7vw;
}

.monshin3 img{
width: 100%;
border: 2px solid #3959cc;
box-shadow: 10px 10px 20px #e2e2e2;
}
/*monshin*/


.medical_split{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.medical_split1{
width: 100%;
}

.medical_split2{
width: 100%;
text-align: center;
margin: 4vw 0 3vw 0;
}

.medical_split2 img{
width: 60%;
border-radius: 10px;
}


.subpage1{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 6vw 4vw 6vw;
box-shadow: 15px 15px 5px #ededed;
}

.subpage2{
width: 100%;
margin: 0 0 6vw 0;
}

.subpage2 h2{
    font-size: 1.8rem;
    font-weight: 700;
    color: #3a87c2;
    letter-spacing: .1rem;
    line-height: 1.3;
    border-bottom: 6px solid #f3f3f3;
    padding: 0 0 4vw 0;
    text-align: center;
}

.subpage2 h2 .icon {
overflow: hidden;
display: block;
width: 120px;
margin: 0 auto 20px;
}

.subpage2 h2 .icon img {
width: 100%;
}

.subpage3{
width: 100%;
padding: 0 10px;
line-height: 1.8;
}

.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 2vw 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 .5vw 0 0;
vertical-align: sub;
}

.subpage6{
width: 100%;
padding: 3vw 3vw;
position: relative;
background: #f6fbff;
border-radius: 10px;
}

.subpage6 ul{
width: 100%;
}

.subpage6 ul li{
width: 100%;
line-height: 2;
margin: 0 0 2vw 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;
}

.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{
position: relative;
width: 80%;
margin: 0 auto 4vw;
}

.subpage7 ul li:last-child{
margin: 0 auto 0;
}


.subpage7 ul li a{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 2vw 0;
    text-align: center;
    letter-spacing: .07rem;
    box-shadow: 8px 8px 3px #f1efe5;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    background: #fff;
    color: #3091db;
    border: 1px solid #3a87c2;
    text-shadow: 2px 2px 2px rgb(255 255 255 / 100%);
    border-radius: 5px;
}

.subpage7 ul li a:hover{
transform: translateY(-3px);
opacity: .5;
}

.subpage7 ul li a span{
position: relative;
width: 100%;
}

.subpage7 ul li a .icon {
  width: 15px;
  display: block;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.subpage7 ul li a .icon img {
  width: auto;
}

.subpage7 ul li::after{
content: "";
background: url("../images/ic_arrow1.svg");
display: inline-block;
width: 1.5rem;
height: 1.5rem;
position: absolute;
top: .9rem;
right: .5rem;
transform: rotate(90deg);
}

.subpage8{
width: 100%;
margin: 0 0 5vw 0;
}

.subpage8 h3{
font-size: 1.6rem;
letter-spacing: .1rem;
line-height: 1.2;
padding-left: 2vw;
position: relative;
font-weight: 700;
}

.subpage8 h3::before{
border-left: 2px solid #3a87c2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
}

.subpage9{
width: 350px;
margin: 0 auto;
}

.subpage9 img{
width: 100%;
}

.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: -4.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;
padding: 0 0 0 20px;
}

.subpage16{
width: 100%;
}

.subpage16 span{
line-height: 1.8;
font-size: 1.7rem;
display: inline-block;
padding: 5px 20px;
letter-spacing: 0;
background: #4387bf;
color: #fff;
}

.subpage17{
width: 100%;
}

.subpage17 span{
line-height: 1.8;
font-size: 1.8rem;
font-weight: 700;
display: inline-block;
padding: 6px 30px;
letter-spacing: .1rem;
background: #ffffff;
border-bottom: 1px solid #f99027;
}

.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: #026eb8;
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: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 30px 0 30px;
}

.subpage20{
margin: 0 0 3vw 0;
}

.subpage20 span{
    display: inline-block;
    background: #f7fcff;
    text-align: center;
    border-radius: 5px;
    padding: 1vw 4vw;
    font-size: 1.5rem;
    font-weight: 700;
    color: #3091db;
    border: 1px solid #3a87c2;
    letter-spacing: .2rem;
    font-family: 'Zen Maru Gothic';
    text-shadow: 1px 1px 2px rgb(255 255 255 / 80%);
}

.subpage21{
    background: #feffda;
    border-radius: 10px;
    padding: 3vw 3vw;
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: 0;
    display: block;
    color: #2f446f;
    width: 100%;
}



.subpage22{
width: 100%;
padding: 3vw 3vw;
position: relative;
background: #f6fbff;
border-radius: 10px;
}

.subpage22 ul{
width: 100%;
}

.subpage22 ul li{
width: 100%;
line-height: 2;
margin: 0 0 2vw 0;
}

.subpage22 ul li:last-child{
margin: 0 0 0 0;
}

.subpage23{
width: 100%;
}

.subpage23::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;
}

.subpage22 .subpage_list-1of2 {
display: flex;
flex-wrap: wrap;
}

.subpage22 .subpage_list-1of2 li {
width: 50%;
}

.subpage24{
width: 100%;
    text-align: center;
    margin: 0 0 6vw;
}

.subpage24 a{
    background: #f7f7f7;
    border-radius: 10px;
    padding: 3vw 5vw;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

.subpage24 span{
}

.subpage24 span::before{
    content: "";
    background: url("../images/ic_tel.svg") no-repeat;
    width: 1.9rem;
    height: 1.9rem;
    display: inline-block;
    background-size: contain;
    margin: 0 1vw 0 0;
    vertical-align: middle;
}




.catch__ww{
width: 100%;
padding: 12vw 0;
background: url("../images/coronabg.jpg")  center;
background-size: contain;
position: relative;
}


.catch__w{
width: 85%;
padding: 0 0 5vw;
background: #ffffff;
margin: 0 auto;
border-radius: 10px;
border: 3px solid #fb6075;
}

.catch1{
text-align: center;
color: #fff;
font-size: 1.8rem;
letter-spacing: .1rem;
margin: 0 0 4vw 0;
line-height: 1.5;
background: #fb6075;
padding: 2vw 0;
}

.catch2{
margin: 0 auto 8vw;
line-height: 1.8;
font-size: 1.3rem;
letter-spacing: .1rem;
color: #222;
width: 90%;
}


.catch3{
width: 95%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.catch4{
width: 100%;
margin: 0 auto 5vw;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.catch5{
width: 30%;
margin: 0 auto 3vw;
}

.catch5 img{
width: 100%;
}

.catch6{
width: 80%;
text-align: center;
font-size: 1.4rem;
letter-spacing: 0;
line-height: 1.2;
color: #00b5b5;
border-radius: 100px;
background: #ecfeff;
border: 2px solid #d0f4f7;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5vw 0;
margin: 0 auto 3vw;
}

.catch7{
width: 75%;
margin: 0 auto;
font-size: 1.3rem;
}

.corona_chara1{
position: absolute;
z-index: 1001;
right: 100px;
top: 50px;
width: 220px;
}

.corona_chara1 img{
width: 100%;
}

.corona_chara2{
position: absolute;
z-index: 1001;
left: 100px;
bottom: 0px;
width: 180px;
}

.corona_chara2 img{
width: 100%;
}





/*feature*/
.feature__wwww{
width: 100%;
padding: 8vw 0;
position: relative;
background: url("../images/featurebg.jpg") right center no-repeat;
background-size: cover;
}

.feature__ww{
width: 100%;

}

.feature__www{
width: 100%;
padding: 5vw 0 0;

}


.feature__w{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}

.h2_feature{
text-align: center;
width: 100%;
margin: 0 0 10vw 0;
}

.h2_feature span{
display: inline-block;
line-height: 1;
font-size: 2rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto;
font-family: 'Zen Maru Gothic';
font-weight: 700;
color: #f0faff;
}

.h2_feature span::before{
content: "";
background: url(../images/logo-s.svg) no-repeat;
display: block;
width: 10vw;
height: 10vw;
margin: 0 auto;
background-size: cover;
}

.h2_feature span::after{
content: "Feature";
display: block;
font-weight: 400;
font-size: 1.3rem;
letter-spacing: .1rem;
color: #f0faff;
font-family: 'Zen Maru Gothic';
margin: 2vw 0 0 0;
}



.feature1{
width: 100%;
margin: 0 auto 10vw;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}

.feature2{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.feature3{
width: 80%;
margin:  0 auto 3vw;
background: #fff;
padding: 5vw 6vw;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
border-radius: 3px;
position: relative;
}

.feature4{
width: 100%;
font-size: 2rem;
font-weight: 700;
margin: 0 0 3vw 0;
color: #0071bf;
text-align: center;
line-height: 1.4;
}

.feature5{
width: 100%;
font-size: 1.4rem;

}

.feature6{
width: 60%;
text-align: center;
margin: 0 auto;
}


.feature6 img{
width: 100%;
}

.feature7{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.feature8{
width: 80%;
margin:  0 auto 3vw;
background: #fff;
padding: 5vw 6vw;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
border-radius: 3px;
position: relative;
}

.feature9{
width: 60%;
text-align: center;
margin: 0 auto;
}


.feature9 img{
width: 100%;
}

.feature10{
width: 80%;
margin:  0 auto 3vw;
background: #fff;
padding: 5vw 6vw;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
border-radius: 3px;
position: relative;
}

.feature11{
width: 60%;
text-align: center;
margin: 0 auto;
}

.feature11 img{
width: 100%;
}

.feature12{
width: 80%;
margin:  0 auto 3vw;
background: #fff;
padding: 5vw 6vw;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
border-radius: 3px;
position: relative;
}

.feature13{
width: 60%;
text-align: center;
margin: 0 auto;
}

.feature13 img{
width: 100%;
}


.feature14{
width: 12vw;
position: absolute;
top:-4vw;
left: -6vw;
}

.feature14 img{
width: 100%;
}

.feature15{
width: 12vw;
position: absolute;
top:-4vw;
left: -6vw;
}

.feature15 img{
width: 100%;
}

    
    
    
.promise__w {
    width: 100%;
    padding: 4rem 0 4rem;
    position: relative;
    background: rgb(211,235,247);
background: linear-gradient(45deg, rgba(211,235,247,1) 0%, rgba(248,242,239,1) 100%);
    z-index: -1;
}    
 .promise__w::before {
     content: "";
    position: absolute;
     background: url("../images/promise_bg.png");
     width: 100%;
     height: 50vh;
     top: 0;
     left: 0;
     background-size: contain;
     background-repeat: no-repeat;
     z-index: -1
}     
.promise_w {
   width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;

}

.h2_promise {
    text-align: center;
    width: 100%;
    padding: 0 0 4rem 0;
    z-index: 2;
}    
.h2_promise span {
    font-size: 3rem;
    color: #082c53;
    display: inline-block;
    letter-spacing: .2rem;
    line-height: 1;
    font-weight: 700;
    text-shadow: #fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px;
    transform: scale(0.95, 1);
} 
.h2_promise span::after {
    content: "Promise";
    display: block;
    font-size: 2.8rem;
    letter-spacing: .1rem;
    color: #4aa1ff;
    font-family: 'Allura', cursive;
    margin: .5rem 0 0;
    text-shadow: #fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px,#fff 0 0 15px;
}    
.promise1{
width: 100%;
    margin: 0 auto 3rem;
}
.promise1:last-child{
width: 100%;
    margin: 0 auto 0;
}
.promise2{
width: 100%;
margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  
}

.promise3{
    
/*width: 100%;
     background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5018207966780462) 90%, rgba(255,255,255,0) 100%); 
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    position: relative;*/
    
    width: 95%;
    margin: 0 auto 3vw;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5018207966780462) 90%, rgba(255,255,255,0) 100%); 
    padding: 4vw 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    border-radius: 3px;
    position: relative;
}

.promise4{
width: 100%;
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 1rem 0;
    line-height: 1.4;
    font-family: 'Zen Old Mincho', serif;  
}

.promise5{
width: 100%;
font-size: 1.4rem;
}

.promise6{
    
width: 100%;
text-align: center;
margin: 0 auto;    
}


.promise6 img{
width: 100%;
/*margin: 30px 0 0 -40px;*/
}

.promise7{
   width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;    
}

.promise8{
/*width: 620px;
background: #fff;
padding: 60px 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
height: 32rem;
border-radius: 3px;
position: relative;*/
width: 95%;
    margin: 0 auto 3vw;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5018207966780462) 90%, rgba(255,255,255,0) 100%);
    padding: 4vw 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    border-radius: 3px;
    position: relative;
}

.promise9{
width: 100%;
text-align: center;
margin: 0 auto;   
}


.promise9 img{
width: 100%;
/*margin: 40px 0 0 40px;*/
}

.promise10{
width: 95%;
    margin: 0 auto 3vw;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5018207966780462) 90%, rgba(255,255,255,0) 100%); 
    padding: 4vw 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    border-radius: 3px;
    position: relative;
    
}

.promise11{
width: 100%;
text-align: center;
margin: 0 auto;   
}

.promise11 img{
width: 100%;
/*margin: 40px 0 0 -40px;*/
}

.promise12{
width: 620px;
background: #fff;
padding: 60px 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
height: 27rem;
border-radius: 3px;
position: relative;
}

.promise13{
width: 400px;
position: absolute;
left: 0;
}

.promise13 img{
width: 100%;
margin: 40px 0 0 40px;
}


.promise14{
    width: 80px;
    position: absolute;
    top: -40px;
    left: 10px;
}

.promise14 img{
width: 100%;
}

.promise15{
width: 80px;
position: absolute;
top:-40px;
right: 10px;
}

.promise15 img{
width: 100%;
}    
/*feature*/






.footer_timetable_tbl{
width: 100%;
background: #fff;
border-spacing: 0;
border-collapse: separate;
border-radius: 10px;
color: #653b1d;
}

.footer_timetable_tbl td{
border-right: 1px solid #7ea7c9;
border-bottom: 1px solid #7ea7c9;
font-size: 1.3rem;
vertical-align: middle;
line-height: 1.3;
letter-spacing: 0;
}

.footer_timetable1{
width: 23%;
text-align: center;
padding: 2vw 1vw;
background: #0c68b5;
color: #fff;
border-left: 1px solid #7ea7c9 !important;
}

.footer_timetable2{
width: 11%;
text-align: center;
padding: 2vw 1vw;
background: #0c68b5;
color: #fff;
}

.footer_timetable3{
text-align: center;
padding: 2vw 1vw;
background: #0c68b5;
color: #fff;
border-left: 1px solid #7ea7c9 !important;
}

.footer_timetable4{
text-align: center;
padding: 2vw 1vw;
}

.footer_timetable5{
text-align: center;
}


.footer_timetable6{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin:0 auto;
font-size: 1.45rem;
line-height: 1.6;
}

.footer_timetable7{
width: 49%;
}

.footer_timetable8{
width: 49%;
}

.footer_timetable9{
width: 100%;
margin: 5px 0 0 0;
}

.footer_timetable10{
width: 100%;
margin: 15px 0 0 0;
}

.footer_timetable10 span{
width: 100%;
background: #ffffde;
padding: 8px 12px;
display: inline-block;
border-radius: 3px;
line-height: 1.3;
color: #ee4141;
font-size: 1.4rem;
}

.footer_timetabletxt1{
color: #ee869a;
}

.footer_timetabletxt2{
color: #ee7b41;
}

.footer_timetabletxt3{
color: #387d39;
}

.footer_timetabletxt4{
color: #ee7b41;
}

.footer_timetabletxt5{
color: #ee7b41;
}

.footer_timetabletxt6{
color: #BED2E3;
letter-spacing: .05rem;
font-size: 1.2rem;

}




/* about */

.about1{
width: 100%;
display: flex;
flex-wrap: wrap;
}

.about2{
width: 48%;
background: #F7F7F7;
border-radius: 30px 10px 10px 10px;
margin: 0 2% 5vw 0;
}

.about2:nth-child(2n){
margin: 0 0% 5vw 0;
}

.about3{
width: 100%;
margin: 0 0 2vw 0;
}

.about3 img{
width: 100%;
border-radius: 10px 10px 0 0;
}

.about4{
width: 100%;
font-size: 1.4rem;
padding: 0 2vw;
font-family: 'Zen Maru Gothic', sans-serif;
margin: 0 0 2vw 0;
line-height: 1.4;
text-align: center;
}

.about5{
width: 100%;
padding: 0 2vw;
margin: 0 0 3vw 0;
font-size: 1.3rem;
letter-spacing: 0;
line-height: 1.5;
}

/* about */







.spfooternav__w{
width: 100%;
display: flex !important;
justify-content: space-between;
position: fixed;
bottom: 0;
z-index: 10;
height: 18vw;
background: #FCFCFC;
}

.spfooternav1{
width: 80%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3vw 0;
}

.spfooternav1 a{
font-size: 2.6rem;
line-height: 1.5;
color: #050061;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}

.spfooternav1 a span{

}

.spfooternav1 a span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: middle;
margin-right: 1vw;
}

.spfooternav2{
width: 20%;
display: flex;
align-items: center;
justify-content: center;
background: #e8f0ff;
}

.spfooternav2 a{
padding: 2vh 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 1.1rem;
}

.spfooternav2 a span::before{
content: "";
background: url("../images/ic_map.svg") no-repeat;
display: block;
width: 2.2rem;
height: 2.2rem;
margin: 0 auto 2vw;
}

.spfooternav2 a span{

}

.spfooternav3{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
135deg, #f19dad 0%, #ee869a 100%);
}

.spfooternav3 a{
padding: 2vh 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 1.1rem;
color: #fff;
}

.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 2vw;
}

.spfooternav5{
font-size: 1.2rem;
color: #050061;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
letter-spacing: 0.1rem;
margin: 0 0 0 0;
line-height: 1;
}




/* <!--btn reservation--> */
.btn_fix__w{
width: 100%;
display: flex;
justify-content: space-between;
}

.btn_fix1{
width: 100%;
display: flex;
}

.btn_fix1 a{
width: 23rem;
margin: 0 auto;
display: flex;
color: #e85757;
text-align: center;
font-size: 1.4rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.3;
transition: .5s;
background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
justify-content: center;
border: 1px solid #e85757;
border-radius: 5px;
align-items: center;
flex-wrap: wrap;
}

.btn_fix1a{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 1rem 0 1rem 3rem;
}

.btn_fix1 a:hover,
.btn_fix1 a:active{
opacity: .8;
box-shadow: 0px 0px 10px 0px #00000014;
}

.btn_fix1a::before{
content: "";
background: url("../images/ic_pdf.svg");
width: 1.8rem;
height: 1.8rem;
display: block;
position: absolute;
left: .8rem;
top: .9rem;
}

.btn_fix1b{
}

.btn_fix1c{

}

.btn_fix2{
width: 48%;
display: flex;
}

.btn_fix2 a{
width: 100%;
display: flex;
color: #4c90e1;
text-align: center;
font-size: 1.4rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.3;
transition: .5s;
background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
justify-content: center;
border: 1px solid #4c90e1;
border-radius: 5px;
align-items: center;
flex-wrap: wrap;
}

.btn_fix2a{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 1rem 0 1rem 3rem;
}

.btn_fix2 a:hover,
.btn_fix2 a:active{
opacity: .8;
box-shadow: 0px 0px 10px 0px #00000014;
}

.btn_fix2a::before{
content: "";
background: url("../images/ic_word.svg");
width: 2rem;
height: 2rem;
display: block;
position: absolute;
left: .5rem;
top: 1rem;
}

.btn_fix2b{

}

.btn_fix2c{

}




.btn_fix3 a{
width: 120px;
height: 120px;
display: flex;
color: #9a554d;
text-align: center;
font-size: 1.7rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.4;
transition: .5s;
background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
justify-content: center;
border-top: 1px solid #9a554d;
border-left: 1px solid #9a554d;
border-bottom: 2px solid #9a554d;
border-radius: 10px 0 0 10px;
align-items: center;
}

.btn_fix3 a:hover,
.btn_fix3 a:active{
opacity: .8;
box-shadow: 0px 0px 10px 0px #00000014;
transform: translateY(-5px);
}

.btn_fix3 a span::before{
content: "";
background: url("../images/ic_btn_fix3.svg");
width: 40px;
height: 40px;
display: block;
margin: 0 auto 10px;
opacity: .9;
}

.btn_fix4 a{
width: 120px;
height: 120px;
display: flex;
color: #000000;
text-align: center;
font-size: 1.7rem;
position: relative;
letter-spacing: .05rem;
vertical-align: middle;
line-height: 1.4;
transition: .5s;
background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
justify-content: center;
border-top: 1px solid #ce1ad9;
border-left: 1px solid #e92f83;
border-bottom: 2px solid #fe991c;
/* border-radius: 10px 0 0 10px; */
align-items: center;
font-family: 'Zen Maru Gothic';
}

.btn_fix4 a:hover,
.btn_fix4 a:active{
opacity: .8;
box-shadow: 0px 0px 10px 0px #00000014;
transform: translateY(-5px);
}

.btn_fix4 a span{
display: block;
}


.btn_fix4 a span::before{
content: "";
background: url("../images/ic_btn_fix4.png");
background-size: cover;
width: 40px;
height: 40px;
display: block;
margin: 0 auto 10px;
opacity: .9;
}


















.bnrblog__w{
width: 100%;
background: #d9e9ed;
padding: 6vw 0;
}

.bnrblog1{
width: 45%;
margin: 0 auto;
}

.bnrblog1 a{
display: block;
width: 100%;
box-shadow: 5px 5px 10px #bad5dc;
}

.bnrblog1 a:hover{
opacity: .7;
}

.bnrblog1 a img{

}



.rinen_t{
width: 100%;
margin: 4vw 0 0;
text-align: center;
}


.rinen_t p{
font-family: "Zen Old Mincho";
width: 100%;
font-size: 1.7rem;
font-weight: 700;
color: #312c22;
padding: 4vw 4vw;
background: #fbfcf3;
line-height: 1.5;
}

.flow__w{

}

.flow1{

}

.flow2{
font-size: 1.7rem;
font-weight: 700;
margin: 0 0 2vw 0;
}

.flow2 span{
display: inline-block;
margin: 0 2vw 0 0;
background: #f2fbff;
color: #009cbc;
text-align: center;
font-size: 1.7rem;
padding: .5rem 1rem;
line-height: 1;
border-radius: 5px;
border: 1px solid #009cbc;
}

.flow3{
font-size: 1.4rem;
padding: 3vw 3vw;
background: #f9f9f9;
}

.wrapper{
padding: 0;
margin: 18vw 0 0;    
}


.info__w{
width: 100%;
background: #f7f5e1;
padding: 7vw 0 7vw;
}
.info1{
width: 80%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fffff9;
padding: 5vw 5vw;
border-radius: 5px;
border: 5px solid #f7f1b3;
}
.info2{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 3vw 0;
align-content: center;
border-bottom: 1px dotted #E3E3E3;
padding: 0 0 3vw 0;
}
.info2:last-child{
margin: 0 0 0 0;
padding: 0;
border-bottom: 0;
}
.info3{
width: 100%;
font-size: 1.4rem;
line-height: 1;
margin: 0 0 2.5vw 0;
}
.info4{
width: 100%;
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
}

.markerline{
  background: linear-gradient(transparent 70%, #fbfda9 0%);
  display: inline;
  padding: 0 2px 4px;
}


.topvideo__w{
width: 100%;
padding: 3vw 0 15vw 0;
background: url("../images/topvideobg.jpg") center center;
background-size: cover;
}

.topvideo1{
width: 95%;
margin: 0 auto;
border-radius: 10px;
}

.topvideo__w video{
width: 100%;
border-radius: 10px;
}





/*<!--streetview-->*/
.streetview__w{
width: 100%;
background: url("../images/streetviewbg.jpg");
background-size: cover;
}

.streetview__wi{
width: 95%;
margin: 0 auto;
padding: 10vw 0;
}

.streetview__w h2{
font-size: 2rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 auto 8vw;
font-family: 'Zen Maru Gothic';
font-weight: 700;
}

.streetview__w h2 span{
display: inline-block;
margin: 0 auto;
color: #3290d5;
}

.streetview__w h2 span::before{
content: "";
background: url(../images/logo-s.svg) no-repeat;
display: block;
width: 10vw;
height: 10vw;
margin: 0 auto;
background-size: cover;
}
.streetview__w h2 span::after{
color: #ee869a;
content: "360-degree view";
display: block;
font-size: 1.3rem;
letter-spacing: .1rem;
font-family: 'Zen Maru Gothic';
font-weight: 400;
}


.streetview1{
width: 100%;
height: 40vh;
margin: 0 auto;
}

.streetview1 iframe{
width: 100%;
height: 40vh;
margin: 0 auto;
display: block;
border-radius: 10px;
}





.topinterview__w{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4rem 0;
    background: #91ceff;
}

.topinterview1{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topinterview1 a:hover{
    opacity: .6;
}

.topinterview1 img{
    width: 100%;
    border-radius: 7px;
    box-shadow: 15px 10px 20px #a6d5ff;
}







}
/* sp*/




















@media print{
.no_print{display: none;}
}
