@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/


/*emergency*/


.sect-emergency{
	padding: 0 30px;
}


@media only screen and (max-width: 1024px) {
	
.sect-emergency{
	padding: 20px 30px;
}
	
}

@media only screen and (max-width: 700px) {
	
.sect-emergency{
	padding: 20px;
}
	
}

.section-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 30px;
    margin-bottom: 30px;
    margin-top: 20px;
    border: 3px solid #ff5757;
    border-radius: 20px;
}


@media only screen and (max-width: 1024px) {
.section-inner {
    margin-bottom: 10px;
}
}

.title-wrap.cin h2.title {
    font-size: 28px;
    color: #ff5757;
	margin-bottom: 18px;
	display: block;
}

li.emergency-list-item a{
	color: #000;
}

li.emergency-list-item span.date{
	margin-right: 20px;
}

li.emergency-list-item span.title{
	font-weight: bold;
}



@media only screen and (max-width: 640px) {
li.emergency-list-item span.date{
	display: block;
}
}


@media only screen and (max-width: 530px) {
	
	
.section-inner {
    padding: 20px;
    border-radius: 15px;
	margin-top: 0;
	}
	
.title-wrap.cin h2.title {
    font-size: 22px;
}
	
}



/* top-kv
============================================================ */
.top-kv {
	width: 100%;
	position: relative;

}
.top-kv-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

ul.slick-box.pc-disp700.slick-initialized.slick-slider,
ul.slick-box.sp-disp700.slick-initialized.slick-slider{
    background: #fff;
    font-size: 0;
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
.top-kv-inner {
	padding: 0 20px;
}

}

.top-kv-inner .slick-box li {
	border-radius: 20px;
	background-color: #fff;
}
.top-kv-inner .slick-box li img {
	border-radius: 20px;
}


.top-kv-copy {
	position: absolute;
	top: 8%;
	right:5%;
	width: 38%;
	opacity: 0;
	text-align: right;
		-webkit-animation: key_lay-title 0.4s ease-in 0.3s forwards;
    animation: key_lay-title 0.4s ease-in 0.3s forwards;
}

@media only screen and (max-width: 1200px) {
.top-kv-copy {
	right:calc(5% + 20px);
}
}

@media only screen and (max-width: 700px) {
.top-kv-copy {
	width: 60%;
}

}

.top-kv-copy img {
	width: 100%;
}

@keyframes key_lay-title{
	
0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
	
50% {
    opacity: 1;
}
	
100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
	
}






.top-miryoku {
	background: linear-gradient(301deg, rgba(31, 187, 213, 1) 0%, rgba(46, 113, 198, 1) 100%);

}

.top-miryoku-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
    padding-top: 20px;
	background-image: url(../images/charm_l.png), url(../images/charm_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px top, right 10px top;
    background-size: 200px, 200px;
}


@media only screen and (max-width: 760px) {
.top-miryoku-inner {
    background-position: left 20px top, right 20px top;
    background-size: 160px, 160px;
}
}


@media only screen and (max-width: 700px) {
.top-miryoku-inner {
    padding-bottom: 0px;
}
}

