@charset "UTF-8";


/*pc*/
@media screen and (min-width:751px) {

/*common*/
body{
min-width: 1200px;
}

.footer_border{
border: solid 20px #257305;
}

a[href^="tel:"] {
pointer-events: none;
}

.anchor{
display: block;
padding-top: 120px;
margin-top: -120px;
}

.bg100{
background: #f9f7ef;
}

.doctorhistory__w .bg100 {
    padding: 5rem 0;
}

  

/*<!--header-->*/
header{
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px 0;
position: fixed;
top: 0;
left: 0;
z-index: 3;
background: #fff;
transition: .3s;
height: 120px;
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);    
}

.header__w{
width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.header2 {
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 460px;
}
.header2 h1 a img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 95px;
}    
.header_logo{
height: auto;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;

}

.header_logo h1{
text-align: center;
}

.header_logo h1 a{
margin: auto;
width: 100%;
}


.header_logo h1 a img{
display: inline-block;
height: 95px;
}

/*.header_txt{
position: absolute;
    left: 35px;
    width: 210px;
    padding: 5PX 10px;
border: 1px solid #d7b289;
    border-radius: 5px;
    background: #fffaf4;
}*/
.header_txt_w{
position: absolute;
    left: 35px;
    width: 210px;
}    
.header_txt{
    position:relative;
  display:inline-block;
  padding:5px 10px;
    background: rgb(255,244,232);
background: linear-gradient(315deg, rgba(255,244,232,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 6px;
    box-shadow: 3px 3px 3px #ccc;
    
}
 .header_txt::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    border: 2px solid transparent;
    background: linear-gradient(315deg, rgb(102 81 75) 0%, rgb(200 187 155) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
  }   
.header_txt img{
width: 100%;
}
/*
.header_nav{
order: 3;
width: 60px;
height: 60px;
}*/

.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: #4c4c4c;
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: .8rem 0;
transition: .4s;
text-align: left;
}
nav.NavMenu ul li a.no {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #4c4c4c;
} 
nav.NavMenu ul.submenu{
width: 280px;
margin: 0 auto;
display: flex;
text-align: left;
flex-direction: column;
}    
nav.NavMenu ul.submenu li{
margin: 0 0 0 60px;
line-height: 2; 
font-size: 2rem;    
}    
nav.NavMenu ul.submenu li a{
padding: 0;
}
.navmenulink{
position: relative;
display: block;
width: 200px;
margin: 0 auto;
padding: 0 0 0 40px;
}

.navmenulink::before{
content: "\025b6";
font-size: 1.6rem;
margin-right: 5px;
color: #d7b289;
vertical-align: text-top;
position: absolute;
left: 0;
top: 1.4rem;
}

nav.NavMenu ul li a:link,
nav.NavMenu ul li a:visited{
color: #4d4d4d;
}

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;
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 1rem 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: #d7b289;
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{
display: flex;
align-items: center;    
}

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;
margin:120px 0 0;
width: 100%;
height: calc(100vh - 259px);
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;
}

.topimage_layer{
position: absolute;
right: 0%;
top: 210px;
width: 60%;
z-index: 2;    
}
.topimage_layer img{
max-width: 900px;
display: block;
width: 100%;
}    
.topimage_layer2 {
    position: absolute;
    right: 0%;
    bottom: 8%;
    width: 40%;
    z-index: 1;
}
.topimage_layer2 img{
max-width: 600px;
display: block;
width: 100%;
}    
.topimage_layer3 {
    position: absolute;
    right: 0;
    top: 20px;
    width: 20%;
    z-index: 2;
}
.topimage_layer3 img{
max-width: 230px;
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;
    opacity: .95;
}

.slick_box1{
width: 100%;
text-align: center;
padding: 0 0 10px 0;
letter-spacing: .3rem;
font-size: 2.5rem;
}

.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;
}

.slick_box5{
width: 100%;
text-align: center;
margin: 0 0 20px 0;
}

.slick_box5 a{
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 .5rem 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: linear-gradient(90deg, #1da353 0%, #009a3e 100%);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: .8rem 0;
  font-size: 1.4rem;
  transition: .3s;
  box-shadow: 3px 3px 10px #8ec7a5;
}

.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:#faf8f5;
padding: 60px 0 80px 0;
}

.news__wi{
width: 1200px;
margin: 0 auto;
padding:5rem 0;
display: flex;
justify-content: space-between;
background: #fff;
border: 1px solid #d7b289;    
}

.news__w h2{

width: 250px;
text-align: center;
}

.news__w h2 span{
display: inline-block;
margin: 0 auto;
font-weight: 700;
color: #d7b289;
font-size: 2.5rem;
letter-spacing: 0.2rem;
line-height: 1.3;    
}



.news_kiji__w{
width: 75%;
border-top: 1px solid #e8e8e8;
height: 360px;
overflow-y: scroll;
margin: 0 30px 0 0;    
}
.news_kiji__w iframe {
    width: 100%;
    height: 600px;
}
.kiji__w{
border-bottom: 1px solid #e8e8e8;
padding: 2.5rem 2rem;;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: flex-start;
align-items: center;
}

.kiji_d{
/*font-size: 1.4rem;
color: #797979;
display: inline-block;
width: 18%;*/
width: 100%;
font-size: 1.4rem;
color: #797979;  
margin-bottom: .5rem;    
}

.kiji_h{
/*font-size: 1.7rem;
display: inline-block;
width: 60%;
font-weight: 600;*/
width: 100%;
font-size: 1.8rem;
font-weight: 800;  
margin-bottom: .3rem;   
}

.kiji_t{
/*width: 100%;
font-size: 1.6rem;*/
width: 100%;
font-size: 1.6rem;    
}

/*<!--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: #faf8f5;
}

.medical__wi{
width: 800px;
margin: 0 auto;
padding: 8rem 0;
}

.medical__w h2{
font-size: 3rem;
font-weight: 600;
letter-spacing: .2rem;
width: 100%;
text-align: center;
}


.medical__w h2 span::before{
content: "Stymptom";
display: block;
width: 100%;
text-align: center;
font-size: 1.6rem;
letter-spacing: .4rem;
transform: scaleY(1.3);
font-weight: 900;
color: #009a3e;
}


.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: 100%;
margin: 0 auto;
}

.topsubject_box{
  width: 30%;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 3rem 0;
}

.topsubject_box:hover{
opacity: .7;
}


.topsubject_t{
  width: 100%;
  padding: 2.5rem 0;
  display: flex;
  height: 100%;
  background: #ffffff;
  transition: all .3s;
  border: 1px solid #009a3e;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 7px #d2e9db;
  border-radius: 5px;
}

.topsubject_t span{
position: relative;
text-align: center;
display: inline-block;
font-size: 2.2rem;
line-height: 1.4;
letter-spacing: .15rem;
font-weight: 700;
}

.topsubject_t span:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto 1.5rem;
}

.topsubject_t--01 span:before {
  background-image: url("../images/ic1.svg");
}

.topsubject_t--02 span:before {
  background-image: url("../images/ic2.svg");
}

.topsubject_t--03 span:before {
  background-image: url("../images/ic3.svg");
}

.topsubject_t--04 span:before {
  background-image: url("../images/ic4.svg");
}

.topsubject_t--05 span:before {
  background-image: url("../images/ic5.svg");
}

.topsubject_t--06 span:before {
  background-image: url("../images/ic6.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{
position: relative;
width: 100%;
/*background: linear-gradient(90deg, rgba(200,200,198,1) 0%, rgba(255,255,255,1) 36%);    */
background: url("../images/top-doctor_bg.png") center left no-repeat;  
background-size: contain;
    
}

.doctor__wi{    
width: 1200px;
height: 80vh;
margin: 0px auto;  
}
.doctor__wi::before {
content: '';
width: 500px;
height: 100%;
background: url("../images/top-doctor.png") center no-repeat;
background-size: cover;
position: absolute;    
}

.doctor_box {  
height: 80vh;
position: relative;
margin: 0 0 0 35%;
}
.doctor_txt_w {
position: absolute;
box-sizing: border-box;
top: 50%;
transform: translateY(-50%);
right: 0;
}    
.doctor_txt {
width: 100%;
line-height: 2;
text-align: justify;
margin: 0 0 20px;
}      
.doctor_i{
    margin: 0 0 20px;
}
.doctor_img{
padding: 0 0 30px;
}
.doctor_img img{
width: 100%;
border-radius: 10px;
}
.clinic_name{
    font-size: 2rem;
    text-align: center;
    letter-spacing: .1rem;
    color: #4c4c4c;
    padding: 0 0 5px;
}    
.doctor_t{
width: 650px;
}

.doctor_t1{
font-size: 2.5rem;
letter-spacing: .3rem;
padding: 12px 0 30px;
color: #607d8b;
font-weight: 700;
line-height: 1.6;
text-align: center;    
}

.doctor_t2{
font-size: 2.2rem;
text-align: center;
letter-spacing: .3rem;
color: #424242;
}

.doctor_t3{
line-height: 2;
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: linear-gradient(90deg, #607D8B 0%, #607D8B 100%);
    color: #fff;
    text-align: center;
    padding: 15px 0;
    transition: .6s;
    position: relative;
    font-size: 1.6rem;
    width: 240px;
  /*box-shadow: 3px 3px 10px #8ec7a5;*/
}

.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: #e1e1e1;
}

.clinic__w{
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 70px 0;
flex-wrap: wrap;
align-items: flex-start;
}

.clinic_box1{
width: 550px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.clinic_box2{
width: 560px;
}

.clinic_box2 iframe{
width: 100%;
height: 500px;
border-radius: 10px;
}

.clinic1{
width: 100%;
margin: 0 auto 30px;
text-align: center;
}

.clinic1 img{
width: 80%;
margin: 0 auto;
}

.clinic2{
width: 100%;
font-size: 2rem;
line-height: 1.3;
text-align: center;
margin: 0 0 20px 0;
}

.clinic2 span{
font-size: 2.8rem;
color: #ffa37c;
font-weight: bold;
}

.clinic3{ 
width: 100%;
margin: 0 0 25px 0;
text-align: center;
line-height: 1.5;
}

.clinic4{
margin: 0 auto 20px;
}

.clinic4 a{
font-size: 4rem;
line-height: 1.4;
font-weight: 700;
}

.clinic4 span{
display: flex;
align-items: center;    
}

.clinic4 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 1rem 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: #257305;
letter-spacing: .3rem;
}

.clinic7{
font-size: 1.6rem;
width: 100%;
text-align: center;
margin: 0 0 25px 0;    
}

