@charset "utf-8";

body{
    background-color: #FFF1cc;
}

#box{
    width: 1000px;
    margin : 0 auto;
    color: #2b2b2b;
    font-family: "Kosugi";
}

#top {
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: space-between;
margin: 30px auto;
}


#houjin {
    width: 40%;
    height: 70px;
    font-size: 25px;
}

#renraku{
    display: flex;
    align-items: center;
    width: 350px;
    height: 60px;
    border-radius: 10px;
    background: #ffb24d;
}
#youbi{
    text-align: center;
    width: 180px;
}
#denwa{
    margin-right: 10px;
    padding: 0 1ex 0 0;
    text-align: right;
    width: 300px;
}
.bango{
    font-size: x-large;
    color: #444;
    font-weight: bold;
}

#menubox{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: sticky;
    top: 0;
    background: #FFF1cc;
}


.menu{
    width: 150px;
    font-size: 28px;
    text-align: center;
}
.menu::after {
    background-color: #494949;
    border-radius: 3px;
    content: "";
    display: block;
    height: 4px;
}

a {
    text-decoration: none;
    color: #000;
}

.menu > a:hover{
    font-size: 30px;
}


.midasi{
    display: flex;
    align-items: center;
    margin: 3ex 0;
    padding: 0 2ex;
    font-size: 25px;
    width: 80%;
    height: 70px;
    border-left: 8px #001b66 solid;
}

.h2{
    display: flex;
    align-items: center;
    margin: 2ex 0;
    padding: 0 1ex;
    font-size: 30px;
    height: 66px;
    width: 80%;
    border-left: 8px #001b66 solid;
}

#taisyou{
    margin: 3ex;
    width: 85%;
    height: 400px;
    background:url(img/hana.png);
    background-repeat: no-repeat;
    background-position: right 150px;
}

#taisyou > ul{
    font-size: 20px;
    line-height: 5ex;
}

.GHbox{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 10em;
}

.midasi3{
    display: flex;
    align-items: center;
    font-size: 30px;
    height: 66px;
    width: 80%;
}

.Lmes{
    width: 50%;
    font-size: 25px;
    line-height: 2em;
}

.setumei{
    font-size: 18px;
    margin: 2em 0;
}

.jusyo{
    font-size: 17px;
    line-height: 2em;
}

.Rmes{
    background: #ffb24d;
    margin-right: 5%;
    width: 30%;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 23px;
    font-weight: bold;
}

.Cmes{
    width: 700px;

    color: #000;
    line-height: 2em;
}


#footer {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.unsetu{
    text-align: center;
    font-size: 15px;
    margin: 3ex 0;
    border-bottom: 1px dashed #494949;
}

.foobox{
    width: 25%;
}

.btn{
    width: 450px;
    margin: 0 auto;
}

.stcmargin{
    margin-top: 2em;

}

#unei {
    margin: 3ex;
    height: auto;
}

#unei a {
    text-decoration: underline;
    text-shadow:1px 1px 1px #444;
}

#unei > ul{
    padding-top: 1em;
    font-size: 20px;
    line-height: 4ex;
}

#torikumi {
    margin:1em 0 0 3em;
    width: 80%;
}

#torikumi th,#torikumi td{
    padding: 5px;
    border: solid 3px #494949;
    vertical-align: middle;

}