@media only screen and (max-width: 600px) {
.top-miryoku-inner {
        background-size: 110px, 110px;
        padding-top: 0px;
    padding-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
.top-miryoku-inner {
        background: none;
    }
}



.charm {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}


@media only screen and (max-width: 700px) {
.charm {
    padding-top: 40px;
}
}


@media only screen and (max-width: 500px) {
.charm {
        padding-top: 0;
    }
}


.charm img{
	width: 400px;
	text-align: center;
}

.ob_y {
	position: absolute;
	top: 90px;
	left: 0;
	text-align: center;
	width: 100%;
}
.ob_y img {
	width: 80px;
}

.top-miryoku ul {
	width: 100%;
    padding-top: 40px;
    display: inline-flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

@media only screen and (max-width: 700px) {
.top-miryoku ul {
	padding-top: 50px;
        max-width: 350px;
        width: 100%;
        display: block;
        margin: 0 auto;


}
}

@media only screen and (max-width: 600px) {
.top-miryoku ul {
        max-width: 260px;
}
}


@media only screen and (max-width: 480px) {
.top-miryoku ul {
	padding-bottom: 0;
}
}

.top-miryoku ul li {
	width: 29.33%;
	margin: 0 2%;
	text-align: center;
}

.top-miryoku ul li a{
	color: #000;
}

.top-miryoku ul li img {
	width: 100%;
	border-radius: 50%;
}

.top-miryoku ul li h3 {
	display: inline-block;
    background-color: #fff;
    border-radius: 7px;
    font-size: 33px;
    padding: 10px 17px 12px 17px;
    letter-spacing: 5px;
    margin-top: -10px;
    margin-bottom: 15px;
}


@media only screen and (max-width: 850px) {
.top-miryoku ul li h3 {
    font-size: 28px;
    letter-spacing: 4px;
    margin-top: -20px;
}
}


.top-miryoku ul li h3 span {
	color: #ff7fa3;
}
.top-miryoku ul li:nth-child(2) h3 span {
	font-size: 25px;
}

.top-miryoku ul li .description {
	display: block;
	color: #fff;
    font-size: 80%;
}

@media only screen and (max-width: 920px) {

.top-miryoku ul li .description {
    font-size: 75%;
    letter-spacing: 0;
}
}



@media only screen and (max-width: 700px) {
.top-miryoku ul li h3 {
    font-size: 45px;
}
	


.top-miryoku ul li {
	width: 100%;
	margin: 0;

}
	
}


@media only screen and (max-width: 500px) {
.top-miryoku ul li h3 {
        font-size: 33px;
    }
}



@media only screen and (max-width: 700px) {
	
    .top-miryoku ul li .description {
        font-size: 100%;
        padding-top: 10px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 500px) {

.top-miryoku ul li .description {
        font-size: 100%;
        padding-top: 5px;
}
}


@media only screen and (max-width: 500px) {

.top-kv-copy01 {
	font-size: 16px;
}

.top-kv-copy03 {
	font-size: 25px;
}

}
@media only screen and (max-width: 420px) {

.top-kv-copy01 {
	font-size: 12px;
}

}
@media only screen and (max-width: 340px) {

.top-kv-copy01 {
	font-size: 10px;
}

}






.charm_l {
	display: none;
}
.charm_r {
	display: none;
}
.charm {
	position: static;
}
.charm img {
	width: 85%;
	max-width: 400px;
}



@media only screen and (max-width: 910px) {
.charm img {
    width: 100%;
    max-width: 320px;
}
}

@media only screen and (max-width: 440px) {
.charm img {
    max-width: 260px;
}
}





.ob_y {
	position: static;
}



.top-movie {
    text-align: center;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
	padding-top: 70px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
	background-image: url(../images/line01.png);
    background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}


.top-movie-wrap{
	width: 48%;
}

@media screen and (max-width: 700px) {
	
.top-movie {
	display: block;
	}
	
.top-movie-wrap{
	width: 100%;
	margin: 10px 0;
}

	
}


@media screen and (max-width: 480px) {
.top-movie {
    padding-top: 40px;
}
}



iframe.movie{
	width: 100%;
}


@media screen and (max-width: 790px) {
	
iframe.movie{
	height: 215px!important;
}
	
}


@media screen and (max-width: 700px) {
	
	
iframe.movie{
	height: 415px!important;
}
	
}


@media screen and (max-width: 500px) {
	
	
iframe.movie{
	height: 245px!important;
}
	
}

@media screen and (max-width: 400px) {
	
	
iframe.movie{
	height: 200px!important;
}
	
}



 h2 {
	font-size: 40px;
	color: #2e71c6;
}

.top-contact-inner h2,.top-schedule-inner h2{
	text-align: center;
}

 .h2-img {
	text-align: center;
}
 .h2-img img{
	width: 80px;
}
 .h2-sub {
	color: #2e71c6;
	font-weight: bold;
	margin: 5px 0 40px 0;
	text-align: center;
}




.top-news {
	width: 100%;
	background-image: url("../images/news_bg.jpg");
    background-size: cover;
}
.top-news-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 90px 30px;
}

@media only screen and (max-width: 768px) {
.top-news-inner {
        padding: 60px 50px;
    }
	
}


@media only screen and (max-width: 500px) {
.top-news-inner {
        padding: 60px 30px;
    }
}

.js-tab {
	width: 100%;
	display: flex;
	justify-content: center;
}

.js-tab-nav {
	width: 190px;
}

#home .js-tab-nav h2 {
	text-align: left;
}

#home .js-tab-nav .h2-img {
	display: none;
}
#home .js-tab-nav .h2-sub {
	text-align: left;
}
.top-news-header-catTab li {
	margin-bottom: 15px;
    font-weight: bold;
    font-size: 90%;
}


