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

#wrap {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 11px;
    line-height: 1.6;
    min-width: 100%;
}

#headwrap {
    clear: both;
    background-color: #0A8CAA;
    background-image: url(../img/header-bg-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;
}

#head {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#head h1 {
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    padding-top: 40px;
}

#head h1 span {
    font-size: 18px;
}

#head .shinsei {
    color: rgba(255, 255, 255, 1.00);
    font-size: 10px;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-radius: 15px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 8px;
    line-height: 1;
}

#cont {
    background-image: url(../img/cont-bg01-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 1.00);
}

.lead-txt {
    text-align: left;
    /* color: #0A8CAA; */
    font-size: 15px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" , "kern";
    line-height: 26px;
}

.cel440 {
    margin-top: 10px;
    font-size: 0;
}

.midashi img {
    width: 100%;
    vertical-align: top;
    display: block;
    margin: 0 auto;
    max-width: 320px;
}

.mt-txt {
    width: 100%;
    line-height: 24px;
    font-size: 13px;
}

.mb-txt {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.cel440-box {
    display: block;
    vertical-align: top;
    margin: 15px auto;
    width: 100%;
    max-width: 320px;
}

.cel440-box img {
    width: 100%;
    height: auto;
}

.cel420 {
    margin-top: 10px;
    font-size: 0;
}

.ai-menu__list {
    margin: 8vw auto 13vw;
}


.ai-menu__list .ai-btn {
    width: 43vw;
    height: 10vw;
    font-size: clamp(16px, 3.5vw, 18px);
    padding: 0.35em 0;
}


.txtbox {
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.btn-area {
    padding-top: 20px;
    padding-bottom: 20px;
}

.caption {
    font-size: 10px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}

/* footer-------------------
----------------------------*/

.footer{
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-logo img {
    /* width: 43vw; */
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.footer-wrap {
    grid-template-columns: 1fr;
    padding-top: 55px;
    padding-bottom: 55px;
}

.footer-info {
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.footer-adress {
    /* margin-left: 0px; */
    margin-top: 10px;
    font-size: 13px;
    max-width: 250px;
}

.footer-cp {
    padding-top: 2em;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.inner900 {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.inner950 {
    width: 90%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.pc-none {
    display: block;
}

.sp-none {
    display: none;
}