@charset "utf-8";
@import url("./base_style.css");
@import url("./topics_style.css");
@import url("./anim_style.css");

/* CSS Document */
/* メインナビゲーション */
header {
    /* box-shadow: 0 0 5px 3px rgba(0,0,0,0.4); */
}
.height-flexbox {
    height: 80px;
    transition: all 1s ease;
}
@media (min-width: 1200px) {
    .scroll2view.uk-navbar-container {
        height: 160px;
        transition: all .3s ease;
    }
    .scroll2view .logo {
        transform: scale(1.2, 1.2);
        transform-origin: left center;
    }
    .height-flexbox {
        height: 40px;
    }
    .scroll2view .height-flexbox {
        height: 80px;
    }
}
@media (max-width: 679px) {
    .height-flexbox {
        display: none;
    }
}
.uk-navbar-nav>li>a {
    padding-top: 6px;
    font-size: 1rem;
    font-family: var(--fn-jp-01), sans-serif!important;
    color: var(--text-color);
    font-weight: bold;
	position: relative;
    z-index: 1;
	display: inline-block;
    min-height: 40px;
}
.scroll2view .height-flexbox .uk-navbar-nav>li>a {
    padding-top: 16px;
    min-height: 80px;
}
.height-flexbox .uk-navbar-nav>li>a span.uk-text-xsmall {
    display: none;
}
.scroll2view .height-flexbox .uk-navbar-nav>li>a span.uk-text-xsmall {
    display: inline;
}
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open {
    color: var(--main-color)!important;
    transition: all .3s ease-out;
}


.uk-navbar-container {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.site-logo {
    height: 60px;
    width: auto;
}

@media (max-width: 960px) {
    .nav-phonenumber {
        padding-bottom: 5px;
    }
    .nav-phonenumber>.uk-text-small {
        font-size: calc(.875rem * 0.8);
    }
    .nav-phonenumber>.uk-h3 {
        font-size: calc(1.5rem * 0.8);
    }
}
@media (max-width: 820px) {
    .nav-phonenumber {
        display: none;
    }
}

.uk-navbar-nav > li > a {
    font-weight: 500;
    color: var(--text-color);
    position: relative;
}

.uk-navbar-dropdown-nav > li > a {
    color: var(--text-color);
    position: relative;
}

.uk-navbar-nav > li > a::after, 
.uk-navbar-dropdown-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--main-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.uk-navbar-dropdown-nav > li > a::after {
    left: 0;
    transform: translateX(0);
}

.uk-navbar-nav > li:hover > a::after,
.uk-navbar-dropdown-nav > li:hover > a::after {
    width: 80%;
}

.uk-navbar-dropdown-nav > li > a {
    display: inline-block!important;
}

.uk-drop {
    background-color: white;
    border-radius: 15px;
    border-bottom: 5px solid var(--main-color);
}

.hero-section {
    padding: 80px 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.7);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.main-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: bold;
}

.sub-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.uk-button-text::before {
    border-bottom: 1px solid var(--main-color);
}

.cta-btn {
    background-color: var(--dark-color);
    color: white;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-btn.submenu {
    background-color: white;
    color: var(--text-color);
    padding: 0 25px;
    margin-top: 10px;
}
.cta-btn.submenu:hover {
    background-color: var(--light-color);
    color: var(--text-color);
}
.cta-btn.submenu.sel {
    background-color: var(--dark-color);
    color: white;
    padding: 0 25px;
}

/* .height-flexbox .cta-btn {
    padding: 0 25px;
}
.scroll2view .height-flexbox .cta-btn {
    padding: 12px 25px;
} */

a:hover>div>div>.cta-btn,
.cta-btn:hover {
    background-color: var(--main-color);
    text-decoration: none;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.content-section-odd {
    padding: 10px 0 40px;
    position: relative;
    background-color: white;
}
.content-section-even {
    padding: 60px 0 90px;
    position: relative;
}
.section-divider, 
.section-divider-top {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    filter: drop-shadow(0px -5px 5px rgba(0, 0, 0, 0.05));
}
.section-divider {
    bottom: -50px;
    transform: scale(1,-1);
}
.section-divider-top {
    top: -50px;
    transform: scale(-1,1);
}
.content-section-even .section-divider, 
.content-section-even .section-divider-top {
    display: none;
}


.clip-svg {
    width: 0; 
    height: 0;
}
.clip-img {
    width: 100%;
    background-size: cover;
}
.clip-shadow {
    filter: drop-shadow(5px 10px 0 var(--cp-base-03));
}

.article-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    transition: all 0.3s ease;
}
.article-card.hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.article-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--main-color);
}

.facility-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.facility-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.facility-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: var(--light-color);
}

.facility-content {
    padding: 25px;
}

 
.news-list {
    margin: 0;
}
.news-list > li {
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
    margin-top: 0!important;
}
.news-list > li:hover {
    background-color: var(--light-color);
}
.news-list > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit !important;
    text-decoration: none !important;
}
.news-date {
    color: var(--dark-color);
    font-size: 0.9rem;
    margin-bottom: 5px;
    padding-right: 10px;
}
.news-category {
    display: inline-block;
    padding: 1px 10px;
    font-size: 0.75rem;
    background-color: var(--main-color);
    color: white;
    border-radius: 2px;
    margin-right: 10px;
}

.tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    background-color: var(--light-color);
    color: var(--dark-color);
    font-size: 0.8rem;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contact-info {
    background-color: var(--light-color);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.contact-icon {
    font-size: 1.5rem;
    color: var(--dark-color);
    margin-right: 15px;
}

footer {
    padding: 60px 0 30px;
}

.copyright {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 0.9rem;
}

.color-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}

.dot-yellow { background-color: var(--main-yellow); }
.dot-green { background-color: var(--main-green); }
.dot-pink { background-color: var(--main-pink); }
.dot-blue { background-color: var(--main-blue); }
.dot-purple { background-color: var(--main-purple); }

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.scroll-to-top:hover {
    background-color: var(--dark-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 960px) {
    .main-title {
      font-size: 2rem;
    }
    
    .sub-title {
      font-size: 1rem;
    }
    
    .section-title {
      font-size: 1.8rem;
    }

    /* .scroll2view .height-flexbox .cta-btn {
        padding: 0 25px;
    } */
}

@media (max-width: 740px) {
    .uk-visible\@740 {display: none!important;}
}

@media (max-width: 640px) {
    .hero-section {
      padding: 0;
    }
    .hero-section>.container {
    }
    
    .main-title {
      font-size: 1.8rem;
    }
}

/* サイドナビゲーション */
#sidenav {
    position: fixed;
    left: 0;
    top: 0;
    width: 230px;
    height: 100vh;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.4);
    color: white;
}
.uk-offcanvas-bar {
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.4);
    padding: 0;
    color: white;
}
.uk-offcanvas-container-animation{
    right: 100vw!important;
}
.fnav-head {
    width: 40px; 
    writing-mode: vertical-lr;
    border-left: 1px white solid;
}
.fnav-body {
    width: calc(100vw - 40px);
}
.fnav-body .uk-nav-default {
    width: 200px;
}
.fnav-body .uk-nav-default>li a {
    color: var(--cp-base-04);
}
.fnav-body .uk-nav-default>li>a {
    display: inline!important;
}
.fnav-body .uk-nav-default>li:hover>a,
.fnav-body .uk-nav-default>li>a.uk-open,
.uk-accordion-content>ul>li:hover>a {
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    background: var(--cp-base-02);
    transition: all 0.1s ease-out;
}
.uk-accordion>:nth-child(n+2) {
    margin-top: 15px;
    margin-bottom: 15px;
}
.fnav-body .uk-nav-default>li>a.uk-accordion-title {
    font-size: .875rem;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
    color: white;
}



#page_top {
    --nm-arg: 0;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: .7;
    transition: all .2s ease-out;
    z-index: 50;
}
#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: white;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -15px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top:hover {
    opacity: 1;
}

address {
    margin: 0;
    padding: 0;
	font-style: normal;
}
.copyright {
	font-size: 0.8em;
	text-align: center;
}

/* フロートナビゲーション */
:has(> .floatnav) {
    box-sizing: border-box;
    width: 320px;
}

/* 汎用 */
@media (max-width: 639px) {
    .auto-scale {transform: scale(.75);}
    .auto-scale-xs {transform: scale(.65);}
}

@media (max-width: 1539px) {
    .uk-navbar-center:not(:only-child) {
        left: calc(((100vw - 295px - 406.25px) / 2) + 295px);
    }
}

@media (max-width: 1279px) {
    .uk-visible\@1280 {display: none!important;}
    .mr0_1280 {margin-right: 0!important;}
}
@media (min-width: 1280px) {
    .uk-hidden\@1280 {display: none!important;}
}

.btn-basic {
    display: inline-block;
    background: white;
    position: relative;
    padding: 6px 40px 4px;
    text-decoration: none;
    color: var(--cp-base-01);
    border: var(--cp-base-01) 1px solid;
    transition: all .2s;
}
.btn-basic, 
.btn-basic:hover {
    opacity: .95;
    background: var(--cp-base-01);
    color: white;
    text-decoration: none;
}
.btn-basic::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/asset/bg_line_black.png") repeat;
    background-size: 4px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all .2s;
}
.btn-basic::after, 
.btn-basic:hover::after {
    transform: translate(5px, 5px);
}

.btn-basic-w {
    display: inline-block;
    background: var(--cp-base-01);
    position: relative;
    padding: 6px 40px 4px;
    text-decoration: none;
    color: white;
    border: white 1px solid;
    transition: all .2s;
}
.btn-basic-w, 
.btn-basic-w:hover {
    opacity: .95;
    background: white;
    color: var(--cp-base-01);
    text-decoration: none;
}
.btn-basic-w::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/asset/bg_line.png") repeat;
    background-size: 4px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all .2s;
}

