@charset "utf-8";
/*共通の打ち消し*/
body{
	background: var(--lblue);
}
.header,
.bread,
.mv:after{
	display: none !important;
}
.contents{
	width: 100% !important;
	max-width: 100% !important; 
	padding: 0 !important;
}
/*OC用*/
:root{
	--hitblack: #222;
	--hitgray: rgba(170,171,171,1);
	--hitred: rgba(174,36,48,1);
	--blue: #49c0f7;
    --lblue: #7ecef4;
    --wblue: #e8f5ff;
	--yellow: #fff200;
    --orange: #ff6c00;
    --sky: #bcefff;
    --dblue: #0364b9;
    --pink: #eb5a6a;
    --jcd: #ed8339;
}
.ocwrap{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 680px;
    position: relative;
	z-index: 1;
}
.wrapper{
	width: 95%;
	margin-inline: auto;
}
p{
	text-align: left;
}

.title-h3{
	font-size: clamp(21px, 2.6vw, 34px);
	font-weight: 900;
}
.title-h3 small{
	display: block;
	font-size: 16px;
	margin-top: 0.3em;
}
.title-h3::before{
	/*content:"\f32b";*/
	font-family: 'Font Awesome 6 Sharp';
	font-style: normal;
	font-weight: 900;
    color: var(--black);
}
.lead{
	margin-bottom: 2em;
}
.lead b{
	font-weight: 700;
	color: var(--ocred);
	font-size: 120%;
}
.lead small{
    display: block;
    font-size: clamp(12px, 1.1vw, 14px);
}
.areamap{
	display: flex;
	width: 100%;
    flex-direction: column;
    align-items: center;
}
.map{
	width: 3em;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--blue);
	background: var(--yellow);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.map:hover{
	background: var(--dblue);
    color: #fff;
}
.area{
	flex: 1;
	display: flex;
	align-items: center;
	line-height: 1.2;
    margin-left: 5px;
}
.area b{
	color: var(--yellow);
	font-weight: 700;
	font-size: clamp(16px, 1.4vw, 21px);
	padding: 0 0.2em 0.1em;
}
.area br{
	display: none;
}
.radius {
    border-radius: 3em;
}
.shadow{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mb5{
    margin-bottom: 5em !important;
}
.mb4{
    margin-bottom: 4em !important;
}
.mb3{
    margin-bottom: 3em !important;
}
.mb2{
    margin-bottom: 2em !important;
}
.comingsoon{
    font-size: clamp(38px,7vw, 68px);
    font-weight: 900;
    text-align: center;
}
.cta-att{
    width: 100%;
    max-width: 23em;
    margin: 0.5em auto !important;
    text-align: center;
    background: var(--dblue);
    color: #fff;
    padding: 0.5em 0;
    border-radius: 3em;
    font-size: clamp(14px, 1.4vw, 18px);
}
.cta-att small{
    display: block;
    font-size: clamp(13px, 1.1vw, 14px);
}
.cta-wrap{
    display: flex;
    justify-content: center;
    gap:0.5em;
    flex-wrap: wrap;
}
.cta-a{
    width: 4em;
    height: 4em;
    background: var(--yellow);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    align-items: center;
    border-radius: 50%;
    font-size: 32px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.cta-a:before{
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    border: 1px solid var(--blue);
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.cta-a b{
    color: var(--blue);
    line-height: 1;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    transition: 0.2s all;
}
.cta-a small.close{
    font-size: 13px;
}
.cta-a small{
    color: var(--blue);
    font-size: 16px;
    transition: 0.2s all;
}
.cta-a:hover{
    background: var(--dblue);
}
.cta-a:hover b,
.cta-a:hover small{
    color: #fff;
}
@media screen and (max-width: 1280px){
	.ocwrap{
		max-width: 480px;
	}
	.lead{
		text-align: left !important;
	}
	.comingsoon{
		text-align: center !important;
	}
	.lead br{
		display: none;
	}
}
@media screen and (max-width: 980px){
    .title-h3{
        font-size: clamp(21px, 5vw, 34px);
    }
	.ocwrap{
		max-width: 100%;
	}
    .radius {
        border-radius: 2em;
    }
}
@media screen and (max-width: 480px){
	.area br{
		display: block;
	}
    .radius {
        border-radius: 1em;
    }
}

/*DRAWER*/
.drawer{
	display: none;
}
@media screen and (max-width: 980px){
	.drawer{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: sticky;
		top: 0;
		left: 0;
		background: var(--blue);
		padding: 0.7em;
		z-index: 999999999;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
	.drawer-h1{
		color: #fff;
		font-weight: 700;
		font-size: clamp(14.5px, 2.4vw, 18px);
        text-align: center;
	}
}
/*MENU*/
.menu{
	position: fixed;
	flex: 1;
	height: calc(100% - 1em);
	top: 0.5em;
	right: calc(50% + 350px);
	overflow: auto;
	z-index: 999;
}
.menu::-webkit-scrollbar{
	width: 7px;
	background: transparent;
}
.menu::-webkit-scrollbar-thumb{
  background: transparent;
}
.menu_h3{
	font-size: clamp(16px, 1.4vw, 28px);
	line-height: 1;
	font-weight: 700;
	position: relative;
	text-align: center;
    color: #fff;
}
.menu_item{
    margin-bottom: 2em;
}
.menu_a{
    display: block;
    background: var(--yellow);
    color: var(--blue);
    line-height: 1.2;
    text-align: center;
    padding: 0.5em 0 0.6em;
    margin-bottom: 0.3em;
    font-weight: 700;
    border-radius: 3em;
    font-size: clamp(15px, 1.2vw, 24px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.menu_a small{
	display: inline-block;
	margin: 0 0.2em;
    font-size: clamp(12px, 1.1vw, 14px);
}
.menu_a:hover{
	background: var(--dblue);
    color: #fff;
}
.menu_ul{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 1em;
    padding: 1em;
}
.menu_ul li{
	list-style: none;
	padding-left: 0;
	display:flex;
}
.menu_ul span{
	padding: 0.5em;
	line-height: 1.2;
	font-size: 13px;
	flex: 1;
}
.menu_ul li:nth-child(even) span{
    background: rgba(255, 255, 255, 0.5);
}
.menu_ul li:before{
	content: "";
	background: #999;
	width: 7px;
	height: 7px;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	margin: 0.3em 0.2em 0 0;
}
@media screen and (max-width: 1280px){
	.menu{
		right: calc(50% + 250px);
        padding: 1em 0.5em !important;
	}
    .menu_a small{
        display: block;
    }
}
@media screen and (max-width: 980px){
	.menu{
		width: 90%;
		max-width: 40em;
		height: 100%;
		right: inherit;
		left: -100% !important;
		z-index: 999;
		transition: 0.2s all;
		-webkit-overflow-scrolling: touch;
        background: var(--sky);
	}
	.menu.clicked{
		top: 0 !important;
		left: 0 !important;
	}
	.menu_h3 {
        color: var(--dblue);
		padding-top: 60px;
		font-size: 21px;
	}
	.mbtn{
		display: block;
	}
	.mbtn{
		cursor: pointer;
		z-index: 999;
	}
	.mbtn_menu{
		color: #fff;
	}
    .mbtn_line {
        width: 50px;
        height: 20px;
    }
	.mbtn_line span,
	.mbtn_line span:before,
	.mbtn_line span:after {
		content: '';
		display: block;
		height: 1px;
		width: 100%;
		background: #fff;
		position: relative;
		transition: 0.2s;
		margin: 0 auto;
	}
	.mbtn span:before {
		top: 5px;
	}
	.mbtn span:after {
		top: 12px;
	}
	.mbtn span {
		background: transparent;
	}
	.mbtn.clicked span::before {
		top: 7px;
		transform: rotate(45deg);
		width: 50%;
		height: 2px;
	}
	.mbtn.clicked span::after {
		display: block;
		top: 5px;
		transform: rotate(-45deg);
		width: 50%;
		height: 2px;
	}
}

/*NAV*/
.nav{
	position: fixed;
	top: 0.5em;
	left: calc(50% + 350px);
	z-index: 10;
	padding: 0.5em 1em 0.5em 0;
	overflow-y: auto;
    max-width: 300px;
}
.nav_h3{
    width: 100%;
    filter: brightness(0) invert(1);
    margin-bottom: 1em !important;
    padding: 1em 0.5em 0;
}
.nav_h3 small{
	line-height: 1;
	font-weight: 700;
	color: var(--dblue);
    display: block;
    font-size: clamp(12px, 1.1vw, 14px);
    text-align: center;
    margin-top: 0.5em;
}
.nav-a{
	display: block;
	line-height: 1.3;
	padding:  0.5em 1.5em;
	font-size: clamp(13px, 1.2vw, 15px);
    color: var(--black);
	margin-bottom: 7px;
    background: #fff;
    border-radius: 3em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.nav-a:after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: rotate(45deg) translateY(-50%);
}
.nav-a small{
    display: block;
}
.nav-a:hover{
	background: var(--dblue);
    color: #fff;
}
.nav-ol_child {
    padding-left: 1em !important;
	margin: 0.5em 0 1em !important;
}
.nav-child_a{
	display: flex;
	color: var(--black);
	padding: 0 0 0.7em !important;
	font-size: 14px;
	line-height: 1.3;
}
.nav-child_a:before{
	content: "・";
}
.nav-child_a:hover{
    color: var(--yellow);
}
@media screen and (max-width: 1280px){
	.nav{
		left: calc(50% + 250px);
	}
}
@media screen and (max-width: 980px){
	.dbtn{
		cursor: pointer;
		z-index: 999;
	}
	.dbtn_menu{
		color: #fff;
		font-size: 10px;
	}
    .dbtn_line {
        width: 50px;
        height: 20px;
    }
	.dbtn_line span,
	.dbtn_line span:before,
	.dbtn_line span:after {
		content: '';
		display: block;
		height: 1px;
		width: 100%;
		background: #fff;
		position: relative;
		transition: 0.2s;
		margin: 0 auto;
	}
	.dbtn_line span:before {
		top: 5px;
	}
	.dbtn_line span:after {
		top: 12px;
	}
	.dbtn span {
		background: transparent;
	}
	.dbtn.clicked span::before {
		top: 7px;
		width: 50%;
		height: 2px;
		transform: rotate(45deg);
	}
	.dbtn.clicked span::after {
		display: block;
		top: 5px;
		width: 50%;
		height: 2px;
		transform: rotate(-45deg);
	}
	.nav{
		width: 80%;
        max-width: 30em;
		height: 100%;
        padding: 1em;
		left: inherit;
		right: -100% !important;
		z-index: 10;
		transition: 0.2s all;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 3em !important;
        background: var(--blue);
        box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
	}
	.nav-entry{
		margin-bottom: 3em !important;
	}
	.nav.clicked{
		top: 0 !important;
		right: 0 !important;
	}
	.nav_h3{
		padding-top: 50px;
	}
	.nav-child_a:hover{
		color: #fff;
	}
	.nav:before{
		display: none;
	}
    .nav-a {
        padding: 1em 1.5em;
        font-size: clamp(14px, 2vw, 15px);
    }
    .nav-child_a {
        padding: 0.7em 0 0.7em !important;
    }
    .nav-cv_a{
        font-size: 18px;
    }
}

/*MV*/
.mv{
	width: 100%;
	z-index: 1;
    padding-top: 1em;
	margin-bottom: 0 !important;
    position: relative;
}
.mv_img{
    position: relative;
}
.mv_img img{
    filter: drop-shadow(20px 5px 2px rgba(0,0,0,0.1));
}
.mv-occatch{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
}
.mv-title{
	padding: 0.5em;
}
.mv-limit{
	padding: 1em;
	background: var(--blue);
	text-align: center;
    position: relative;
    z-index: 2;
}
.mv-limit_att{
    display: inline-block;
    background: #fff;
	font-size: clamp(12px, 1.1vw, 15px);
    padding: 1em 2em;
    text-align: center;
    font-weight: 700;
}
.mv-bus{
	display: block;
    text-align: center;
    margin: 1em auto;
}
.mv-bus b{
	color: #fff;
	font-weight: 700;
	font-size: clamp(18px, 1.6vw, 21px);
}
.mv-bus small{
    display: inline-block;
	background: var(--dblue);
    color: #fff;
	padding: 0.3em 1em 0.4em;
	line-height: 1;
	margin-left: 0.5em;
    font-size: clamp(16px, 1.2vw, 18px);
    border-radius: 3em;
}
.mv-bus p{
	color: #fff;
	font-weight: 700;
	font-size: clamp(21px, 2.4vw, 24px);
    text-align: center;
}
.mv-bus span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--yellow);
    position: relative;
    position: absolute;
    left: 50%;
    bottom: -1.5em;
    transform: translateX(-50%);
}
.mv-bus span:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    transform: rotate(45deg);
}
.mv-bus:hover span{
    background: var(--dblue);
}
.mv-bus:hover span:before{
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
@media screen and (max-width: 980px){
    .mv-limit_att {
        font-size: clamp(12px, 2.1vw, 15px);
    }
    .mv-bus p {
        font-size: clamp(21px, 3.4vw, 28px);
    }
}
@media screen and (max-width: 980px){
    .mv-bus span{
        bottom: -2em;
    }
}

/*INDEX*/
#index{
	background: #fff;
	padding: 2em;
}
.index_h3 b {
    color: var(--blue);
	display: block;
    font-size: clamp(44px, 4vw, 48px);
    font-weight: 900;
	line-height: 1;
}
.index_h3 small{
	font-size: clamp(13px, 1.2vw, 16px);
	font-weight: 700;
	display: block;
	margin-top: 0.5em;
    color: var(--blue);
}
.index_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_ol {
    flex-basis: 48%;
}
.index_a {
    display: block;
    line-height: 1.2;
    color: var(--black);
    border-bottom: 1px dotted var(--blue);
    padding: 1em 0;
    font-size: clamp(14px, 1.1vw, 16px);
}
.index_a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    margin-right: 5px;
}
.index_a:hover{
	color: var(--blue);
}
.index_li_ol {
	margin: 0.5em 0 1em;
    padding-left: 1.5em !important;
}
.index_li_ol--a {
    display: block;
    color: var(--black);
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1.2em;
    border-bottom: 1.5px dotted var(--blue);
    padding: 1em 0 1em 1.2em;
	text-indent: -1.3em;
}
.index_li_ol--a br{
	display: none;
}
.index_li_ol--a:before{
	content: "・";
    color: var(--blue);
}
.index_li_ol--a:hover{
	color: var(--dblue);
}
.index_cta {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5px;
	margin-top: 2em !important;
}
.index_cta a {
    display: block;
    font-size: clamp(14px, 1vw, 16px);
    text-align: center;
    background: var(--yellow);
    padding: 0.7em 0.2em;
    color: var(--blue);
    line-height: 1.2;
    border-radius: 3em;
    font-weight: 700;
    letter-spacing: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.no-border{
	border-bottom: none;
	padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
    #index {
        padding: 2em 1em;
    }
}
@media screen and (max-width: 980px) {
    .index_cta a {
        font-size: clamp(14px, 2vw, 16px);
    }
}
@media screen and (max-width: 580px) {
    .index_list {
        display: block;
    }
    .index_ol {
        flex-basis: 100%;
    }
    .index_cta {
        display: block;
    }
    .index_cta a{
        margin-bottom: 1em;
        padding: 1em;
        font-size: 16px;
        position: relative;
    }
    .index_cta a br{
        display: none;
    }
    .no-border{
        border-bottom: 1px dotted var(--blue);
        padding-bottom: 1em;
    }
    .index_cta a:before{
        content: "";
        display: block;
        width: 1.5em;
        height: 1.5em;
        position: absolute;
        left: 1.5em;
        top: 50%;
        transform: translateY(-50%);
    }
    .index_cta_bus:before{
        background: url("../img/icon_bus.svg") center / contain no-repeat;
    }
    .index_cta_train:before{
        background: url("../img/icon_train.svg") center / contain no-repeat;
    }
    .index_cta_access:before{
        background: url("../img/icon_map.svg") center / contain no-repeat;
    }
}

/*JOIN*/
#join{
	background: var(--blue);
    padding: 3em 2em;
}
#join .area,
#join .title-h3{
    color: #fff;
}
.join-li{
    margin-bottom: 2em !important;
}
.join-h4{
	font-size: clamp(18px, 1.5vw, 24px);
	font-weight: 700;
    border-bottom: 2px dotted var(--yellow);
    color: #fff;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}
.join-h4 small{
	font-weight: 700;
	font-size: clamp(13px, 1.2vw, 16px);
}
.join-inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.join-detail{
	flex: 1;
	margin-bottom: 0.5em;
}
.join-p{
    background: rgba(255, 255, 255, 0.8);
    padding: 1em !important;
    border-radius: 1em;
}
.join-img{
	width: 45%;
	margin-left: 1em;
}
.join-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 1em;
}
.join-h5{
	font-size: clamp(16px, 1.4vw, 21px);
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
    color: #fff;
}
.join-programs{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 1em;
}
.join-program_insta{
    width: 45%;
}
.join-program_footer{
    display: flex;
    justify-content: space-between;
}
.join-program_footer small{
    color: #fff;
    display: block;
    margin-top: 0.5em;
}
.join-program_sns{
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
.join-program_sns a{
    display: block;
    width: 30px;
    margin: 0 0 0 5px;
}
.join-program{
    flex: 1;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.join-program_inner{
    width: 49%;
    position: relative;
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 0.5em;
}
.join-program_a{
	position: relative;
	display: block;
    height: 100%;
    overflow: hidden;
}
.join-program_a small{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	background: var(--dblue);
    border-radius:3em;
	color: #fff;
	font-size: 13px;
	padding: 0.5em 1em;
	line-height: 1;
}
.join-program_a:hover{
	opacity: 0.8;
}
.join-program_a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.join-program_inner p{
	font-weight: 700;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    padding: 0.5em 0;
}
@media screen and (max-width: 1280px) {
    .join-program,
    .join-program_insta{
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    .join-program_inner{
        width: 49%;
    }
    .join-program_insta{
        width: 45%;
    }
}
@media screen and (max-width: 580px) {
    .join-program,
    .join-program_insta{
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    #join{
        padding: 3em 1em;
    }
	.join-li{
		margin-bottom: 1em !important;
	}
	.join-img{
		width: 100%;
		margin-left: 0;
	}
    .join-program_a img {
        aspect-ratio: 1 / 1;
    }
	.join-h5:before,
	.join-h5:after{
		font-size: 200%;
		font-weight: 100;
	}
	.join-h5 br{
		display: block;
	}
	.join-program{
		grid-template-columns: repeat(2, 1fr);
	}
}

/*PROGRAM*/
.program-inner{
    background: #fff;
}
.program-h4{
    background: var(--blue);
    width: 85%;
    margin-inline: auto;
    padding: 0.5em 0;
    color: var(--yellow);
    font-weight: 700;
    font-size: clamp(18px, 2.1vw, 24px);
    line-height: 1.2;
    border-radius: 3em;
}
.program-h4 small{
	padding: 0 0 0 0.2em;
	font-size: 70%;
}
.program-lead{
    width: 90%;
    margin-inline: auto;
}
.program-item{
	background: #fff;
	height: auto !important;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    border-radius: 1em;
    overflow: hidden;
}
.program-swiper{
	overflow: hidden;
	width: 95%;
	margin-inline: auto;
}
.program-swiper .swiper-wrapper{
    padding-bottom: 1em;
    padding-left: 5px;
}
.program-swiper .swiper-pagination{
    bottom: -1.5em;
}
.program-swiper .swiper-pagination-bullet-active{
    background: var(--blue);
}
.program-swiper .swiper-button-prev,
.program-swiper .swiper-button-next {
    top: inherit;
    bottom: 0em;
    background: var(--yellow);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.program-swiper .swiper-button-prev:after,
.program-swiper .swiper-button-next:after {
    font-size: 12px;
    font-weight: 900;
    color: var(--blue);
}
.program-img{
	position: relative;
}
.program-img small{
	display: inline-block;
	padding: 0.2em 1em 0.3em;
	color: #fff;
	background: var(--blue);
	position: absolute;
	bottom: -0.7em;
	left: 50%;
	font-size: clamp(12px, 1.1vw, 14px);
	font-weight: 500;
    border-radius: 3em;
    transform: translateX(-50%);
}
.program-img small.tenji{
	background: var(--blue);
}
.program-img small.sodan{
	background: var(--yellow);
	color: var(--black);
}
.program-img small.taiken{
	background: var(--dblue);
}
.program-img small.kengaku{
	background: var(--sky);
    color: var(--black);
}
.program-detail{
	padding: 1em 1em 0;
}
.program-h5{
	font-weight: 700;
	font-size: clamp(16px, 1.4vw, 17px);
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.program-h5 em{
	font-weight: 900;
	font-size: clamp(16px, 1.4vw, 18px);
	color: var(--pink);
}
.program-p{
	font-size: 12px;
	line-height: 1.4;
}
.program-map{
	margin: 0 1em 1em auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.program-map span{
	font-weight: 700;
	flex: 1;
	line-height: 1.1;
	text-align: right;
	margin-right: 5px;
}
.program-map b{
	display: none;
}
@media screen and (max-width: 680px){
	.title_h4{
		padding: 0.7em 0;
	}
	.title_h4 small{
		display: block;
	}
    .program-swiper .swiper-button-prev,
    .program-swiper .swiper-button-next {
        display: none;
    }
}

/*CONSULT*/
#counsel{
    background: var(--blue);
    padding: 3em 2em;
}
#counsel .title-h3,
#counsel .lead,
#counsel .area{
    color: #fff;
}
.counsel-ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.counsel-li{
	width: 49%;
	background: var(--wblue);
	padding: 1em !important;
	margin-bottom: 1em !important;
    border-radius: 1em;
}
.counsel-img{
    position: relative;
}
.counsel-img img{
    border-radius: 1em;
}
.counsel-li:first-child{
	width: 100%;
}
.counsel-li:first-child .counsel-img img{
	object-fit: cover;
	aspect-ratio: 2.4 / 1;
}
.counsel-h4{
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: clamp(15px, 1.4vw, 16px);
    margin-bottom: 0.2em;
    text-align: center;
    background: var(--dblue);
    padding: 0.4em 1em 0.5em;
    border-radius: 1em;
    color: #fff;
    white-space: nowrap;
}
.counsel-text{
	line-height: 1.4;
	margin-top: 0.5em;
	font-size: clamp(13px, 1.2vw, 15px);
}
@media screen and (max-width: 680px){
    #counsel{
        padding: 3em 1em;
    }
    .counsel-img img{
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }
}

/*MHUB*/
#mhub{
	background: #fff;
    padding: 3em 2em;
}
.mhub-gallery img{
    border-radius: 1em;
}
.mhub-thumb{
	display: block;
	margin-bottom: 5px;
}
.mhub-imgs{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
}
.mhub-img:hover{
	opacity: 0.8;
}
.mhub-a{
    display: block;
    font-size: clamp(16px, 1.4vw, 18px);
    color: var(--black);
    background: var(--yellow);
    border-radius: 3em;
    text-align: center;
    padding: 1em !important;
    line-height: 1.2;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    width: 80%;
	margin: 1em auto 0;
    font-weight: 700;
}
.mhub-a:hover{
    background: var(--dblue);
    color: #fff;
}
@media screen and (max-width: 680px) {
    #mhub{
        padding: 3em 1em;
    }
}

/*SEMINAR*/
#seminar{
    padding: 3em 2em;
	position: relative;
    overflow: hidden;
}
#seminar:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--black);
	position: absolute;
	top: 0;
	left: 0;
    opacity: 0.2;
	z-index: 1;
}
#seminar:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/seminar_bk.jpg") center center / cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#seminar .title-h3{
    color: #fff;
    position: relative;
    z-index: 2;
}
#seminar .title-h3 small{
    color: #fff;
}
#seminar .comingsoon{
    color: #fff;
    position: relative;
    z-index: 2;
}
/*
.seminar-wrap{
	position: relative;
	z-index: 1;
}
#seminar .lead{
	font-size: clamp(24px, 2.1vw, 38px);
	color: var(--agray);
}
.seminar-content{
	background: #fff;
	padding: 1em;
}
.seminar-h4 {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 700;
    border-left: 5px solid var(--blue);
    padding: 0 0 0.2em 0.3em;
	margin: 0 0 0.5em;
}
.seminar-h4 small {
    display: inline-block;
    background: var(--ocred);
    color: #fff;
    line-height: 1;
    padding: 0.2em 1em 0.4em;
    border-radius: 3em;
    margin-bottom: 0.3em;
    font-size: clamp(12px, 1.1vw, 14px);
}
.seminar-inner{
	margin: 1em auto;
}
.seminar-h5{
	display: flex;
	align-items: flex-start;
}
.seminar-h5 b{
	flex-basis: 4em;
	background: var(--black);
	color: #fff;
	padding: 0.2em 0 0.3em;
	text-align: center;
	margin-right: 0.3em;
	font-weight: 400;
}
.seminar-h5 span{
	flex: 1;
	font-size: clamp(15px, 1.4vw, 18px);
	font-weight: 900;
	line-height: 1.3;
	color: var(--ocred);
}
.seminar-h5 small{
	font-weight: 700;
}
.seminar-table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
.seminar-table th,
.seminar-table td{
	padding: 0.3em 1em;
	text-align: center;
	border: 1px solid var(--gray6);
	font-size: clamp(13px, 1.4vw, 16px);
}
.seminar-table th{
	background: var(--gray6);
	color: #fff;
}
.seminar-table td:first-child{
	font-weight: 700;
	color: var(--ocred);
}
*/
@media screen and (max-width: 580px){
    #seminar{
        padding: 3em 1em;
    }
}

