@charset "utf-8";

/* ---------------------------------------------------
 * base
/* ---------------------------------------------------*/

html {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    color: #000000;
    line-height: 2.5;
    width: 100%;
    background-color: #fff;
    font-weight: 500;
    font-feature-settings: "palt" 1;	/*自動カーニング*/

    background-image: url(../img/bg.webp);
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	background-position: top center;
}
.wrap{
	background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}
#schedule{
    max-width: initial;
}
.scr{
    overflow: auto;
    width:600px;
    height: 555px;
}
a {color: #fff;}
a:hover {
    /*opacity: 0.8;*/
    text-decoration: none;
}
.yt{
    aspect-ratio: 16 / 9;
    width: 100%;
}
.btn_box{
	position:absolute;
	z-index:9999;
	right:0;
	left:0;
	margin:0 auto;
    width: 540px;
}
.btn_box:hover{
    filter: brightness(1.2);
}
#bt1{top:65%;}
#bt2{top:70%;}
#bt3{top:79%;}
#bt4{top:87%;}
#bt5{top:82.5%;}
#bt6{top:90%;}
#bt7{top:82%;}
#bt8{top:56%;}
#bt9{top:70%;}
#bt10{top:84%;}
#bt11{top:70%;}
#bt12{top:82%;}

p {
    text-align: center;
    hanging-punctuation: allow-end;	/*文字のぶら下げ*/
}

footer {
    padding-top: 30px;
    color: #fff;
	text-align: center;
    background-color: #29daca;
}
footer p {
    padding: 20px 0px;
}

/* ---------------------------------------------------
 * common（PC　min-width: 1023px）
/* ---------------------------------------------------*/
.wrap {
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
}
.container {
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.green{
    background-color: #29daca;
}
.green2{
    background-color: #d4f8f4;
}
.-pc {
    display: block;
}
.-sp {
    display: none;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;	/*親要素のbox-sizingを継承*/
}

/*-----------------スマホサイズ-----------------------*/

@media screen and (max-width:600px) {
    .-pc {
        display: none;
    }
    .-sp {
        display: block;
    }
    body {
        font-size: 3vw;
    }
    .wrap {
        max-width: 100%;
        width: 100%;
    }
    .btn_box{
        width: 90%;
    }
    .scr{
        width:100%;
    }

}
/*----------------------------------------*/
