/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}address,blockquote,dl,figure,form,iframe,p,pre,table{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ol,ul{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:0 0;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP&display=swap');
body {
    font-family: 'Noto Sans JP', sans-serif;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
}
header .inner {
    width: 100%;
    max-width: 1366px;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 10px;
    background-color: #fff;
    position: relative;
}
header h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
header h1 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 10px;
    font-weight: normal;
    display: block;
    border-top: solid 1px #333;
}
header .linkwrap {
    position: absolute;
    top: 13px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
header a.rsvBtn {
    font-size: 16px;
    font-weight: bold;
    background-color: #FFD700;
    padding: 10px;
    border-radius: 5px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header a.sns_icon {
    margin-right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header a.sns_icon img {
    width: 32px;
}
header a:hover {
    opacity: 0.7;;
}
main {
    width: 100%;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 65px;
}
main img {
    max-width: 100%;
    height: auto;
}

.trial {
    background-image: url(img/trial_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.2% 0;
}
.trial img {
    width: 70.27%;
    display: block;
    margin: auto;
}
#pr {
    background-color: #333;
    padding: 5% 0;
}
#pr img {
    width: 70.27%;
    display: block;
    margin: auto;
}
#flow {
    padding: 5% 0;
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#flow img {
    width: 70.27%;
    display: block;
    margin: auto;
}
#faq {
    background-image: url(img/faq_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5% 0;
}
#faq img {
    width: 70.27%;
    display: block;
    margin: auto;
}
#info {
    font-size: 24px;
    line-height: 1.8;
    padding: 5% 0;
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#info .flex {
    margin-bottom: 5%;
}
#info .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#info .flex div {
    width: 48%;
    padding-left: 2%;
}
#info .flex div img {
    width: 100%;
}
#info div a {
    color: #FFD700;
    text-decoration:underline;
}
#info .map {
    width: 100%;
    height: 350px;
}
#info .map iframe {
    width: 100%;
    height: 350px;
}
footer {
    text-align: center;
    padding-bottom: 70px;
}
.telbtn {
    display: none;
}

@media (max-width: 428px) {
    .trial img,
    #pr img,
    #flow img,
    #faq img {
        width: 90%;
    }
    #info div {
        font-size: 16px;
    }
    header a {
        font-size: 14px;
    }

    .telbtn {
        font-weight: bold;
        font-size: 16px;
        color: #333;
        text-align: center;
        background-color: #FFD700;
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 90%;
        padding: 10px;
        margin-right: auto;
        margin-left: auto;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    #info .flex {
        flex-direction: column;
    }
    #info .flex div {
        width: 90%;
        padding-left: 0%;
    }
}