/*STUDENTS*/
.students-wrap{
	background: #fff;
    padding: 3em 2em;
}
.students-h4 {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.students-h4:before,
.students-h4:after{
    content: "";
    display: block;
    width: 1.5em;
    height: 4px;
    background: var(--blue);
    margin: 0 5px;
}
.students-wrap .area b{
    color: var(--blue);
}
.students-wrap img{
    border-radius: 1em;
}
@media screen and (max-width: 580px){
    .students-wrap{
        padding: 3em 1em;
    }
    .students-lead{
        text-align: left !important;
    }
    .students-lead br{
        display: none;
    }
}

/*JCD*/
#jcd{
    position: relative;
}
#jcd:before{
    content: "JCD";
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(140px, 30vw, 240px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--jcd);
    opacity: 0.15;
    z-index: 0;
    line-height: 1;
}
.jcd{
    position: relative;
    z-index: 1;
}
.jcd .students-h4:before,
.jcd .students-h4:after {
    background: var(--jcd);
}

/*
.jcd-event{
	border: 1px solid #fff;
	background: rgba(255,255,255,0.9);
	text-align: center;
    font-size: clamp(24px, 2.1vw, 38px);
    color: rgba(255, 255, 255, 0.7);
	padding: 1em;
	position: relative;
}
.jcd_event_h4{
	font-size: clamp(21px, 1.8vw, 24px);
	font-weight: 700;
	margin-bottom: 0.5em;
}
.jcd_event_h4:before,
.jcd_event_h4:after{
	content: "／";
	display: inline-block;
}
.jcd_event_h4:before{
	transform: scale(-1,1);
}
.jcd-event_content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1em auto;
}
.jcd-event_ul{
	width: 47%;
	right: 0;
}
.jcd-event_ul li{
	margin-bottom: 1em !important;
}
.jcd-event_ul li img{
	box-shadow: -3px 5px 5px rgba(0,0,0,0.2);
}
.jcd-event_caromi{
	width: 52%;
	padding-left: 1em;
	position: relative;
}
.jcd-event_caromi--img{
	width: 95%;
	position: relative;
}
.jcd-event_caromi--img small{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 0.5em 1em;
}
.jcd-event_caromi--img img{
	border: 5px solid #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.jcd-event_caromi--img:nth-child(odd){
	transform: rotate(5deg);
}
.jcd-event_caromi--img:nth-child(odd) small{
	right: inherit;
	left: 0;
}
.jcd-event_caromi--img:nth-child(even){
	transform: rotate(-5deg);
	margin: 0 0 0 auto;
	text-align: right;
}
.jcd-event_png03 small{
	right: inherit;
	left: 0;
}
.jcd-event_caromi--img:last-child{
	display: none;
}
.jcd-event_png{
	position: absolute;
	width: 30%;
	max-width: 100px;
	bottom: 0;
	right: 0;
	text-align: right;
	z-index: 5;
}

@media screen and (max-width: 480px){
	.jcd-event_ul,
	.jcd-event_caromi{
		width: 100%;
	}
	.jcd-event{
		padding: 1em 0.5em;
	}
}
*/

