@charset "UTF-8";

/*
Theme Name: apls2024_50th
Description: 50周年イベント（2026.10.4）期間限定テーマ。トップページのヒーローを1枚バナーに差し替え。期間終了後は「apls2024」に戻してください。
Version: 2609
*/

html {
	width: 100%;
	height: 100%;
	font-size: 16px;
}

body {
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color:#162642;
    padding-bottom: 45px;
}

a {
    text-decoration: none;
}
a:link, a:visited {
    color: #162642;
}
a:hover {
    opacity: 0.7;
}
h2 {
    font-size: 2rem;
    font-weight: 900;
}
h3 {
    font-weight: 900;
}
.text-orange {
    color: #FF6900;
}

.apls-c,.h-container,.f-container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.hamburger {
    display: block;
    position: fixed;
    width: 110px;
    height: 110px;
    background-image: url(image/menu.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    top: 0;
    right: calc(0.625rem + 5vw);
    z-index: 9998;
    cursor: pointer;
}
body.drawer-opened .hamburger {
    background-image: url(image/menu_close.png);
}
.main-nav {
    width: 100%;
    height: 100vh;
    background-color: #162642;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow: auto;
    opacity: 0;
    transition: 0.5s ease;
    pointer-events: none;
    padding-bottom: 96px;
}
body.drawer-opened .main-nav {
    pointer-events: all;
    opacity: 1;
}
.hamburger-close {
    display: block;
    position: fixed;
    width: 110px;
    height: 110px;
    background-image: url(image/menu_close.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    top: 0;
    right: calc(0.625rem + 5vw);
	cursor:pointer;
  
}
.main-nav h2{
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem 0 0;
    position: relative;
}
.main-nav h2::before{
    content: '';
    display: block;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(image/m-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    top: calc(50% - 0.3rem);
    right: 0px;
}


.main-nav-arrow {
    width: 13px;
    margin: 0 0.25rem 4px 0.25rem;
}
.main-nav-arrow-c {
    width: 0.4rem;
    margin: 0 0.25rem 4px 0.25rem;
}
.main-nav-arrow-b {
    width: 13px;
    margin: 0 0.25rem 2px 0.25rem;
}
.main-nav-header {
    padding: 0.5rem 0;
    background-color: #FF6900;
}
.main-nav-header h1 {
    line-height: 100%;
    margin: 0;
}
.main-nav-header h1 img {
    width:100px;
}
.main-nav a:link, .main-nav a:visited {
    color: #fff;
}
.main-nav-arrow {
    width: 13px;
    margin: 0 0.25rem 4px 0.25rem;
}
.main-nav-arrow-c {
    width: 0.4rem;
    margin: 0 0.25rem 4px 0.25rem;
}
.main-nav-arrow-b {
    width: 13px;
    margin: 0 0.25rem 2px 0.25rem;
}
.main-nav1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    background-color: #FF6900;
}

.main-nav1 ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.main-nav1 ul li {
    padding: 0 2rem;
}

.main-nav2 {
    width: 50%;
    padding: 0.7rem ;
    background-color:#FFD100;
}
.main-nav2b {
    width: 50%;
    background-color: #9DE100;
}
.main-nav2 a:link, .main-nav2 a:visited {
    color:#162642;
    font-weight: 700;
    
}

.main-nav2+.main-nav2 {
    border-left: 1px solid #fff;
}
.main-nav-btn {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    letter-spacing: -1px;
}
.main-nav-btn a:link, .main-nav-btn a:visited{
    background-color: #fff;
    display: block;
    padding: 0.125rem 0.125rem 0.125rem 0.5rem;
    border-radius: 100vh;
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem;
}
.main-nav-kodomobtn a:link, .main-nav-kodomobtn a:visited{
    color: #cc8e05;
}

.main-nav-otonabtn a:link, .main-nav-otonabtn a:visited{
    color: #7d9b0d;
}
.main-nav-child {
    font-size: 0.9rem;
    letter-spacing: 0px;
}
.main-nav-child li {
    margin-bottom: 0.4rem;
}

.main-nav3 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    font-size: 0.8rem;
}
.main-nav3 ul {
    width: 50%;
}
.main-nav3 ul li {
    text-indent: -1.3rem;
    padding-left: 1.5rem;
    line-height: 150%;
    margin-bottom: 0.5rem;
}
.main-nav4 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-nav4  li {
    width: 48%;
    margin-bottom: 1rem;
}
.main-nav4 li a:link, .main-nav4 li a:visited {
    display: block;
    border: 1px solid #fff;
    background-color: #fff;
    color: #162642;
    border-radius: 100vh;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.2rem;
}





.footbtns {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    z-index: 9998;
    transform: translateY(100%);
    transition: 0.5s ease;
}
.footbtns-on {
    transform: none;
}
.footbtns ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footbtns ul li {
    background-color: #FF6900;
    width: calc(33.333% - 3.333px);
    text-align: center;
    padding: 0.6rem 0;
    height: 45px;
}
.footbtns ul li+li {
    margin-left: 5px;
}
.footbtns a:link, .footbtns a:visited {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.footbtn-arrow {
    width: 0.8rem;
    margin: 0 0 3px 2px;
}
header {
    padding: 1rem 0;
    color: #FF6900;
}
header h1 {
    line-height: 100%;
    margin: 0;
}
header h1 img {
    width:100px;
}
.header-container {
    width: calc(100% - 66px);
}
.header-copy {
    font-size: 0.6rem;
    font-weight: 900;
    margin: 0;
	text-align:center;
	width:100%;
	padding-bottom:0.8rem;
	padding-right:1rem;
}
.header-copy span{
	font-size:1.75rem;
	display:block;
	margin-top:5px;
}
.header-tel a:link, .header-tel a:visited {
    color: #FF6900;
    font-weight: 900;
    border-radius: 100vh;
    padding: 0rem 1.25rem;
    border: 1px solid #FF6900;
    text-decoration: none;
    font-size: 1.1rem;
}



.hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 70.33px);
    overflow: hidden;
    margin-bottom: 5px;
}
.head-topics {
    background-color: #FF6900;
    padding: 1rem 0;
    font-size: 0.85rem;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
	white-space:nowrap;
}
.head-topics a:link, .head-topics a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.head-topics-date {
	font-weight:400;
	font-size:0.7rem;
}
.slide {
    width: 100%;
    height: calc(100% - 133.83px);
    position: relative;
}
.slide img, .slick-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main1 {
    object-position: 5% top;
}
.main2 {
    object-position: 60% center;
}
.main3 {
    object-position: 40% top;
}
.main4 {
    object-position: 35% center;
}
.main5 {
    object-position: 30% center;
}

.hero h2 {
    position: absolute;
    left: 2rem;
    bottom: calc(10% + 133.83px);
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.2rem;
    line-height: 150%;
    z-index: 20;
    
}


.key-slider,
.slick-list,
.slick-track {
    width: 100%;
    height: 100%;
    
}

