@charset "UTF-8";



html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, figure, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    background-color: #f5f8fa;
    font-family: 'Noto Sans JP', sans-serif;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: #36BBD9;
    font-weight: bold;

}

ol, ul {
    list-style: none;
    list-style-type: none;
}

img {
    width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
    margin:2em 0;
    border-radius: 6px;
}

.pc_only {
    display: none;
}

@media screen and (min-width: 768px) {
    [href*='tel:'] {
        pointer-events: none;
    }

    a, a:hover {
        transition: .2s;
    }

    a:hover {
        text-decoration: underline;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }
}

/*//////////////////////////////

全体設定

//////////////////////////////*/
html {
    font-size: 62.5%;
    touch-action: manipulation;
}

body {
    font-size: 1.6em;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #393939;
}

.wrap {
    margin: auto;
    padding: 0 30px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.4em;
    }

    .wrap {
        max-width: 1060px;
        padding: 0 30px;
    }
}

.bg-white{
    background-color: #fff;
}


/*//////////////////////////////

あおぞら

//////////////////////////////*/

#all{}

.all-inner{
	max-width: 960px;
    padding:6em 1em 6em 1em;
    margin:0 auto;
}

.header-title{
    font-size: 2.5em;
    text-align: center;
    margin: 0 0 1em 0;
}

.header-title h1{
    font-weight: bold;
}

.header-subtitle{
    font-size: 0.6em;
    text-align: center;
    font-weight: bold;
}

.section{
    margin:0 0 6em 0;
}

h2.section-title{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin:1em 0 1em 0;
}

.section-body{

}

.p-bg{
    background-color: #FFCC00;
    padding:2em;
    border-radius: 12px;
    margin: 2em 0;
}

.section-youtube{
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin:0 0 1em 0;
}

.section-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-subtitle{
    margin:0 0 1em 0;
    text-align: center;
}

.section-bottan a{
	display: block;
	background-color: #36BBD9;
	border-radius: 12px;
	padding:1em;
    margin:0 0 1em 0;
    text-align: center;
    color:#fff;
}

.sp-only{
    display: none;
}

.pc-only{    
    display: inline-block;

}

.align-center{
    text-align: center;
}

.bottan-w{
    padding:1em;
    background-color: #fff;
    text-align: center;
    display: block;
    border-radius: 6px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    img {
        width: 100%;
        height: auto;
        box-sizing: content-box;
        border-style: none;
        vertical-align: middle;
        margin:1em 0;
        border-radius: 6px;
    }
    
    body {
        font-size: 1.6em;
    }

    .wrap {
        max-width: 1060px;
        padding: 0 30px;
    }

    .all-inner{
        padding:2em 1em;
    }

    .header-title{
        font-size: 1.5em;
    }

    h2.section-title{
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        margin:1em 0 0.5em 0;
    }

    h2.section-title{
        font-size: 1.5em;
    }
       
    p{
        font-size: 14px;
        margin: 0 0 1em 0;
    }

    .pc-only{    
        display: none;
    
    }
    .sp-only{
        display: inline-block;
    }

    .align-center{
        text-align: left;
    }
        }


/*//////////////////////////////

イベントページ

//////////////////////////////*/

span.news-subtitle{
    font-weight: bold;
    margin: 3em 0 0 0;
    display: block;
}

.section-body iframe{
    display: block;
}



a.form-bottan-a{
    display: block;
    text-align: center;
    padding: 1em ;
    width: 100%;
    border-radius: 9px;
    background-color: #36BBD9;
    color: #fff;
    margin:4em 0 ;
}


@media screen and (max-width: 768px) {
    a.form-bottan-a {
        display: block;
        text-align: center;
        padding: 0.5em;
        width: 100%;
        box-sizing: border-box;
        border-radius: 9px;
        background-color: #36BBD9;
        color: #fff;
        margin: 4em 0 0em 0;
      }    
    
    .form-bottan {
        width: 100%;
        position: fixed;
        bottom: 1em;
        left: 0;
        right: 0;
        z-index: 9999;
        padding: 0 1em;
      }    
}
