body {
    min-width: 360px;
}

.pickup {
    width: 100%;
    display: table;
}

.pickup .col {
    display: contents;
}

.pickup .col a img {
    width: 120px;
    margin-left: 40px;
}

.wrapper {
    max-width: 100%;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#header_sub {
    background-image: url(../images/sp_head.jpg);
}

#header {
    height: 44vh;
    background-image: url(../images/sp_head_index.jpg);
}

.table-responsive .table td,
.table-responsive .table th {
    display: block;
}

.fs-small {
    font-size: 1.5rem !important;
}

.mt-5 {
    margin-top: 1.6rem !important;
}

.dd_w {
    height: 4.5rem;
}

.list dt {
    width: 40%;
}

.formTable {
    width: 100%;
}

.formTable input {
    width: 80%;
}

.formTable textarea {
    width: 100%;
}

#header,
#header_sub {
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #47CAF3;
    background-size: cover;
}

@media screen and (max-width: 500px) {

    #header .inner .title,
    #header .inner .logo,
    #header_sub .inner .title,
    #header_sub .inner .logo {
        display: table-cell;
        float: none;
        padding-block-end: 2rem;
    }

    #header .inner .title a img,
    #header .inner .logo a img,
    #header_sub .inner .title a img,
    #header_sub .inner .logo a img {
        width: 90%;
    }
}

#header .navi {
    margin-top: -5rem;
}

#header .navi,
#header_sub .navi {
    max-width: 386px;
    padding-top: 0px;
    margin-block-start: -1rem;
    display: inline-flex;
}


#header .navi ul,
#header_sub .navi ul {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#header .navi ul {
    margin-top: -4.5rem;
}

#header .navi li,
#header_sub .navi li {
    width: 30%;
    display: inline-block;
    float: none;
}

#header .navi li img,
#header_sub .navi li img {
    max-width: 100%;
}

#content {
    padding: 0px;
}

#content p {
    margin: 0rem auto 2rem;
}

#content .subhead h1 {
    white-space: unset;
    word-break: break-all;
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 4rem;
    margin: 1rem auto;
}

section .cont h1 {
    font-size: 2rem;
}

.mainvisual.large {
    height: 28vh;
    width: auto;
    display: block;
    margin-block-end: 5vh;
}

.houhou {
    width: 100%;
    margin-block-start: 2rem;
    padding: 1rem .5rem;
}

.houhou h3 {
    font-size: 1rem;
}

#begin .mainvisual .textArea {
    margin-left: 0px;
}

#begin .mainvisual .textArea h2 {
    font-size: 1.8em;
    margin: 4rem auto 0;
}

.sp_mt5 {
    margin-top: -5rem;
}

#footer .inner {
    width: 100%;
}

#footer .inner ul,
#footer .inner .footnavi {
    display: none;
}

#footer .inner .address {
    border: none;
    padding-top: 100px;
    padding-bottom: 0px;
    font-size: .8rem;
}

#footer .inner .address .inner-right {
    display: none;
}

.list {
    width: 100%;
}

.mainvisual.large2 {
    height: 15vh;
    width: 100%;
    display: contents;
    padding-block-end: 100px;
}

section {
    margin: 2rem auto;
}

section:first-of-type {
    margin: 1rem auto 0;
}

section:nth-of-type(2) {
    margin: 0rem auto;
}

.container-fluid img {
    height: auto;
}