/* -----------@main------------- */
body.loading{
    cursor: progress;
}
body.dragging{
    overflow: hidden;
}
.es_wrap{
    padding: 0 4vw 0 15vw;
}
.esbtn{
    padding: 2rem 0;
}
.esbtn a{
    color: #78a6c4;
    font-weight: bolder;
}
.esbtn span{
    display: inline-block;
    margin: 0 0 0 .5rem;
}
.esbtn .arrow{
    position: relative;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    display: inline-block;
    transform: scale(.8)
}
.esbtn .arrow:before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #78a6c4;
    display: block;
    top: 50%;
    margin: -1px 0 0 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform .3s;
}
.arrow i{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.esbtn .arrow i{
    transform: translateX(-15px);
    transition: transform .3s;
}
.arrow i:before,
.arrow i:after{    
    content: '';
    position: absolute;
    top: 0.5rem;
    right: -0.3rem;
    width: 1.2rem;
    height: 2px;
    background-color: #78a6c4;
    display: block;
    transform: rotate(45deg);
    transition: background-color .3s;
}
.arrow i:after{
    top: 1.3rem;
    transform: rotate(-45deg);
}
.navactive{
    cursor: pointer;
    transition: transform 0.3s;
}
.navactive .arrow{
    transform: scale(0.5) rotate(90deg);
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 15%;
    left: 50%;
    margin: 0 0 0 -1rem;
    transition: transform 0.3s;
}
.barline{
    height: 20vh;
    width: 1px;
    background-color: #a1c6df;
    bottom: 5rem;
    bottom: calc(4vw + 5rem);
    left: calc(4vw + 1.5rem);
    transition: background-color .3s;
    overflow: hidden;
}
.barline i{
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #1e5a80;
    top: 0;
    left: 0;
    transform-origin: 0 0;
}
header.scroll .navactive .arrow{
    transform: scale(0.5) rotate(-90deg);
}
#mobilelogo{
    display: none;
}
.navactive:hover{
    transform: scale(1.1);
}
.navactive .arrow i:before, 
.navactive .arrow i:after{
    right: 0.3rem;
}