.yoyaku_btn {
    text-align: center;
    margin: 0 auto;
}    
 .yoyaku_btn a {
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(90deg, #d7b289 0%, #d7b289 100%);
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    transition: .6s;
    position: relative;
    font-size: 1.6rem;
    width: 240px;
}   
     
 .yoyaku_btn a 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;
}   

.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: #e1e1e1;
position: relative;
}

.footer__wi{
background-size: contain;
width: 1200px;
margin: 0 auto;
position: relative;
}

.footer__w p{
font-size: 1.2rem;
text-align: center;
padding: 0 0 30px 0;
}

.footer_sitemap__w{
}

.footer_sitemap__w ul{
text-align: center;
padding: 0 0 20px;
}

.footer_sitemap__w ul li{
display: inline-block;
}

.footer_sitemap__w ul li a{
display: inline-block;
padding: 5px 0px;
text-align: center;
font-size: 1.7rem;
margin: 0 10px 0 10px;
border-radius: 5px;
transition: .3s;
}

.footer_sitemap__w ul li a:hover,
.footer_sitemap__w ul li a:active{
opacity: .7;
}

.footer_logo{
width: 300px;
margin: 0 auto;
padding: 30px 0 30px;
}

.footer_logo img{
width: 100%;
}

.btn_pagetop{
position: absolute;
bottom: 55px;
right: 60px;
z-index: 1;
}

.btn_pagetop a{
width: 60px;
height: 60px;
border-radius: 2px;
padding: 20px 20px;
display: table-cell;
color: #868686;
text-align: center;
font-size: 1.4rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.5;
background: #fff;
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;
}























/* subtitle */
.subtitle__w{
margin: 0 auto 0;
height: 280px;
padding: 100px 0 0 0;
font-weight: 700;
}

.subtitle__w h1{
font-size: 3.5rem;
letter-spacing: 1rem;
text-align: center;
margin: 0 auto;
font-weight: 700;
color: #705821;
}

.subtitle__w h1 span{
display: inline-block;
margin: 0 auto;
}

.h_doctor{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.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-weight: 400;
color: #705821;
margin: 1vw 0 0;    
}

.h_reservation{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_reservation h1 span::after{
content: "RESERVATION";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}

.h_menu{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_menu h1 span::after{
content: "MENU";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}
    
.h_eye{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_eye h1 span::after{
content: "EYE";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
margin: 1vw 0 0;    
}
    
.h_nosemouth{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_nosemouth h1 span::after{
content: "NOSEMOUTH";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
margin: 1vw 0 0;    
}    
    
.h_clinic{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_clinic h1 span::after{
content: "CLINIC";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
margin: 1vw 0 0;    
}
    
.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: #5a9542;
}

.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: #5a9542;
}



.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: #5a9542;
}
.h_access{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_access h1 span::after{
content: "ACCESS";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
margin: 1vw 0 0;    
}


.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_price{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_price h1 span::after{
content: "PRICE";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}




.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: 18px 0 18px 30px;
font-size: 1.6rem;
margin-top: 15px;
}

.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:#d7b289  !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-->*/
.subtitle2_w {
    width: 100%;
    margin: 0 0 50px 0;
}
.subtitle2_w h2 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: .3rem;
    line-height: 1;
    padding: 0 0 25px 0;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, #d7b289 10%, #d7b289 100%);
    background-repeat: no-repeat;
    background-size: 5rem 0.2rem;
    background-position: bottom;
}    
.subtitle2_w span{
    display: block;
    font-size: 2rem;
   text-align: center;
    margin: 15px 0 0;
}    
    
.subtitle_h2{
text-align: center;
}

.subtitle_h2 h2{
letter-spacing: .3rem;
    font-size: 3.5rem;
    display: inline-block;
    font-weight: bold;
}

.subtitle_h2 h2 span{
}

.subtitle_h2 h2 span::after{
    content: "";
    border-bottom: solid 3px #d7b289;
    width: 100px;
    display: block;
    margin: 15px 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;
padding: 60px 0 0;
}

.subdoctor_i{
width: 300px;
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;
}

.subdoctor_t3{
font-size: 1.8rem;
text-align: center;
letter-spacing: .2rem;
color: #424242;
}

.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: #257305;
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;
}

.doctor7 h3 {
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: .4rem;
    font-weight: 700;
    font-family: 'Zen Old Mincho', serif;
}
.doctor8 {
    background: #ffffff;
    /*border-radius: 10px;*/
    padding: 40px 50px;
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 2;
    font-size: 1.7rem;
}
.doctor9 {
    width: 100%;
    margin: 0 auto 4px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
}
.doctor10 {
    margin-right: 4rem;
}
.doctor11 {
    margin-bottom: 1.3rem;
}
.doctor8 div:last-child div{
    margin-bottom: 0;
}















/* subpage */

.subpage__w{
width: 100%;
background: #f9f7ef;
padding: 80px 0 30px;
}

.submedical__w{
    width: 1100px;
    margin: 0 auto 80px;
    padding: 80px 90px 80px;
    background: #fff;
    box-shadow: 15px 15px 5px #ededed;
}

.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 #257305;
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;*/
width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;    
}

.sub_gallery_box{
/*display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 540px;
margin: 0 auto 50px;*/
    width: calc((100% - 30px) / 2);
    background: #F7F7F7;
    border-radius: 10px;
}

.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;
padding: 40px 0;   
}

.submap_link a{
display: inline-block;
border-radius: 5px;
background: #d7b289;
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: 1rem 0;
background: #fff;
}

.topnavmt{
margin: 120px 0 0 0 !important;
}

.topnav__w ul{
display: flex;
justify-content: space-between;
width: 1100px;
margin: 0 auto;
position: relative;    
}

.topnav__w ul li{
width: 182px;    
text-align: center;
}

.topnav__w ul li a{
width: 100%;
padding: 24px 5px;
display: block;
font-size: 2rem;
background: #fff;
transition: .6s;
border-radius: 3px;
letter-spacing: .05rem;
position: relative;    
}
.topnav__w ul li a.no{
pointer-events:none;
cursor:default;
text-decoration:none;
color: #4c4c4c;
}    

.topnav__w ul li a:hover:before {
    width: 100%;
}    
.topnav__w ul li a::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #d7b289;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    transition: all .3s ease 0s;
    transform: translateX(-50%);
}
.topnav__w ul li a:hover{
opacity: .7;
}

.topnav__w ul li a span{
}
    
.topnav__w ul li {
    display: flex;
    justify-content: center;
}

/*== 2層目の設定 */

.topnav__w ul li.has-child ul{
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
    /*background: #d7b289;*/
      background: rgb(215,178,137);
background: linear-gradient(0deg, rgb(180 135 85) 0%, rgba(215,178,137,1) 100%);
    
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 250px !important;
    top: 80px;
    /*position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  border-radius: 6px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 250px !important;
    top: 80px;
    border: solid 1px #705821;*/
}
.topnav__w ul li.has-child a {
border-radius: 0;
} 

/*hoverしたら表示*/
.topnav__w ul li.has-child:hover > ul{
visibility: visible;
opacity: 1;
}

/*各ナビゲーション横幅*/
.topnav__w ul li.has-child ul li{
width: 250px !important;    
}

/*ナビゲーションaタグの形状*/
.topnav__w ul li.has-child ul li a{
  display: block;
    background: url("../images/arrow-white.svg") no-repeat right 15px center;
    background-size: 10px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #fff;
    /*display: block;
    background: url("../images/arrow-white.svg") no-repeat right 15px center;
    background-size: 10px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border-bottom: 1px solid #705821;
    text-align: left;
    color: #705821;*/
}
.topnav__w ul li.has-child ul li a::before {
    width: 0;
}    
.topnav__w ul li.has-child ul li:last-child a{
    border:none;
}
.topnav__w ul li.has-child ul li a:hover,
.topnav__w ul li.has-child ul li a:active{
opacity: 0.6;
}

.topnav__w ul li.has-child ul li:hover{
border: 0;
}


    
.accessmap__w{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* margin: 30px 0 0 0; */
    flex-direction: column;
}
.accessmap1{
width: 70%;
text-align: center;
margin: 0 auto;
}
.accessmap1 img{
width: 100%;
}










/*<!--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.png") 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.png") 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.png") 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: #f4f4f4;
}

.accessinfo_tbl td{
width: 70%;
padding: 30px 40px;
background: #fdfdfd;
}



.traffic__w{}

.traffic_box{
}
.traffic1{
  font-size: 1.6rem;
    margin: 0 0 8px 0;
    background: #d7b289;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 3px;
}
.traffic1 span{}
.traffic1 span::before{
}
.traffic2{
        line-height: 2; 
    padding-left: 1em;
text-indent: -1em;
    }

.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_w{
width: 100%;
margin: 0 auto;
background: #fff;   
padding: 40px 0 40px;    
}    

.subpage1{
width: 900px;
margin: 0 auto;
background: #fff;
}

.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 15px;*/
line-height: 1.8;
}
.subpage3 div.subpage33:last-child{
    width: 100%;
    margin: 0;
}
.subpage3 div.subpage30:last-child{
    width: 100%;
    margin: 0;
}    
.subpage4{
width: 100%;
text-align: justify;    
}

.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 40px;
background: #f5f5f5;
border-radius: 10px;
}

.subpage5 ul{
width: 100%;
}

.subpage5 ul li{
width: 100%;
line-height: 2;
margin: 0 0 10px 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%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;    
}

.subpage7 ul{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
/*gap: 10px;  */
margin-bottom: 50px;    
}

.subpage7 ul li{
position: relative;
/*width: calc((100% - 20px) / 3);*/
margin-top: -1px;
    margin-left: -1px;
    width: calc(100% / 3 + 1px);
}

.subpage7 ul li a{
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1;
    position: relative;
    border: 1px solid #795548;
    /*background: url(../images/arrow-beige.svg) no-repeat right 15px center;
    background-size: 10px;*/
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    text-align: left;
    color: #795548;
}

/*.subpage7 ul li a:hover{
transform: translateY(-3px);
opacity: .5;
}*/

.subpage7 ul li a span{
position: relative;
width: 100%;
}


.subpage7 ul li a .icon {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subpage7 ul li a .icon::before {
    display: block;
    width: .6rem;
    height: .6rem;
    content: "";
    border-right: 1px solid #795548;
    border-bottom: 1px solid #795548;
    transform: rotate(45deg);
}    

.subpage8{
width: 100%;
margin: 0 0 40px 0;
}

.subpage8 h3{
font-size: 2.8rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
}

.subpage8 h3::before {
    border-left: 4px solid #d7b289;
    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: #897f6a;
    color: #ffffff;
    text-align: center;
    padding: 4px 20px;
    border-radius: 5px;
    position: absolute;
    font-size: 1.7rem;
    border: solid 1px;
}

.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;
}

