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

html {
    font-size: 62.5%;
    /* 16px x 62.5%=10px */
}

body {
    color: #000000;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "Hannari", 'Noto Serif JP', 'Cinzel', serif, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    line-height: 1.6em;
    letter-spacing: 0.08em;
}

a {
    color: black;
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*---------------------------------
*
*  共通
*
---------------------------------*/
.pc-off {
    display: none;
}

.btn {
    display: block;
    width: 100%;
    max-width: 280px;
    font-weight: 700;
    line-height: 1em;
    color: white;
    border: none;
    background-color: #00D0CE;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 22px;
    text-align: center;
}

.btn:hover {
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


.text-center {
    text-align: center;
}

h2 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 4rem;
    color: #006463;
    margin-bottom: 60px;
}

h2:before,
h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #006463;
}

h2:before {
    left: -80px;
}

h2:after {
    right: -80px;
}

h3 {
    font-size: 2.4rem;
    color: #006463;
    margin-bottom: 24px;
}

h3:before {
    content: '';
    display: inline-block;
    width: .6em;
    height: .6em;
    margin-right: .5em;
    background: #006463;
    transform: rotate(45deg);
    vertical-align: 2px;
}

/*---------------------------------
*
*  header
*
---------------------------------*/
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0 60px;
    box-sizing: border-box;
    background-color: white;
    z-index: 1000;
    position: fixed;
}

.header-inner.hide {
    top: -100px;
}

.global-nav ul {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    width: 320px;
}

.global-nav li {
    font-weight: 700;
}


.key_visual {
    z-index: -100;
    margin-bottom: 100px;
}

.kv-copy {
    position: absolute;
    top: 220px;
    left: 10%;
    transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
}

.kv-copy p {
    display: block;
    font-family: "Hannari";
    font-size: 4rem;
    line-height: 1.2em;
    color: #006463;
    margin: 0 40px 30px;
}

.header-lead {
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    font-size: 1.4rem;
}

.header-lead p {
    margin-bottom: 15px;
}

/*---------------------------------
*
*  top-sec1
*
---------------------------------*/
.sec-1-inr {
    width: 100%;
    min-height: 600px;
    height: auto;
    background-image: url(../images/bg_tree.jpg);
    background-size: cover;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.sec-1-inr img {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 30px auto;
}

.sec-1-inr p {
    color: #006463;
    font-weight: 700;
}


.balloon-wrap {
    margin-bottom: 30px;
    text-align: center;
}

.balloon-box {
    position: relative;
    top: 100px;
}

.balloon {
    display: inline-block;
    position: relative;
    padding: 1em;
    background: #EAEAEA;
    border-radius: 30px;
    margin-right: 300px;
}

.balloon:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #EAEAEA;
    width: 0;
    height: 0;
}

.balloon-r {
    display: inline-block;
    position: relative;
    padding: 1em;
    background: #EAEAEA;
    border-radius: 30px;
    margin-left: 300px;
}

.balloon-r:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #EAEAEA;
    width: 0;
    height: 0;
}

.balloon-box-b {
    position: relative;
    top: -50px;
}

.balloon-t {
    display: inline-block;
    position: relative;
    padding: 1em;
    background: #EAEAEA;
    border-radius: 30px;
    margin-left: 300px;
}

.balloon-t:before {
    position: absolute;
    content: '';
    top: -52%;
    left: 30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #EAEAEA;
    width: 0;
    height: 0;
}

.balloon-tr {
    display: inline-block;
    position: relative;
    padding: 1em;
    background: #EAEAEA;
    border-radius: 30px;
    margin-right: 300px;
}

.balloon-tr:before {
    position: absolute;
    content: '';
    top: -52%;
    right: 30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #EAEAEA;
    width: 0;
    height: 0;
}

/*---------------------------------
*
*  top-sec2
*
---------------------------------*/
.sec-2-inr {
    width: 720px;
    margin: 0 auto 100px;
}

.sec-2-list {
    border: 1px solid black;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}