/*esports
#esports .students-h4{
	border-left: 5px solid var(--ocred);
}
#esports .map{
	background: var(--ocred);
}
*/
/*META
#meta .students-h4{
	border-left: 5px solid var(--ocred);
}
#meta .map{
	background: var(--ocred);
}
.meta-movie{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.meta-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}
.meta-banenr{
	display: block;
	border: 3px solid #fff;
}
.meta-banenr img{
	background: var(--black);
}
.meta-banenr:hover{
	opacity: 0.8;
}
*/


/*LUNCH*/
#lunch{
	background: var(--yellow);
    padding: 3em 2em;
}
.lunch-inner {
    background: #fff;
    padding: 2em 1em;
    border-radius: 1em;
}
.lunch-h4{
	font-size: clamp(18px, 1.5vw, 24px);
	font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lunch-h4:before,
.lunch-h4:after{
    content: "";
    display: block;
    width: 1.5em;
    height: 4px;
    background: var(--blue);
    margin: 0 5px;
}
.lunch-inner .area b{
    color: var(--blue);
}
.lunch-swiper{
	overflow: hidden;
}
.lunch-swiper_thumb .swiper-slide{
	cursor: pointer;
}
.lunch-swiper_thumb .swiper-slide:hover{
	opacity: 0.7;
}
.lunch-att{
    font-size: 85%;
    color: #666;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0.5em 0 0;
    line-height: 1.3;
}
@media screen and (max-width: 580px){
    #lunch{
        padding: 3em 1em;
    }
}

