html {
    max-width: 1700px;
    min-width: 1200px;
    margin: 0 auto;
}
header {
    max-width: 1700px;
}
@media screen and (max-width: 1024px) {
    html {
        min-width: auto;
    }
}
.pc-header,
.voice-list_pc,
.taisaku-pc,
.sp-header nav,
.flow-list-pc {
    display: none;
}
.fixed {
    overflow: hidden;
}
/* main----------------------------------------------------------- */
section .title-img img {
    width: 80%;
    margin: 36px 0;
}
.mv {
    width: 100%;
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}
.mv-text {
    position: absolute;
    left: 2.5%;
    width: 30%;
    /* アクセス情報追加によりbottom位置追加 */
    bottom: 57%;
    height: auto;
    display: block;
    z-index: 10;
}
.mv-barner {
    position: absolute;
    left: 7.5%;
    width: 20%;
    /* アクセス情報追加によりbottom位置変更 */
    /* bottom: 20px; */
    bottom: 19%;
    height: auto;
    display: block;
    z-index: 10;
}

/* アクセス情報追加_20230212 */
.mv-access {
    position: absolute;
    left: 2.5%;
    width: 30%;
    bottom: 3%;
    height: auto;
    display: block;
    z-index: 10;
}
.mv-access_sp {
    display: none;
}

nav.pc-nav.pc {
    margin-top: 25px;
}
img.mv.pc {
    padding-top: 80px;
}
/*header--------------------------------------------------------------- */
.sp-header {
    position: relative;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 70px;
    z-index: 10000;
}
img.mv.sp {
    padding-top: 80px;
}
/* サイドボタン */
.sp-header .button {
    position: fixed;
    top: 94px;
    right: 0px;
    z-index: 400;
}
.sp-header .button a {
    padding: 16px 6px 16px 16px;
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-lr;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 5px;
    cursor: pointer;
}
/* ロゴ */
.sp-header .logo {
    padding: 12px 18px;
    margin-bottom: 48px;
    position: relative;
}
.sp-header .logo img {
    display: block;
    margin-top: 8px;
    margin-right: auto;
    width: 40%;
}
/* ハンバーガーボタン */
.sp-header .logo .bar {
    padding: 12px 14px;
    border: 1px solid #1b2a76;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 500;
}
.sp-header .logo .bar .fa-bars {
    font-size: 1.4rem;
    color: #1b2a76;
}
.sp-header .logo .close {
    z-index: 50;
    padding: 13px 19px !important;
}
/* トップ画像 */
header img {
    width: 100%;
}
/* ハンバーガーナビ */
.sp-header nav {
    position: absolute;
    z-index: 50;
    top: 70px;
    right: 0;
    left: 0;
}
nav ul li {
    padding: 30px 0;
    border-bottom: 1px solid #1b2a76;
    cursor: pointer;
}
nav ul li:hover {
    opacity: 0.7;
}
nav ul li a {
    color: black;
    font-size: 20px;
}
nav ul li span {
    color: #1b2a76;
    display: block;
}
/* reason------------------------------------------- */
.img-list ul li img {
    width: 70%;
    margin-bottom: 30px;
}
#sub-reason {
    padding: 30px auto;
}
#sub-reason div {
    padding: auto 15%;
}
.sub-title {
    margin: 0 auto -70px;
}
.sub-title img {
    width: 80%;
    margin: 24px 0;
}
.reason-point {
    margin-bottom: 30px;
}
.reason-point .row {
    margin-bottom: 24px;
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
}
.reason-point .pic img,
.reason-point .text img {
    width: 80%;
    margin: 16px 0;
}
.reason-point .text img {
    width: 80%;
    margin: 16px 0;
}
.reason-point .text p {
    line-height: 32px;
    font-size: 14px;
}
.reason-point ul li {
    margin-bottom: 30px;
}
.reason-point ul li img {
    width: 70%;
}
/* Youtube */
main section.movie {
    margin-bottom: 0;
    padding-bottom: 0;
}
.movie__title {
    text-align: center;
    margin-top: 60px;
}
.movie__title img {
    width: 66%;
}
.movie__flex {
    margin-top: 50px;
    display: flex;
}
.movie__text {
    width: 43%;
}
.movie__text img {
    width: 100%;
}

