.header {
    background: linear-gradient(#f3f95c 0%,
            #f3f95c 55%,
            #66cdaa 45%,
            #66cdaa 100%);
}

.footer {
    background-color: #e5e5e5;
    height: 130px;
    margin-top: 30px;
}

.cent {
    text-align: center;
}

div.onayami {
    line-height: 1.6;
    font-size: 22px;
    margin: auto 0;
    text-align: left;
}

div.riyo_scene {
    padding: 50px;
    text-align: left;
    font-size: 140%;
    line-height: 2em;
}

div.riyo_setsumei {
    padding-left: 15%;
}

div.key3 {
    padding: 20px 50px;
}

img.onayami {
    width: 90%;
    max-width: 1320px;
    margin: 50px 0;
}

img.riyo_scene {
    width: calc(90% - 100px);
}

img.likey-2 {
    height: 250px;
}

.waku {
    padding: 10px;
    margin-bottom: 40px;
    border: 2px solid #85c9b5;
}

.baloon {
    position: relative;
    /* background-color: #28c3d4; */
    padding: 10px;
    margin-bottom: 40px;
    border: 2px solid #85c9b5;
}

.baloon::before,
.baloon::after {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    top: 100%;
    left: 50%;
}

.baloon::before {
    border-top: 12px solid #85c9b5;
}

.baloon::after {
    margin-top: -4px;
    border-top: 12px solid #ffffff;
}

.marusuji {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* border: 1px solid #28c3d4; */
    background-color: #85c9b5;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
    margin-right: 10px;
}

.keymidashi {
    padding: 20px 0 20px 20px;
    /* padding-bottom: 10px; */
    border-bottom: 2px solid #85c9b5;
    font-weight: bold;
}

div.inquiry {
    max-width: 720px;
    margin-bottom: 100px;
}

label.inq_label {
    font-weight: bold;
    margin-top: 20px;
    /* margin-bottom: 0.3em; */
}

.inq_required::after {
    content: "必須";
    background-color: #e31f1f;
    border-radius: 3px;
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 0 5px;
    padding: 2px 3px;
}

input.inq_input {
    width: 100%;
    padding: 0.5em;
    border: 0;
    box-shadow: inset 0 -1px 0 0 #bbb;
    margin-top: -0.2em;
}

input.inq_tel {
    width: 10em !important;
}


h1 {
    background-color: #85c9b5;
    text-align: center;
    color: #ffffff !important;
    line-height: 160%;
    margin-top: 60px;
}

h2 {
    text-align: center;
    font-weight: bold;
}

hr.dotted {
    margin: 0;
    margin-bottom: 50px;
    opacity: 1;
    border-top: 4px dotted #28c3d4;
}

a.button {
    display: inline-block;
    font-weight: 800;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #85c9b5;
    /* border: 1px solid #888; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
    transition: .2s;
    text-decoration: none;
}

a.button:hover {
    transform: scale(1.1);
}