.sec-2-list ul {
    list-style: disc;
    padding-left: 20px;
    line-height: 1, 8em;
}

/*---------------------------------
*
*  childe-header
*
---------------------------------*/

.child-key_visual {
    position: relative;
    top: 100px;
    margin-bottom: 260px;
}

.c-kv-h1 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    display: block;
    padding: 40px;
    width: 380px;
    box-sizing: border-box;
    background-image: url(../images/bg-stripe.png);
}

.c-kv-h1 h1 {
    font-family: 'Noto Serif JP';
    font-size: 4rem;
    color: #006463;
    line-height: 1.6em;
}

.c-kv-h1 p {
    font-size: 2rem;
    color: #006463;
}

/*---------------------------------
*
*  service
*
---------------------------------*/

.service-btn {
    display: flex;
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
}

.btn-adult {
    display: block;
    width: 280px;
    font-weight: 700;
    padding: 22px 0;
    text-align: center;
    background-color: #d3ecc9;
    border-radius: 30px 0 0 30px;
    border-right: 1px solid white;
}

.btn-child {
    display: block;
    width: 280px;
    font-weight: 700;
    padding: 22px 0;
    text-align: center;
    background-color: #EAEAEA;
    border-radius: 0 30px 30px 0;
    border-left: 1px solid white;
}

.btn-adult:hover {
    text-decoration: none;
    background-color: #C3F7FA;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-child:hover {
    text-decoration: none;
    background-color: #edfd7f;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.s-outer {
    margin-bottom: 160px;
}

.s-adult-inr {
    background-color: #F0FFFD;
    padding: 100px;
    position: relative;
    margin: 100px 0;
}

