input[type="submit"] {
    -webkit-appearance: none;
}
html{
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    text-align: center;
    font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    background-color:#ffffff;
    max-width: 768px;
    width: 100%;
    font-size: 15px;
}
a{
    display: block;
}
#wrapper {
    overflow: hidden;
    background: #fff;
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 0;
}
img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}
.fixed{
    /*position: fixed;
    z-index: 10000;*/
}

.btn{
    position: relative;
}
.btn_inner{
display: block;
    justify-content: center;
    position: absolute;
    top: 58%;
    left: 8%;
    width: 91%;
    height: auto;
}
.btn_inner_2{
    display: block;
    justify-content: center;
        position: absolute;
        top: 40%;
        left: 8%;

        width: 91%;
        height: auto;
    }

.btn_inner a{
    flex: auto;
    width: 50%;
    height: auto;
margin-right: 10px;
}
.btn_inner_2 a{
    flex: auto;
    width: 59%;
    height: auto;
    padding: 1%;
margin-right: 10px;
}
.btn_inner a:hover{
    opacity: 0.7;
}
.bottom_btn{
    position: relative;
}
.btn_inner_wrapper{
    position: fixed;
    z-index: 999999;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 640px;
    height: 100px;
}
.btn_inner_wrapper .btn_inner{
    display: flex;
    justify-content: center;
    position: absolute;
    top: auto;
    left: auto;
    bottom: -50%;
    right: 0;
    z-index: 999;
    width: 100%;
    height: auto;
}
.relative{
    position: relative;
}
.relative {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.absolute{
    position: absolute;
}
.flex{
    display: flex;
}
.f_a_end{
    align-items: end;
}
.header_column{
    flex-direction: column;
}
.white_back{
    background: #fff;
}
.header_logo a{
    max-width: 290px;
    width: 100%;
}
.header_column{
    width: calc(55% - 5px);
}
.header_tel_btn{
    width: calc(45% - 5px);
}
.header_access_btn a{
    max-width: 250px;
    width: 50%;
    margin-right: 5px;
    margin-top: 2px;
}
.header_inner{
    max-width: 768px;
}
main{
    /*padding-top: 19%;*/
}
.header_inner_inner{
    padding: 5px 0px;
    justify-content: center;
}
.contact_wrapper a{
    margin: 3px 5px;
}
.t_left{
    text-align: left;
}
.question_wrapper{
    padding:1px 10px 30px;
    background-color: #fbffc9;
}
.question_wrapper h2{
    display: block;
    margin: 30px auto 10px;
    padding: 10px 0;
    border-top: 5px rgb(32, 118, 248) solid;
    border-bottom: 5px rgb(32, 118, 248) solid;
}
.question_wrapper h2 img{
    height: 55px;
    width: auto;
    margin: 0 auto;
}
.question_title,.question_text .flex{
    font-weight: bold;
}
.question_title {
    font-size: 1.3em;
    border: 1px solid;
    border-radius: 8px;
    padding: 0 30px;
    background-color: #fff;
}
.question_detail {
    width: 86%;
    margin: 30px 7%;
}
.question_icon {
    background: rgb(69, 149, 240);
    color: #ffffff;
    display: block;
    border-radius: 50%;
    padding: 5px 12.5px 10px;
    text-align: center;
    margin-right: 1em;
    margin-top: auto;
    margin-bottom: auto;
}
.question_arrow {
    display: block;
    text-align: center;
    font-weight: bold;
    transform: rotate(90deg);
    margin-left: auto;
    width: 3em;
    height: 1.5em;
    margin-top: auto;
    margin-bottom: auto;
}
.question_text .question_icon{
    background: rgb(255, 0, 0);
}
.question_text .t_left{
    font-size: 1.2em;
}
.question_text {
    padding: 15px 30px;
    transform: scaleY(0);
    transform-origin: top;
    display: none;
}
.active .question_text{
    animation:question .3s forwards;
    display: block;
}
@keyframes question{
    0%{
        transform: scaleY(0);
    }
    100%{
        transform: scaleY(1);
    }
}

.active_none .question_text{
    animation:question_end .3s forwards;
}
@keyframes question_end{
    0%{
        transform: scaleY(1);
    }
    80%{
        transform: scaleY(0);
    }
    100%{
        transform: scaleY(0);
    }
}

.access_wrapper{
    background: #ffecb6;
}
.map{
    height: 30vh;
    margin-top: 20px;
}
.access_inner img{
    width: 300px;
}
.font_bold{
    font-weight: bold;
}
.font_14{
    font-size: 1.3em;
}
.access_inner{
    width: 85%;
    margin: 0 auto;
}
.footer{
    background: rgb(56 89 139);
    padding: 5px 0;
}
.more_none1,.more1,.more_none2,.more2{
    margin: 0;
    color: #ffa500;
    display: block;
}
.t_right{
    text-align: right;
}

.more_text1,.more_text2{
    transform: scaleY(0);
    transform-origin: top;
    display: none;
    border-top: 1px #a85200 dashed;
    margin-top: 10px;
}
.more.more_text1,.more.more_text2{
    animation:question .3s forwards;
    display: block;
}
.more_none.more_text1,.more_none.more_text2{
    animation:question_end .3s forwards;
}
.more_dis{
    display: none;
}
.cursor{
    cursor: pointer;
}
.iranaimono{
    width: 80%;
    margin: 20px auto 0px;
}

.footer_text{
    font-size: 1.1em;
}
.footer p{
    color: #ffffff;
}

.line_title{
    font-size: 23px;
    width: 80%;
    margin: 50px auto 30px;
    background: #2cb214;
    padding: 10px;
    color: white;
    font-weight: bold;
    border-radius: 7px;
    border: white solid 4px;
}
.line_text_link{
    color: #2cb214;
    font-size: 25px;
    font-weight: bold;
    margin: 20px auto 10px;

}
.line_arrow{
    color: #2cb214;
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto 10px;
}
.line_qr{
    max-width: 300px;
    min-width: 200px;
    width: 50%;
    margin: 0 auto;
}
.floating {
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 0; /* バナーの上下の位置 */
    max-width: 768px;
}

@media (max-width:600px) {
    .line_arrow {
        margin: 5px auto 5px;
    }
    .line_title {
        width: 95%;
        font-size: 15px;
        margin: 35px auto 15px;
        padding: 4px;
    }
    .line_text_link {
        margin: 20px auto 5px;
    }
    .line_text_link {
        font-size: 19px;
    }
    .footer_text {
        font-size: 1em;
    }
    .question_wrapper h2 {
        margin: 20px auto 10px;
    }
    .access_inner {
        width: 95%;
    }
    .font_14 {
        font-size: 1.1em;
    }
    .access_inner img {
        width: 200px;
    }
    .question_wrapper h2 img {
        height: 35px;
    }
    .question_title {
        font-size: 1em;
        padding: 0px 5px 0 5px;
    }
    .question_detail {
        width: 100%;
        margin: 15px 0%;
    }
    .question_text .t_left.flex {
        font-size: 1em;
    }
    .question_text {
        padding: 10px 10px;
    }
    p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .question_text .t_left {
        font-size: 1em;
    }
    .more_text.font_14{
        font-size: 1em;
    }
    .more_text.font_14 p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .question_icon {
        padding: 3px 7.5px 7px;
    }

}