.front-btns {
    margin-top: 5px;
    font-size: 0.9rem;
}
.front-btns a:link, .front-btns a:visited {
    color: #162642;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    width: 100%;
    height: 100%;   
    
}
.front-btns a div:after {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(image/frontbtn-arrow.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
}
.front-btns ul {
    display: flex;
}
.front-btns ul li a div {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    position: relative;
    
}
.fy-btn {
    background-color: #FFD100;
    width: calc(50% - 2.5px);
    margin-bottom: 5px;
    margin-right: 2.5px;
}
.fg-btn {
    background-color: #9DE100;
    width: calc(50% - 2.5px);
    margin-bottom: 5px;
    margin-left: 2.5px;
}
.fb-btn {
    background-color: #EFE8D3;
    width: calc(33.333% - 3.33333px);
    margin-bottom: 5px;
}
.fb-btn+.fb-btn {
    margin-left: 5px;
}

.slide-arrow {
    width: 12px;
    position: absolute;
}
.kodomo-arrow {
    width: 24px;
    position: absolute;
}
.prev-arrow {
    top: calc(50% - 24px);
    left:0.5rem;
    transform: translateY(-50%);
    z-index: 10;
}
.next-arrow {
    top: calc(50% - 24px);
    right:0.5rem;
    transform: translateY(-50%);
    z-index: 10;
}
.yellow-container {
    background-color: #FFD100;
    padding: 1.5rem 0 2rem 0;
}
.green-container {
    background-color: #9DE100;
    padding: 1.5rem 0 2rem 0;
}
.yellow-container h2 a:link, .yellow-container h2 a:visited, .green-container h2 a:link, .green-container h2 a:visited {
    color: #162642;
}


.top-concept {
    background-image: url(image/concept_sp.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 3rem 1.5rem 100vw 1.5rem;
    margin-bottom: 5px;
    
}
.top-concept-inner {
    background-color: rgba(255, 105, 0,0.85);
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.top-concept-inner::before {
    content:"";
    display: block;
    padding-top: 100%; 
}
.top-concept-inner .aspfix{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-concept h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    padding-top:0;
    line-height: 100%;

}
.top-concept h2 span {
    font-size: 0.9rem;
}

.top-concept p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7rem;
    line-height: 170%;
    font-weight: 400;
    margin-bottom: 1rem;
}
.top-concept-btn a:link, .top-concept-btn a:visited {
    background-color: #FFF;
    display: inline-block;
    padding: 0.25rem 2rem 0.25rem 1rem;
    border-radius: 100vh;
    color: #FF6900;
    font-weight: 700;
    position: relative;
    font-size: 0.8rem;
}
.top-concept-btn a::before {
    content: '';
    width: 0.5rem;
    height: 0.75rem;
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(image/m-arrow-o.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



.top-activity h2{
    display: inline-block;
    position: relative;
    font-weight: 900;
    margin-bottom: 0.3rem;
    padding-left: 0.3rem;
    
}

.top-activity h2::before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 1.5rem;
    background-image: url(image/m-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -1.5rem;
    top: 51%;
    transform: translateY(-50%);
}
.top-activity h2 span {
    display: block;
    font-size: 0.8rem;
}


.activity-border {
    content: '';
    display: block;
    margin: 1.25rem auto;
    height: 2px;
    background-color: #162642;
    
}



.top-activity h3 a:link, .top-activity h3 a:visited {
	color:#fff;
   
    display: inline-block;
    background-color: #162642;
    padding: 5px 2.5rem;
    border-radius: 100vh;
    font-size: 1.25rem;
    position: relative;
    letter-spacing: 0.2rem;
    margin-bottom: 1.5rem;
	font-weight:700;
}


.top-activity h3 a::before {
    content: '';
    display: block;
    width: 0.6rem;
    height: 1.5rem;
    background-image: url(image/m-arrow-w.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    
}
.activity-slider, .activity-slider-o {
    position: relative;
    z-index: 100;
    width:100%;
}
.top-activity-img {
    position: relative;
    width: 100%;
}
.top-activity-img:before{
    content:"";
    display: block;
    padding-top: 42%; 
}
.top-activity-imgY:before {
    padding-top: 66%;
}

.activity-menu {
    background-color: #fff;
    border-radius: 12px;
    margin: 0 0.5rem;
}
.activity-menu a:link, .activity-menu a:visited {
    width: 100%;
    height: 100%;
    display: block;
    color: #162642;
}
.activity-menu img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.activity-menu p {
    margin: 0;
    font-weight: 700;
    padding: 0.25rem 0;
}
.top-green-container {
    margin-top: 5px;
}
.sonota-container {
    display: flex;
    gap:1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.top-menu-b {
    background-color:#EFE8D3;
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
}
a:link.top-menu-b, a:visited.top-menu-b {
    color: #162642;
}
.top-menu-b img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.top-menu-b-img {
    width: 45%;
}
.top-menu-b-text {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-menu-b p {
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-right: 0.8rem;
    position: relative;
    line-height: 120%;
}
.top-menu-b p::before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 1.2rem;
    background-image: url(image/menu-b-arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-45%);
}
.top-links {
    background-color: #F4F3EF;
    padding: 1.5rem 0;
}
.top-links ul {
    list-style-type: none;
    padding: 0;
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.top-links ul li {
    background-color: #fff;
    border-radius: 1rem;
    border:2px solid #c1c7d3;
    text-align: center;
    margin-bottom: 1.5rem;
}
.top-links ul li a:link, .top-links ul li a:visited {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
}
.top-links ul li p {
    border-top: 2px solid #162642;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-top: 1rem;
    font-size: 0.8rem;
    line-height: 150%;
}
.top-links ul li img {
    max-width: 400px;
}
.top-access {
    background-color: transparent;
}
.top-access-container {
    background-color: transparent;
    padding: 1.25rem 0;
}
.top-access-container h3 {
    color: #FF6900;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.top-access-container h3 span {
    font-size: 0.75rem;
    display: block;
}
.top-access-container p {
    font-size: 0.8rem;
    margin-bottom: 0;
    line-height: 110%;
}
.top-access-container img {
    max-width: 250px;
    width: 100%;
}
.top-access-container a:link, .top-access-container a:visited {
    color: #162642;
    border-bottom: 1px solid #162642;
    font-size: 0.8rem;
}
.top-access-divider {
    border-bottom: 1px dotted #162642;
    margin: 0.5rem 0.75rem;
}

.top-topics-container h2{
    display: inline-block;
    position: relative;
    font-weight: 900;
    margin-bottom: 0rem;
    text-align: center;

}
.top-topics-container h2::before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 1.5rem;
    background-image: url(image/m-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -1.5rem;
    top: 51%;
    transform: translateY(-50%);
}
.topics-card {
    border-radius: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border: 1px solid #c1c7d3;
}
.topics-img img{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.topics-content {
    padding: 1rem 1rem 0.5rem 1rem;
    margin-bottom: 0;
}
.topics-content a:link, .topics-content a:visited {
    color: #162642;
}
p.date {
    padding: 0 1rem 0rem 1rem!important;
    color: #9a9fa5;
    position: relative;
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
}
p.date::before {
    content:'';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(image/icon-calender.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0.25rem;
}
.top-news-container {
    background-color: #f4f3ef;
    padding: 1.5rem 0;
}
.top-news-container h2{
    display: inline-block;
    position: relative;
    font-weight: 900;
    margin-bottom: 0rem;
    text-align: center;

}
.top-news-container h2::before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 1.5rem;
    background-image: url(image/m-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -1.5rem;
    top: 51%;
    transform: translateY(-50%);
}
.top-news-container ul{
    list-style-type: none;
    padding: 0;

}
.news-header {
    font-size: 0.8rem;
    display: flex;
    margin-bottom: 0.5rem;
}
.news-date {
    margin-right: 0.5rem;
    letter-spacing: 0.1rem;
}
.category-link {
    list-style-type: none;
    padding: 0;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.category-link li {
    margin: 0;
    display: inline-block!important;
    line-height: calc(0.6rem + 4px);
}
.category-link li a:link, .category-link li a:visited {
    padding: 2px 0.5rem;
    background-color: #FF6900;
    color: #fff;
    margin-right: 0.25rem;
    font-size: 0.6rem;
    font-weight: bold;
    display: inline-block;
    

}
.news-title h3 {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}
.top-news-container ul li {
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px dashed #162642;
}
.category-link li{
    border: none!important;
    padding: 0!important;
}

footer {
    background-color: #162642;
    color: #fff;
    padding: 1rem 0rem 60px 0rem;
    line-height: 175%;
}

footer h2{
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}
footer a:link, footer a:visited {
    color: #fff;
}
.footer-arrow {
    width: 13px;
    margin: 0 0.25rem 4px 0.25rem;
}
.footer-arrow-c {
    width: 0.4rem;
    margin: 0 0.25rem 4px 0.25rem;
}
.footer-arrow-b {
    width: 13px;
    margin: 0 0.25rem 2px 0.25rem;
}
.footer-nav1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
}

.footer-nav1 ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.footer-nav1 ul li {
    padding: 0 2rem;
}

.footer-nav2 {
    width: calc(50% - 1px);
    padding: 1rem;
    border-right: 1px solid #fff;
}

.footer-nav2:last-child {
   border-right: none;
}
.footer-btn {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    letter-spacing: -1px;
}
.footer-btn a:link, .footer-btn a:visited{
    background-color: #fff;
    color: #162642;
    display: block;
    padding: 0.125rem 0.125rem 0.125rem 0.5rem;
    border-radius: 100vh;
    text-align: center;
    font-weight: 700;
}
.footer-nav-child {
    font-size: 0.8rem;
}
.footer-nav-child li {
    text-indent: -1.3rem;
    margin-left: 1.3rem;
}

.footer-nav3 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    font-size: 0.8rem;
}
.footer-nav3 ul {
    width: 50%;
}
.footer-nav3 ul li {
    text-indent: -1.3rem;
    padding-left: 1.5rem;
    line-height: 150%;
    margin-bottom: 0.5rem;
}
.footer-nav4 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-nav4  li {
    width: 48%;
    margin-bottom: 1rem;
}
.footer-nav4 li a:link, .footer-nav4 li a:visited {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100vh;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0px;
}
.copyright {
    text-align: center;
    font-size: 0.65rem;
    margin-bottom: 0.5rem;
    line-height: 125%;
}
.footer-tel-btn {
    width: 100%;
}
.footer-tel-btn a:link, .footer-tel-btn a:visited {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100vh;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0px;
    line-height: 110%;
    padding: 0.5rem 1rem;
    width: 100%;
}
.footer-tel {
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
}
.footer-tel span {
    font-size: 0.9rem;
    margin-right: 0.5rem;
}
.tel-cap {
    font-size: 0.45rem;
    width: 40%;
    text-align: left;
}








/*slick*/

.slide-dots_a {
	margin: 1rem 0 1rem 0;
	padding: 0;
	text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.slide-dots_a li {
	display: inline-block;
	margin: 0 14px;
	width: 8px;
 	height: 8px;
}
.slide-dots_a li button {
	position: relative;
	text-indent: -9999px;
}

.slide-dots_a li button::before {
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
	cursor: pointer;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: auto;
	position: absolute;
	top: 0px;
}
.slide-dots_a li.slick-active button::before {
	background-color: rgba(255, 255, 255, 1);
}
.slide-dots_a button {
	background: none;
	border: none;
	outline: none;
	padding: 0 7px;
}


.slide-dots_b {
	margin: 1rem 0 1rem 0;
	padding: 0;
	text-align: center;
    
}
.slide-dots_b li {
	display: inline-block;
	margin: 0 14px;
	width: 8px;
 	height: 8px;
}
.slide-dots_b li button {
	position: relative;
	text-indent: -9999px;
}

.slide-dots_b li button::before {
	background-color: #bebebf;
	content: "";
	cursor: pointer;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: auto;
	position: absolute;
	top: 0px;
}
.slide-dots_b li.slick-active button::before {
	background-color: #2e2c2f;
}
.slide-dots_b button {
	background: none;
	border: none;
	outline: none;
	padding: 0 7px;
}


.slide-dots_c {
	margin: 1rem 0 1rem 0;
	padding: 0;
	text-align: center;
}
.slide-dots_c li {
	display: inline-block;
	margin: 0 14px;
	width: 8px;
 	height: 8px;
}
.slide-dots_c li button {
	position: relative;
	text-indent: -9999px;
}

.slide-dots_c li button::before {
	background-color: #fff;
	content: "";
	cursor: pointer;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: auto;
	position: absolute;
	top: 0px;
}
.slide-dots_c li.slick-active button::before {
	background-color: #162642;
}
.slide-dots_c button {
	background: none;
	border: none;
	outline: none;
	padding: 0 7px;
}







/*about page*/

.page-title {
    padding: 0.25rem 0;
    background-color: #FF6900;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-title h2 {
    line-height: 100%;
    margin: 0;
    color:#fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 900;
}

.page-slider {
    margin: 1.5rem 0;
}
.page-slider img {
    margin: 0 1.5rem;
}

.accordion-container {
    margin-bottom: 2rem;
    font-size: 0.9rem;
}
.accordion-header h3 {
    color: #FF6900;
    font-size: 1.4rem;
    font-weight: 900;
    padding-left: 1.5rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
    
}
.accordion-header h3::before {
    content: '▼';
    margin-right: 0.5rem;
    font-size: 1rem;
    display: block;
    position: absolute;
    left: 0px;
    top: calc(50% - 0.5rem);
}

.open h3::before {
    content: '▲';
}

.accordion-inner {
    display: none;
}

.accordion-close {
    cursor: pointer;
}
.accordion-close a:link, .accordion-close a:visited {
    display: inline-block;
    padding: 0.25rem 1.25rem;
    color: #FF6900;
    border: 1px solid #FF6900;
    border-radius: 100vh;
    font-weight: 700;
    font-size: 0.8rem;
    margin: 0;
    position: relative;
}
.accordion-close a::before {
    content: '▲';

}

.about-mission {
    margin: 0;
    background-color: #FF6900;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.15rem;
    text-align: center;
    padding: 1.5rem;
}

.ayumi {
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
}
.ayumi th {
    color: #FF6900;
    font-size: 1.5rem;
    padding: 0.5rem;
    width: 6rem;
    vertical-align: top;
}

.ayumi th::after {
    content: '年';
    font-size: 1rem;
}
.ayumi td {
    padding: 0.5rem;
}
.ayumi td span {
    font-size: 0.7rem;
}
.ayumi tr {
    border-bottom: 1px solid #FF6900;
}
.td-child {
    font-size: 0.8rem!important;
    border-bottom: 1px dashed #FF6900;
    display: block;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
}
.td-child:last-child {
    border: none;
}
.accordion-inner h4 {
    font-weight: 700;
    text-align: center;
    color: #FF6900;
}
.about-address {
    background-color: #f4f3ef;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}
.document-container {
    border: 1px solid #162642;
    margin-bottom: 2rem;
}
.document-container h4 {
    background-color: #162642;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 0.25rem;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
.document-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.document-container ul li {
    width: 47%;
    position: relative;
    padding: 0.2rem 0.5rem;
    border-bottom: 1px solid #162642;
    text-align: center;
    position: relative;
    letter-spacing: 0.1rem;
    margin: 0 0 1rem 0;
}
.document-container ul li img, .document-link img {
    width: 0.75rem;
    padding-bottom: 3px;
    margin-left: 0.5rem;
}
.document-container ul li a:link, .document-container ul li a:visited {
    color: #162642;
}



/*kids page*/

.page-title-yellow {
    padding: 0.25rem 0;
    background-color: #FFD100;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nobefore::before {
    content: none!important;
}
.kids-page h2{
    color: #cc8e05;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}
.kids-page {
    font-size: 0.9rem;
}
.kome {
    font-size: 0.6rem;
    vertical-align: super;
}
.document-link a:link, .document-link a:visited {
    color: #162642;
    font-size: 0.8rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #162642;
}

.kids-page ul li {
    margin-bottom: 0.5rem;
}

/*kids-sub*/

.subpage-title {
    padding: 1rem 0;
}
.kids-sub-title {
    background-color: #FFD100;
}
.subpage-title h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}
.subpage-title h2 span {
    font-size: 1rem;
    display: block;
}
.subpage-nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    z-index: 500;
    background-color: #fff;
}
.subpage-nav a:link, .subpage-nav a:visited {
    color: #162642;
    display: block;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    padding: 0.35rem 0;
}
.kids-sub-nav a:link, .kids-sub-nav a:visited {
    background-color: #FFD100;
    position: relative;
}
.kids-sub-nav a::after {
    content:'';
    width: 7px;
    height: 7px;
    background-image: url(image/m-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 2px;
    display: inline-block;
    margin-left: 0.25rem;
}

.kids-nav a:link, .kids-nav a:visited {
    background-color: #EAE9E5;
    position: relative;
}
.kids-nav a::after {
    content:'';
    width: 7px;
    height: 7px;
    background-image: url(image/m-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 2px;
    display: inline-block;
    margin-left: 0.25rem;
}
.kids-nav-y a:link, .kids-nav-y a:visited {
    background-color: #FFD100;
    position: relative;
    font-size: 1rem;
    border-top: 1px solid #fff;
    letter-spacing: 0.15rem;
}
.kids-nav-y a::after {
    content:'';
    width: 12px;
    height: 12px;
    background-image: url(image/footer-arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 2px;
    display: inline-block;
    margin-left: 0.25rem;
}

.breadcrumbs {
    margin: 1rem 0 2rem 0;
    font-weight: 400;
    font-size: 0.8rem;
    color: #999da2;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #999da2;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs ul li:first-child::before {
    content: '';
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(image/home_icon.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-right: 0.25rem;
}
.breadcrumbs ul li+li {
    margin-left: 0.5rem;
}
.breadcrumbs ul li+li::before {
    content: '＞';
    color: #999da2;
    margin-right: 0.5rem;
    transform: scaleX(0.5);
    display: inline-block;
}

.subpage-nav ul {
    width: 101%;
    margin-left:-1px;
    display: flex;
    flex-wrap: wrap;
}
.subpage-nav ul li {
    border-top: 2px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.subpage-slider {
    margin-bottom: 1rem;
}
.subpage-slider img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.flex-item50 {
    flex-basis: 50%;
}
.flex-item33 {
    flex-basis: 33.333%;
}
.kids-sub-body {
    font-size: 0.9rem;
    border-bottom: 3px solid #D69C0B;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.kids-sub-body h3{
    padding: 0.5rem 1.5rem;
    background-color: #D69C0B;
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
    display: inline-block;
    border-radius: 100vh;
    letter-spacing: 0.15rem;
    margin-bottom: 1.5rem;
}
.kids-sub-body h4 {
    color: #D69C0B;
    font-weight: 900;
    margin-bottom: 1rem;
}
.kids-sub-body table {
    border: 2px solid #D69C0B;
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
}
.kids-sub-body table tr {
    border-bottom: 2px solid #D69C0B;
}
.kids-sub-body table th {
    background-color: #FFD100;
    text-align: center;
    vertical-align: top;
    width: 5rem;
    border-right: 2px solid #D69C0B;
    letter-spacing: 0.1rem;
}
.kids-sub-body th, .kids-sub-body td {
    padding: 0.25rem 0.5rem;
}
.kids-sub-body table p {
    margin: 0.25rem 0;
}
.table-notice {
    border: 1px solid #162642;
    padding: 0.5rem;
    font-size: 0.7rem;
    display: block;
    margin: 0.1rem 0;
    letter-spacing: 0px;
}

.kids-sub-rules a:link, .kids-sub-rules a:visited {
    display: inline-block;
    color: #D69C0B;
    font-weight: 700;
    padding: 0.25rem;
    border-bottom: 1px solid #D69C0B;
    margin-bottom: 1rem;
}

.kids-sub-btn a:link, .kids-sub-btn a:visited {
    display: inline-block;
    color: #D69C0B;
    font-weight: 700;
    padding: 0.25rem 1.5rem;
    border: 2px solid #D69C0B;
    border-radius: 100vh;
}
.kids-sub-btn a::after {
    content:'';
    width: 10px;
    height: 10px;
    background-image: url(image/m-arrow-y.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 1px;
    display: inline-block;
    margin-left: 0.25rem;
}

.bg-gray {
    background-color: #EAE9E5;
    position: relative;
   
}
.kids-sub-body.bg-gray h4 {
    color: #BA8722;
}
.kids-sub-body.bg-gray table {
    background-color: #f7f7f7;
}
.kids-sub-body.bg-gray a:link, .kids-sub-body.bg-gray a:visited {
    color: #162642;
    border-bottom: 1px solid #162642;
}
.noborder {
    border: none!important;
}



/*adult page*/
.page-title-green {
    padding: 0.25rem 0;
    background-color: #9DE100;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adult-page h2{
    color: #86AF14;
    font-weight: 900;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.adult-page {
    font-size: 0.9rem;
}

.adult-sub-title {
    background-color: #9DE100;
}
.adult-nav a:link, .adult-sub-nav a:visited {
    background-color: #EAE9E5;
    position: relative;
}

.adult-nav a::after {
    content:'';
    width: 7px;
    height: 7px;
    background-image: url(image/m-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 2px;
    display: inline-block;
    margin-left: 0.25rem;
}


.adult-sub-nav a:link, .adult-sub-nav a:visited {
    background-color: #9DE100;
    position: relative;
}

.adult-sub-nav a::after {
    content:'';
    width: 7px;
    height: 7px;
    background-image: url(image/m-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 2px;
    display: inline-block;
    margin-left: 0.25rem;
}


.adult-sub-body {
    font-size: 0.9rem;
    border-bottom: 3px solid #86AF14;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.adult-sub-body h3{
    padding: 0.5rem 1.5rem;
    background-color: #86AF14;
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
    display: inline-block;
    border-radius: 100vh;
    letter-spacing: 0.15rem;
    margin-bottom: 1.5rem;
}
.adult-sub-body h4 {
    color: #86AF14;
    font-weight: 900;
    margin-bottom: 1rem;
}
.adult-sub-body table {
    border: 2px solid #86AF14;
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
}
.adult-sub-body table tr {
    border-bottom: 2px solid #86AF14;
}
.adult-sub-body table th {
    background-color: #9DE100;
    text-align: center;
    vertical-align: top;
    width: 5rem;
    border-right: 2px solid #86AF14;
    letter-spacing: 0.1rem;
}
.adult-sub-body th, .adult-sub-body td {
    padding: 0.25rem 0.5rem;
}
.adult-sub-body table p {
    margin: 0.25rem 0;
}


.adult-sub-rules a:link, .adult-sub-rules a:visited {
    display: inline-block;
    color: #86AF14;
    font-weight: 700;
    padding: 0.25rem;
    border-bottom: 1px solid #86AF14;
    margin-bottom: 1rem;
}

.adult-sub-btn a:link, .adult-sub-btn a:visited {
    display: inline-block;
    color: #86AF14;
    font-weight: 700;
    padding: 0.25rem 1.5rem;
    border: 2px solid #86AF14;
    border-radius: 100vh;

}
.adult-sub-btn a::after {
    content:'';
    width: 10px;
    height: 10px;
    background-image: url(image/m-arrow-g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 1px;
    display: inline-block;
    margin-left: 0.25rem;
}
.episode-slider {
    width: 100%;
    position: relative;
}
.episode-container {
    padding: 1.5rem;
    border: 2px solid #86AF14;
    border-radius: 12px;
    margin: 0 2rem;
    display: block;
}
.episode-container p {
    margin: 0;
}

.adult-nav-g a:link, .adult-nav-g a:visited {
    background-color: #9DE100;
    position: relative;
    font-size: 1rem;
    border-top: 1px solid #fff;
    letter-spacing: 0.15rem;
}
.adult-nav-g a::after {
    content:'';
    width: 12px;
    height: 12px;
    background-image: url(image/footer-arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 2px;
    display: inline-block;
    margin-left: 0.25rem;
}
.condensed-font {
    position: relative;
}
.condensed-font a::after {
    content: none;
}
.condensed-font a span {
    position: absolute!important;
    white-space: nowrap;
    display: block;
    transform: scaleX(0.75);
}
.condensed-font a span::after {
    content:'';
    width: 7px;
    height: 7px;
    background-image: url(image/m-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 1.5px;
    display: inline-block;
    margin-left: 0.25rem;
    transform: scaleX(1.3);
}

.adult-sub-body.bg-gray h4 {
    color: #7F9B0B;
}
.adult-sub-body.bg-gray table {
    background-color: #f7f7f7;
}
.adult-sub-body.bg-gray a:link, .kids-sub-body.bg-gray a:visited {
    color: #162642;
    border-bottom: 1px solid #162642;
}



/*gakudou page*/

.page-title-b {
    padding: 0.5rem 0;
    background-color: #EFE8D3;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-title-b h2 {
    line-height: 100%;
    margin: 0;
    color:#162642;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 900;
}
.gakudou-uketsuke {
    padding: 1rem;
    border: 4px solid #FF6900;
    color: #FF6900;
    margin-bottom: 2rem;
    text-align: center;
}

.gakudou-uketsuke h4 {    
    font-size: 0.8rem;
    font-weight: 400;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #FF6900;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05rem;
}
.gakudou-uketsuke p {
    font-size: 0.75rem;
    margin: 0;
}
.detail-container {
    background-color: #F4F3EF;
    padding: 1rem;
    margin-bottom: 2rem;

}
.detail-container h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1rem;
    font-weight: 900;
}
.detail-container ul {
    list-style-type: none;
    padding-left: 1.25rem;
}
.detail-container ul li {
    margin-bottom: 1.5rem;
}
.detail-container ul li::before {
    content: '○';
    text-indent: 1.25rem;
    margin-left: -1.25rem;
    margin-right: 0.25rem;
}
.b-table {
    border: 2px solid #A89E85;
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
}
.b-table tr {
    border-bottom: 2px solid #A89E85;
}
.b-table  th {
    background-color: #EFE8D3;
    text-align: center;
    vertical-align: top;
    width: 5.5rem;
    border-right: 2px solid #A89E85;
    letter-spacing: 0.1rem;
    
}
.b-table th, .b-table td {
    padding: 0.25rem 0.5rem;
}
.b-table p {
    margin: 0.25rem 0;
}
.table-sub {
    border: 1px solid #162642;
    padding: 0.75rem;
    margin: 1rem 0;
    font-size: 0.7rem;
}


/*rentalspace*/

.speclist {
    list-style-type: none;
    padding: 0;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #162642;
    display: block;
    margin: 1.5rem 0;
}
.rental-info {
    text-align: center;
}
.rental-info a:link, .rental-info a:visited {
    color: #162642;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #162642;
    display: inline-block;
}
.rental-btn-o a:link, .rental-btn-o a:visited {
    display: inline-block;
    background-color: #FF6900;
    color: #fff;
    font-weight: 700;
    padding: 0.25rem 1.5rem;
    border: 1px solid #FF6900;
    border-radius: 100vh;

}
.rental-btn a:link, .rental-btn a:visited {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 0.25rem 1.5rem;
    border: 2px solid #FF6900;
    border-radius: 100vh;
    background-color: #ff6900;

}
.rental-btn a::after {
    content:'';
    width: 10px;
    height: 10px;
    background-image: url(image/m-arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 1px;
    display: inline-block;
    margin-left: 0.25rem;
}
.support-page .accordion-header h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.support-page .accordion-inner h4 {
    text-align: left;
    color: #162642;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.support-page .accordion-inner section {
    margin-bottom: 3rem;
}


/*trial*/


.trial-notice {
    padding: 0.75rem;
    border: 1px solid #E60000;

}
.trial-notice h3 {
    
    font-weight: 700;
    color: #E60000;
    font-size: 1.02rem;
    text-align: center;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #E60000;
}

.trial-notice ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}

.apls-form {
    background-color: #F4F3EF;
    padding: 2rem 0;
}
.apls-form h4 {
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.1rem;
    gap: 0.5rem;

}

.form-hs {
    background-color: #FF6900;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 100vh;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    white-space: nowrap;
}

.error .wpcf7-not-valid-tip {
  display: none;
}
.error .error-message {
  color: #E60000;
  display: none;
	font-size:0.8rem;
}
.error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}

.wpcf7-response-output {
	color: #E60000;
    border: 1px solid #E60000!important;
    font-size: 0.8rem;
    text-align: center;

}


.apls-form input[type=text], .apls-form input[type=email],input[type=tel], .apls-form textarea {
    background-color: #fff;
    border: 2px solid #D9DADD;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    margin: 0;
    width: 100%;
    outline: none;

}

.apls-form input[type=date] {
    background-color: #fff;
    border: 2px solid #D9DADD;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    margin: 0;
   outline: none;
}

.apls-form textarea {
    height: 10rem;
	width:100%;
}

.trial-form-caption {
    color: #687989;
    font-size: 0.8rem;
    vertical-align: middle;
    line-height: 1.2rem;
    margin-left: 0.5rem;
}

.trial-program-notice {
    color: #E60000;
    list-style-type: none;
    margin: 0;
    padding: 0.5rem;
    font-size: 0.7rem;
}
.trial-program-notice li {
    border-bottom: 1px solid #E60000;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.program-container {
    background-color: #fff;
    border: 2px solid #D9DADD;
    border-radius: 8px;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.program-container h4 {
    background-color: #D9DADD;
    padding: 0.5rem 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.program-container label {
    font-weight: 500;
    text-indent: -1rem;
    margin-left: 1rem;
}

.program-container .wpcf7-list-item{
    display: block;
    margin-bottom: 0.5rem;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] {
 	position: relative;
    width: 18px;
    height: 18px;
    border: none;
    vertical-align: -3px;
    background-color: #d3d3d3;
    border-radius: 4px;
    margin-right: 0.25rem;
}

input[type="checkbox"]:checked{
  background-color:#FF6900;
}

input[type="checkbox"]:checked:before {
	position: absolute;
    top: 1px;
    left: 5px;
    transform: rotate(45deg);
    width: 7px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}
.apls-form input[type=submit] {
    background-color:#FF6900;
    padding: 0.25rem 3rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    border:none;
    border-radius: 100vh;
    min-width: 280px;
}
.apls-form input[type=button] {
    background-color:#D9DADD;
    padding: 0.25rem 3rem;
    font-size: 1.25rem;
    font-weight: 700;
    border:none;
    border-radius: 100vh;
    min-width: 280px;
    margin-bottom: 1rem;
}

.apls-form .wpcf7-spinner {
	display:none;
}
.wpcf7 label {
    width: 100%;
}


.contact-page {
    text-align: center;
}
.contact-page h3 {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
}
.contact-tel a:link, .contact-tel a:visited {
    background-color: transparent;
    padding: 0.15rem 2rem;
    font-size: 1.8rem;
    font-weight: 900;
    color: #ff6900;
    border-radius: 100vh;
    border: 2px solid #ff6900;

    
}
.contact-tel a span {
    font-size: 1.5rem;
}

.rental-reserve-notice {
    list-style-type: none;
    color: #687989;
    font-size: 0.7rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
    padding: 0;
    letter-spacing: -0.5px;
}
.rental-reserve-notice a:link, .rental-reserve-notice a:visited {
    color: #687989;
    border-bottom: 1px solid #687989;
}
.day-select {
    display: flex;
}

.day-select div {
    margin-right: 0.5rem;
}


.day-select select {
    display: inline-flex;
    align-items: center;
    position: relative;

    appearance: none;
    width:5rem;
    background-color: #fff;
    border: 2px solid #D9DADD;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    margin: 0 0.25rem 0 0;

    cursor: pointer;
}
.rental-date {
    padding-left: 1rem;
}
.ds-child{
    position: relative;
}
.ds-child input[type="text"] {
    max-width: 10rem;
}

.day-select select:focus {
    outline: none;
}


.ski-select {
    display: flex;
}


.ski-select select {
    display: inline-flex;
    align-items: center;
    position: relative;

    appearance: none;
    width:100%;
    background-color: #fff;
    border: 2px solid #D9DADD;
    border-radius: 8px;
    padding: 0.25rem 2.5rem 0.25rem 0.5rem;
    margin: 0;

    cursor: pointer;
}

.ski-child{
    position: relative;
}
.ski-child::after {
    content: '▼';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) scaleY(0.8);
    font-size: 0.7rem;
    pointer-events: none;
}

.ski-select select:focus {
    outline: none;
}

.shortsb {
    width: 4rem!important;
}

.rental-reserve-btn a:link, .rental-reserve-btn a:visited{
    background-color: #D9DADD;
    padding: 0.2rem 0.5rem;
    font-size: 0.6rem;
    font-weight: 500;
    color: #162642;
    border-radius: 100vh;
}
.rental-reserve-btn+.rental-reserve-btn {
    margin-left: 1rem;
}
.wpcf7-radio label {
    display: block;
}
.wpcf7-list-item {
    display: block!important;
    margin: 0 0 0.5rem 0!important;
    padding: 0 1rem;
}

input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #D9DADD;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FF6900;
    content: '';
  }

  .kiyaku-container {
    border: 2px solid #D9DADD;
    padding: 1rem;
  }
  .kiyaku-inner {
    border: 2px solid #D9DADD;
    background-color: #fff;
    font-size: 0.7rem;
    font-weight: 500;
    height: 16rem;
    padding: 1rem;
    overflow-y: scroll;
    margin-bottom: 0.5rem;
  }

  .kiyaku-container .wpcf7-list-item-label {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .googlemap {
    background-color: #fff;
  }


  .googlemap iframe {
    width: 100%;
    height: 50vw;
    vertical-align: bottom;
  }

  .archive-category-list {
    margin-bottom: 1.5rem;
    border-bottom: 2px dotted #9a9fa5;
  }
  .archive-category-list a:link, .archive-category-list a:visited {
    background-color: #9a9fa5;
    color: #fff;
    padding: 0.15rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
  }

  .archive-category-list a.current, .archive-category-list a:hover {
    background-color: #FF6900;
  }
  .archive-category-list ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .archive-category-list ul li {
    margin-right: 0.5rem;
	margin-bottom: 1rem;

  }

  .archive-post-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .archive-post-list li {
    display: flex;
    border-bottom: 2px dotted #9a9fa5;
    margin-bottom: 1.5rem;
  }
  .archive-post-list .category-link li {
    border: none;
    margin-bottom: 0;
  }
  .archive-post-list .eyecatch, .archive-post-list .post-data {
    width: 50%;
  }
  .news-list .post-data {
    width: 100%;
  }
  .archive-post-list .eyecatch img{
    padding-right: 0.5rem;
  }
  .archive-post-list .post-data h3 {
    font-size: 0.9rem;
    font-weight: 700;
  }
  .archive-post-list .post-data h3, .archive-post-list .post-data p.date {
    margin-left: 0;
    padding-left: 0;
  }
  .single-container {
    margin-bottom: 3rem;
  }

  .single-container h3 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    padding: 0 0.25rem 0.75rem 0.25rem;
    
  }
  .post-data a:link, .post-data a:visited {
    color: #162642;
  }
  .single-container p.date {
    margin-left: 0.25rem;
  }
  .single-container .eyecatch {
    width: 100%;
    margin-bottom: 2rem;
  }
  hr {
    opacity: 1!important;
  }

  .single-container h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .single-title {
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid #FF6900;
  }
  .single-container p {
    padding: 0.25rem;
  }
  .ark-block-toc {
    background: transparent!important;
    border: 2px solid #FF6900!important;
    padding: 0 0 1rem 0!important;
}

  .ark-block-toc .ark-block-toc__title {

    padding: 0.5rem 1rem 0.5rem 1rem!important;
    text-align: start!important;
    background-color: #FF6900!important;
    color: #fff!important;

}

.ark-block-toc .ark-block-toc__list {
    padding:0 1rem 0 3rem!important;
    position: relative;
}

.ark-block-toc .ark-block-toc__list[data-level="3"] {
    padding:0 1rem 0 1rem!important;
    position: relative;
}




.free-textbox {
    color: #E60000;
    border: 1px solid #E60000;
    padding: 0.5rem 1rem;
    margin: 1rem 0 2rem 0;
    font-weight: 700;
    font-size: 0.8rem;
}
.free-textbox p:last-child {
    margin-bottom: 0;
}
.free-textbox h3 {
    font-weight: 700;
}
.free-textbox h3:last-child {
    margin-bottom: 0;
}

.ski_course_cap {
    margin-left: 2.5rem;
    font-size:0.7rem;
    display: block;
    margin-top: -0.4rem;
}



::-webkit-input-placeholder { /* WebKit browsers */
color: #d3d3d3 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #d3d3d3 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #d3d3d3 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #d3d3d3 !important;
opacity: 1;
}


/*pagenation*/
.nav-links {
    margin: 2rem auto;
}
.nav-links ul.page-numbers {
    display: flex;
    justify-content: center;
}
.nav-links ul li {
    margin: auto 0.5rem;
}



.nav-links ul.page-numbers .current {
    color: #FF6900;
}

.wpcf7-list-item-label span {
    font-size: 0.8rem;
    display: block;
    margin-left: 1.5rem;
}

.entry-container {
    text-align: center;
    border:2px solid #FF6900;
    border-radius: 1rem;
    position: relative;
    padding: 2rem 1.25rem 1.5rem 1.25rem;
    font-size: 0.8rem;
    margin-bottom: 3rem;
}
.entry-container h3{
    color: #FF6900;
    margin-bottom: 0.75rem;
}
.entry-step {
    background-color: #FF6900;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 0.7rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.entry-step span {
    font-size: 1.2rem;
    display: block;
}
.entry-container .free-textbox {
    font-weight: 400;
    line-height: 100%;
}
.entry-box-btn a:link, .entry-box-btn a:visited {
    background-color: #FF6900;
    border-radius: 100vh;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.25rem 1.25rem;
    min-width: 15rem;
    display: inline-block;
}

.entry-notice {
    background-color: #FF6900;
    color: #fff;
    padding: 1rem;
}
.entry-notice h4 {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}
.entry-notice ul {
    list-style-type: none;
    padding: 0;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}
.entry-notice ul li {
    margin-bottom: 0.25rem;
}
.entry-notice ul li::before {
    content: '●';
    margin-right: 0.25rem;
}

.entry-info a:link, .entry-info a:visited {
    color: #162642;
    padding: 0 2px 2px 2px;
    border-bottom: 1px solid #162642;

}

.rental-price-table {
    width: 100%;
    position: relative;
}
.rental-price-table table {
    width: 100%;
}
.rental-price-table th, .rental-price-table td {
    width: 6.66%;
}

.rental-price-table td {
    border-left: 1px dashed #8a92a0;
    border-bottom: 1px solid #8a92a0;
    position:relative;
    height: 6.5rem
}

.rental-price-table tr td:last-child {
    border-right: 1px dashed #8a92a0;
}

.rental-price-table .price-table-header td {
    border-left: none!important;
    border-right: none!important;
    height: 1.5rem;
}
.price-table-header td:first-child {
    border-bottom: none;
}
.price-table-header td span {
    position: absolute;
    font-size: 9px;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%);
}
.rental-price-table table tr:last-child td {
    border-bottom: none;
}
.price {
    
    position: absolute;
    text-align: center;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    height: 5.5rem;
}
.price-time {
    font-size: 0.7rem;
    text-align: center;
    line-height: 100%;
    margin-bottom: 3px;
}
.price p {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 100%;
    font-size: 0.9rem;
}
.price p span {
    display: block;
    font-size: 0.7rem;
}
.price01 {
    width: calc(93.34% - 2px);
    
    top: 2rem;
    left: 6.66%;
    
    background-color: #ffd4d4;
}
.price02 {
    width: calc(46.62% - 2px);
    top: 8.5rem;
    background-color: #f9e27d;
    left: 13.32%;
}
.price03 {
    background-color: #ffd4d4;
    width: calc(26.64% - 2px);
    top: 8.5rem;
    left: 59.94%;
}
.price04 {
    background-color: #d1cbef;
    width: calc(13.32% - 2px);
    top: 8.5rem;
    left: 86.58%;
}
.price05 {
    width: calc(46.62% - 2px);
    top: 15rem;
    background-color: #f9e27d;
    left: 13.32%;
}
.price06 {
    background-color: #d1cbef;
    width: calc(13.32% - 2px);
    top: 15rem;
    left: 86.58%;
}
.price07 {
    width: calc(46.62% - 2px);
    top: 21.5rem;
    background-color: #f9e27d;
    left: 13.32%;
}
.price08 {
    width: calc(46.62% - 2px);
    top: 28rem;
    background-color: #f9e27d;
    left: 13.32%;
}
.price09 {
    background-color: #d1cbef;
    width: calc(13.32% - 2px);
    top: 28rem;
    left: 86.58%;
}
.price10 {
    width: calc(46.62% - 2px);
    top: 34.5rem;
    background-color: #f9e27d;
    left: 13.32%;
}
.price11 {
    background-color: #ffd4d4;
    width: calc(26.64% - 2px);
    top: 34.5rem;
    left: 59.94%;
}
.price12 {
    background-color: #d1cbef;
    width: calc(13.32% - 2px);
    top: 34.5rem;
    left: 86.58%;
}
.price13 {
    background-color: #ffd4d4;
    width: calc(46.62% - 2px);
    top: 41rem;
    left: 26.64%;
}
.price14 {
    background-color: #d1cbef;
    width: calc(13.32% - 2px);
    top: 41rem;
    left: 86.58%;
}
.price15 {
    background-color: #d1cbef;
    width: calc(13.32% - 2px);
    top: 41rem;
    left: 73.26%;
}
.sunday {
    color: #e54e64;
}
.satday {
    color: #158cb5;
}

.kids-sub-rules {
    display: none;
}

.privacy-link {
    font-size: 0.7rem;
    text-align: center;
    display: block;
    line-height: 170%;
}
.footer-pc-privacy {
    margin-top: 1.4rem;
}

.schedule-btn {
    position: absolute;
    left: 1.5rem;
    top: calc(50% + 0.25rem);
    transform: translateY(-50%);
}
.schedule-btn a img {
    width: 3rem;
    height: auto;
}

#calendar {
    width: 100%;
    margin-bottom: 5rem;
}

.fc-event-title {
    pointer-events: none;
}


/*週*/
.fc-col-header-cell{
	background: #fff;
    color: #162642!important;
    font-size: 0.8rem;
}
/*日付*/
.fc-daygrid-day{
	background: #fff;
    color: #162642;
    font-size: 0.8rem;
}

/*日曜*/
.fc-daygrid-day.fc-day-sun{
	background: #fff;
	color: #162642;
    font-size: 0.8rem;
}

.fc-scrollgrid-sync-inner a, .fc-list-day-cushion a{
    color: #162642;
}

.fc .fc-daygrid-day-frame {
    overflow: hidden;
}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}
.fc .fc-daygrid-day-number {
    right: -16px;
    font-size: 12px;
    letter-spacing: 1px;
}

.fc {

    /* reset */
  
  }
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.fc .fc-button {
    -webkit-appearance: button;
}
.fc .fc-button:not(:disabled) {
    cursor: pointer;
}
.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.fc {

/* theme */

}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
}
.fc .fc-button:hover {
    text-decoration: none;
}
.fc .fc-button:focus {
    outline: 0;
    box-shadow:none;
}
.fc .fc-button:disabled {
    opacity: 0.65;
}
.fc {
  
    /* "primary" coloring */
  
}
.fc .fc-button-primary {
    color: #fff;
    background-color: #FF6900;
    border-color: #FF6900;
}
.fc .fc-button-primary:hover {
    color: #fff;
    background-color: #FF8800;
    border-color: #FF8800;
}
.fc .fc-button-primary:disabled { /* not DRY */
    color: #fff;
    background-color: #FF6900;
    border-color: #FF6900;

}
.fc .fc-button-primary:focus {
    box-shadow:none;
}
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    background-color: #FF8800;
    border-color: #FF8800;
}
.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
      box-shadow:none;
}

.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
    font-size: 0.6rem;
}

.fc-h-event .fc-event-main {
    color: #162642;
}

.event_rp .fc-event-title {
    color: rgba(0, 0, 0, 0);
}
.event_rp .fc-event-time::after {
    content: '予定あり';
    display: inline-block;
    font-weight: 700;
    margin-left: 4px;
}
.event_rp .fc-list-event-title {
    color: rgba(0, 0, 0, 0);
}
.event_rp .fc-list-event-dot {
    position: relative;
}
.event_rp .fc-list-event-dot::after {
    content: '予定あり';
    position: absolute;
    display: inline-block;
    font-weight: 400;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.fc-v-event .fc-event-main-frame{
    color: #162642;
}
.fc-col-header-cell-cushion, .fc-daygrid-day-number, .fc-event{
	color: inherit;
	text-decoration: none;
}

.fc .fc-list-event-title a:hover,.fc .fc-list-event-title:hover a  {
    text-decoration: none!important;
}

.slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }




  /*20241010*/

  .kids-ski-btn a:link, .kids-ski-btn a:visited {
    display: inline-block;
    color: #fff!important;
    font-weight: 700;
    padding: 0.25rem 1.5rem;
	border-bottom:2px solid #FF6900!important;
    border: 2px solid #FF6900;
    border-radius: 100vh;
    background-color: #ff6900;
	min-width:20rem;

}
.kids-ski-btn a::after {
    content:'';
    width: 10px;
    height: 10px;
    background-image: url(image/m-arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 1px;
    display: inline-block;
    margin-left: 0.25rem;
}

.kids-ski-btn-w a:link, .kids-ski-btn-w a:visited {
    display: inline-block;
    color: #ff6900!important;
    font-weight: 700;
    padding: 0.25rem 1.5rem;
	 border-bottom:2px solid #FF6900!important;
    border: 2px solid #FF6900;
    border-radius: 100vh;
    background-color: #fff;
	min-width:20rem;
}
.kids-ski-btn-w a::after {
    content:'';
    width: 10px;
    height: 10px;
    background-image: url(image/m-arrow-o.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    vertical-align: 1px;
    display: inline-block;
    margin-left: 0.25rem;
}


/*20241025*/
.trek-btn a {
	min-width:16rem;
}

/*20241109*/
.check-disabled{
	color:#D9DADD!important;
}


/*20250829*/
.reserve-kiyaku-box {
	padding:0.25rem 1rem;
	margin:0.25rem 0;
	display:inline-block;
	border:1px solid #222;
}
.kiyaku-inner ul li span {
	color:#E60000;
}

/*20250910*/
.rental-price2025 {
	white-space:nowrap;
	font-size:1.2rem;
}
.rental-price2025 th, .rental-price2025 td{
	width:50%!important;
	text-align:center;
}


/*20251210*/
.rental-notice h4{
	font-size:1.25rem;
	font-weight:bold;
	margin-bottom:0.75rem;
}
.rental-notice p {
	margin-bottom:2rem;
}

/*20251219*/

.item-disabled {
    opacity: 0.5;            /* 全体を薄くする */
    pointer-events: none;    /* クリック、チェックを一切無効化する */
    cursor: not-allowed;     /* （PC用）禁止マークのカーソル */
    display: inline-block;
}

/* ラベルテキストもグレーにする場合 */
.item-disabled .wpcf7-list-item-label {
    color: #999;
}


/*20260501*/

.kaigo_heading {
	font-size:1rem;
	font-weight:bold;
	text-align:center;
	letter-spacing: -0.1em;
	margin-bottom:1rem;
}