/*SHUTTLE*/
#bus{
	background: #fff;
    padding: 3em 2em;
}
.bus-stop{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bus-stop br{
    display: none;
}
.bus-stop span{
    width: 15em;
    background: var(--blue);
    display: inline-block;
    padding: 0.4em 0 0.5em;
    border-radius: 3em;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}
.bus-noreserve {
    padding: 1em;
    font-weight: 700;
    background: var(--sky);
    border-radius: 3em;
    text-align: center;
}
.bus-table{
	width: 100%;
	border-collapse: separate;
    border-spacing: 5px;
}
.bus-table th,
.bus-table td{
	padding: 0.5em;
	vertical-align: middle;
}
.bus-table th{
	background: var(--blue);
	color: #fff;
}
.bus-table tr:first-child th{
	background: var(--dblue);
    padding: 1em;
}
.bus-table tr:nth-child(odd) td{
	background: #fff;
}
.bus-table tr:nth-child(even) td{
	background: #eee;
}
@media screen and (max-width: 580px){
    #bus{
        padding: 3em 1em;
    }
    .bus-stop br{
        display: block;
    }
    .bus-stop span {
        width: 10em;
        margin: 0 5px;
    }
}

/*OUTBUS*/
#outbus{
	background: #fff;
    padding: 3em 2em;
}
#outbus .title-h3 span{
    display: block;
    margin-bottom: 0.5em;
}
.outbus-lead b{
    font-weight: 700;
    color: var(--pink);
}
.outbus-att{
    border-radius: 1em;
    background: var(--dblue);
    padding: 1em 1em 1.2em !important;
}
.outbus-att li{
    color: #fff;
	padding: 0.4em 0 0.4em 1em !important;
	text-indent: -1em;
	line-height: 1.4;
	font-size: clamp(12px, 1.2vw, 14px);
}
.outbus-att li b{
	color: var(--yellow);
}
.outbus-att li small{
    background: #fff;
    display: inline-block;
    padding: 0.1em 1em;
    color: var(--black);
    text-indent: 0;
	font-weight: 700;
	font-size: clamp(13px, 1.2vw, 14px);
    border-radius: 3em;
}
.outbus-h4{
    font-size: clamp(16px, 1.4vw, 21px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.outbus-h4:before,
.outbus-h4:after {
    content: "";
    display: block;
    width: 1.5em;
    height: 4px;
    background: var(--dblue);
    margin: 0 5px;
}
.outbus-item {
    padding: 0.8em 1em 1em;
    margin-bottom: 0.2em;
    transition: 0.3s all;
    border-radius: 1em;
    background: #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.outbus-h5{
	font-size: clamp(14px, 1.3vw, 16px);
	font-weight: 500;
	cursor: pointer;
    color: var(--dblue);
}
.outbus-h5 em{
    display: inline-block;
    color: var(--dblue);
	font-size: clamp(18px, 2vw, 28px);
	font-weight: 700;
	padding-right: 0.2em;
}
.outbus-h5:after,
.outbus-h5:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 4px;
	background: var(--dblue);
}
.outbus-h5:after{
	transition: all .1s ease-in-out;
}
.outbus-h5:before{
	transform: rotate(90deg);
	transition: all .2s ease-in-out;
}
.outbus-h5.open:before{
	transform: rotate(180deg);
	background: var(--dblue);
}
.outbus-content{
    padding: 0.5em 0;
    display: none;
}
.outbus-flex{
	padding: 1em;
	display: flex;
    align-items: center;
    background: #fff;
    margin: 0.5em 0;
    border-radius: 1em;
}
.outbus-schedule{
	width: 5em;
	margin-right: 0.5em;
}
.outbus-times{
	background: var(--blue);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	margin-right: 0.5em;
	color: #fff;
}
.outbus-time{
	text-align: center;
	line-height: 1.1;
	color: #fff;
    font-size: 16px;
}
.outbus-time small{
	color: #fff;
}
.outbus-back{
    display: block;
    text-align: center;
    margin-top: 0.5em;
    font-size: 12px;
    line-height: 1.2;
}
.outbus-place{
	flex: 1;
}
.outbus-place em{
	font-weight: 700;
	font-size: 130%;
	color: var(--dblue);
    font-style: normal;
}
.outbus-name{
    display: block;
	background: var(--pwhite);
	padding: 0.5em 0 0.4em;
	line-height: 1.3;
	vertical-align: 0.1em;
	font-size: clamp(12px, 1.1vw, 13px);
}
.outbus-detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    border-top: 1px dotted var(--black);
}
.outbus-add{
    flex: 1;
    margin: 0.4em 0 0.5em;
    line-height: 1.4;
}
.outbus-map{
    background: var(--yellow);
    border-radius: 3em;
    padding: 0.5em 1em 0.6em;
    color: var(--black);
    line-height: 1;
    font-size: 12px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.outbus-map:hover{
	background: var(--dblue);
    color: #fff;
}
@media screen and (max-width: 580px){
    #outbus{
        padding: 3em 1em;
    }
    .outbus-lead{
        text-align: left !important;
    }
    .outbus-lead br{
        display: none;
    }
}