.subpage25{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}
.subpage26 {
    width: 100%; /* 外側の div を親要素に合わせる */
    height: 80px;
    /*padding-top: 9.0909%; 画像の縦横比に合わせた値（高さを設定） */
    
    /*border: 1px solid #d7b289;*/
    
    display: flex;
    align-items: center;
    justify-content: center;
        position: relative;
}

.menu01 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu01.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: center; /* 画像を中央に配置 */
    
        /*border: solid 1px #d7b289;*/
} 
.menu02 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu02.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: center; /* 画像を中央に配置 */
    
     /*border: solid 1px #d7b289;*/
}
.menu03 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu03.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: center; /* 画像を中央に配置 */
    
     /*border: solid 1px #d7b289;*/
}  
.menu04 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu04.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: center; /* 画像を中央に配置 */
    
     /*border: solid 1px #d7b289;*/
}
.menu05 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu05.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: center; /* 画像を中央に配置 */
    
     /*border: solid 1px #d7b289;*/
}    
    
.subpage27 {
    font-size: 3rem;
    font-weight: 400;
        
}
a.img-link {
    color: #fff;

}
a.img-link .subpage26 .icon {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}    
a.img-link .subpage26 .icon::before {
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}    
    /*
a.img-link:hover .subpage27 {
    text-decoration: none;
    margin-top: 3px;
    display: block;

}*/
  /*
a.img-link:hover .subpage27::after {
    content: "";
    display: block;
    border-bottom: 1px dotted #000;
    margin-top: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}*/
/*横に線*/
   /* .subpage28{
    margin: 0 0 30px;
    padding-left: 50px;
    font-size: 2.5rem;
    position: relative;
        color: #d7b289;
        
    }    
.subpage28::before{
    content: "";
    position: absolute;
    border-bottom: 1px solid #333;
    top: 17px;
    width: 40px;
    left: 0;
  }*/
    
.subpage28{
    font-size: 2.3rem;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #99734a;
    border-bottom: 1px #d7b289 dotted;
    padding-bottom: 8px;
        
}     
.subpage29 {
    margin: 30px auto 50px;
    display: flex;
    justify-content: space-around;
}
    
    
.subpage29 .before, .subpage29 .after {
    width: 40%;
}
.subpage29 .img-area {
    position: relative;
    text-decoration: none;
}   
.subpage29 .img-area img{
    width: 100%;
    border: solid 1px #de998b;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px;
    background: #fff4ed;
} 
.subpage29 .before .img-area::after {
    background: url("../images/ic_arrow_orange.svg");
    background-size: cover;
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    left: calc(100% + 30px);
    transform: translateY(-50%);
}    
.subpage29 .img-area2 {
    position: relative;
    text-decoration: none;
}      
.subpage29 .img-area2 img{
    width: 100%;
    border: solid 1px #de998b;
    border-radius: 10px;
    overflow: hidden;
}      
.subpage29 .before .img-area2::after {
    background: url("../images/ic_arrow_orange.svg");
    background-size: cover;
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    left: calc(100% + 30px);
    transform: translateY(-50%);
}  
    
.subpage30 {
    width: 100%;
    margin: 0 0 40px;
}
.subpage31 {
    width: 100%;
    margin: 0 0 40px;
}    
.subpage31 h3{
  background: #f5f5f5;
  padding: 0.5em;
   font-size: 2.8rem;
    letter-spacing: .1rem;
    line-height: 1.2;
} 
.subpage32 {
    width: 100%;
    margin: 0 0 25px 0;
}
/*    
.subpage32 h4{
    position: relative;
    font-size: 2.3rem;
    font-weight: 700;
}   
    
.subpage32 h4::after{
        content: "";
    width: 100%;
    background: #f0e5da;
    position: absolute;
    left: 0;
    display: block;
    height: 5px;
    bottom: -10px;
    background-size: 17px auto;
} */
.subpage32 h4 {
  width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #f5f5f5;
    line-height: 1.4;
    font-size: 1.8rem;
    border-bottom: 1px #ccc solid;
    font-weight: 500;
}

.subpage32 h4 span {
	line-height: 1;
    display: flex;
    letter-spacing: .1rem;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-size: 1.8rem;
} 
.subpage32 h4 p{
    font-size: 2rem;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: .1rem;
    border-radius: 5px;
}
.subpage33 {
    width: 100%;
    margin: 0 0 50px 0;
}  
.subpage34{
    width: 100%;
}     
.subpage34 span{
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #99734a;
    /* border: 1px solid #c9c9c9; */
    padding-bottom: 10px;
    display: inline-block;
    padding: 2px 15px 2px 15px;
    background: #f6f6f6;
}    
    
.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.png");
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;
}

.feature1{
width: 100%;
height: 400px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}

.feature2{
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.feature3{
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;
}

.feature4{
width: 100%;
font-size: 3.6rem;
font-weight: 700;
margin: 0 0 30px 0;
color: #0071bf;
text-align: center;
line-height: 1.4;
}

.feature5{
width: 100%;
font-size: 2.1rem;
text-align: center;
}

.feature6{
width: 400px;
position: absolute;
right: 0;
}


.feature6 img{
width: 100%;
margin: 30px 0 0 -40px;
border-radius: 20px;
}

.feature7{
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}

.feature8{
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;
}

.feature9{
width: 400px;
position: absolute;
left: 0;
}


.feature9 img{
width: 100%;
margin: 40px 0 0 40px;
border-radius: 20px;
}

.feature10{
width: 620px;
background: #fff;
padding: 60px 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
height: 31rem;
border-radius: 3px;
position: relative;
}

.feature11{
width: 400px;
position: absolute;
right: 0;
}

.feature11 img{
width: 100%;
margin: 40px 0 0 -40px;
border-radius: 20px;
}

.feature12{
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;
}

.feature13{
width: 400px;
position: absolute;
left: 0;
}

.feature13 img{
width: 100%;
margin: 40px 0 0 40px;
border-radius: 20px;
}


.feature14{
width: 100px;
position: absolute;
top:-30px;
left: -30px;
}

.feature14 img{
width: 100%;
}

.feature15{
width: 100px;
position: absolute;
top:-30px;
right: -30px;
}

.feature15 img{
width: 100%;
}




/*feature*/






.footer_timetable_tbl{
width: 100%;
background: #fff;
border-spacing: 0;
border-collapse: collapse;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;   
}

.footer_timetable_tbl td{
border: 1px solid #bcbcbc;
font-size: 1.8rem;
vertical-align: middle;
line-height: 1.3;
letter-spacing: 0; 
}

.footer_timetable1{
width: 23%;
text-align: center;
padding: 1rem .5rem;
background: #848484;
color: #fff;
}

.footer_timetable2{
width: 11%;
text-align: center;
padding: 1rem .5rem;
background: #848484;
color: #ffffff;
}

.footer_timetable3{
text-align: center;
padding: 1rem .5rem;
background: #e4e4e4;
font-family: 'Poppins', sans-serif;       
}

.footer_timetable4{
text-align: center;
padding: 1rem .5rem;
}

.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: #d7b281;
}

.footer_timetabletxt2{
color: #ee7b41;
}

.footer_timetabletxt3{
color: #387d39;
}

.footer_timetabletxt4{
color: #ee7b41;
}

.footer_timetabletxt5{
color: #ee7b41;
}

.footer_timetabletxt6{
color: #6f6f6f;
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.png") 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: #5a9542;
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;
}








.topfeature__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 8rem 0 11rem;
}


.topfeature1{
width: 1300px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
}

.topfeature2{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
}

.topfeature3{
width: 680px;
}

.topfeature3 img{
width: 100%;
}

.topfeature3-2{
order: 2;
}

.topfeature4{
width: 560px;
}

.topfeature5{
font-size: 3.2rem;
font-weight: 700;
letter-spacing: .3rem;
padding: 2rem 0 0 0;
}