@media only screen and (max-width: 450px) {
.top-news-header-catTab li {
    font-size: 80%;
}
}



.top-news-header-catTab li a {
	text-decoration: none;
        color: var(--color_font);
}

.top-news-header-catTab li a.active {
        color: #ff7fa3;
}

.js-tab-detail {
	width: calc(100% - 250px);
}

.js-tab-detail ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
.js-tab-detail ul li{
	width: 100%;
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
	clear: both;
}
.js-tab-detail ul li:first-child{
	padding: 0 0 50px 0;
	border-bottom: 1px solid #ccc;
}



@media only screen and (max-width: 600px) {
.js-tab-detail ul li {
    padding: 30px 0;
}
	
	
.js-tab-detail ul li:first-child{
	padding: 0 0 30px 0;
}
	
}


.js-tab-detail ul li .thumb {
	display: inline-block;
	width: 250px;
	padding-right: 30px;
	float: left;
}
.js-tab-detail ul li .thumb img {
	width: 100%;
	height: 125px;
	object-fit: cover;
	border-radius: 18px;
}




.js-tab-detail ul li .list-category-mark {
	display: inline-block;
    background-color: #2e71c6;
    color: #fff;
    font-size: 14px;
    width: 90px;
    text-align: center;
    margin-right: 15px;
    border-radius: 50px;
    line-height: 160%;
	padding: 3px;
}
.js-tab-detail ul li .date {
	display: inline-block;
    letter-spacing: 1px;
    color: #727272;
	font-size: 85%;
}
.js-tab-detail ul li .title {
	display: block;
    margin-top: 10px;
    font-weight: 400;
}

.js-tab-detail ul li a{
	color: #000;
}


.js-tab-detail ul li .new {
	color: #ff0000;
}



.more {
	text-align: right;
	margin-top: 30px;
}
.more-link a {
	text-decoration: none;
    padding-right: 28px;
    background-image: url(../images/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    font-size: 85%;
    font-weight: bold;
}


@media only screen and (max-width: 600px) {






.js-tab-detail ul li .thumb {
	width: 180px;
	padding-right: 28px;
}
.js-tab-detail ul li .thumb img {
	height: 150px;
}
.js-tab-detail ul li .date {
	font-size: 14px;
}

}

@media only screen and (max-width: 460px) {

.js-tab-detail ul li .thumb {
        width: 150px;
    }

.js-tab-detail ul li .thumb img {
        height: 120px;
	    border-radius: 10px;
    }
	
.js-tab-detail ul li .list-category-mark {
    font-size: 10px;
    width: 85px;
	}
	
.js-tab-detail ul li .date {
        font-size: 12px;
    }
	
.js-tab-detail ul li .title {
    font-size: 88%;        
	line-height: 170%;
	margin-top: 5px;
	
}

}













@media only screen and (max-width: 768px) {

.top-news {
	background-color: #fbfdeb;
}

.js-tab {
	flex-wrap: wrap;
}

.js-tab-nav {
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}

#home .js-tab-nav h2 {
	text-align: center;
}

#home .js-tab-nav .h2-img {
	display: inline;
}
#home .js-tab-nav .h2-sub {
	text-align: center;
}