/*AID*/
#aid{
	background: #fff;
    padding: 3em 2em;
}
.aid-date{
	background: var(--sky);
	padding: 0.5em 1em 0.6em;
	display: block;
	width: 20em;
	margin: 0.5em auto;
	font-weight: 700;
	border-radius: 3em;
	text-align: center;
}
.aid-item{
	margin-bottom: 3em;
}
.aid-h4{
    line-height: 1;
	font-weight: 700;
	font-size: clamp(18px, 1.5vw, 21px);
    background: var(--blue);
    color: #fff;
    border-radius: 3em;
    padding: 0.5em;
    margin-bottom: 0.5em;
}
.aid-h4:before{
    content: "●";
    color: var(--yellow);
}
.aid-p{
	padding-left: 2.5em;
}
.aid-p b{
    display: block;
	color: var(--pink);
	text-decoration: underline;
	font-weight: 700;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
}
.aid-ol{
	list-style: none;
	counter-reset: custom-counter;
	margin: 1em 0 2em;
	padding: 0 0 0 1.8em;
}
.aid-ol li {
	counter-increment: custom-counter;
	position: relative;
	display: flex;
	align-items: center;
	padding: 1em 0;
	margin: 1em 0;
	border-bottom: 2px dotted var(--black);
}
.aid-ol li:before {
	content: counter(custom-counter) "";
	font-family: "oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(21px, 3vw, 34px);
	color: var(--sarmon);
	line-height: 1;
	width: 0.8em;
}
.aid-ol li span{
	background: var(--dblue);
	padding: 0.2em 0.5em 0.3em;
	line-height: 1;
	color: #fff;
	width: 4em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5em;
	border-radius: 50%;
}
.aid-ol li:nth-child(3) span,
.aid-ol li:nth-child(4) span{
	background: var(--blue);
}
.aid-ol li:nth-child(5) span{
	background: var(--pink);
}
.aid-flow{
	flex: 1;
}
.aid-flow_h5{
	font-size: clamp(15px, 1.4vw, 16px);
	font-weight: 700;
	padding: 0;
	margin: 0 0 0.3em;
}
.aid-flow_p b{
	color: var(--pink);
	text-decoration: underline;
	font-weight: 700;
}
.aid-table{
	border-collapse: separate;
	border-spacing: 5px;
}
.aid-table th,
.aid-table td{
	vertical-align: middle;
}
.aid-table th{
	width: 6em;
	font-weight: 700;
	background: var(--dblue);
    color: #fff;
    padding: 1em 0.5em;
}
.aid-table td{
	background: #eee;
    padding: 1em;
}
.aid-table td span{
	display: inline-block;
	line-height: 1.4;
}
.aid-table td:last-child{
	width: 8em;
	text-align: right;
}
.aid-table td b{
	font-size: clamp(16px, 1.4vw, 21px);
	color: var(--pink);
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.aid-att_ul{
    padding-left: 0.8em !important;
}
.aid-att_ul li{
    list-style: none;
	padding: 0.3em 0;
	line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
}
.aid-att_ul li:before{
    content: "●";
    color: var(--pink);
    font-size: 80%;
    vertical-align: 0.2em;
    padding-right: 0.2em;
}
.aid-att_ul li b{
	color: var(--pink);
    text-decoration: underline;
    font-weight: 700;
}
.aid-cta_a{
    flex: 1;
    height: auto;
    padding: 0.5em 0;
    border-radius: 4em;
}
.aid-cta_a:before,
.aid-cta_a:after{
    display: none;
}
@media screen and (max-width: 580px){
    #aid{
        padding: 3em 1em;
    }
    .aid-p {
        padding-left: 0;
    }
    .aid-p small{
        margin-top: 0.5em;
    }
    .aid-ol {
        padding: 0;
    }
    .aid-ol li span {
        width: 3.5em;
        height: 3.5em;
    }
    .aid-cta_a b {
        font-size: 24px;
    }
    .aid-cta_a small {
        font-size: 12px;
    }
    .aid-table th {
        width: 5.5em;
        padding: 1em 0;
        font-size: 12px;
    }
    .aid-table td {
        padding: 1em 0.5em;
    }
    .aid-table td span {
        font-size: 13px;
    }
    .aid-table td:last-child {
        width: 6em;
    }
}