.topfeature5-1 span::before{
content: "1";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature5-2 span::before{
content: "2";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature5-3 span::before{
content: "3";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature5-4 span::before{
content: "4";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature5-5 span::before{
content: "5";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature6{
line-height: 2.6;
font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New";
font-weight: 500;
}

.topfeatureh{
width: 100%;
text-align: center;
}

.topfeatureh h2{
font-size: 3rem;
font-weight: 600;
letter-spacing: .5rem;
}

.topfeatureh span::before{
content: "Feature";
display: block;
width: 100%;
text-align: center;
font-size: 1.6rem;
letter-spacing: .4rem;
transform: scaleY(1.3);
font-weight: 900;
color: #009a3e;
}

.topfeature7{
width: 100%;
}

.topfeature7 a{
display: inline-block;
text-align: center;
padding: .7rem 4rem;
border: 1px solid #390b0b;
background: #fff;
}

.topfeature7 a span::before{
content: "→";
display: inline-block;
margin: 0 1rem 0 0;
}




/*サイドボタン動き*/
.side_anm{
  transform: translate(50px, 0px);
  opacity:0;
  transition:opacity 1s,transform 0.5s;
}
.fadein{
  opacity:1;
  transform: translate(0px, 0px);
}
    
.side_yoyaku {
    position:fixed;
  display:block;
    right: 0;
    top: 25%;
    z-index: 999;
}
.side_yoyaku1 a {
    width: 75px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-color: #d7b289;
    padding-top: 20px;
    line-height: 1.2;
    position: relative;
    border-radius: 8px 0 0 8px;
    margin: 0 0 10px;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    
}

.side_yoyaku2 a {
    width: 75px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-color: #d7b289;
    padding-top: 20px;
    line-height: 1.2;
    position: relative;
    border-radius: 8px 0 0 8px;
        box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
 
.side_yoyaku1 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 auto 0.2vw;
    background: url("../images/ic_web.svg") no-repeat;
    background-size: contain;
}  
.side_yoyaku2 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 auto 0.2vw;
    background: url("../images/ic_counseling.svg") no-repeat;
    background-size: contain;
}  
   
    .btn_txt{
width: 1em;
   margin: 40px auto 0;
   padding: 5px 0 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    word-break: break-all;
        font-size: 2rem;
    }
.banner__w {
    width: 100%;
    padding: 40px 0 40px 0;
    background: #e3d6c8;
}
.banner_w {
    margin: 0 auto 0;
    width: 340px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}
.banner {
    width: calc(100% / 3 - 40px);
    filter: drop-shadow(0px 0px 8px #fff);
}

    
.preparation{
font-size: 4rem;
line-height: 1.4;
font-weight: 700;  
text-align: center;
margin: 3vw auto;
letter-spacing:.5rem;
}  

    
    
    
	.priceList {
		width: 850px;
		margin: 0 auto 0;
		display: flex;
		justify-content:space-between;
	}
	.priceList-header {
		width: calc(70% + 1px);
		background-color: #f5f5f5;
		padding: 10px 20px;
        border: 1px solid #ccc;
        margin-bottom: -1px;
        margin-right: -1px;
	}
	.priceList-date {
		    width: calc(30% + 1px);
    background-color: #fff;
    padding: 10px 20px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    margin-left: -1px;
	}
	.priceList-cap {
		width: 850px;
		margin: 0 auto;
		text-align: right;
	}
	.priceList-note {
		width: 850px;
    	margin: 1vw auto 0;
    	text-align: left;
	}    
    
.h3_title{
   width: 850px;
    margin: 3px auto 0;
    font-size: 2.3rem;
    padding: 0 0 0 0.8em;
    background-color: white;
    letter-spacing: 1.6px;
    border-left: 6px solid #d7b289;
    margin-top: 60px;
    font-weight: 600;
    color: #d7b289;
    }
    
 /*理想の目*/  
.idealeye__w{
    padding: 0 10px;
    margin: 0 0 60px;
}       
.idealeye_w{
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px #e8e8e8;
}   
.idealeye{
margin: 20px auto;
/*padding: 40px 10px;
background: #fff;   */
border-radius: 10px;    
} 
.idealeye img {
width: 100%;
}
.idealeye_txt_w{
margin: 40px 0 10px;
}
.idealeye_ttl {
text-align: center;
font-size: 2.8rem;
color: #705821;  
margin: 0 0 20px;    
}       
.idealeye_txt {
width: 100%;
text-align: center;
}   
    
/*各施術*/ 
.content_w{
width: 100%;
margin: 0 0 60px;
}
    
    
/*TOPバナー*/ 
.bnr_w{
width: 700px;
margin: 20px auto 40px ;
border: solid 1px #d9d9d9;
/*box-shadow: 5px 5px 0px #dadada2b;  */
}    
.bnr_w img{
  width: 100%;
}       
}
/*PC*/



































/*headerfix*/

@media all and (max-width:1250px) {
/*.header_txt {
    position: absolute;
    left: 20px;
    width: 200px;
    padding: 0 10px;
    border: 1px solid #d7b289;
    border-radius: 5px;
    background: #fffaf4;
}*/

}

















/*sp*/
@media screen and (max-width:750px) {
   
.bg100 {
    background: #f9f7ef;
}
.doctorhistory__w .bg100 {
    padding: 5rem 0 2rem;
}
    
/*common*/

.anchor{
display: block;
padding-top: 11vh;
margin-top: -11vh;
}




/*<!--header-->*/
header{
display: flex;
justify-content: space-between;
width: 100%;
}
.header__w{
display: flex;
    width: 100%;
    margin: 0 15vw 0 0;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 2vw;   
}
.header2 {
    width: 100%;
}
.header2 h1 {
    text-align: center;
}
.header2 h1 a {
    display: block;
}    
.header2 h1 a img {
    width: 100%;
}    
.header_logo{
text-align: center;
margin: 0 15vw 0 0;
}

.header_logo h1{
width: 100%;
padding: 1vw 0 1vw;    
}

.header_logo img{
display: inline-block;
width: 100%;
}

/*.header_txt{
width: 30vw;
    margin: 0 0 1vw;
    padding: .5vw 2vw;
    border: 1px solid #d7b289;
    border-radius: 5px;
    background: #fffaf4;
    line-height: 1;
    
}*/
.header_txt_w {
width: 30vw;
    margin: 0 0 1vw;
    line-height: 1;
}    
.header_txt {    
position: relative;
    display: inline-block;
    padding: 5px 10px;
    background: rgb(255,244,232);
    background: linear-gradient(315deg, rgba(255,244,232,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 6px;
    box-shadow: 3px 3px 3px #ccc;    
}
.header_txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    border: 1px solid transparent;
    background: linear-gradient(315deg, rgb(102 81 75) 0%, rgb(200 187 155) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
}    
.header_txt img{
width: 100%;
margin: 0 auto;    
}

.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.no {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #4c4c4c;
} 
nav.NavMenu ul.submenu{
width: 18rem;
margin: 0 auto;
display: flex;
text-align: left;
flex-direction: column;
}    
nav.NavMenu ul.submenu li{
margin: 0 0 0 4rem;
line-height: 2;
font-size: 1.3rem;  
}    
nav.NavMenu ul.submenu li a{
padding: 0;
}
nav.NavMenu ul li a:link,
nav.NavMenu ul li a:visited{
color: #4d4d4d;
}

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: #d7b289;
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: #257305;
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;
right: 3.5vw;
width: 10vw;
cursor: pointer;
z-index: 3;
height: 5rem;
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);    
}

.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;
height: 70vh;
background-position: top left !important;
background-size: cover !important;
text-align: center;
margin: 7rem 0 0 0;
}

.mainimage_area{
position:relative;
height: 70vh !important;
}

.topimage_layer{
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  right: 0;
  bottom: 2rem;
}

.topimage_layer img{
width: 100vw;
}

.topimage_layer3 {
    /*position: absolute;
    z-index: 2;
    margin: 0 auto;
    left: 2rem;
    bottom: 0;*/
    display: none;
} 
/*
.topimage_layer3 img {
    width: 30vw;
}
*/   
.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: 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;
}

.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;
}

.slick_box5{
width: 100%;
text-align: center;
padding: 0 0 2vw 0;

}

.slick_box5 a{
  display: inline-block;
  border-radius: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1rem;
  font-size: 2.5rem;
}

.slick_box5 span::before{
content: "";
background: url("../images/ic_tel.svg") no-repeat;
width: 1.6rem;
height: 1.6rem;
display: inline-block;
background-size: contain;
margin: 0 .4rem 0 0;
vertical-align: baseline;
}

.slick_box6{
margin: 0 0 3vw 0;
}

.slick_box7{
width: 100%;
margin: 0 0 2vw 0;
}

.slick_box7 a{
display: block;
  background: linear-gradient(90deg, #1da353 0%, #009a3e 100%);
color: #fff;
text-align: center;
border-radius: 3px;
padding: 1vw 1vw;
font-size: 1.2rem;
transition: .3s;
  box-shadow: 3px 3px 10px #8ec7a5;
  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: #faf8f5;
padding: 5vw 0 5vw 0;
}

.news__wi{
width: 95%;
margin: 0 auto 0;
padding: 3rem 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
background: #fff;
border: 1px solid #d7b289;    
}

.news__w h2{
text-align: center;
margin: 0 auto;
}

.news__w h2 span{
font-size: 2.2rem;
font-weight: 600;
letter-spacing: .3rem;
color: #d7b289;    
}



.news_kiji__w{
width: 95%;
height: 250px;    
border-top: 1px solid #e8e8e8;
overflow-y: scroll;
margin: 0 auto;
}
.news_kiji__w iframe {
    width: 100%;
    height: 50vh;
} 
.kiji__w{
  font-size: 1.3rem;
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.kiji_d{
font-size: 1.1rem;
color: #797979;
display: inline-block;
width: 100%;
margin: 0 0 0 0;
}

.kiji_h{
font-size: 1.4rem;
display: inline-block;
width: 100%;
margin: 0 0 0 0;
}

.kiji_t{
width: 100%;
font-size: 1.2rem;    
}

/*<!--bnr-->*/
.bnr__w {
  padding: 20px 0;
}

.bnr__wi {
  padding: 0 20px;
}











/*<!--medical-->*/
.medical__w{
width: 100%;
background: #f3f3f3;
}

.medical__wi{
width: 100%;
margin: 0 auto;
padding: 10vw 0;
}

.medical__w h2{
text-align: center;
margin: 0 auto;
}

.medical__w h2 span{
font-size: 2.2rem;
font-weight: 600;
letter-spacing: .1rem;
}

.medical__w h2 span::before{
content: "Symptom";
display: block;
width: 100%;
text-align: center;
font-size: 1.3rem;
letter-spacing: .4rem;
transform: scaleY(1.3);
font-weight: 900;
color: #009a3e;
}


.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: 47%;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 2rem 0;
}

.topsubject_box:hover{
opacity: .7;
}


.topsubject_t{
  width: 100%;
  padding: 2rem 0;
  display: flex;
  height: 100%;
  background: #ffffff;
  transition: all .3s;
  border: 1px solid #009a3e;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 7px #d2e9db;
  border-radius: 5px;
}

.topsubject_t span{
position: relative;
text-align: center;
display: inline-block;
font-size: 1.8rem;
line-height: 1.4;
letter-spacing: .05rem;
font-weight: 700;
}

.topsubject_t span:before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto 1.5rem;
}

.topsubject_t--01 span:before {
  background-image: url("../images/ic1.svg");
}

.topsubject_t--02 span:before {
  background-image: url("../images/ic2.svg");
}

.topsubject_t--03 span:before {
  background-image: url("../images/ic3.svg");
}

.topsubject_t--04 span:before {
  background-image: url("../images/ic4.svg");
}

.topsubject_t--05 span:before {
  background-image: url("../images/ic5.svg");
}

.topsubject_t--06 span:before {
  background-image: url("../images/ic6.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: #f5f5f5;
padding: 4rem 0;*/
    position: relative;
    width: 100%;

}

.doctor__wi{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.doctor__wi::before {
    content: '';
    width: 45%;
    height: 100%;
    background: url(../images/top-doctor_sp.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
}    
.doctor_box {
    width: 95%;
    margin: 0 auto;
}
.doctor_txt_w {
    position: relative;
    box-sizing: border-box;
    margin: 5vw auto 5vw 38%;
}   
.doctor_txt {
    width: 100%;
    line-height: 1.5;
    text-align: justify;
    margin: 0 0 3vw;
}    
.doctor_i{
width: 95%;
    margin: 0 0 2vw;
}
.doctor_img {
    padding: 0 0 30px;
}    
.doctor_img img {
width: 60%;
border-radius: 10px;
}
.clinic_name {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .05rem;
    color: #424242;
    padding: 0 0 5px;
}
.doctor_t{
width: 100%;
}

.doctor_t1{
font-size: 1.6rem;
text-align: center;
letter-spacing: .1rem;
margin: 7vw 0 2vw;
color: #607d8b;
font-weight: 700;
padding: 0;
line-height: 1.5;    
}

.doctor_t2{
font-size: 1.6rem;
text-align: center;
letter-spacing: .1rem;
padding: 0 0 2vw;
color: #424242;
}

.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: linear-gradient(90deg, #607D8B 0%, #607D8B 100%);
color: #ffffff;
}

.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;
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: #e1e1e1;
}

.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 4vw 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: 80%;
display: inline-block;
}

.clinic2{
width: 100%;
font-size: 1.6rem;
line-height: 2;
text-align: center;
color: #595959;
margin: 0 0 3vw 0;
}

.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{
display: flex;
align-items: center;
justify-content: center;
}

.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: #257305;
letter-spacing: .1rem;
}

.clinic7{
padding: 0 4vw 0 4vw;
font-size: 1.3rem;
width: 95%;
margin: 0 auto 7vw;
text-align: center;
}

.clinic7 span{
color: #ff774e;
}

.yoyaku_btn {
    text-align: center;
    margin: 0 auto;
}    
 .yoyaku_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: linear-gradient(90deg, #d7b289 0%, #d7b289 100%);
    color: #ffffff;
}   
     
 .yoyaku_btn a span::after {
    content: "";
    background: url(../images/arrow-white.svg);
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 3vw;
    font-size: 1rem !important;
    color: #aedce0;
}    
.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: #e1e1e1;
position: relative;
}

.footer__wi{
background-size: contain;
width: 100%;
margin: 0 auto;
position: relative;
}

.footer__w p{
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: 10rem 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:#d7b289 !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: 60%;
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-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;
}

.subdoctor_t3{
font-size: 1.4rem;
text-align: center;
letter-spacing: .1rem;
color: #424242; 
}

.subdoctor_t4{
}













.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: #257305;
margin: 0 0 5vw 0;
color: #fff;
}