.btn-basic::after, 
.btn-basic:hover::after, 
.cardlink:hover .btn-basic-w::after, 
.btn-basic-w:hover::after {
    transform: translate(5px, 5px);
}

.cardlink {
    position: relative;
}
.cardlink:hover {
    background-color: var(--main-color-a);
}
.cardlink .news-category {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0;
    font-size: .8rem;
}
.topics-category {
    font-size: .85rem;
    color: white;
    display: inline-block;
    background-color: var(--cp-base-02);
    margin: 10px 0 0;
    padding: 2px 10px;
}



.uk-lightbox {background: rgba(0, 0, 0, .5);}
.uk-lightbox-iframe {background: white;}


/* セクション見出し */
.heading-slash {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    margin: 0 0 40px;
}
.heading-slash:before, .heading-slash:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: var(--main-color);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.heading-slash:before {
    left:0;
}
.heading-slash:after {
    right: 0;
}
.heading-slash > * {
    margin: 0!important;
}

/* セクション見出しサブ */
.heading-underline {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--dark-color);
}
.heading-underline::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: var(--main-color);
}

/* アーティクル見出し */
.heading-article {
    margin: 0 0 40px;
}
.heading-article  > * {
    margin: 0!important;
}
.heading-article  > .uk-heading-line>::after, 
.heading-article  > .uk-heading-line>::before {
    border-bottom: calc(.2px + .05em) solid var(--main-color);
}

/* マーカー付き見出し */
.heading-marker {
    display: inline;
    color: var(--dark-color);
    line-height: 1.8;
    background: linear-gradient(transparent 50%, var(--main-color) 0%);
    padding-bottom: .3em;
}

/*版ズレ見出し(Out of frame)*/
.heading-oor {
    font-weight: bold;
    color: rgba(0, 0, 0, 0);
    text-shadow: 3px 3px 0 var(--main-color);
    -webkit-text-stroke: 1px var(--text-color);
    text-stroke: 1px var(--text-color);
}
.oor-frame-w {
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}
.oor-fill-main {text-shadow: 3px 3px 0 var(--main-color);}
.oor-fill-accent-01 {text-shadow: 3px 3px 0 var(--accent-color-01);}
.oor-fill-accent-02 {text-shadow: 3px 3px 0 var(--accent-color-02);}
.oor-fill-accent-03 {text-shadow: 3px 3px 0 var(--accent-color-03);}
.oor-fill-accent-04 {text-shadow: 3px 3px 0 var(--accent-color-04);}
.oor-fill-accent-05 {text-shadow: 3px 3px 0 var(--accent-color-05);}

.heading-dotted {
    font-weight: bold;
    padding-bottom: 0.7em;
    text-align: center;
    position: relative;
}
.heading-dotted::after {
    content: '';
    position: absolute;
    border-bottom: 10px dotted var(--main-color);
    width: 50px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.uk-breadcrumb * {
    color: var(--text-color)!important;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: ">";
    color: var(--text-color)!important;
    margin: 0 10px;
}
.uk-breadcrumb>*.uk-disabled>a {
    font-size: .875rem;
    color: var(--dark-color)!important;
    font-weight: bold;
}


/* time-schedule */
.time-schedule {
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 6px solid var(--main-color);
  box-sizing: border-box;
}

.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 0;
  background: var(--main-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 40px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: var(--light-gray);
  box-sizing: border-box;
}

.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}


.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
    background: #FCF1E490;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}





.flowchart-vertical>:nth-child(n+2)::before {
    content: "▼";
    display: block;
    color: var(--cp-main-color);
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin: 0 20px 10px;
    padding-left: 60px;
}
.flowchart-horizontal>* {
    display: inline-block;
}
.flowchart-horizontal>li {
    margin: 0!important;
}
.flowchart-horizontal>li>span {
    border: var(--main-color) 1px solid;
    color: var(--main-color);
    background: white;
    padding: 10px 40px;
    border-radius: 4px;
}
.flowchart-horizontal>li.uk-active>span {
    border: var(--main-color) 1px solid;
    color: white;
    background: var(--main-color);
    font-weight: bold;
}
.flowchart-horizontal>:nth-child(n+2)::before {
    content: "▶";
    display: inline-block;
    width: 18px;
    height: 18px;
    color: var(--main-color);
    font-size: 1.2em;
    background-size: contain;
}
@media (max-width: 640px) {
    .flowchart-vertical>:nth-child(n+2)::before {
        font-size: 1.5rem;
    }
    
    .flowchart-horizontal>li>span {
        font-size: 1rem;
        padding: 5px 5px;
    }
    .flowchart-horizontal>:nth-child(n+2)::before {
        width: 18px;
        height: 18px;
    }
}

.fukidashi {
  position: relative;
  width: fit-content;
  padding: 12px 20px;
  color: #ffffff;
  border-radius: 10px;
  background-color: var(--main-color);
  margin-bottom: 20px;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: 99.9%;
  left: 50%;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: var(--main-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.uk-table-top {
	vertical-align: top!important;
}