.esbtn:hover .arrow:before{
    transform: scaleX(1);
}
.esbtn:hover i{
    transform: translateX(0);
}
.circle_btn a{
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    text-align: center;
    background-color: #78a6c4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    transition: transform .3s;
}
.circle_btn a:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #1e5a80;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: transform .3s;
}
.circle_btn a:hover:before{
    transform: scale(1);
}
.circle_btn a:hover{
    transform: scale(1.1);
}
.circle_btn span{
    position: relative;
    z-index: 1;
}
.circle_btn.ghost a{
    background-color: #e9f6ff;
    border: 1px solid #78a6c4;
    color: #78a6c4;
}
.circle_btn.ghost a:hover{
    color: #fff;
}
.page_normal{
    padding: 10rem 0 0;
}
.page_normal figure{
    overflow: hidden;
    border-radius: 10px;
    background-color: #efefef;
}
.page_normal figure img{
    width: 100%;
}
/* -----------@header------------- */
.eslogo{
    left: 4vw;
    top: 4vw;
}
.eslogo svg{
    fill: #78a6c4;
    width: 4rem;
    height: auto;
    transition: all .3s;
}
#navopen svg{
    fill: #78a6c4;
    width: 3.5rem;
    height: 3.5rem;
    transition: transform .3s;
}
#navopen{
    top: 4vw;
    right: 4vw;
    cursor: pointer;
    z-index: 992;
}
#navopen .line{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#navopen:hover svg{
    transform: scale(1.1) rotate(90deg);
}
#navopen .line i{
    position: absolute;
    top: 35%;
    width: 40%;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin: 0 0 0 -21%;
    transition: all .3s;
}
#navopen .line i:last-child{
    top: 50%;
}
.navphone{
    left: 15vw;
    top: 4vw;
    transition: transform .5s;
}
.navphone a{
    color: #78a6c4;
    transition: all .3s;
}
header > div{
    position: fixed;
    z-index: 900;
}
.navactive{
    left: 4vw;
    bottom: 4vw;
}
.navactive svg{
    width: 3rem;
    height: 3rem;
    stroke-width: 1px;
    stroke: #78a6c4;
    fill: none;
    transition: stroke .3s;
}
header.white .eslogo svg{
    fill: #fff;
}
header.white .navactive svg{
    stroke: #fff;
}
header.white .navactive .arrow i:before, 
header.white .navactive .arrow i:after,
header.white .barline{
    background-color: #fff;
}
header.white .navphone a{
    color: #fff;
}
header.scroll .navphone{
    transform: translate3d(0,-10rem,0);
}
#esnav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 991;
    overflow: hidden;
    pointer-events: none;
}
.navbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255,255,255,.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 1s;
}
#esnav nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    height: 100%;
    background-color: #1e5a80;
    transition: transform 1s cubic-bezier(0.83, 0, 0.17, 1);
    transform: translate3d(100%,0,0);
}
#esnav a{
    color: #fff;
    font-size: 2vw;
    border-top: 1px solid #3e7599;
    position: relative;
}
#esnav .arrow{
    transform: scale(.6);
    width: 2rem;
    height: 3rem;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
}
#esnav a:hover .arrow{
    transform: translateX(1rem) scale(.6);
}
#esnav ul{
    position: absolute;    
    top: 50%;
    left: 7vw;
    transform: translateY(-50%);
    width: 35vw;
}
#esnav li{
    margin: 0 0 3rem;
}
header.opennav #esnav{
    pointer-events: initial;
}
header.opennav .navbg{
    opacity: 1;
}
header.opennav #esnav nav{
    transform: translate3d(0,0,0);
}
header.opennav #navopen .line i{
    top: 43%;
    transform: rotate(45deg);
}
header.opennav #navopen .line i:last-child{
    transform: rotate(-45deg);
}
.navitem a{
    transition: all .5s;
    opacity: 0;
    transform: translate3d(3rem,0,0);
    transition-delay: .7s;
}
.navitem:nth-child(2) a{
    transition-delay: .8s;
}
.navitem:nth-child(3) a{
    transition-delay: .9s;
}
.navitem:nth-child(4) a{
    transition-delay: 1s;
}