/*FAQ*/
#faq{
	background: var(--pink);
    padding: 3em 2em;
}
#faq .title-h3{
    color: #fff;
}
.faq-q{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10em;
}
.faq-q{
    cursor: pointer;
    background: #fff;
    padding: 0.5em 3em 0.5em 2em;
    margin: 5px 0;
    position: relative;
    line-height: 1.4;
}
.faq-q p{
    margin: 0;
}
.faq-a{
    width: calc(100% - 2em);
    margin: 0 0 0 auto;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .25s ease, opacity .25s ease;
    border-radius: 10em;
}
.faq-q.open + .faq-a{
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 1em;
}
.faq-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 0;
}
.faq-item p{
    line-height: 1.5;
    margin: 0 !important;
    color: #fff;
}
.faq-q span,
.faq-a span{
    font-size: clamp(28px, 2.1vw, 38px);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 0.2em;
}
.faq-q span{
    color: var(--pink);
}
.faq-a span{
    color: #fff;
}
.faq-q:after,
.faq-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 20px;
  height: 4px;
  background: var(--pink);
}
.faq-q:after {
  transition: all 0.1s ease-in-out;
}
.faq-q:before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.faq-q.open:before {
  transform: rotate(180deg);
}
.faq-q.open:after {
  opacity: 0;
}
@media screen and (max-width: 580px) {
    #faq{
        padding: 3em 1em;
    }
    .faq-q {
        padding: 0.5em 3.5em 0.5em 1.5em;
    }
    .faq-a{
        width: 100%;
    }
}


