@charset "UTF-8";



html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, 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 {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    background-color: #f5f8fa;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

ol, ul {
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
    margin:1em 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-family: 'RocknRoll One', sans-serif;
    font-size: 1.6em;
    line-height: 1.7;
    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: 780px;
    padding:6em 1em 6em 1em;
    margin:0 auto;
}

.header-subtitle{
    text-align: center;
    margin: 2em 0 1em 0;;
}

.header-title{
    font-size: 2.5em;
    text-align: center;
    margin: 0 0 3em 0;;
}

.section{
    margin:0 0 6em 0;
}

.section-title{
    font-size: 1.5em;
    text-align: center;
}

.section-body{

}

.section-photo{

}

.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: inline;}

.hal{
    max-width: 50%;
    margin: 0 auto;
    }

.hal img{
    border-radius: 72px;}

.footer{
    font-size: 0.75em;
    margin:24em 0 0 0;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.6em;
    }

    .wrap {
        max-width: 1060px;
        padding: 0 30px;
    }

    .sp-only{display: none;}

}