header.opennav .navitem a{
    opacity: 1;
    transform: translate3d(0,0,0);
}
/* -----------@schedule------------- */
.schedule{
    padding: 5rem 0;
}
.sch_wrap{
    display: flex;
    justify-content: space-between; 
    white-space: nowrap;
    padding: 0 0 3rem;
}
.sch_wrap > div{
    position: relative;
}
.sch_wrap > div:first-child{
    min-width: 7rem;
}
.sch_wrap > div:last-child{
    padding: 0 0 0 2rem;
}
.sch_wrap h2{
    font-size: 1rem;
    color: #78a6c4;
    padding: 2rem 0;
}
.sch_repeat{
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
}
.sch_repeat h3{
    font-size: 1.1rem;
    text-align: left;
}
.sch_repeat > div:nth-child(n+1){
    min-width: 3.5rem;
    width: 6vw;
    min-width: 50px;
    text-align: center;
}
.sch_repeat > div:first-child{
    min-width: 11rem;
}
.sch_repeat.title{
    color: #78a6c4;
}
.sch_repeat .dot i{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #78a6c4;
    font-size: 0px;
    margin: 0 auto;
}
.bigx{
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    right: 0;
    top: 52%;
}
.bigx:before,
.bigx:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #78a6c4;
    transform: rotate(45deg);    
    top: 50%;
    left: 50%;
    margin: 0 0 0 -15px;
}
.bigx:after{
    transform: rotate(-45deg);
}
/* -----------@home------------- */
.ho_main_visual{
    background-color: #78a6c4;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    max-height: 80vw;
}
.mvgal_wrap{
    height: 100%;
    position: relative;
}
.mvgal_img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    width: 65%;
    height: 100%;
}
.mvgal_img figure{
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 0;
    top: 0;
}
.mvgal_img figure.active{
    z-index: 1;
}
.mvgal_cover{
    fill: #78a6c4;
    position: absolute;
    z-index: 100;
    width: 150vw;
    height: 150vw;
    left: 50%;
    top: 50%;
    margin: -75vw 0 0 -45vw;
    animation: mvgal 30s infinite linear;
}
.sch_wrap .circle_btn{
    margin: 2rem 0 0;
}
@keyframes mvgal {
    form{
        transform: rotate(0);
    }to{
        transform: rotate(360deg);
    }
}
.mvgal_text{
    position: relative;
    z-index: 1;
    padding: 0 0 5vw 15vw;
    color: #fff;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
}
.mvgal_text h1{
    margin:  0 0 4.5vw -5px;
    color: #fff;
}
.mvgal_text h1 div{
    display: inline-block;
}
.mvgal_des{
    width: 230px;
}
.hmv_sec_intro{
    padding: 5rem 0;
}
.hmv_intro_obj{
    display: flex;
    align-items: center;
    padding: 5rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.hmv_intro_obj:last-child{
    border: 0;
}
.hmv_intro_obj > div{
    width: 50%;
}
.hmv_intro_obj h2{
    margin: 0 0 1rem;
}
.hmv_intro_obj figure{
    border-radius: 10px;
    overflow: hidden;
}
.hmv_intro_obj:first-child > div:first-child{
    padding: 0 5rem 0 0 ;
}
.hmv_intro_obj:last-child > div:last-child{
    order: 1;
}
.hmv_intro_obj:last-child > div:first-child{
    order: 2;
    padding: 0 0 0 5rem;
}
.hmv_intro_obj .esbtn{
    padding: 3rem 0 0;
}
.fix_bg{
    height: calc(100vw * 0.6);
    width: 100%;
    overflow: hidden;
    position: relative;
}
.fix_bg figure{
    position: absolute;
    top: -30vh;
    left: 0;
    padding: 0;
    width: 100%;
}
.fix_bg img{
    width: 100%;
    height: auto;
}
.fixbg_text{
    position: absolute;
    top: 50%;
    left: 15vw;
    transform: translateY(-50%);
    color: #78a6c4;
    line-height: 2;
    font-size: 3vw;
}
.fixbg_text div{
    display: inline-block;
    padding: 0 1rem;
}
.fixbg_wrap{
    position: relative;
}
.hmv_intro .es_wrap{
    padding: 0 10vw 0 15vw;
}
.hmv_service{
    padding: 5rem 0 10rem;
}
.hmv_service .es_wrap{
    padding: 0 10vw 0 15vw;
}
.hmvser_wrap > li{
    display: inline-block;
    width: 25%;
    padding: 2rem;
    vertical-align: top;
    text-align: center;
}
.hmvser_wrap img{
	width: 60%;
    margin: 0 auto .5rem;
}
.hmvserv h3{
    font-size: 1.1rem;
}
.hser_title h2{
    margin: 0 -1rem 1rem 0;
}
.hser_title a{
    margin: 0 auto;
}

/* -----------@about------------- */
.big_img_title{
    padding: 0 0 0 15vw;
    margin: 0 0 5rem;
}
.big_img_title figure{
    position: relative;
    height: 35vw;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}
.big_img_title figure:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgb(2,14,23);
background: linear-gradient(0deg, rgba(2,14,23,0.7861738445378151) 0%, rgba(2,14,23,0) 64%);
}

