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

.resizeimage img { width: 100%; }

/* 共通部分*/

html {
    font-size: 100%;
}

body {
    line-height: 1.7;
    color: #414140;
    font-family:'M PLUS Rounded 1c', sans-serif;
    background-color: #ffffff;
    background-image: url(../images/imb-index_25.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment:scroll;
}
a {
    text-decoration: none;
    color: #414140;
}

img {
    max-width: 100%;
}

h2{
    font-family:'M PLUS Rounded 1c', sans-serif;
}

mark {
    background: linear-gradient(transparent 50%, #e1eec1 0%);
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3%;
}

.pc {
    display: block !important;
    margin: 0 auto;
        box-shadow: 0 0 8px gray;
}

.sp {
    display: none !important;
}
/*スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
        margin: 0 auto;
    }
}

.fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
}

/* HEADER */

.logo {
    width: 60px;
    margin-top: 14px;
}

.logo-ball {
    margin-top: -10px;
}

.logo-ball img {
    width: 50px;
}

.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top:30px;
    list-style: none;
}

.main-nav li {
    margin-left: 40px;
}

main-nav a {
    color: #333333;
}

.main-nav a:hover {
    color: #0bd;
}


.page-header {
    margin: 0 auto;
    width: 100%;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    /*border-bottom: 5px solid #fff000;*/
    border-bottom: 5px solid #fff200;
    /*position: fixed;*/
    margin: 0 auto;
    padding: 0 4%;
}


/* HOME-CONTENT */


.home-content {
    background-color: #28a44a;
    background-image: url("../images/imb-index_sp09.png");
    background-repeat:repeat;
}


.home-subcontent {
    text-align: center;
    margin-top: 0;
    box-shadow: 0 0 4px gray;
}

.subcon-title {
    font-size: 0.5rem;
    background: #fff200;
    color: #333;
    border-radius: 8px;
    padding: 1px 10px;
    margin-right: 10px;
}

.news01 {
    background-color: #194621;
    padding: 10px;
    font-size: 1rem;
    color: #ffffff;
}
.news01 a {
    color: #fff200;
    text-decoration-line: underline;
}

.news02 {
    background-color: #a6ce39;
    padding: 10px;
    font-size: 1rem;
    color: #ffffff;
}
.news02 a {
    text-decoration-line: underline;
}



/*MAIN*/

.main-content{
    width: 90%;
    margin: 30px auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.about-title{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 0px;
}

.about-title-img {
    margin-left: 20px;
    margin-right: 20px;
    width: 40px;
}

.about-item {
    margin: 0px auto;
    background: #fff;
    color: #333333;
    margin-top:40px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
    padding: 10px;
    text-align: left;
    line-height: 2.5;
}

.about-item2 {
    background: #fff;
    color: #333333;
    margin-top:40px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
    padding: 10px;
}

.about-content {
    /*display: flex;*/
    margin-bottom: 30px;
    text-align: center;
}
.about-content img {
    width: 100%;
}

.about-img {
    width: 100%;
    text-align: center;
}

.coach {
    background-color: #e1eec1;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.coach h2 {
    font-size: 3rem;
}

.coach-content {
    font-size: 1.5rem;
    /*display: flex;*/
    list-style: none;
    justify-content:center;
}

.coach-content li {
    font-size: 1rem;
    padding: 20px;
    
}

.coach-content-l {
    
}

.result {
    background-color: #e1eec1;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 50px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.result h2 {
    font-size: 3rem;
}

.result-content {
    font-size: 1.5rem;
    list-style: none;
    justify-content:center;
    margin-bottom: 20px;
    /*display: flex;*/
}

.result-content li {
    font-size: 1rem;
    padding: 2px;
    
}

.schedule {
    background-color: #e1eec1;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 50px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 100px;
}

.schedule h2 {
    font-size: 3rem;
}

.schedule-content {
    font-size: 1.5rem;
    list-style: none;
    justify-content:center;
    /*display: flex;*/
}

.schedule-content li {
    font-size: 1rem;
    padding: 2px;
    
}
.schedule-content a {
    text-decoration-line: underline;
}
.schedule-memo {
    margin-left: 90px;
    margin-right: 90px;
}

/*ACTIVITY*/

.activity {
    background-color: #fdfde1;
    margin: 0px auto;
    padding: 10px 3%;
    text-align: center;
}

.activity-title {
    text-align: center;
    font-family: 'Playball', cursive;
    font-size: 4rem;
    line-height: 70px;
    padding-top: 50px;
}

.activity-content {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: repeat(3, 1fr);
    margin-top: 1%;
    margin-bottom: 20px;
}

.activity-item {
    font-size: 1rem;
    margin-bottom: 30px;
}

.activity-item img {
    width: 800px;
}

.activity h2 {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 60px;
}

/*WANTED*/

.wanted {
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

.wanted img {
    margin-top: 60px;
    margin-bottom: 60px;
}

.wanted h2 {
    text-align: center;
    font-size: 2.25rem;
}

.wanted-ditails {
    margin: 50px auto;
    padding: 20px;
    width: 70%;
    font-size: 1rem;
    line-height: 3;
    /*border: solid #dddddd 1px;*/
    border-radius: 8px;
    background-color: #fdfde1;
    box-shadow: 0 0 3px gray;
}

.wanted-ditails2 {
    margin-bottom: 80px;
}

.wanted-ditails3 {
    margin-top: 100px;
}


.wanted-button {
    font-size: 3rem;
    background-color: #28a44a;
    color: #fff;
    border-radius: 60px;
    padding: 30px 50px;
    box-shadow: 0 0 5px gray;
}

.wanted-button:hover {
    background-color: #a6ce39;
}

.link-content {
    background-color: #e1eec1;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 50px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
    
}

.link-content h2 {
    font-size: 2rem;
    margin-top: 20px;
}

.link-item {
    font-size: 1.5rem;
    list-style: none;
    justify-content:center;
    /*display: flex;*/
}

.link-item li {
    font-size: 1rem;
    padding: 2px;
}

.link-item-underline {
    text-decoration: underline;
    
}

.link-item-underline a:hover {
    color: #28a44a;
}

.link-title {
    margin: 0px auto;
    background: #fff;
    color: #333333;
    margin-top:40px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    line-height: 2.5;
}

.taiken-title {
    margin: 0px auto;
    background: #fff;
    color: #333333;
    margin-top:40px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    line-height: 2.5;
}

.taiken-content {
    background-color: #e1eec1;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 50px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
}

.taiken-flyer-img {
    margin-left: 20px;
    margin-right: 20px;
    width: 540px;
}

/*FOOTER*/
footer {
    background: #3a6c3d;
    text-align: center;
    padding: 26px 0;
    border-top: solid #fff200 10px;
    margin-top: 70px;
}

footer p {
    color: #fff;
    font-size: 1rem;
}

/*CONTACT*/
.contact-content{
    width: 90%;
    margin: 30px auto;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

/*　INDEX.HTML用　レスポンシブ用CSS　*/
@media screen and (max-width: 700px) {
    body {
        background-image: url(../images/imb-index_28.png);
    }
    
    .main-nav {
        font-size: 0.5rem;
        margin-top:15px;
    }
    
    .main-nav li {
        margin-left: 10px;
    }
    
    .logo {
        width: 30px;
        margin-top: 3px;
    }
    
    .logo-ball img {
        width: 20px;
        margin-top: 10px;
    }
    
    .home-subcontent {
        line-height: 1.2;
    }
    
    .main-content{
        width: 95%;
        margin: 0px auto;
        margin-top: 10px;
    }
    
    .page-header {
        padding: 0 1%;
        height: 45px;
        border-bottom: 2px solid #fff000;
    }
    
    .news01 {
        padding: 10px;
        padding: 10px;
        font-size: 0.75rem;
    }
    .news02 {
        padding: 10px;
        padding: 10px;
        font-size: 0.75rem;
    }
    
    .about-title {
        font-size: 1.5rem;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .about-title-img {
        margin-left: 0px;
        margin-right: 0px;
        width: 20px;
    }
    
    .about-content {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .about-item {
        width: 100%;
        padding-bottom: 5px;
        margin: 0;
        margin-bottom: 20px;
        font-size: 0.75rem;
        line-height: 1.75;
    }
    .about-item2 {
        padding-bottom: 5px;
        margin: 0;
        margin-bottom: 20px;
        font-size: 0.75rem;
        line-height: 2;
    }
    .about-img {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .coach {
        margin: 10px;
        padding: 20px;
        margin-bottom: 40px;
    }
    .coach h2 {
        font-size: 1rem;
    }
    .coach-content {
        display:block;
    }
    .coach-content li {
        font-size: 0.72rem;
        padding: 0px;
        margin-bottom: 8px;
    }
    .result {
        margin: 10px;
        padding: 20px;
        margin-bottom: 40px;
    }
    .result h2 {
        font-size: 1rem;
    }
    .result-content {
        display:block;
    }
    .result-content li {
        font-size: 0.72rem;
        padding: 0px;
    }
    .schedule {
        margin: 10px;
        padding: 20px;
    }
    .schedule h2 {
        font-size: 1rem;
    }
    .schedule-content {
        display:block;
    }
    .schedule-content li {
        font-size: 0.72rem;
        padding: 0px;
    }
    .schedule-content a {
        text-decoration-line: underline;
    }
    .schedule-memo {
        margin-left: 0px;
        margin-right: 0px;
    }

    .activity {
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .activity-item {
        font-size: 0.75rem;
        margin-bottom: 20px;
        margin: 4%;
    }
    
    .activity-title {
        font-size: 2rem;
        line-height: 40px;
        padding-top: 0px;
    }
    .activity h2 {
        font-size: 0.75rem;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .activity-content {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
        margin-top: 1%;
        margin-bottom: 10px;
    }
    .wanted {
        width: 95%;
        margin: 0px auto;
        margin-top: 40px;
    }
    .wanted h2 {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    .wanted img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wanted-ditails {
        width: 100%;
        font-size: 0.75rem;
    }
    .wanted-ditails2 {
        font-size: 0.75rem;
        line-height: 2;
        margin-bottom: 50px;
    }
    .wanted-ditails3 {
        font-size: 1rem;
        line-height: 2;
        margin-top: 50px;
    }
    .wanted-button {
        font-size: 1.5rem;
        border-radius: 40px;
        padding: 20px 30px;
    }
    .contact-content {
        margin: 0 auto;
    }
    .contact-content p {
        font-size: 0.75rem;
    }

    .taiken-title {
        font-size: 0.75rem;
        margin: 0;
        /*margin-top: 30px;
        margin-bottom: 10px;*/
    }
    .taiken-content {
        margin: 0;
    }
    .taiken-flyer-img {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}



/*CONTACT.HTML CSS*/
#formWrap {
    width:800px;
    margin:0 auto;
    color:#555;
    line-height:120%;
    font-size:90%;
}
table.formTable{
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
    table-layout:fixed;
}
table.formTable td,table.formTable th{
    border:1px solid #ccc;
    padding:10px;
    table-layout:fixed;
}
table.formTable th{
    width:30%;
    font-weight:normal;
    background:#efefef;
    text-align:left;
    table-layout:fixed;
}
table.formTable select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    background-color: #fdfde1;
}
table.formTable input[type="text"] {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    background-color: #fdfde1;
}

table.formTable textarea {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    background-color: #fdfde1;
    width: 100%;
    table-layout: fixed;
}

.input-submit {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 1.5rem;
    background-color: #28a44a;
    color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 0 5px gray;
}
.input-submit:hover {
    background-color: #a6ce39;
}
.input-reset {
    margin-top: 20px;
    font-size: 1rem;
    background-color: #ccc;
    color: #fff;
    border-radius: 10px;
    padding: 7px 10px;
    /*box-shadow: 0 0 5px gray;*/
}
/*　お問合せ用　レスポンシブ用CSS　*/
@media screen and (max-width:572px) {
    #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable th, table.formTable td {
        width:auto;
        display:block;
        table-layout: fixed;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
        table-layout: fixed;
    }
    input[type="text"], textarea {
        width:80%;
        padding:5px;
        font-size:100%;
        display:block;
    }
    input[type="submit"], input[type="reset"], input[type="button"] {
        display:block;
        width:80%;
        padding: 20px 30px;
        margin-right: 0px;
    }
    input[type="reset"] {
        display:block;
        width:50%;
        padding: 5px 20px;
        font-size: 0.75rem;
    }
}