.dia-adult {
    position: absolute;
    top: -70px;
    left: 20%;
    transform: translateX(-20%);
    -webkit-transform: translatex(-20%);
    -ms-transform: translatex(-20%);
    width: 150px;
    height: 150px;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: rgb(232, 254, 255);
    background: -moz-linear-gradient(28deg, rgba(232, 254, 255, 1) 0%, rgba(127, 235, 241, 1) 100%);
    background: -webkit-linear-gradient(28deg, rgba(232, 254, 255, 1) 0%, rgba(127, 235, 241, 1) 100%);
    background: linear-gradient(28deg, rgba(232, 254, 255, 1) 0%, rgba(127, 235, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8feff", endColorstr="#7febf1", GradientType=1);
}

.dia-inr {
    width: 150px;
    height: 150px;
    padding: 50px 30px 0;
    color: #006463;
    font-size: 2rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.s-adult-inr:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 130px 0 130px;
    border-color: #f0fffd transparent transparent transparent;

}

.s-adult-inr img {
    max-width: 800px;
}

.s-list {
    display: block;
    width: 640px;
    margin: 0 auto;
    text-align: left;
}

.s-list li {
    font-size: 3rem;
    color: #006463;
    margin-bottom: 30px;
    text-align: left;
}

.s-adult-no {
    font-size: 3.6rem;
    font-family: 'Cinzel';
}

.s-list p {
    margin-bottom: 40px;
}

.s-child-inr {
    background-color: #F3FFEF;
    padding: 100px;
    position: relative;
    margin: 100px 0;
}

.dia-child {
    position: absolute;
    top: -70px;
    left: 20%;
    transform: translateX(-20%);
    -webkit-transform: translatex(-20%);
    -ms-transform: translatex(-20%);
    width: 150px;
    height: 150px;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: rgb(238, 247, 173);
    background: -moz-linear-gradient(28deg, rgba(238, 247, 173, 1) 0%, rgba(183, 238, 127, 1) 100%);
    background: -webkit-linear-gradient(28deg, rgba(238, 247, 173, 1) 0%, rgba(183, 238, 127, 1) 100%);
    background: linear-gradient(28deg, rgba(238, 247, 173, 1) 0%, rgba(183, 238, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eef7ad", endColorstr="#b7ee7f", GradientType=1);
}


.s-child-inr:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 130px 0 130px;
    border-color: #F3FFEF transparent transparent transparent;
}

.s-child-txt {
    display: block;
    width: 640px;
    margin: 30px auto 0;
    text-align: left;
}

/*---------------------------------
*
*  company
*
---------------------------------*/

.s-com-outer {
    margin-bottom: 100px;
}

table {
    margin: 0px auto;
    border: solid 1px white;
    border-collapse: separate;
    border-spacing: 0px 30px;
    width: 600px;
}

.tbl-r02 th {
    background: #EAEAEA;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 700;
}

.tbl-r02 td {
    width: auto;
    padding: 10px;
    text-indent: 4em;
}

.partner-box {
    display: flex;
    justify-content: space-around;
    width: 800px;
    margin: 20px auto 100px;
}

.partner-box img {
    margin-bottom: 20px;
}

.partner-subname {
    display: block;
    color: #006463;
}

.partner-name {
    display: block;
    font-size: 2.4rem;
    color: #006463;
    margin-bottom: 20px;
}

.partner-link {
    display: block;
    border: none;
}

.partner-link:hover {
    text-decoration: none;
}


.partner-box p {
    display: block;
    width: 300px;
    text-align: left;
}

/*---------------------------------
*
*  contact
*
---------------------------------*/

.contact-txt {
    width: 600px;
    margin: 0 auto 100px;
}

.contact-txt p {
    margin-bottom: 30px;
}

.contact-txt ul {
    list-style: disc;
    padding-left: 20px;
}

.contact-outer {
    margin-bottom: 100px;
    width: 720px;
    margin: 0 auto 100px;
}

.contact-h2 {
    display: block;
    text-align: left;
    color: #006463;
    font-size: 3rem;
    border-bottom: 1px solid #006463;
    line-height: 1.5em;
}

.contact-h2:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 15px;
}

/*---------------------------------
*
*  contact form
*
---------------------------------*/
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

@media screen and (max-width: 480px) {
    .Form {
        margin-top: 40px;
    }
}

.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.Form-Item:first-child {
    border: none;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 0;
        padding-right: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;

}

.Form-Item-Label label {
    font-weight: 700;
    font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #5bc8ac;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Btn {
    border-radius: 10px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #00d0ce;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.Form-Btn:hover {
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 200px;
        font-size: 1.6rem;
    }
}

/*---------------------------------
*
*  flow
*
---------------------------------*/


.flow-inr {
    background-image: url(../images/flow-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 60px;
    box-sizing: border-box;
    text-align: center;
}

.flow-step {
    font-family: 'Cinzel';
    font-weight: 700;
    color: #006463;
    text-align: left;
}

.flow-list-title {
    font-weight: 700;
    color: #006463;
    text-align: left;
    margin-bottom: 20px;
}

.flow-list-text {
    width: 180px;
    text-align: left;
}


.circle-box {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 30px auto;

}

.circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: white;
    box-shadow: 5px 5px #9ef2ff, 5px 5px #d3ecc9 inset;
    margin-bottom: 20px;
}

.img-s1 {
    background-image: url(../images/flow-step1.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 50%;
}

.img-s2 {
    background-image: url(../images/flow-step2.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 50%;
}

.img-s3 {
    background-image: url(../images/flow-step3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 160%;
}

.img-s4 {
    background-image: url(../images/flow-step4.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 50%;
}

.img-s5 {
    background-image: url(../images/flow-step5.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 150%;
}

.circle-box li {
    position: relative;
}

.circle-box li:after {
    content: "";
    position: absolute;
    left: 185px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #006463;
    border-radius: 5px;
}

.circle-box li:last-of-type:after {
    content: none;
}

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

footer {
    background-color: #d3ecc9;
}

.footer-inr {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
}

.footer-title {
    margin-bottom: 20px;
}

.footer-inr p {
    margin-bottom: 20px;
}

.footer-txt {
    font-family: "Hannari";
    font-size: 1.8rem;
    color: #006463;
    background: url(../images/footer-ul.png) 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 24px;
    white-space: nowrap;
}

.footer-tel {
    font-size: 3rem;
    font-family: 'Cinzel';
    font-weight: 700;
    color: #006463;
    letter-spacing: 0.08em;
}

.footer-tel:before {
    content: '\f879';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 5px;
}


.maps-outer {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 30%;
}

.maps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.copyright {
    background-color: #006463;
    padding: 10px 0;
    color: white;
    font-size: small;
}

/* PC（幅が768px以上の時は以下を適用） */
@media screen and (max-width: 768px) {

    /* 共通 */
    .sp-off {
        display: none;
    }

    .pc-off {
        display: block;
    }


    h2 {
        position: relative;
        display: inline-block;
        padding: 0 55px;
        font-size: 2rem;
        color: #006463;
        margin-bottom: 30px;
    }

    h2:before,
    h2:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 1px;
        background-color: #006463;
    }

    h2:before {
        left: 10px;
    }

    h2:after {
        right: 10px;
    }

    /* header */
    .header-inner {
        height: 60px;
        padding: 0 0 0 20px;
    }

    .header-title img {
        width: 150px;
    }

    .global-nav {
        display: none;
    }

    .header-inner > .btn {
        display: none;
    }

    /* drawer menu */

    /* チェックボックスは非表示に */
    .drawer-hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer-open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 6px;
        z-index: 100;
        /* 重なり順を一番上に */
        cursor: pointer;
    }

    .drawer-txt {
        right: -10px;
        top: -14px;
        position: relative;
        font-size: 0.8rem;
        letter-spacing: 0.05em;
        font-weight: 700;
        color: #006463;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer-open span,
    .drawer-open span:before,
    .drawer-open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 32px;
        border-radius: 3px;
        background: #333;
        transition: 0.5s;
        position: absolute;
        background-color: #006463;
    }

    /* 三本線のうち一番上の棒の位置調整 */
    .drawer-open span:before {
        bottom: 9px;
    }

    /* 三本線のうち一番下の棒の位置調整 */
    .drawer-open span:after {
        top: 9px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer-check:checked ~ .drawer-open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer-check:checked ~ .drawer-open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer-check:checked ~ .drawer-open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* メニューのデザイン*/
    .drawer-content {
        width: 100%;
        height: auto;
        position: fixed;
        top: 60px;
        left: 100%;
        /* メニューを画面の外に飛ばす */
        z-index: 100;
        background: #eaedf2;
        transition: .5s;
        padding: 0;
    }

    .drawer-item {
        text-indent: 2em;
        line-height: 3em;
        border-bottom: 1px solid black;
        width: 100%;
        position: relative;
    }

    .drawer-item:after {
        content: '\f054';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 0;
        right: 2em;
    }

    .drawer-item > a {
        display: block;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer-check:checked ~ .drawer-content {
        left: 0;
        /* メニューを画面に入れる */
    }

    /* kv */
    .key_visual {
        position: relative;
        top: 60px;
        margin-bottom: 100px;
    }

    .kv-copy {
        position: absolute;
        top: 10px;
        left: 50px;
    }

    .kv-copy p {
        font-size: 2rem;
        line-height: 1.5em;
        margin: 0;
    }

    .header-lead-img {
        width: 90%;
        margin: 0 auto 30px;
    }

    .header-lead {
        background-image: url(../images/header-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0;
        position: relative;
        top: 0px;
        padding: 20px 20px;
        box-sizing: border-box;
    }



    .header-lead p {
        margin-bottom: 15px;
    }

    /* top-sec1 */
    .sec-1-inr {
        min-height: 100%;
        padding: 60px 20px;
        box-sizing: border-box;
        margin-bottom: 60px;
    }

    .sec-1-inr img {
        margin: 10px auto;
    }

    .sec-1-inr p {
        font-size: 1rem;
        line-height: 2em;
    }

    .balloon-wrap {
        margin-bottom: 0px;
        display: flex;
        justify-content: space-around
    }

    .balloon-box {
        position: relative;
        top: 0;
    }

    .balloon {
        padding: 0.5em;
        margin: 0 0 30px;
    }

    .balloon:after {
        top: 95%;
    }

    .balloon-r {
        padding: 0.5em;
        margin: 0 0 30px;
    }

    .balloon-r:after {
        top: 95%;
    }

    .balloon-box-b {
        position: relative;
        top: 0;
    }

    .balloon-t {
        padding: 0.5em;
        margin: 30px 0 0;
    }

    .balloon-t:before {
        top: -90%;
    }

    .balloon-tr {
        padding: 0.5em;
        margin: 30px 0 0;
    }

    .balloon-tr:before {
        top: -90%;
    }

    /* top-sec2 */
    .sec-2-inr {
        width: 100%;
        margin: 0 0 60px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /* footer */
    .footer-inr {
        display: block;
        width: 320px;
        padding: 60px 20px;
        box-sizing: border-box;
    }

    .footer-inr > div:nth-child(2) > p:nth-of-type(3) {
        font-size: 1.4rem;
    }

    .footer-tel {
        font-size: 2.4rem;
    }

    .maps-outer {
        padding-top: 66%;
    }

    /* flow */
    .flow-inr {
        background-image: url(../images/sp-flow-bg.png);
        padding: 100px 20px 60px;
        box-sizing: border-box;

    }

    .circle-box {
        display: block;
        width: 240px;
        margin: 30px auto;
        text-align: center;
    }

    .circle {
        margin: 0 auto 20px;
    }

    .flow-list-text {
        width: 240px;
        text-align: left;
        margin: 0 auto 80px;
    }

    .circle-box li:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 108%;
        transform: translateX(-50%);
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #006463 transparent transparent transparent;
        border-radius: 5px;
    }

    /* child header */
    .child-key_visual {
        top: 60px;
        margin-bottom: 100px;
    }

    .c-kv-h1 {
        padding: 20px;
        width: 180px;
    }

    .c-kv-h1 h1 {
        font-size: 2rem;
        line-height: 1.6em;
    }

    .c-kv-h1 p {
        font-size: 1rem;
    }

    /* service */


    .service-btn {
        bottom: -10%;
    }

    .btn-adult {
        width: 160px;
        padding: 11px 0;
    }

    .btn-child {
        width: 160px;
        padding: 11px 0;
    }

    .s-outer {
        margin-bottom: 60px;
    }

    .s-adult-h2 {
        margin-top: 60px;
    }

    .dia-adult,
    .dia-child {
        position: absolute;
        top: -50px;
        left: 20%;
        width: 100px;
        height: 100px;
    }

    .dia-inr {
        width: 150px;
        height: 150px;
        padding: 15px 30px 0;
        font-size: 1.6rem;
    }

    .s-adult-inr,
    .s-child-inr {
        padding: 60px 20px;
        margin: 80px 0;
    }

    .s-adult-inr img {
        max-width: 300px;
    }

    .s-list {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .s-adult-no {
        font-size: 2.4rem;
    }

    .s-list li {
        font-size: 2rem;
    }

    .s-child-txt {
        width: 100%;
        margin: 30px auto 0;
    }


    /* company */

    .last td:last-child {
        border-bottom: solid 2px white;
        width: 100%;
    }

    .tbl-r02 {
        width: 80%;
    }

    .tbl-r02 th,
    .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
        text-indent: 0;
        text-align: center;
    }

    .s-com-outer {
        margin-bottom: 60px;
    }

    .partner-box {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .partner-box img {
        margin-bottom: 20px;
    }

    .partner-subname {
        display: block;
        color: #006463;

    }

    .partner-name {
        display: block;
        font-size: 2.4rem;
        color: #006463;
        margin-bottom: 20px;
    }

    .partner-box p {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    /* contact */

    .contact-txt {
        width: 100%;
        margin: 0 0 60px;
        padding: 20px;
        box-sizing: border-box;
    }

    .contact-txt p {
        margin-bottom: 30px;
    }

    .contact-txt ul {
        list-style: disc;
        padding-left: 20px;
    }

    .contact-outer {
        width: 100%;
        margin: 0 0 60px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .contact-h2 {
        font-size: 2.4rem;
    }

}