.doctor7 h3 {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .2rem;
    margin: 0 0 2vw 0;
    font-weight: 700;
    font-family: 'Zen Old Mincho', serif;
}

.doctor8 {
    background: #ffffff;
    /*border-radius: 10px;*/
    padding: 5vw 5vw;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.doctor9 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
    
.doctor10 {
}
    
.doctor11 {
    margin-bottom: 1.2rem;
}  

.doctor8 div:last-child div{
    margin-bottom: 0;
}





/*<!--medical-->*/

.subpage__w{
width: 100%;
background: #f9f7ef;
padding: 5vw 0 3vw;
}

.submedical__w{
width: 100%;
    margin: 0 auto 8vw;
    padding: 10vw 5vw 5vw;
    background: #fff;
    /*box-shadow: 15px 15px 5px #ededed;*/
}

.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 #257305;
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;
}


	.priceList {
		width: 100%;
		margin: 0 auto 0;
		display: flex;
		justify-content:space-between;
	}
	.priceList-header {
		width: calc(70% + 1px);
    background-color: #ebebeb;
    padding: 1vw 2vw;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    margin-right: -1px;
	}
	.priceList-date {
	width: calc(30% + 1px);
    background-color: #fff;
    padding: 1vw 2vw;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    margin-left: -1px;
	}
	.priceList-cap {
		width: 100%;
		margin: 0 auto;
		text-align: right;
	}
	.priceList-note {
	width: 100%;
    margin: 1vw auto 0;
    text-align: left;
	}
.h3_title {
    width: 100%;
    margin: 3px auto 0;
    font-size: 1.8rem;
    padding: 0 0 0 0.5em;
    background-color: white;
    letter-spacing: 1.6px;
    border-left: 6px solid #d7b289;
    margin-top: 60px;
    font-weight: 600;
    color: #d7b289;
}
.idealeye__w{
    margin: 0 0 6vw;
}   
    
.idealeye_w{
width: 100%;
    margin: 0 auto 8vw;
    padding: 3vw;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 5px #e8e8e8;
}   
.idealeye_ttl {
    text-align: center;
    font-size: 1.7rem;
    color: #705821;
    margin: 0 0 2vw;
}    
.idealeye{
width: 100%;
margin: 2vw auto;  
} 
.idealeye img {
width: 100%;
} 
.idealeye_txt_w {
    margin: 4vw 0 1vw;
}    
.idealeye_txt {
   width: 100%;
    text-align: center;
} 
    
/*TOPバナー*/ 
.bnr_w{
width: 95%;
margin: 3vw auto 3vw ;
border: solid 1px #d9d9d9;
/*box-shadow: 5px 5px 0px #dadada2b;  */
}    
.bnr_w img{
  width: 100%;
}      
}


/*sp*/




















@media screen and (max-width:750px) {


header {
position: fixed;
top: 0;
left: 0;
z-index: 3;
background: #fff;
transition: .3s;
align-items: center;
box-shadow: 0px 0px 5px 0px #eaeaea;
height: 10rem;
box-sizing: border-box;
}






/*<!--subpage h1-->*/
.subtitle__w{
margin: 0 auto;
width: 100%;
padding: 2.5vh 0 2vh 0;
}

.subtitle__w h1{
font-size: 2rem;
letter-spacing: 0.4rem;
text-align: center;
margin: 0 auto;
font-weight: 600;
color: #705821;
/*text-shadow: 1px 1px 2px rgb(117 117 117 / 80%);*/
}

.subtitle__w h1 span{
display: inline-block;
margin: 0 auto;

}

.h_doctor{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat right center;
background-size: cover;
width: 100%;    
}

.h_doctor h1 span::after{
content: "DOCTOR";
display: block;
font-size: 1rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
    margin: .5vw 0 0;    
}


.h_reservation{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat right center;
background-size: cover;
width: 100%;    
}

.h_reservation h1 span::after{
content: "RESERVATION";
display: block;
font-size: 1.2rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}

.h_menu{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat right center;
background-size: cover;
width: 100%;    
}

.h_menu h1 span::after{
content: "MENU";
display: block;
font-size: 1.2rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
} 
    
.h_eye{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat right center;
background-size: cover;
width: 100%;    
}

.h_eye h1 span::after{
content: "EYE";
display: block;
font-size: 1rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
 margin: .5vw 0 0;      
}     
    
.h_nosemouth{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat right center;
background-size: cover;
width: 100%;    
}

.h_nosemouth h1 span::after{
content: "NOSEMOUTH";
display: block;
font-size: 1rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
 margin: .5vw 0 0;      
}
    
.h_clinic{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat right center;
background-size: cover;
width: 100%;    
}

.h_clinic h1 span::after{
content: "CLINIC";
display: block;
font-size: 1rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
 margin: .5vw 0 0;      
}  
    
.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: 1rem;
letter-spacing: .2rem;
line-height: 1;
font-family: 'Zen Maru Gothic';
font-weight: 400;
color: #5a9542;
}

.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: #5a9542;
}



.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: #5a9542;
}

.h_access{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat right center;
background-size: cover;
width: 100%;    
}

.h_access h1 span::after{
content: "ACCESS";
display: block;
font-size: 1rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
 margin: .5vw 0 0;      
}  

.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_price{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat right center;
    background-size: cover;
    width: 100%;
}

.h_price h1 span::after{
content: "PRICE";
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-->*/


.subtitle2_w {
    width: 100%;
    margin: 0 0 8vw 0;
}
.subtitle2_w h2 {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: .3rem;
    line-height: 1;
    padding: 0 0 2.5vw 0;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, #d7b289 10%, #d7b289 100%);
    background-repeat: no-repeat;
    background-size: 5rem 0.2rem;
    background-position: bottom;
}
.subtitle2_w span{
    display: block;
    font-size: 1.6rem;
   text-align: center;
    margin: 1vw 0 0;
}  


.subtitle_h2{
text-align: center;
padding: 8vw 0 5vw;
}


.subtitle_h2 h2{
letter-spacing: .2rem;
    font-size: 1.7rem;
    display: inline-block;
    font-weight: bold;
}



.subtitle_h2 h2 span{

}
.subtitle_h2 h2 span::after{
content: "";
border-bottom: solid 3px #d7b289;
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{
background: #ffffff;
    margin: 0 auto;
    padding: 0 5vw;
}

.submap_box{

}

.submap_gmap{
width: 100%;
height: 70vw;

}

.submap_gmap iframe{
width: 100%;
height: 70vw;

}

.submap_link{
padding: 4vw 0;
    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: #d7b289;
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 4vw 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: 50%;
text-align: center;
}

.footer_sitemap__w ul li a{
display: block;
padding: 1vw 1vw;
font-size: 1.3rem;
color: #4c4c4c;
transition: .3s;
width: 100%;
text-align: center;
}













.footer_sitemap__w ul li a:hover,
.footer_sitemap__w ul li a:active{
opacity: .7;
}

.footer_logo{
width: 100%;
margin: 0 auto;
padding: 10vw 0 10vw;
text-align: center;
}

.footer_logo img{
width: 30%;
}





/* <!--PC 申込ボタン--> */
.btn_pagetop{
position: fixed;
bottom: 21vw;
right: 2vw;
z-index: 1;
opacity: .7;
}

.btn_pagetop a{
width: 8vw;
height: 8vw;
border-radius: 2px;
padding: 1vw 1vw;
display: table-cell;
color: #868686;
text-align: center;
font-size: 1.2rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.5;
background: #fff;
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{
width: 100%;
padding: 0 0 3rem;
}
.accessmap1{
width: 90%;
text-align: center;
margin: 0 auto;
}
.accessmap1 img{
width: 100%;
border-radius: 3px;
}









.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.png") 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.png") 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.png") 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 #fff;
}

.accessinfo_tbl th{
width: 30%;
padding: 20px 0;
vertical-align: middle;
background: #f4f4f4;
font-size: 1.4rem;
}

.accessinfo_tbl td{
    width: 70%;
    padding: 20px 15px;
    font-size: 1.4rem;
   background: #fdfdfd;
}



.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{
    margin: 0 0 2vw;
    padding-left: 1em;
text-indent: -1em;
    }

.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_w {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0 40px;
}
.subpage1{
width: 90%;
    margin: 0 auto;
    background: #fff;
}

.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;
}
.subpage3 div.subpage30:last-child {
    width: 100%;
    margin: 0;
}    
.subpage3 div.subpage33:last-child {
    width: 100%;
    margin: 0;
}
.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: 3vw 3vw;
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: 1.5rem;
height: 1.5rem;
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%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subpage7 ul{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
    margin-bottom: 30px;    
}

.subpage7 ul li{
position: relative;
margin-top: -1px;
    margin-left: -1px;
    width: calc(100% / 2 + 1px);
}

.subpage7 ul li:last-child{

}