.movie-right {
    margin-top: 35px;
    position: relative;
    width: 63%;
    height: 0;
    padding-bottom: 36%;
    overflow: hidden;
}
.movie-right a {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    margin-left: 5%;
    top: 0;
    left: 0;
}
.movie-right .youtube-img {
    width: 91%;
	height: 84%;
	object-fit: cover;
}
.movie-right .youtube-icon {
	position: absolute;
	width: 70px;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
    .movie__title {
        margin-top: 40px;
    }
    .movie__title img {
        width: 95%;
        margin: 0 auto;
    }
    .movie__flex {
        margin-top: 15px;
        flex-direction: column-reverse;
    }
    .movie__text {
        width: 86%;
        margin: 18px auto;
    }
    .movie-right {
        margin: 0 auto;
        width: 96%;
        padding-bottom: 50%;
    }
    .movie-right a {
        margin-left: 0;
    }
    .movie-right .youtube-img {
        width: 92%;
        height: 100%;
    }
    .movie-right .youtube-icon {
        width: 50px;
        top: 40%;
    }
}
/* スライドショー */
.slick-slider {
    width: 100vw;
    margin: 64px auto;
    /*margin-left: -10vw !important;*/
    overflow-x: hidden;
    max-width: 1650px;
}
.slick-slider img {
    margin: 0 auto;
    width: 100%;
}
.reason-lead {
    margin: 0;
}
.reason-lead img {
    width: 90%;
    margin: 0 auto;
}
/* voice------------------------------------------- */
.voice-list_sp ul li {
    margin-bottom: 24px;
}
.voice-list_sp ul li img {
    width: 80%;
}
/* flow--------------------------------------------- */
#flow .row {
    align-items: center;
}
#flow .row .text p {
    font-size: 14px;
    padding: 16px;
}
#flow .row .pic img {
    width: 90%;
}
.flow-list-sp {
    margin: 36px 0;
}
.flow-list-sp img {
    width: 60%;
}
.lead-title img {
    margin: 24px 0;
    width: 80%;
}
.taisaku-sp img {
    width: 80%;
    margin: 32px 0;
}
/* access ---------------------------------------*/
#access {
    width: 80%;
    margin: 0 auto;
}
.store-info {
    width: 75%;
    margin: 0 auto 80px auto;
    background-color: #eff3f5;
    padding: 80px;
    position: relative;
}
.section-title {
    font-weight: bolder;
    font-style: normal;
    font-size: 30px;
}
.store-info h2 {
    font-size: 23px;
    color: #396fa4;
    border: solid 2px #396fa4;
    display: inline-block;
    width: auto;
    padding: 10px 25px;
    position: absolute;
    left: 0;
    top: -25px;
    background-color: #fff;
}
.store-info img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.info-content {
    width: 90%;
    margin: 0 auto;
}
.fix-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.store-content {
    padding-bottom: 50px;
}
.store-outline {
    width: 100%;
}
.store-outline li {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.outline-title {
    background-color: #396fa4;
    color: #fff;
    padding: 10px 0;
    width: 20%;
    border: solid 2px #396fa4;
    text-align: center;
}
.outline-content {
    padding: 10px 0;
    border: solid 2px #396fa4;
    background-color: #fff;
    color: #000;
    padding-left: 15px;
    font-weight: bold;
    width: 80%;
}
.infomation {
    width: 100%;
    height: 100%;
    padding-left: 30px;
}
.information-img {
    width: 100%;
}
@media screen and (max-width: 850px) {
    .store-content {
        display: block;
        padding-bottom: 0;
    }
    .infomation {
        padding: 0;
    }
}
.store-info iframe {
    width: 100%;
    margin: 0 auto;
}
.parking {
    width: 75%;
    margin: 0 auto;
    background-color: #eff3f5;
    padding: 80px;
    position: relative;
}
.parking-content {
    width: 90%;
    margin: 0 auto;
}
.parking h2 {
    font-size: 23px;
    color: #396fa4;
    border: solid 2px #396fa4;
    display: inline-block;
    width: auto;
    padding: 10px 25px;
    position: absolute;
    left: 0;
    top: -25px;
    background-color: #fff;
}
.parking p {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px;
    width: 53%;
    line-height: 150%;
}
.parking img {
    width: 47%;
    height: 100%;
    padding: 0 20px;
    margin: auto 0;
}
@media screen and (max-width: 1024px) {
    .section-wrapper {
        padding: 60px 0;
        width: 90%;
    }
    .parking p {
        font-size: 16px;
        font-weight: 100;
    }
}
@media screen and (max-width: 850px) {
    #access {
        width: 95%;
    }
    .parking p {
        margin-bottom: 20px;
        line-height: 120%;
    }
}
@media screen and (max-width: 500px) {
    .store-info h2 {
        font-size: 16px;
    }
    .parking {
        font-size: 16px;
    }
    .store-outline li,
    .outline-title,
    .outline-content {
        display: block;
    }
    .fix-flex {
        display: block;
    }
    .outline-title {
        background-color: #396fa4;
        color: #fff;
        padding: 10px 0;
        width: 100%;
    }
    .outline-content {
        padding: 10px 0;
        border: solid 2px #396fa4;
        background-color: #fff;
        color: #000;
        padding-left: 15px;
        font-weight: bold;
        width: 95%;
    }
    .parking p,
    .parking img {
        width: 100%;
        padding: 0;
    }
}
/* contact --------------------------------------*/
.contact {
    padding: 16px 0;
}
.form-content {
    padding: 16px;
    margin: 0;
}
.form-content span {
    display: block;
}
.form-content li {
    margin-bottom: 16px;
}
/* 記入欄 */
.form-content li input,
.form-content .checkbox textarea {
    width: 99%;
    margin: 12px 0 16px;
    height: 24px;
}
.form-content > input {
    padding: 12px 18px;
    border-radius: 24px;
    margin: 0;
}
.form-content .checkbox textarea {
    height: 120px;
}
/* 必須アイコン */
.form-content li label::after {
    padding: 0 8px;
    font-size: 14px;
    margin-left: 16px;
}
/* footer----------------------- */
footer .text {
    margin: 0 16px 16px;
}
footer p,
footer ul li {
    margin: 0;
    font-size: 12px;
}
footer img {
    width: 40%;
}
footer .button a {
    display: block;
    padding: 14px;
}
.copy {
    padding: 16px;
}
@media screen and (max-width: 1024px) {
    .slick-slider {
        margin-left: 0vw !important;
    }
    section#sub-reason .slick-dotted.slick-slider {
        margin-bottom: 120px;
        width: 100%;
    }
}
@media screen and (max-width: 850px) {
    /* アクセス情報追加により位置追加 */
    .mv-text {
        bottom: 53%;
    }
    .mv-barner {
        bottom: 20%;
    }
    .mv-access {
        bottom: 7%;
    }

    .slick-slider {
        width: 100%;
        margin-left: 0 !important;
    }
    .reason-point .row {
        margin-bottom: 24px;
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
    }
    .reason-point .pic img,
    .reason-point .text img {
        width: 60%;
        margin: 16px 0;
    }
    .img-list ul li {
        width: 47%;
    }
    .sp-header .logo img {
        display: block;
        margin-top: 8px;
        margin-right: auto;
        width: 25%;
    }
    nav.pc-nav.pc {
        margin-top: 25px;
        display: none;
    }
    .reason-point ul li img {
        width: 100%;
    }
    .reason-point ul li {
        width: 30%;
    }
    .img-list ul li img {
        width: 100%;
        margin-bottom: 30px;
    }
    #flow .row {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 500px) {
    .mv-text {
        position: absolute;
        left: 5%;
        width: 75%;
        top: 65px;
        /* アクセス情報追加により追加したbottomをリセット */
        bottom: initial;
        height: auto;
        display: block;
        z-index: 10;
    }
    footer .text {
        padding: 20px;
    }
    .flow-list-sp img {
        width: 80%;
    }
    footer .button a {
        display: block;
        padding: 20px 0;
        text-align: center;
    }
    #flow .row .text p {
        font-size: 14px;
        padding: 16px;
        line-height: 170%;
    }
    .sp-header .button a {
        padding: 15px 0;
        width: 40px;
        border-radius: 10px 0 0 10px;
        writing-mode: vertical-lr;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
        letter-spacing: 5px;
        cursor: pointer;
    }
    .reason-point .reson-flex {
        flex-direction: column-reverse;
    }
    .pic {
        margin-top: 20px;
    }
    .reason-point .text img {
        width: 85%;
    }
    .reason-point .pic img {
        width: 80%;
    }
    .img-list ul li {
        width: 80%;
        margin: 0 auto;
    }
    .reason-point ul li {
        width: 80%;
        margin: 0 auto;
    }
    #flow .row {
        flex-direction: column;
    }
    nav ul li {
        padding: 30px 0;
        border-bottom: 1px solid #1b2a76;
        cursor: pointer;
        text-align: center;
        /* font-weight: bold; */
    }
    nav ul li a {
        font-size: 15px;
        letter-spacing: 2px;
        text-align: center;
        font-weight: bold;
    }
    footer .text {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer p,
    footer ul li {
        margin: 0;
        font-size: 13px;
    }
    footer .text a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }
    footer .text a img {
        width: 60%;
    }
    form-content li input,
    .form-content .checkbox textarea {
        width: 99%;
        margin: 12px 0 16px;
        /* height: 24px; */
        padding: 15px 0;
    }
    .img-list ul li img {
        width: 90%;
        margin-left: -5%;
        margin-bottom: 30px;
    }
    .mv-barner {
        position: absolute;
        left: 2%;
        width: 40%;
        bottom: -40px;
        height: auto;
        display: block;
        z-index: 10;
    }

    /* アクセス情報追加_20230212 */
    .mv-access {
        display: none;
    }
    .mv-access_sp {
        display: block;
        position: absolute;
        right: 8%;
        width: 43%;
        bottom: -20px;
        height: auto;
        display: block;
        z-index: 10;
    }
}
@media screen and (max-width: 400px) {
    .sp-header .button a {
        font-size: 13px;
    }
}
/*MVスライダー*/
.mv-slick {
    width: 65%;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

/* 子供の顔とメガネが切れないように下記追加_20230212 */
@media screen and (max-width: 850px) {
    .mv-slick {
        padding-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .mv {
        padding-top: 125px;
    }
    .mv-slick {
        border-bottom-left-radius: 0;
        /* 追加したパディングをリセット_20230212 */
        padding-top: 0;
    }
}
/*ラインバナー*/
.section-line {
    padding: 40px 0;
    padding-top: 0px;
    /*background-color: #F0F1F4;*/
}

.section-line a {
    display: block;
    width: 65%;
    margin: 0 auto;
}
.section-line a img {
    display: block;
    width: 100%;
    height: auto;
}
.section-line a img.sp {
    display: none;
}
@media screen and (max-width: 500px) {
    .section-line a img.pc {
        display: none;
    }
    .section-line a img.sp {
        display: block;
    }
    .section-line a {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .section-line {
        padding: 50px 0;
        padding-bottom: 30px;
    }
}

/* 電話バナー*/
.section-tel {
    padding: 70px 0;
    padding-top: 0px;
}

.section-tel a {
    display: block;
    width: 65%;
    margin: 0 auto;
}
.section-tel a img {
    display: block;
    width: 100%;
    height: auto;
}
.section-tel a img.sp {
    display: none;
}
@media screen and (max-width: 500px) {
    .section-tel a img.pc {
        display: none;
    }
    .section-tel a img.sp {
        display: block;
    }
    .section-tel a {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .section-tel {
        padding: 0;
        padding-bottom: 30px;
    }
}

.line-button {
    background-color: #1c923b !important;
}
#sp-tel {
    display: none;
}

/* 追加：フッターバナー非表示 */
.footer-line {
    display: none;
}

@media screen and (max-width: 850px) {
    div#sp-tel {
        background-color: #fff;
        width: 100%;
        padding: 0;
        display: flex;
        position: fixed;
        bottom: 0;
    }
    .pc-button {
        display: none;
    }
    div#sp-tel a.contact-button.fix-flex {
        padding: 10px 0;
        border-radius: 0;
        width: 39%;
        white-space: nowrap;
        margin-right: 1%;
        font-size: 15px;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
    }
    div#sp-tel a.contact-button.fix-flex i {
        margin-right: 5px;
        font-size: 20px;
    }
    div#sp-tel a.contact-button.fix-flex.tel-link__sp {
        width: 20%;
        margin-right: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    div#sp-tel a.contact-button.fix-flex.tel-link__sp i {
        margin-bottom: 10px;
    }

    /* 追加：バナー */
    .footer-line {
        display: block;
        max-width: 450px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .line-button2 img {
        width: 100%;
        display: block;
    }
}

.line-button {
    background-color: #1c923b !important;
}
.mv-slick img {
    width: 100%;
}

