@charset "UTF-8";
/* CSS Document */

.main{
    background: url(../img/bk_main.png) scroll repeat center;
    position: relative;
    z-index: 5;
}

.main h2{
    position: relative;
    z-index: 10;
    text-align: center;
    display: block;
    width: 100%;
}

.main h2 img{
    margin: auto;
    width: 860px;
}

.main .pageWidth{
    position: relative;
    padding-bottom: 145px;
}

.schedule{
    font-size: 2.3rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
    background: url(../img/bk_bub.png) center scroll no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -65px;
    width: 100%;
    z-index: 5;
    
}

.schedule strong{
    background: #36C3F8;
    padding: 10px;
    margin-right: 15px;
    
}


.contWidth{
    max-width: 860px;
    margin: auto;
    position: relative;
    z-index: 10;
}
.yellowBx{
    background: #FFED14;
    padding: 30px;
    margin-top: -70px;
    text-align: center;
    margin-bottom: 20px;
}

.title1{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.catch{
    font-size: 3.0rem;
    font-weight: bold;
    color: #36C3F8;
    margin-bottom: 20px;
}

.lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.whiteBx{
    background: #FFFFFF;
    padding: 20px;
}

.about{
    text-align: left;
    display: flex;
    margin-bottom: 20px;
}

.title2{
    width: 230px;
}

.title2 span{
    font-size: 1.6rem;
    font-weight: bold;
    background: #F0F0F0;
    display: inline-block;
    padding: 15px;
}

.about p{
    width: calc(100% - 230px);
}

.about p strong{
    color: #E53838;
    font-weight: bold;
}

.title3{
    font-size: 1.6rem;
    color: #36C3F8;
    background: #FFED14;
    display: block;
    padding: 10px 0;
    line-height: 1;
    margin-bottom: 15px;
}

.set ul{
    display: flex;
    list-style: none;
	margin-bottom: 15px;
}

.set ul li{
    width: 50%;
    align-items: center;
    border-right: 1px solid #CCCCCC;
    padding: 20px 20px;
}

.set ul li:last-child{
    border-right: none;
}

.set ul li p.logo{
    max-width: 200px;
    height: 63px;
    margin: auto;
}

.set ul li p.logo img{
    max-width: 100%;
}

.set ul li p.txt{
    text-align: left;
    margin: 10px auto;
}

.set p.txt2{
    text-align: center;
    margin: 10px auto;
    font-size: 1.6rem;
    line-height: 1.7;
}

.set ul li p.btn{
    max-width: 240px;
    margin: auto;
    
}

.set ul li p.btn a{
    display: block;
    padding: 10px 30px;
    background: #36C3F8;
    color: #FFFFFF;
    text-decoration: none;
    border: 5px solid #FFFFFF;
    box-shadow:3px 3px 6px 0px rgba(0,0,0,0.16);
    transition: background .3s;
}

.set ul li p.btn a:hover{
    color: #272222;
    background: #FFED14;
}

.attention{
    margin: 20px auto;
}

.title4{
    font-size: 1.6rem;
    color: #36C3F8;
    background: #FFED14;
    display: block;
    padding: 20px 0;
    line-height: 1;
    text-align: center;
}

.order{
    list-style: none;
    margin-bottom: 15px;
}

.order li{
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.order li:last-child{
    border-bottom: none;
}

.order li strong{
    color: #E53838;
    font-weight: bold;
}

.attList{
    border: 1px solid #272222;
    border-radius: 5px;
    padding: 10px 10px 10px 30px;
}

.cp_menu {
	background-color: #f5f5f5;
	padding: 20px 0;
	margin-top: 20px;
}

.cp_menu ul{
	color:#9e9c9c;
	overflow:hidden;
	line-height:1.7;
	padding:0;
	margin-left: 100px;
}

.cp_menu ul li{
	display:inline-block;
	border-right:1px solid #9e9c9c;
}

.cp_menu ul li:last-child{
	border-right:none;
}

.cp_menu ul li a{
	text-decoration:none;
	color:#5D5D5D;
	padding:0 10px;
}

.cp_menu ul li a:hover{
	text-decoration:underline;
}

.cp_menu p{
	text-align: center;
}

.cp_menu img{
    max-width: 100%;
}

@media screen and (max-width:960px){
    .attention{
        margin: 30px;
    }
}
@media screen and (max-width:600px){

    .main .pageWidth{
        padding-bottom: 165px;
    }

    .schedule{
        flex-direction: column;
        font-size: 1.8rem;
        background-size: contain;
        

    }
    .catch{
        font-size: 2.6rem;
        line-height: 1.4;
    }

    .about{
        text-align: left;
        display: flex;
        margin-bottom: 20px;
        
        
        flex-direction: column;
    }

    .title2{
        width: 230px;
        
        width: 100%;
    }

    .title2 span{
        display: block;
    }

    .about p{
        width: 100%;
        margin-top: 15px;
    }

    .set ul{
        flex-direction: column;
    }

    .set ul li{
        width: 50%;
        align-items: center;
        border-right: 1px solid #CCCCCC;
        padding: 20px 20px;
        
        display: block;
        width: auto;
        border: none;
    }
	
	.cp_menu ul{
		margin-left: 0;
	}
	
	.cp_menu ul li{
		display:block;
		border-right:none;
		text-align: center;
	}
}



