.subpage7 ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1;
    position: relative;
    border: 1px solid #795548;
    padding: 3vw 2vw 3vw 2vw;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
    text-align: left;
    color: #795548;
}
.subpage7 ul li a .icon {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subpage7 ul li a .icon::before {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    content: "";
    border-right: 1px solid #795548;
    border-bottom: 1px solid #795548;
    transform: rotate(45deg);
}

.subpage7 ul li a span{
position: relative;
width: 100%;
}



.subpage8{
width: 100%;
margin: 0 0 5vw 0;
}

.subpage8 h3{
font-size: 1.8rem;
letter-spacing: .1rem;
line-height: 1.2;
padding-left: 3vw;
position: relative;
font-weight: 700;
}

.subpage8 h3::before{
border-left: 2px solid #d7b289;
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: -2rem 0 0 0;
    background: #897f6a;
    color: #fff;
    text-align: center;
    padding: 1.4vw 2vw;
    position: absolute;
    border-radius: 2px;
    font-size: 1.4rem;
    line-height: 1;  
}

.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;
}


.subpage26 {
    width: 100%; /* 外側の div を親要素に合わせる */
    height: 80px;
    /*padding-top: 9.0909%; 画像の縦横比に合わせた値（高さを設定） */
    
    /*border: 1px solid #d7b289;*/
    
    display: flex;
    align-items: center;
    justify-content: center;
        position: relative;
}

.menu01 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu01.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: left;
        /*border: solid 1px #d7b289;*/
} 
.menu02 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu02.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: left;
     /*border: solid 1px #d7b289;*/
}
.menu03 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu03.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: left;
     /*border: solid 1px #d7b289;*/
}
.menu04 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu04.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: left;
     /*border: solid 1px #d7b289;*/
}   
.menu05 {
    background: linear-gradient(180deg, #79554869 0%, #79554869 100%), url(../images/img_menu05.jpg);
    background-size: cover; /* 画像を幅いっぱいに表示 */
    background-repeat: no-repeat; /* 背景画像を繰り返し表示しない */
    background-position: left;
     /*border: solid 1px #d7b289;*/
}    
.subpage27 {
    font-size: 2.2rem;
    font-weight: 400;
        
}
a.img-link {
    color: #fff;
    width: 100%;

}
a.img-link .subpage26 .icon {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}    
a.img-link .subpage26 .icon::before {
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}    
.subpage28{
    font-size: 1.7rem;
    line-height: 1.5;
    line-height: 1.2;
    margin-bottom: 1.5vw;
    color: #99734a;
    border-bottom: 1px #d7b289 dotted;
    padding-bottom: 1.5vw;
        
}     
.subpage29 {
    margin: 3vw auto 5vw;
    display: flex;
    justify-content: space-between;
}
    
    
.subpage29 .before, .subpage29 .after {
    width: 45%;
}
.subpage29 .img-area {
    position: relative;
    text-decoration: none;
}   
.subpage29 .img-area img{
    width: 100%;
    border: solid 1px #de998b;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px;
    background: #fff4ed;
}  
.subpage29 .before .img-area::after {
    background: url(../images/ic_arrow_orange.svg);
    background-size: cover;
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    left: calc(100% + 8px);
}     
.subpage29 .img-area2 {
    position: relative;
    text-decoration: none;
}      
.subpage29 .img-area2 img{
    width: 100%;
    border: solid 1px #de998b;
    border-radius: 10px;
    overflow: hidden;
}     
.subpage29 .before .img-area2::after {
    background: url(../images/ic_arrow_orange.svg);
    background-size: cover;
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    left: calc(100% + 8px);
} 
    
.subpage30 {
    width: 100%;
    margin: 0 0 4vw;
}

.subpage31 {
    width: 100%;
    margin: 0 0 40px;
}    
.subpage31 h3{
  background: #f5f5f5;
  padding: 0.5em;
   font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 1.2;
} 
.subpage32 {
    width: 100%;
    margin: 0 0 4vw 0;
}
  .subpage32 h4 {
      width: 100%;
  background: #f5f5f5;
    line-height: 1.4;
    font-size: 1.6rem;
    border-bottom: 1px #ccc solid;
    font-weight: 500;
    position: relative;
    padding: 1vw 1vw 1vw 2em;
    display: inline-block;
}

.subpage32 h4 span {
    width: 1.6rem;
    /* height: 1.5rem; */
    z-index: 0;
    top: 1vw;
    left: 2vw;
    display: inline-block;
    position: absolute;
} 
.subpage32 h4 p{
    font-size: 1.6rem;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: .1rem;
    border-radius: 5px;

}
.subpage33 {
    width: 100%;
    margin: 0 0 5vw 0;
}  
.subpage34{
    width: 100%;
}     
.subpage34 span{
    font-size: 1.4rem;
    margin-bottom: 1vw;
    color: #99734a;
    /* border: 1px solid #c9c9c9; */
    padding-bottom: 10px;
    display: inline-block;
    padding: .5vw 1vw .5vw 1vw;
    background: #f6f6f6;
}     
.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.png) 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%;
}

/*feature*/






.footer_timetable_tbl{
width: 100%;
background: #fff;
border-spacing: 0;
border-collapse: separate;
border-radius: 10px;
}

.footer_timetable_tbl td{
border-right: 1px solid #bcbcbc;
border-bottom: 1px solid #bcbcbc;
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: #848484;
color: #fff;
border-left: 1px solid #487b25 !important;
}

.footer_timetable2{
width: 11%;
text-align: center;
padding: 2vw 1vw;
background: #848484;
color: #fff;
}

.footer_timetable3{
text-align: center;
padding: 2vw 1vw;
background: #e4e4e4;
border-left: 1px solid #bcbcbc !important;
font-family: 'Poppins', sans-serif;    
}

.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: #d7b281;
}

.footer_timetabletxt2{
color: #ee7b41;
}

.footer_timetabletxt3{
color: #387d39;
}

.footer_timetabletxt4{
color: #ee7b41;
}

.footer_timetabletxt5{
color: #ee7b41;
}

.footer_timetabletxt6{
color: #6f6f6f;
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: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d7b289;
    border-right: 1px #e3d6c8 solid;
}

.spfooternav1 a{
    padding: 2vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.2; 
}

.spfooternav1 a span{
}

.spfooternav1 a span::before{
    content: "";
    background: url("../images/ic_tel_white.svg") no-repeat;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 auto 2vw;
}

.spfooternav2{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d7b289;
  border-right: 1px #e3d6c8 solid;
}

.spfooternav2 a{
padding: 2vh 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 1.3rem;
color: #fff;
line-height: 1.2;    
}

.spfooternav2 a span.b{
font-size: 1.6rem;
}

/*.spfooternav2 a span::before{
    content: "";
    background: url(../images/ic_yoyaku_w.svg) no-repeat;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 auto 2vw;
}*/

.spfooternav3{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d7b289;
  border-right: 1px #e3d6c8 solid;
}

.spfooternav3 a{
padding: 2vh 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 1.1rem;
color: #fff;
line-height: 1.2;    
}

.spfooternav3 a span{

}

.spfooternav3 a span::before{
content: "";
background: url("../images/ic_ig_w.svg") no-repeat;
display: block;
width: 2.5rem;
height: 2.5rem;
/*margin: 0 auto 2vw;*/
}

.spfooternav4{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d7b289;
  border-right: 1px #e3d6c8 solid;
}

.spfooternav4 a{
padding: 2vh 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 1.1rem;
color: #fff;
line-height: 1.2;    
}

.spfooternav4 a span{

}

.spfooternav4 a span::before{
content: "";
background: url("../images/ic_tw_w.svg") no-repeat;
display: block;
width: 2.5rem;
height: 2.5rem;
/*margin: 0 auto 2vw;*/
}    
    
.spfooternav5{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d7b289;
}

.spfooternav5 a{
padding: 2vh 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 1.1rem;
color: #fff;
line-height: 1.2;    
}

.spfooternav5 a span{

}

.spfooternav5 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;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
letter-spacing: 0.1rem;
margin: 0 0 0 0;
line-height: 1;
color: #ffffff;     
}*/




/* <!--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 0 18vw 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.png) no-repeat;
display: block;
width: 10vw;
height: 10vw;
margin: 0 auto;
background-size: cover;
}
.streetview__w h2 span::after{
color: #5a9542;
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;
}





.topfeature__w{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 4rem 0;
}


.topfeature1{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}

.topfeature2{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
}

.topfeature3{
width: 100%;
}

.topfeature3 img{
width: 100%;
}

.topfeature3-2{
order: 1;
}

.topfeature4{
  width: 100%;
  padding: 0 5%;
  order: 2;
}

.topfeature5{
  font-size: 2rem;
  font-weight: 700;
}

.topfeature5-1 span::before{
  content: "1";
  font-size: 6rem;
  display: block;
  border-bottom: solid 1px #00a8b8;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #00a8b8;
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
}

.topfeature5-2 span::before{
    content: "2";
  font-size: 6rem;
  display: block;
  border-bottom: solid 1px #00a8b8;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #00a8b8;
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
}

.topfeature5-3 span::before{
    content: "3";
  font-size: 6rem;
  display: block;
  border-bottom: solid 1px #00a8b8;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #00a8b8;
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
}

.topfeature5-4 span::before{
    content: "4";
  font-size: 6rem;
  display: block;
  border-bottom: solid 1px #00a8b8;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #00a8b8;
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
}

.topfeature5-5 span::before{
    content: "5";
  font-size: 6rem;
  display: block;
  border-bottom: solid 1px #00a8b8;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #00a8b8;
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900; 
}

.topfeature6{
    line-height: 2;
}


.topfeatureh{
width: 100%;
text-align: center;
}

.topfeatureh h2{
font-size: 2.2rem;
font-weight: 600;
letter-spacing: .3rem;
}

.topfeatureh span::before{
content: "Feature";
display: block;
width: 100%;
text-align: center;
font-size: 1.3rem;
letter-spacing: .4rem;
transform: scaleY(1.3);
font-weight: 900;
color: #009a3e;
}

.topfeature7{
width: 100%;
}

.topfeature7 a{
display: inline-block;
text-align: center;
padding: .7rem 4rem;
border: 1px solid #390b0b;
background: #fff;
}

.topfeature7 a span::before{
content: "→";
display: inline-block;
margin: 0 1rem 0 0;
}


.banner__w {
    width: 100%;
    padding: 4vw 0 4vw 0;
    background: #e3d6c8;
}
.banner_w {
    margin: 0 auto 0;
    width: 65%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.banner {
    width: calc(100% / 3 - 8vw);
    filter: drop-shadow(0px 0px 8px #fff);
}    
.banner a{
    display: block;
}
.banner a img{
    width: 100%;
}     
    
    
.preparation{
font-size: 2rem;
line-height: 1.4;
font-weight: 700;  
text-align: center;
margin: 3vw auto;
letter-spacing:.5rem;
padding: 10vw 0 10vw;    
}     
}
/* sp*/

