/*ACCESS*/
#access{
	background: var(--blue);
    padding: 3em 2em;
}
#access .lead,
#access .title-h3,
#access .title-h3:before,
#access .title-h3 small{
	color: #fff;
}
#access .lead b{
	color: var(--yellow);
}
.access_gmap{
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
	filter: grayscale(0.4);
    border-radius: 1em;
}
.access_gmap iframe,
.access_gmap object,
.access_gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.access_a{
	display: block;
	width: 90%;
	margin-inline: auto; 
	background: var(--yellow);
	color: var(--black);
	font-size: clamp(16px, 1.4vw, 18px);
	padding: 1em 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3em;
}
.access_a:hover{
	background: var(--dblue);
    color: #fff;
}
@media screen and (max-width: 580px){
    #access{
        padding: 3em 1em;
    }
}

/*ADRESS*/
.address_tel{
	color: var(--ocred);
	font-size: 24px;
	font-weight: 700;
}
#contact .lead {
	text-align: center !important;
}
#contact .lead br{
	display: block !important;
}

/*FOOTER*/
.oc-footer{
    background: #fff;
    padding: 3em 2em;
}
.oc-footer_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;
}
.oc-footer_a{
    background: #fff;
    border: 2px solid var(--blue);
    color: var(--blue);
    text-align: center;
    padding: 1em 0;
    border-radius: 1em;
}
.oc-footer_a:hover{
    background: var(--blue);
    color: #fff;
}
.sns-nav_p--small:before,
.sns-nav_p--small:after,
.sns-nav_p--small{
    color: var(--black);
}
@media screen and (max-width: 580px) {
    .oc-footer{
        padding: 3em 1em;
    }
}