.top-news-header-catTab {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-news-header-catTab li {
	width: 30%;
}

.top-news-header-catTab li a {
	display: block;
	background-color: #fff;
	border-radius: 50px;
	padding: 3px 0;
    border: 1px solid #2e71c6;
}
.top-news-header-catTab li a.active {
	background-color: #ff7fa3;
        color: #fff;
}


.js-tab-detail {
	width: 100%;
}

}



.top-schedule {
	width: 100%;
    background-image: url(../images/bg_calendar.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 150px 30px 500px 30px;		
	text-align: center;
}


@media print, screen and (max-width: 750px) {
.top-schedule {
    padding: 100px 30px 200px 30px;
}
}


@media print, screen and (max-width: 500px) {
.top-schedule {
        padding: 60px 30px 130px 30px;
    }
}


.top-schedule-inner {
	position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 50px 50px 50px;
    /* background-color: #fff; */
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
}

.chara {
	position: absolute;
	width: 20%;
	top: -25px;
	right: 7%;
}
.chara img {
	width: 100%;
}


@media only screen and (max-width: 768px) {

.top-schedule-inner {
	padding: 120px 30px 30px 30px;
}

#home .top-schedule h2 {
	font-size: 30px;
}

.chara {
	width: 100%;
	top: -25px;
	right: 0;
	text-align: center;
}
.chara img {
	width: 140px;
}

}


@media only screen and (max-width: 500px) {
.top-schedule-inner {
    border-radius: 15px;
}
}



@media only screen and (max-width: 350px) {
#home .top-schedule h2 {

}
}



.top-schedule p{
	text-align: center;
}

.top-schedule img.koujichuu{
	height: 250px;
}




#home .top-contact.kaso-footer {
	display: none;
}



.top-contact.kaso-footer h2 {
	font-size: 40px;
	color: #2e71c6;
	text-align: center;
}
.top-contact.kaso-footer .h2-img {
	text-align: center;
}
.top-contact.kaso-footer .h2-img img{
	width: 80px;
}
.top-contact.kaso-footer .h2-sub {
	color: #2e71c6;
	font-weight: bold;
	margin: 5px 0 30px 0;
	text-align: center;
}






.top-contact {
	width: 100%;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #edf0f4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #edf0f4 calc(100% - 1px));
    background-size: 26px 26px;
    background-repeat: repeat;
    background-position: center center;

}





.top-contact-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 30px;
}



@media only screen and (max-width: 1024px) {
.top-contact-inner {
	padding: 80px 40px;
}
}


@media only screen and (max-width: 800px) {
	
	
.top-contact-inner {
	padding: 60px 30px;
}
	
}


@media only screen and (max-width: 500px) {
.top-contact-inner {
        padding: 60px 30px 40px 30px;
    }
}


.top-contact ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top-contact ul li {
	width: 48%;
	border: 1px solid #2e71c6;
	background-color: #fff1f6;
	text-align: center;
	padding: 25px 0;
	border-radius: 20px;
}





.top-contact ul li:last-child {
	background-color: #e9f6ff;
}
.contact-title {
	display: inline-block;
    background-color: #fff;
    padding: 3px 20px;
    color: #ff7fa3;
    border-radius: 50px;
    font-weight: bold;
	font-size: 90%;
}


@media only screen and (max-width: 560px) {
.contact-title {
    padding: 0px 20px;
    font-size: 70%;
}
	
}



@media only screen and (max-width: 500px) {
.top-contact ul {
    max-width: 330px;
    display: block;
    margin: 0 auto;
}
}


.top-contact ul li:last-child .contact-title {
	color: #2e71c6;
}

.top-contact ul li p {
	margin-top: 20px;
}