@media print and (min-width:1px) {
 /*common*/
body{
min-width: 1200px;
}

.footer_border{
border: solid 20px #257305;
}

a[href^="tel:"] {
pointer-events: none;
}

.anchor{
display: block;
padding-top: 120px;
margin-top: -120px;
}

.bg100{
background: #f9f7ef;
}

.doctorhistory__w .bg100 {
    padding: 5rem 0;
}

  

/*<!--header-->*/
header{
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px 0;
position: fixed;
top: 0;
left: 0;
z-index: 3;
background: #fff;
transition: .3s;
height: 120px;
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);    
}

.header__w{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}

.header_logo{
height: auto;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;

}

.header_logo h1{
text-align: center;
}

.header_logo h1 a{
margin: auto;
width: 100%;
}


.header_logo h1 a img{
display: inline-block;
height: 95px;
width: 100%;    
}

.header_txt{
width: auto;
    position: absolute;
    padding: 0 20px;
    left: 50px;
    font-size: 2rem;
    border: 1px solid #d7b289;
    border-radius: 5px;
    color: #d7b289;
    background: #fffaf4;
    line-height: 2;
}

.header_txt img{
width: 100%;
}
/*
.header_nav{
order: 3;
width: 60px;
height: 60px;
}*/

.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;
}


.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;
margin:120px 0 0;
width: 100%;
height: calc(100vh - 259px);
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;
}

.topimage_layer{
position: absolute;
right: 0%;
top: 210px;
width: 60%;
z-index: 2;    
}
.topimage_layer img{
max-width: 900px;
display: block;
width: 100%;
}    
.topimage_layer2 {
    position: absolute;
    right: 0%;
    top: 400px;
    width: 40%;
    z-index: 1;
}
.topimage_layer2 img{
max-width: 600px;
display: block;
width: 100%;
}    
.topimage_layer3 {
    position: absolute;
    right: 2%;
    top: 20px;
    width: 20%;
    z-index: 2;
}
.topimage_layer3 img{
max-width: 230px;
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;
    opacity: .95;
}

.slick_box1{
width: 100%;
text-align: center;
padding: 0 0 10px 0;
letter-spacing: .3rem;
font-size: 2.5rem;
}

.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;
}

.slick_box5{
width: 100%;
text-align: center;
margin: 0 0 20px 0;
}

.slick_box5 a{
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 .5rem 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: linear-gradient(90deg, #1da353 0%, #009a3e 100%);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: .8rem 0;
  font-size: 1.4rem;
  transition: .3s;
  box-shadow: 3px 3px 10px #8ec7a5;
}

.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:#faf8f5;
padding: 60px 0 80px 0;
}

.news__wi{
width: 1200px;
margin: 0 auto;
padding:5rem 0;
display: flex;
justify-content: space-between;
background: #fff;
border: 1px solid #d7b289;    
}

.news__w h2{

width: 250px;
text-align: center;
}

.news__w h2 span{
display: inline-block;
margin: 0 auto;
font-weight: 700;
color: #d7b289;
font-size: 2.5rem;
letter-spacing: 0.2rem;
line-height: 1.3;    
}



.news_kiji__w{
width: 75%;
border-top: 1px solid #e8e8e8;
height: 360px;
overflow-y: scroll;
margin: 0 30px 0 0;    
}

.kiji__w{
border-bottom: 1px solid #e8e8e8;
padding: 2.5rem 2rem;;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: flex-start;
align-items: center;
}

.kiji_d{
/*font-size: 1.4rem;
color: #797979;
display: inline-block;
width: 18%;*/
width: 100%;
font-size: 1.4rem;
color: #797979;  
margin-bottom: .5rem;    
}

.kiji_h{
/*font-size: 1.7rem;
display: inline-block;
width: 60%;
font-weight: 600;*/
width: 100%;
font-size: 1.8rem;
font-weight: 800;  
margin-bottom: .3rem;   
}

.kiji_t{
/*width: 100%;
font-size: 1.6rem;*/
width: 100%;
font-size: 1.6rem;    
}

/*<!--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: #faf8f5;
}

.medical__wi{
width: 800px;
margin: 0 auto;
padding: 8rem 0;
}

.medical__w h2{
font-size: 3rem;
font-weight: 600;
letter-spacing: .2rem;
width: 100%;
text-align: center;
}


.medical__w h2 span::before{
content: "Stymptom";
display: block;
width: 100%;
text-align: center;
font-size: 1.6rem;
letter-spacing: .4rem;
transform: scaleY(1.3);
font-weight: 900;
color: #009a3e;
}


.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: 100%;
margin: 0 auto;
}

.topsubject_box{
  width: 30%;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 3rem 0;
}

.topsubject_box:hover{
opacity: .7;
}


.topsubject_t{
  width: 100%;
  padding: 2.5rem 0;
  display: flex;
  height: 100%;
  background: #ffffff;
  transition: all .3s;
  border: 1px solid #009a3e;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 7px #d2e9db;
  border-radius: 5px;
}

.topsubject_t span{
position: relative;
text-align: center;
display: inline-block;
font-size: 2.2rem;
line-height: 1.4;
letter-spacing: .15rem;
font-weight: 700;
}

.topsubject_t span:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto 1.5rem;
}

.topsubject_t--01 span:before {
  background-image: url("../images/ic1.svg");
}

.topsubject_t--02 span:before {
  background-image: url("../images/ic2.svg");
}

.topsubject_t--03 span:before {
  background-image: url("../images/ic3.svg");
}

.topsubject_t--04 span:before {
  background-image: url("../images/ic4.svg");
}

.topsubject_t--05 span:before {
  background-image: url("../images/ic5.svg");
}

.topsubject_t--06 span:before {
  background-image: url("../images/ic6.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: #f5f5f5;
padding: 10rem 0;
}

.doctor__wi{
width: 1100px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

.doctor_i{
width: 350px;
}
.doctor_img{
padding: 0 0 30px;
}
.doctor_img img{
width: 100%;
border-radius: 10px;
}
.clinic_name{
    font-size: 2rem;
    text-align: center;
    letter-spacing: .05rem;
    color: #424242;
    padding: 0 0 5px;
}    
.doctor_t{
width: 650px;
}

.doctor_t1{
font-size: 2.5rem;
letter-spacing: .3rem;
padding: 12px 0 25px;
color: #607d8b;
font-weight: 700;
line-height: 1.6;
text-align: center;    
}

.doctor_t2{
font-size: 2.2rem;
text-align: center;
letter-spacing: .05rem;
color: #424242;
}

.doctor_t3{
line-height: 2;
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: linear-gradient(90deg, #607D8B 0%, #607D8B 100%);
    color: #fff;
    text-align: center;
    padding: 15px 0;
    transition: .6s;
    position: relative;
    font-size: 1.6rem;
    width: 240px;
  /*box-shadow: 3px 3px 10px #8ec7a5;*/
}

.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: #e1e1e1;
}

.clinic__w{
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 70px 0;
flex-wrap: wrap;
align-items: flex-start;
}

.clinic_box1{
width: 550px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.clinic_box2{
width: 560px;
}

.clinic_box2 iframe{
width: 100%;
height: 500px;
border-radius: 10px;
}

.clinic1{
width: 100%;
margin: 0 auto 30px;
text-align: center;
}

.clinic1 img{
width: 80%;
margin: 0 auto;
}

.clinic2{
width: 100%;
font-size: 2rem;
line-height: 1.3;
text-align: center;
margin: 0 0 20px 0;
}

.clinic2 span{
font-size: 2.8rem;
color: #ffa37c;
font-weight: bold;
}

.clinic3{ 
width: 100%;
margin: 0 0 25px 0;
text-align: center;
line-height: 1.5;
}

.clinic4{
margin: 0 auto 20px;
}

.clinic4 a{
font-size: 4rem;
line-height: 1.4;
font-weight: 700;
}

.clinic4 span{
display: flex;
align-items: center;    
}

.clinic4 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 1rem 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: #257305;
letter-spacing: .3rem;
}

.clinic7{
font-size: 1.6rem;
width: 100%;
text-align: center;
margin: 0 0 25px 0;    
}

.yoyaku_btn {
    text-align: center;
    margin: 0 auto;
}    
 .yoyaku_btn a {
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(90deg, #d7b289 0%, #d7b289 100%);
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    transition: .6s;
    position: relative;
    font-size: 1.6rem;
    width: 240px;
}   
     
 .yoyaku_btn a 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;
}   

.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: #e1e1e1;
position: relative;
}

.footer__wi{
background-size: contain;
width: 1200px;
margin: 0 auto;
position: relative;
}

.footer__w p{
font-size: 1.2rem;
text-align: center;
padding: 0 0 30px 0;
}

.footer_sitemap__w{
}

.footer_sitemap__w ul{
text-align: center;
padding: 0 0 20px;
}

.footer_sitemap__w ul li{
display: inline-block;
}

.footer_sitemap__w ul li a{
display: inline-block;
padding: 5px 0px;
text-align: center;
font-size: 1.7rem;
margin: 0 10px 0 10px;
border-radius: 5px;
transition: .3s;
}

.footer_sitemap__w ul li a:hover,
.footer_sitemap__w ul li a:active{
opacity: .7;
}

.footer_logo{
width: 300px;
margin: 0 auto;
padding: 30px 0 30px;
}

.footer_logo img{
width: 100%;
}

.btn_pagetop{
position: absolute;
bottom: 55px;
right: 60px;
z-index: 1;
}

.btn_pagetop a{
width: 60px;
height: 60px;
border-radius: 2px;
padding: 20px 20px;
display: table-cell;
color: #868686;
text-align: center;
font-size: 1.4rem;
position: relative;
letter-spacing: .1rem;
vertical-align: middle;
line-height: 1.5;
background: #fff;
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;
}























/* subtitle */
.subtitle__w{
margin: 0 auto 0;
height: 280px;
padding: 100px 0 0 0;
font-weight: 700;
}

.subtitle__w h1{
font-size: 3.5rem;
letter-spacing: 1rem;
text-align: center;
margin: 0 auto;
font-weight: 700;
color: #705821;
}

.subtitle__w h1 span{
display: inline-block;
margin: 0 auto;
}

.h_doctor{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.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-weight: 400;
color: #705821;
}

.h_reservation{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 178 137) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_reservation h1 span::after{
content: "RESERVATION";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}

.h_menu{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_menu h1 span::after{
content: "MENU";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}

.h_clinic{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_clinic h1 span::after{
content: "CLINIC";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}
    
.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: #5a9542;
}

.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: #5a9542;
}



.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: #5a9542;
}
.h_access{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_access h1 span::after{
content: "ACCESS";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}


.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_price{
background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(215 194 171) 100%) fixed, url(../images/subtitle_bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

.h_price h1 span::after{
content: "PRICE";
display: block;
font-size: 1.7rem;
letter-spacing: .2rem;
line-height: 1;
font-weight: 400;
color: #705821;
}





.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: 18px 0 18px 30px;
font-size: 1.6rem;
margin-top: 15px;
}

.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:#d7b289  !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{
letter-spacing: .3rem;
    font-size: 2.8rem;
    display: inline-block;
    font-weight: bold;
}