/*TOTOP*/
#totop{
	display: none;
}
#oc-totop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99;
}
#oc-totop i{
    font-size: clamp(34px, 4vw, 48px);
    color: var(--ocred);
}
#oc-totop:hover i{
	color: var(--blue);
}
@media screen and (max-width: 980px) {
	#oc-totop {
		bottom: 0;
		right: inherit;
		left: 0;
	}
}

/*雲*/
.sky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 30%, rgba(255,255,255,0.10), transparent 45%),
        linear-gradient(to bottom, var(--blue) 0%, var(--lblue) 45%, #fff 100%);
}
/* 共通 */
.cloud-layer {
    position: absolute;
    top: -20%;
    left: -100%;
    width: 300%;
    height: 140%;
    pointer-events: none;
    background-repeat: repeat-x;
    background-size: 50% 100%;
    animation-name: cloudFlow;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: translate;
}
.cloud-layer01 {
    opacity: 0.45;
    filter: blur(24px);
    transform: scaleY(0.75);
    animation-duration: 70s;
    background-image:
        radial-gradient(ellipse 18% 12% at 20% 18%, rgba(255,255,255,0.70) 0 45%, transparent 100%),
        radial-gradient(ellipse 24% 14% at 32% 16%, rgba(255,255,255,0.55) 0 45%, transparent 100%),
        radial-gradient(ellipse 20% 13% at 62% 24%, rgba(255,255,255,0.62) 0 45%, transparent 100%),
        radial-gradient(ellipse 26% 15% at 78% 34%, rgba(255,255,255,0.68) 0 45%, transparent 100%),
        radial-gradient(ellipse 22% 13% at 22% 78%, rgba(255,255,255,0.45) 0 45%, transparent 100%),
        radial-gradient(ellipse 28% 16% at 72% 82%, rgba(255,255,255,0.52) 0 45%, transparent 100%);
}
.cloud-layer02 {
    opacity: 0.38;
    filter: blur(18px);
    transform: scale(1.08) scaleY(0.75);
    animation-duration: 45s;
    background-image:
        radial-gradient(ellipse 14% 10% at 15% 34%, rgba(255,255,255,0.75) 0 45%, transparent 100%),
        radial-gradient(ellipse 18% 12% at 42% 48%, rgba(255,255,255,0.55) 0 45%, transparent 100%),
        radial-gradient(ellipse 15% 11% at 66% 38%, rgba(255,255,255,0.62) 0 45%, transparent 100%),
        radial-gradient(ellipse 20% 13% at 76% 58%, rgba(255,255,255,0.50) 0 45%, transparent 100%),
        radial-gradient(ellipse 16% 11% at 34% 86%, rgba(255,255,255,0.44) 0 45%, transparent 100%);
}
.cloud-layer03 {
    top: -10%;
    height: 120%;
    opacity: 0.8;
    filter: blur(12px);
    animation-duration: 10s;
    background-size: 40% 100%;
    background-image:
        radial-gradient(ellipse 12% 10% at 18% 22%, rgba(255,255,255,0.70) 0 45%, transparent 100%),
        radial-gradient(ellipse 10% 7% at 30% 30%, rgba(255,255,255,0.58) 0 45%, transparent 100%),
        radial-gradient(ellipse 9% 6% at 52% 18%, rgba(255,255,255,0.66) 0 45%, transparent 100%),
        radial-gradient(ellipse 12% 9% at 76% 28%, rgba(255,255,255,0.55) 0 45%, transparent 100%),
        radial-gradient(ellipse 10% 7% at 72% 46%, rgba(255,255,255,0.62) 0 45%, transparent 100%),
        radial-gradient(ellipse 14% 12% at 58% 74%, rgba(255,255,255,0.45) 0 45%, transparent 100%);
}
@keyframes cloudFlow {
    from {
        translate: 0 0;
    }
    to {
        translate: 50% 0;
    }
}

.disabled{
	pointer-events: none;
}
.ocs2025-entry.disabled{
	color: var(--black);
	text-decoration: none;
	font-weight: normal;
}
.buslist-reserve_a.disabled,
.bus-reserve_a.disabled,
.nav-entry.disabled,
.disabled b{
	background: #888 !important;
}
.nav-entry.disabled{
	font-size: clamp(14px, 1.1vw, 15px);
}













