p{
    margin: 0;
}
/* トップ部分 */
#top_section{
    display: block;
}
.main{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    padding-top: 0;
}
#top_area{
    margin: auto;
    background-color: #E3F2F5;
    position: relative;
}
#top_area img{
    width:100%;
    display: block;
}

/* 料金表 */
#charge_section{
    text-align: center;
    margin: auto;
    margin-top: 50px;
}
#charge_section .contents{
    margin: 0 auto;
    width: 1000px;
}
#table_area{
    color: #000000;
    width: 593px;
    margin: 0 auto;
}
#table_area #charge_table{
    margin-bottom: 20px;
}
#table_area .about{
text-align: left;
}
#table_area .index{
    border: 1px solid #008CD6;
    border-radius: 5px;
    color: #ffffff;
    background-color: #008CD6;
    margin-right: 8px;
    padding: 5px 15px 5px 15px;
}
#table_area .target_age{
    margin-left: 40px;
}
#attention_area{
    color: #000000;
    text-align: left;
    margin-top: 60px;
}
table {
    border: 4px solid #008CD6;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    width: 650px;
}
table thead th,
table tbody th,
table tbody td {
    padding: 16px 10px 16px 10px;
    border-bottom: 4px solid #008CD6;
    font-weight: normal;
}
table thead th{
    vertical-align: top;
}
table thead .blank{
    background-color: #008CD6;
}
table thead .day{
    color: #008CD6;
    font-size: 24px;
    font-weight: bold;
}
table thead .hours{
    text-align: left;
    font-size: 14px;
}
table thead .asobi{
    font-weight: bold;
}
table thead .irekae{
    color: #008CD6;
    font-weight: bold;
}
table tbody .kubun{
    color: orange;
    font-size: 22px;
    font-weight: bold;
}
table tbody .fee{
    font-size: 22px;
    font-weight: bold;
}
table tbody .fee_attention{
    font-size: 14px;
}
table tbody th {
    /* background-color: #eee; */
}
table thead th + th,
table tbody td {
    border-left: 4px solid #008CD6;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
    border-bottom: none;
}
table thead tr:first-child th:first-child {
    border-radius: 13px 0 0 0;
}
table thead tr:first-child th:last-child {
    border-radius: 0 13px 0 0;
}
table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 13px;
}
table tbody tr:last-child th:last-child {
    border-radius: 0 0 13px 0;
}
table tr:nth-child(1) th:nth-child(1) {
    width: 124px;
}
table tr:nth-child(1) td:nth-child(2) {
    width: 226px;
}
.circle {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #000000;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
}

/* アクセス */
#access_section{
    text-align: center;
    margin: auto;
    margin-top: 50px;
}
#access_section .contents{
    margin: 0 auto;
    width: 1000px;
}
#map_area iframe{
    width: 100%;
    height: 350px;
}
#address_area{
    color: #000000;
    text-align: left;
    margin: 10px 0 60px 0;
    font-size: 16px;
}
#address_area .index{
    border: 1px solid #008CD6;
    border-radius: 5px;
    color: #008CD6;
    margin-right: 16px;
}
#address_area .tel .index{
    padding: 2px 40.5px 2px 40.5px;
}
#address_area .access .index{
    padding: 2px 23px 2px 23px;
}
#address_area .detail{
    text-align: right;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: bold;
}
#address_area .detail .arrow{
    position: relative;
    bottom: 2px;
    margin-right: 9px;
}
#address_area .detail a{
    text-decoration: none;
    color: #008CD6;
}

.reserve_attention {
	width: 612px; 
	border:2px solid #979191;
	border-radius: 5px;
	background-color:#ffd900;
	padding:5px;
	text-indent: -24px;
	padding-left: 31px;
	font-size: 18px;
	letter-spacing: 1.6px;
	line-height: 20px;
	margin-top:20px;
	color: #000000;
	display: inline-block;
	text-align: left;
	margin-top:32px;
}


/* SP用 */
@media screen and (max-width: 991px){
/* メイン */
    .main{
        padding-top: 80px;
    }

    /* 料金表 */
    #charge_section{
        text-align: center;
        margin: 0 auto;
        padding: 50px 20px 0 20px;
    }
    #charge_section .contents {
        width: auto;
        margin: 0 auto;
    }
    #table_area {
        color: #000000;
        width: 100%;
        margin: 0 auto;
    }
    #table_area .target_age {
        margin-left: auto;
        margin-top: 20px;
    }
    table {
        width: 100%;
        font-size: 12px;
    }
    table thead th, table tbody th, table tbody td {
        padding: 8px 5px 8px 5px;
    }
    table tr:nth-child(1) th:nth-child(1) {
        width: auto;
    }
    table tr:nth-child(1) td:nth-child(2) {
        width: auto;
    }
    table thead .day{
        font-size: 18px;
    }
    table tbody .kubun {
        font-size: 18px;
    }
    table tbody .fee {
        font-size: 18px;
    }
    table tbody .fee_attention {
        font-size: 10px;
    }
    #attention_area {
        margin-top: 50px;
    }

/*20211107*/
    .reserve_attention {
        width: 93%;
    }

    .attention {
/*        width: 95%; */
    }
/*20211107*/    


    /* アクセス */
    #access_section{
        text-align: center;
        margin: 0 auto;
        padding: 20px 20px 0 20px;
    }
    #access_section .contents {
        width: auto;
        margin: 0 auto;
    }
    #access_section .line img{
        width: 100%;
        max-width: 400px;
    }
    #map_area iframe {
        width: 100%;
        height: 200px;
    }
}


@media screen and (max-width: 460px){
    .reserve_attention {
        width: 87%;
    }
}