.subtitle_h2 h2 span{
}

.subtitle_h2 h2 span::after{
content: "";
    border-bottom: solid 4px #d7b289;
    width: 30px;
    display: block;
    margin: 15px 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;
padding: 60px 0 0;
}

.subdoctor_i{
width: 300px;
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;
}

.subdoctor_t3{
font-size: 1.8rem;
text-align: center;
letter-spacing: .2rem;
color: #424242;
}

.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: #257305;
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;
}

.doctor7 h3 {
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: .4rem;
    font-weight: 700;
    font-family: 'Zen Old Mincho', serif;
}
.doctor8 {
    background: #ffffff;
    /*border-radius: 10px;*/
    padding: 40px 50px;
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 2;
    font-size: 1.7rem;
}
.doctor9 {
    width: 100%;
    margin: 0 auto 4px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
}
.doctor10 {
    margin-right: 4rem;
    color: #888;
}
.doctor11 {
    margin-bottom: 1.7rem;
}
















/* subpage */

.subpage__w{
width: 100%;
background: #f9f7ef;
padding: 80px 0 30px;
}

.submedical__w{
    width: 1200px;
    margin: 0 auto 80px;
    padding: 80px 90px 80px;
    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 #257305;
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;
padding: 40px 0;   
}

.submap_link a{
display: inline-block;
border-radius: 5px;
background: #d7b289;
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: 1rem 0;
background: #fff;
}

.topnavmt{
margin: 120px 0 0 0 !important;
}

.topnav__w ul{
display: flex;
justify-content: space-between;
width: 1100px;
margin: 0 auto;
}

.topnav__w ul li{
width: 182px;
text-align: center;
}

.topnav__w ul li a{
width: 100%;
padding: 24px 5px;
display: block;
font-size: 2rem;
background: #fff;
transition: .6s;
border-radius: 3px;
letter-spacing: .05rem;
position: relative;    
}
.topnav__w ul li a:hover:before {
    width: 100%;
}    
.topnav__w ul li a::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #d7b289;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    transition: all .3s ease 0s;
    transform: translateX(-50%);
}
.topnav__w ul li a:hover{
opacity: .7;
}

.topnav__w ul li a span{
}


.accessmap__w{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* margin: 30px 0 0 0; */
    flex-direction: column;
}
.accessmap1{
width: 70%;
text-align: center;
margin: 0 auto;
}
.accessmap1 img{
width: 100%;
}










/*<!--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.png") 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.png") 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.png") 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: #f4f4f4;
}

.accessinfo_tbl td{
width: 70%;
padding: 30px 40px;
background: #fdfdfd;
}



.traffic__w{}

.traffic_box{
}
.traffic1{
  font-size: 1.6rem;
    margin: 0 0 8px 0;
    background: #d7b289;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 3px;
}
.traffic1 span{}
.traffic1 span::before{
}
.traffic2{
        line-height: 2; 
    padding-left: 1em;
text-indent: -1em;
    }

.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.png");
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;
}

.feature1{
width: 100%;
height: 400px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}

.feature2{
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.feature3{
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;
}

.feature4{
width: 100%;
font-size: 3.6rem;
font-weight: 700;
margin: 0 0 30px 0;
color: #0071bf;
text-align: center;
line-height: 1.4;
}

.feature5{
width: 100%;
font-size: 2.1rem;
text-align: center;
}

.feature6{
width: 400px;
position: absolute;
right: 0;
}


.feature6 img{
width: 100%;
margin: 30px 0 0 -40px;
border-radius: 20px;
}

.feature7{
width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}

.feature8{
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;
}

.feature9{
width: 400px;
position: absolute;
left: 0;
}


.feature9 img{
width: 100%;
margin: 40px 0 0 40px;
border-radius: 20px;
}

.feature10{
width: 620px;
background: #fff;
padding: 60px 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
height: 31rem;
border-radius: 3px;
position: relative;
}

.feature11{
width: 400px;
position: absolute;
right: 0;
}

.feature11 img{
width: 100%;
margin: 40px 0 0 -40px;
border-radius: 20px;
}

.feature12{
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;
}

.feature13{
width: 400px;
position: absolute;
left: 0;
}

.feature13 img{
width: 100%;
margin: 40px 0 0 40px;
border-radius: 20px;
}


.feature14{
width: 100px;
position: absolute;
top:-30px;
left: -30px;
}

.feature14 img{
width: 100%;
}

.feature15{
width: 100px;
position: absolute;
top:-30px;
right: -30px;
}

.feature15 img{
width: 100%;
}




/*feature*/






.footer_timetable_tbl{
width: 100%;
background: #fff;
border-spacing: 0;
border-collapse: collapse;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;   
}

.footer_timetable_tbl td{
border: 1px solid #bcbcbc;
font-size: 1.8rem;
vertical-align: middle;
line-height: 1.3;
letter-spacing: 0; 
}

.footer_timetable1{
width: 23%;
text-align: center;
padding: 1rem .5rem;
background: #848484;
color: #fff;
}

.footer_timetable2{
width: 11%;
text-align: center;
padding: 1rem .5rem;
background: #848484;
color: #ffffff;
}

.footer_timetable3{
text-align: center;
padding: 1rem .5rem;
background: #e4e4e4;
font-family: 'Poppins', sans-serif;       
}

.footer_timetable4{
text-align: center;
padding: 1rem .5rem;
}

.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: #d7b281;
}

.footer_timetabletxt2{
color: #ee7b41;
}

.footer_timetabletxt3{
color: #387d39;
}

.footer_timetabletxt4{
color: #ee7b41;
}

.footer_timetabletxt5{
color: #ee7b41;
}

.footer_timetabletxt6{
color: #6f6f6f;
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.png") 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: #5a9542;
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;
}








.topfeature__w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
padding: 8rem 0 11rem;
}


.topfeature1{
width: 1300px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
}

.topfeature2{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
}

.topfeature3{
width: 680px;
}

.topfeature3 img{
width: 100%;
}

.topfeature3-2{
order: 2;
}

.topfeature4{
width: 560px;
}

.topfeature5{
font-size: 3.2rem;
font-weight: 700;
letter-spacing: .3rem;
padding: 2rem 0 0 0;
}


.topfeature5-1 span::before{
content: "1";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature5-2 span::before{
content: "2";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature5-3 span::before{
content: "3";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature5-4 span::before{
content: "4";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature5-5 span::before{
content: "5";
font-size: 9rem;
display: block;
border-bottom: solid 1px #00a8b8;
line-height: 1.2;
margin: 0 0 4rem 0;
color: #00a8b8;
font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
font-weight: 900; 
}

.topfeature6{
line-height: 2.6;
font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New";
font-weight: 500;
}

.topfeatureh{
width: 100%;
text-align: center;
}

.topfeatureh h2{
font-size: 3rem;
font-weight: 600;
letter-spacing: .5rem;
}

.topfeatureh span::before{
content: "Feature";
display: block;
width: 100%;
text-align: center;
font-size: 1.6rem;
letter-spacing: .4rem;
transform: scaleY(1.3);
font-weight: 900;
color: #009a3e;
}

.topfeature7{
width: 100%;
}

.topfeature7 a{
display: inline-block;
text-align: center;
padding: .7rem 4rem;
border: 1px solid #390b0b;
background: #fff;
}

.topfeature7 a span::before{
content: "→";
display: inline-block;
margin: 0 1rem 0 0;
}




/*サイドボタン動き*/
.side_anm{
  transform: translate(50px, 0px);
  opacity:0;
  transition:opacity 1s,transform 0.5s;
}
.fadein{
  opacity:1;
  transform: translate(0px, 0px);
}
    
.side_yoyaku {
    position:fixed;
  display:block;
    right: 0;
    top: 25%;
    z-index: 999;
}
.side_yoyaku1 a {
    width: 75px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-color: #d7b289;
    padding-top: 20px;
    line-height: 1.2;
    position: relative;
    border-radius: 8px 0 0 8px;
    margin: 0 0 10px;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    
}

.side_yoyaku2 a {
    width: 75px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-color: #d7b289;
    padding-top: 20px;
    line-height: 1.2;
    position: relative;
    border-radius: 8px 0 0 8px;
        box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
 
.side_yoyaku1 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 auto 0.2vw;
    background: url("../images/ic_web.svg") no-repeat;
    background-size: contain;
}  
.side_yoyaku2 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 auto 0.2vw;
    background: url("../images/ic_counseling.svg") no-repeat;
    background-size: contain;
}  
   
    .btn_txt{
width: 1em;
   margin: 40px auto 0;
   padding: 5px 0 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    word-break: break-all;
        font-size: 2rem;
    }
.banner__w {
    width: 100%;
    padding: 40px 0 40px 0;
    background: #e3d6c8;
}
.banner_w {
    margin: 0 auto 0;
    width: 450px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}
.banner {
    width: calc(100% / 4 - 40px);
    filter: drop-shadow(0px 0px 8px #fff);
}

    
.preparation{
font-size: 4rem;
line-height: 1.4;
font-weight: 700;  
text-align: center;
margin: 3vw auto;
letter-spacing:.5rem;
}  

    
    
    
	.priceList {
		width: 850px;
		margin: 0 auto 0;
		display: flex;
		justify-content:space-between;
	}
	.priceList-header {
		width: calc(70% + 1px);
		background-color: #f5f5f5;
		padding: 10px 20px;
        border: 1px solid #ccc;
        margin-bottom: -1px;
        margin-right: -1px;
	}
	.priceList-date {
		width: calc(30% + 1px);
		background-color: #fff;
		padding: 10px 20px;
		text-align: right;
        display: flex;
    align-items: center;
    justify-content: flex-end;
        border: 1px solid #ccc;
        margin-bottom: -1px;
        margin-left: -1px
	}
	.priceList-cap {
		width: 850px;
		margin: 0 auto;
		text-align: right;
	}
	.priceList-note {
		width: 850px;
		margin: 0 auto;
		text-align: left;
		font-size: 0.8em;
	}    
    
.h3_title{
   width: 850px;
    margin: 3px auto 0;
    font-size: 2.3rem;
    padding: 0 0 0 0.8em;
    background-color: white;
    letter-spacing: 1.6px;
    border-left: 6px solid #d7b289;
    margin-top: 60px;
    font-weight: 600;
    color: #d7b289;
    }   
    
nav.NavMenu {
    display: none;
}

  }  