.big_img_title img{
    opacity: 0;
    filter: blur(10px);
    transition-property: filter, opacity;
    transition-duration: 2s;
    width: 100%;
    margin-top: -5vw;
}
.big_img_title.is-inview img{
    opacity: 1;
    filter: blur(0);
}
.big_img_title .mvgal_text{
    width: auto;
    position: absolute;
    left: 5rem;
    bottom: 3rem;
    padding: 0;
    height: auto;
	z-index: 2;
}
.big_img_title .mvgal_text h1{ 
    margin: 0;
}
.about_title_des .es_wrap{
    padding: 0 5rem 5rem 22vw;
    width: 75%;
}
.about_title_des figure{
    width: 100%;
    overflow: hidden;
    height: 80vh;
    max-height: calc( 100vw * 0.4 );
    border-radius: 0;
}
.about_title_des img{
    width: 100%;
}
.about_title_des h2{
    margin: 0 0 2rem;
}
.clinic_intro .es_wrap{    
    padding: 0 12vw 0 15vw;
}
.clinic_team h2,
.clinic_intro h2{
    font-size: 2.6rem;
    margin: 0 0 4rem;
}
.clinic_intro .es_wrap{
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.clinic_team .es_wrap:after,
.clinic_intro .es_wrap:after{
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 5vw;
    background-color: #e6e6e6;
}
.cliintro_top{
    display: flex;
    position: relative;
}
.cliintro_top > div:nth-child(1){
    width: 40%;
}
.cliintro_top > div:nth-child(2){
    width: 60%;
}
.clinic_intro .edit_style{
    position: relative;
    padding: 1rem 0 7rem;
}
.clinic_intro .edit_style:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.cliintro_top figure:nth-child(1){
    width: 70%;
    margin: 10rem 0 0;
}
.cliintro_top figure:nth-child(2){
    width: 70%;
    float: right;
    margin: -5rem -5vw 0 0;
    position: relative;
}
.vertical_tag_des{
    position: absolute;
    writing-mode: vertical-rl;
    padding: 1.2rem 1rem;
    color: #fff;
    top: 2rem;
    left: 2rem;
    font-size: 1.2rem;
}
.vertical_tag_des:before,
.vertical_tag_des:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.vertical_tag_des:after{
    background-color: #78a6c4;
    z-index: 1;
}
.vertical_tag_des span{
    position: relative;
    z-index: 2;
}
.cliintro_btm{
    position: relative;
    display: flex;
}
.cliintro_btm > div:nth-child(1){
    width: 60%;
    padding: 0 5rem 0 0;
}
.cliintro_btm > div:nth-child(2){
    width: 40%;
}
.cliintro_btm figure:nth-child(1){
    width: 60%;
    float: right;
    margin: -7vw 0;
    position: relative;
    z-index: 1;
}
.cliintro_btm figure:nth-child(2){
    width: 60%;
}
.cliintro_btm figure:nth-child(3){
    width: 50%;
    float: right;
    margin: -13vw 0 0;
}
.cliintro_btm .vertical_tag_des{
    left: initial;
    top: initial;
    right: 20vw;
    bottom: 6rem;
}
.clinic_team{
    padding: 5rem 0;
    position: relative;
    margin: 0 0 5rem;
}
.clinteam{
    width: 90%;
}
.clinteam ul {
	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.clinteam li{
    width: 40%;
	font-size: 14px;
	margin-bottom: 5rem;
}
.clinteam figure{
    height: 40vw;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.clinteam figure img{
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
    /* 解決 safari 問題 */
}
.clinteam img:nth-child(1){
    position: relative;
}
.clinteam img:nth-child(2){
    position: absolute;
    opacity: 0;
    filter: blur(10px);
    transition: all 1s ;
    top: 0;
    left: 0;
}
.clinteam li:hover img:nth-child(2){
    opacity: 1;
    filter: blur(0);
}
.clin_title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 1rem;
}
.clin_title h3{
    color: #78a6c4;
}
/* -----------@service------------- */
.service_list{
    width: 90%;
}
.service_list li{
    width: 43%;
}
.service_list div{
    position: relative;
    padding: 2rem 0;
}
.service_list div:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    top: 0;
    left: 0;
    position: absolute;
}
.service_list li:nth-child(even){    
    margin: 0 0 0 auto;
}
.service_list li:nth-child(n+2) {
    margin-top: -15rem;
}
.service_list h2{
    color: #78a6c4;
    font-size: 1.6rem;
}
.service_list p {
	font-size: 14px;
	max-width: 290px;
    text-align: justify;
}
.service_list figure{
    overflow: hidden;
    height: 18vw;
    position: relative;
    margin: 1.5rem 0;
}
.service_list img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: blur(10px);
    transition: all 1s;
}
.service_list li:hover img:last-child{
    opacity: 1;
    filter: blur(0);
}
.service_list span{
    position: absolute;
    font-size: 3rem;
    color: #78a6c4;
    right: 0;
    top: 1.8rem;
    transform: skewX(-15deg);
    line-height: 1;
}
.ser_equip_sec{
    padding: 5rem 0 10rem;
}
.ser_equip_wrap{
    margin: 0 -2rem;
    width: 96%;
}
.ser_equips{
    display: inline-block;
    width: 33.33333%;
    padding: 2rem;
}
.ser_equips > div{
    position: relative;
    padding: 2rem 0;
}
.ser_equips > div:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    top: 0;left: 0;
    position: absolute;
}
.ser_equips h3{
    color: #78a6c4;
    margin: 0 0 1rem;
    font-size: 1.3rem;
    display: flex;
    align-items: flex-end;
}
.ser_equips figure{
    overflow: hidden;
    position: relative;
    height: 20vw;
}
.ser_equips figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ser_equips figcaption{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    opacity: 0;
    transition: opacity .3s;
}
.ser_equips span{
    opacity: 0;
	font-size: 14px;
    transform: translateY(2rem);
    transition: all .3s .1s;
}
.ser_equips:hover span{
    opacity: 1;
    transform: translateY(0);
}
.ser_equips:hover figcaption{
    opacity: 1;
}
/* -----------@contact------------- */
.page_normal.contact .schedule{
    padding: 0 0 5rem;
}
.contact_info{
    display: flex;
    padding: 7rem 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 7rem;
}
.contact_info h2{
    font-size: 1rem;
    min-width: 10rem;
}
.contact_info table{
    width: 100%;
}
.contact_info td{
    padding: 2rem 0;
}
.contact_info tr:first-child td{
    padding-top: 0;
}
.contact_info tr{
    position: relative;
    display: table;
    width: 100%;
}
.contact_info tr:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    bottom: 0;
    left: 0;
}
.contact_info td:first-child{width: 20%;}
.contact_info td:last-child{width: 80%;}
.contact_info figure{
    margin: 5rem 0 0;
}
.testratio{
    background-color: #000;
}
.faq_objects{
    padding: 1rem 0;
    cursor: pointer;
    width: 92%;
}
.faq_objects > div{
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    transition: border-color .3s;
    position: relative;
}
.faq_answer .edit_style{
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.87, 0, 0.13, 1);
}
.faq_sec{    
    padding: 0 0 10rem;
}
.faq_quest{
    padding: 2rem 2rem 1rem;
}
.faq_quest h3{
    font-size: 1.2rem;
    color: #78a6c4;
}
.faq_answer{    
    padding: 0 2rem 1rem;
}
.faq_objects.active .faq_answer .edit_style{
    height: auto;
}
.faq_objects.active > div,
.faq_objects:hover > div{
    border-color: #78a6c4;
}
.faq_objects span{
    position: absolute;
    right: 2rem;
    top: 2rem;
}
.faq_objects .arrow{
    display: block;
    width: 1rem;
    height: 2rem;
    transition: transform .3s;
}
.faq_objects.active .arrow{
    transform: rotate(180deg);
}
.faq_objects span i{
    transform: rotate(90deg) scale(.7);
}
.edit_inner{
    padding: 0 0 1rem;
}
/* -----------@news------------- */
.blog_title h1{
    color: #78a6c4;
}
.blog_title h1 div{
    display: inline-block;
}
.blog_title.tag h1 div:first-child{
    color: #282828;
    font-size: 1rem;
    letter-spacing: 1px;
}
.blog_title{
    position: relative;
    padding: 0 0 2rem;
}
.blog_title:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e6e6e6;
}
.posts_wrap{
    margin: 0 0 10rem;
}
.single .posts_wrap{
    margin: 0;
}
.posts_wrap > div{
    display: flex;
    justify-content: space-between;
}
.posts_wrap article{
    width: 65%;
    padding: 5rem 0 0;
}
.posts_wrap aside{
    width: 22%;
}
.post_cate{
    position: relative;
}
.post_stick{
    top: 0;
    padding: 4.7rem 0 0;
}
.post_cate a{
    color: #282828;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
	font-size: .875rem;
}
.post_cate a:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #78a6c4;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100% 100%;
    transform: scaleX(0);
    transition: transform .5s;
}
.post_cate li:first-child a{
    padding-top: 0;
}
.post_cate a:hover{
    color: #78a6c4;
}
.post_cate a:hover:after{
    transform-origin: 0% 0%;
    transform: scaleX(1);
}
.post_cate a span{
    display: inline-block;
    font-size: .8rem;
    border-radius: 100%;
    background: #78a6c4;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
}
.the_post{
    position: relative;
    display: flex;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 5rem;
}
.the_post:last-child{
    margin: 0;
}
.the_post figure{
    width: 100%;
    height: 14vw;
    position: relative;
}
.the_post_thumb{
    width: 40%;
	
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.the_post_thumb figure > i{
    opacity: .3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.the_post_thumb a img{
    transition: all .8s;
}
.the_post_thumb a:hover img{
    opacity: .8;
    transform: scale(1.1) rotate(3deg);
}
.the_post_text{
    padding: 0 0 0 2rem;
    width: 60%;
}
.the_post_text h3{
    color: #78a6c4;
    margin: 0 0 1rem;
	font-size: 1.4rem;
}
.post_excerpt{
    font-size: .875rem;
    margin: 0 0 5rem;
}
.post_category{
    opacity: .5;
}
.post_date{
    font-size: .9rem;
    opacity: .5;
    position: absolute;
    bottom: 1rem;
    width: 10rem;
}
.post_link{
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 6rem;
}
.post_link .esbtn{
    padding: 0;
}
.before_after{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.before_after img{
    pointer-events: none;
}
.before_after > div{
    position: absolute;
    width: 100%;
}
.before_after > div.ba_drag_top{
    z-index: 1;
    overflow: hidden;
    width: 50%;
    border-right: 2px solid #fff;
    transition: width .2s;
}
.ba_drag_top > img{
    height: auto;
    max-width: none;
}
.ba_dragger{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1rem 0 0 -1rem;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
    transition: transform .3s, background-color .3s;
}
.before_after:hover .ba_dragger{
    background-color: #78a6c4;
    transform: scale(1.2);
}
.before_after.dragging .ba_dragger{
    transform: scale(1.5);
    background-color: #1e5a80;
}
.before_after.dragging{
    cursor: grabbing;
}
/* -----------@single------------- */
.sin_case_title{
    margin: 0 0 2rem;
    padding: .5rem 1rem;
    background: #e6e6e6;
    display: inline-block;
    border-radius: 5px;
    position: relative;
}
.sin_case_title:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #e6e6e6 transparent transparent transparent;
    bottom: -8px;
}
.single_cate{
    padding: 0 0 1rem;
    border-bottom: 1px solid #e6e6e6;
}
.single_cate li{
    display: inline-block;
    margin: 0 .5rem .5rem 0;
}
.single_cate a{
    color: #282828;
    font-size: .9rem;
}
.single_cate a:hover{
    color: #78a6c4;
}
.single_h1{
    padding: 1rem 0;
}
.single_h1 h1{
    font-size: 2rem;
}
.single_aside li{
    display: inline-block;
}
.single_aside li:first-child{
    display: block;
    margin: 0 0 .5rem;
    font-size: .9rem;
}
.single_aside img{
    width: 3rem;
    height: auto;
    transition: transform .3s;
}
.single_aside a:hover img{
    transform: scale(1.1);
}
.single_aside .social_media{
    border-top: 1px solid #e6e6e6;
    padding: 1rem 0 0;
}
.single_tags{
    margin: 1rem 0 0;
}
.single_tags a{
    padding: 5px 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 10rem;
    margin: 0 .5rem 1rem 0;
    transition: all .3s;
    font-size: 12px;
    letter-spacing: 1px;
}
.single_tags a:hover{
    border-color: #78a6c4;
}
.single_date{
    font-size: .9rem;
    opacity: .5;
    margin: .5rem 0 0;
}
.single_case{
    width: 80%;
    height: 30vw;  
    position: relative;  
}
.rela_section{
    padding: 5rem 0 10rem;
}
.rela_section h2{
    color: #282828;
    font-size: 1rem;
    margin: 0 0 1rem;
}
.related_wrap{
    width: 70%;
}
.related_post{
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.related_post h3{
    color: #78a6c4;
	font-size: 1rem;
    transition: color .3s;
}
.related_post h3:hover{
    color: #1e5a80;
}
.related_post .date{
    font-size: 13px;
    opacity: .5;
}
/* -----------@footer------------- */
.foot_wrap{
    display: flex;
    justify-content: space-between;
}
.foot_navs,
.foot_imgs{
    width: 50%;
}
.foot_imgs figure{
    display: inline-block;
    width: 20vw;
    border-radius: 10px;
    overflow: hidden;
}
.foot_imgs figure:last-child{
    margin: 0 0 0 -1.5rem;
    position: relative;
    top: 2rem;
}
.foot_socials{    
    text-align: right;
    margin: 0 0 4rem;
}
.foot_socials > div{
    display: inline-block;
    vertical-align: top;
    width: 7rem;
    padding: 0 0 0 2rem;
    text-align: center;
}
.foot_socials h3{
    font-size: .875rem;
    color: #78a6c4;
    letter-spacing: 1px;
}
.foot_socials img{
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    transition: transform .3s;
}
.foot_socials a:hover img{
    transform: scale(1.1);
}
.foot_navs h2{    
    text-align: right;
    margin: 0 0 1rem;
}
.footnav{
    text-align: right;
    padding: 1rem 0;
}
.footnav li{
    margin: 0 0 1rem;
}
.footnav a{
    padding: .5rem 0;
    color: #78a6c4;
    display: inline;
    transition: color .3s;
}
.footnav a:hover{
    color: #1e5a80;
}
.copyright{
    font-size: .8rem;
    letter-spacing: 1px;
    text-align: right;
}
.copyright a{
    color: #666;
    display: inline;
    opacity: 0.5;
}
.foot_infos .foot_wrap{
    padding: 5vw 0 5vw;
    align-items: flex-end;
}
.foot_infos .foot_wrap > div{
    width: 50%;
}
.foot_infos p{
    font-size: .9rem;
}
a.current{
    opacity: .2 !important;
    pointer-events: none;
}

/* -----------@map-section------------- */
.map-section-8472 {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.map-section-8472 iframe {
    width: 100%;
    height: 400px;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.map-section-8472 iframe:hover {
    filter: grayscale(0%);
}

@media screen and (max-width: 768px) {
    .map-section-8472 iframe {
        height: 300px;
    }
}

/* -----------@header-logo------------- */
.logo-wrap-3847 {
    width: auto;
}

.logo-sp-3847 {
    display: none;
}

.logo-pc-3847 {
    display: block;
    height: auto;
}

@media screen and (max-width: 768px) {
    .logo-sp-3847 {
        display: block;
        width: 20rem;
        height: auto;
    }
    
    .logo-pc-3847 {
        display: none;
    }
}

/* ロゴドロップシャドウ - 白背景での視認性確保 */
.logo-wrap-3847 img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: filter 0.3s ease;
}

/* メニュー詳細ボタン */
.menu-btn-4827 {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    background-color: rgb(120, 166, 196);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu-btn-4827:hover {
    background-color: rgb(90, 136, 166);
    color: #fff;
    transform: scale(1.05);
}

/* 定休日スタイル */
.sch_repeat .dot.closed-7291 i {
    background-color: transparent;
    color: #e53935;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    width: auto;
    height: auto;
    border-radius: 0;
}

.top-movie-9182 {
    position: relative;
    width: 100%;
    height: 100vh; /* 必要に応じて調整 */
    overflow: hidden;
}

.top-movie-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