.contact-tel {
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	background-image: url("../images/tel_p.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 27px;
	padding: 0 0 0 32px;
}
.top-contact ul li:last-child .contact-tel {
	background-image: url("../images/tel_b.png");
}


@media print, screen and (max-width: 750px) {
.contact-tel {
    font-size: 30px;
    background-size: 23px;
    padding: 0 0 0 28px;
}
}

@media print, screen and (max-width: 680px) {
.contact-tel {
    font-size: 25px;
}
}



@media print, screen and (max-width: 560px) {
	
.top-contact ul li {
    border-radius: 15px;
	padding: 15px 0;
}
	
.top-contact ul li p {
    margin-top: 15px;
}
	
.contact-tel {
        font-size: 22px;
        background-size: 18px;
        padding: 0 0 0 22px;
    }
}


@media print, screen and (max-width: 500px) {
.contact-tel {
        font-size: 28px;
        background-size: 22px;
        padding: 0 0 0 28px;
    }
	
.top-contact ul li {
        padding: 25px 0;
    }
	
}


.contact-email {
	margin-top: 60px;
	text-align: center;
}

.contact-email a {
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background-color: #2e71c6;
	background-image: url("../images/mail.png");
	background-repeat: no-repeat;
	background-position: left 35px center;
	background-size: 27px;
	padding: 20px 35px 20px 67px;
	border-radius:33px;
}


@media only screen and (max-width: 500px) {
.top-contact ul li {
	width: 100%;
	margin-bottom: 25px;
}

}

@media only screen and (max-width: 400px) {

.contact-tel {
	font-size: 24px;
	background-size: 22px;
	padding: 0 0 0 27px;
}
.contact-email a {
	font-size: 16px;
	background-position: left 26px center;
	background-size: 24px;
	padding: 20px 26px 20px 54px;
	border-radius:33px;
}

}


.top-banner {
	width: 100%;
	background: linear-gradient(to left, rgba(31, 187, 213, 1) 0%, rgba(46, 113, 198, 1) 100%);
}

.top-banner-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 30px;
	border-bottom: 1px solid #fff;
}


@media only screen and (max-width: 700px) {
.top-banner-inner {
    padding: 60px 30px 40px 30px;
}
}



#page .top-banner-inner {
	display: none;
}

.top-banner ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.top-banner ul li {
	width: 31.333%;
	margin: 0 1% 20px 1%;
}
.top-banner ul li img {
	width: 100%;
	border-radius: 10px;
}


@media only screen and (max-width: 650px) {
	
.top-banner ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 1em;
}
	
.top-banner ul li {
	width: 48%;
	margin: 0;
}
	
.top-banner ul li img {
    border-radius: 7px;
}

}


@media only screen and (max-width: 460px) {
.top-banner ul {
        gap: 1em .8em;
    }
}


@media only screen and (max-width: 380px) {
.top-banner ul {
        gap: 1em .6em;
    }
}


#lay-footer {
	width: 100%;
	background: linear-gradient(to left, rgba(31, 187, 213, 1) 0%, rgba(46, 113, 198, 1) 100%);
	text-align: center;
	color: #fff;
}

.lay-footer-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 40px 0;

}



@media only screen and (max-width: 700px) {
.lay-footer-inner {
    padding: 50px 0 40px 0;
}
}


.lay-footer-inner ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lay-footer-inner ul li {
	border-right: 1px solid #fff;
    padding: 0 30px;
    line-height: 100%;
    font-size: 90%;
}
.lay-footer-inner ul li:last-child {
	border-right: none;
}


.lay-footer-inner ul li a {
	color: #fff;
	text-decoration: none;

}

.f-logo {
	margin: 20px 0;

}
.f-logo img {
	width: 330px;
}

.f-add {
	font-size: 14px;
}




#lay-copy-right {
	font-size: 10px;
	padding-bottom: 0px;
}



