@charset "utf-8";

.intro {
    margin-bottom: 50px;
}

.intro div {
    margin-left: 20px;
    overflow: hidden;
}

.introtopic>p {
    margin-bottom: 40px;
}

.introtopic>div {
    border: 1px solid #ccc;
    width: 300px;
    margin: 15px 0 0 0;
}

.introtopic>div img {
    float: left;
    margin-right: 10px;
}

.introtopic>div>a {
    display: block;
    width: 100%;
    height: 75px;
}

.introtopic>div>a:hover {
    text-decoration: none;
}

.mtr dl {
    margin: 7px;
}

.mtr dt {
    margin-bottom: 10px;
}

.tablestyle dl {
    margin: 7px;
}

.tablestyle dt {
    margin-bottom: 10px;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

table.groupfee {
	width: 60%;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
    font-size: 1.2em;
    border-collapse: collapse;
    color: darkslategray;
}

table.groupfee>caption {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

table.groupfee>tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    background-color: red;
}

table.groupfee th {
    background-color: #faf0e6;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #ff69b4;
    font-weight: normal;
    line-height: 40px;
}

table.groupfee td {
    text-align: center;
    padding: 5px 10px 5px 0;
    border: 1px solid #ff69b4;
    line-height: 40px;
    background-color: white;;
}

.groupfeeinfo{
    margin-top: 1.5em;
}


.tomailform{
    margin-top: 30px;
    padding: 10px 20px 7px;
    background-color: rgb(218, 1, 1);
    border: solid 1px brown;
    color: white;
}



/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width : 767px) {


    table.groupfee {
        width: 100%;
        display: table;
        border-collapse: separate;
        box-sizing: border-box;
        border-spacing: 2px;
        border-color: grey;
        font-size: 1.2em;
        border-collapse: collapse;
        color: darkslategray;
    }
    
    table.groupfee>caption {
        text-align: center;
        font-size: 20px;
        line-height: 40px;
    }
    
    table.groupfee>tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
        background-color: red;
    }
    
    table.groupfee th {
        background-color: #faf0e6;
        text-align: center;
        padding: 5px 0;
        border: 1px solid #ff69b4;
        font-weight: normal;
        line-height: 40px;
    }
    
    table.groupfee td {
        text-align: center;
        padding: 5px 10px 5px 0;
        border: 1px solid #ff69b4;
        line-height: 40px;
    }


 

    
    .groupfeeinfo p{
        text-align: left;
    }


}