@media only screen and (max-width: 768px) {

.lay-footer-inner ul {
	width: 200px;
	margin: 0 auto;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lay-footer-inner ul li {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #fff;
	padding: 0 0;
	line-height: 100%;
}
.lay-footer-inner ul li:last-child {
	border-bottom: none;
}

.lay-footer-inner ul li a {
	display: block;
	padding: 15px 0;
    font-size: 90%;
}

.f-logo img {
	width: 300px;
}

.f-add {
	font-size: 12px;
}




}




@media only screen and (min-width: 1025px) {
.f-navi {
	display: none;
}
}


@media only screen and (max-width: 1024px) {

#lay-copy-right {
    padding-bottom: 30px;
}

.f-navi {
	width: 100%;
	position: fixed;
	bottom: 0;
}

.f-navi-inner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.f-navi ul {
	    width: 100%;
        display: inline-flex;
/*
        border-left: 1px solid #2e71c6;
        border-right: 1px solid #2e71c6;
        border-top: 1px solid #2e71c6;
*/
        border-radius: 15px 15px 0 0;
	    max-width: 410px;
	    position: relative;
        z-index: 9999;
	    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

	
	
	
.f-navi ul li {
	width: 33.333%;
	text-align: center;
	border-left: 1px solid #2e71c6;
	line-height: 100%;
    background-color: #ffffff;
}
.f-navi ul li:last-child {
    border-radius: 0 15px 0 0;
}
	
.f-navi ul li:first-child {
    border-radius: 15px 0 0 0;
	border-left:none;
}

.f-navi ul li a {
	display: block;
        text-decoration: none;
        padding: 8px;
}

.f-navi ul li a span {
	    display: inline-block;
        padding: 5px 0px 5px 30px;
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 25px;
        letter-spacing: 0;
        width: 100%;
        font-size: 90%;
        font-weight: bold;
        color: #000;
        line-height: 140%;
}

.f-navi ul li a span.s01 {
	background-image: url("../images/jhs.png");
}
.f-navi ul li a span.s02 {
	background-image: url("../images/zaikou.png");
}
.f-navi ul li a span.s03 {
	background-image: url("../images/ob.png");
}

}


@media only screen and (max-width: 580px) {
#lay-copy-right {
        padding-bottom: 0;
    }
}
	
	

@media only screen and (max-width: 460px) {
	
.f-navi-inner {
	max-width: unset;
}
	
.f-navi ul {
        border-left: none;
        border-right: none;
        border-top: 1px solid #2e71c6;
        border-radius: 0;
        max-width: unset;
    }
	
    .f-navi ul li:first-child {
        border-radius: 0;
    }
	
    .f-navi ul li:last-child {
        border-radius: 0;
    }
	
.f-navi ul li a span {
        padding: 0 0px 0 33px;
        background-position: left 20px center;
        background-size: 20px;
        font-size: 80%;
    }
	
	}




@media only screen and (max-width: 420px) {
	
.f-navi ul li a span {
        background-size: 20px;
    }
	
}


@media only screen and (max-width: 410px) {
    .f-navi ul li a span {
        background-position: left 15px center;
}
}

@media only screen and (max-width: 400px) {
    .f-navi ul li a span {
        background-position: left 12px center;
}
}



/* �G���h���X���X�N���[��
============================================================ */


.top-kv-copy02 {
  position: absolute;
  bottom: 40px;
  left: 0;
  background-image: url(../images/text.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 100px;
  z-index: 0;
  animation: top-kv-copy02 40s linear infinite;
}


@media only screen and (max-width: 1024px) {
.top-kv-copy02 {
	bottom: 30px;
	height: 80px;
}
}


.f-scroll {
	margin-bottom: 40px;
  background-image: url(../images/text.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 100px;
  animation: top-kv-copy02 40s linear infinite;
}


@media only screen and (max-width: 1024px) {
.f-scroll {
	height: 80px;
}
}




@keyframes top-kv-copy02 {
  0% {
    background-position-x: 0;
  }
  to {
    background-position-x: -2687px;
    @media only screen and (max-width: 1599px) {
      background-position-x: calc(-119.1020408163vw + -781.3673469388px);
    }
  }
}






















/*

.top-news {
  padding: 4rem 0;
}
.top-news .top-news-header .top-news-header-catTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0.5em;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news-header .top-news-header-catTab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-news .top-news-header .top-news-header-catTab > li {
  display: block;
}
.top-news .top-news-header .top-news-header-catTab > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 10em;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  letter-spacing: var(--letterSpacing_base);
  text-indent: var(--letterSpacing_base);
  text-decoration: none;
  border: 1px solid var(--color_main);
  background-color: var(--color_main);
  padding: 0.25em 0.5em;
}
.top-news .top-news-list-wrap {
  margin: 3rem 0;
}
.top-news .top-news-moreBtn {
  margin: 2rem auto 0;
  font-size: 1rem;
  min-height: 2.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


*/