@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}

img {
    display: block;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}


.sp {
    display: none!important;
}

.wrap {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.float {
    position: fixed;
    z-index: 9999;
}

.float img {
    width: 100%;
}

.float.contact {
    top: 200px;
    right: 0px;
    width: 80px;
}

.float.tour {
    top: 470px;
    right: 0px;
    width: 80px;
}

.float.insta {
    top: 700px;
    right: 10px;
    width: 60px;
}

#s01 h2 {
    color: #707070;
    text-align: center;
    margin: 100px 0;
}

#s01 h2 img {
    max-width: 492px;
    width: 80%;
    margin: auto;
    padding: 0 10px;
    border-bottom: 2px #5D5C5C solid;
}

#s01 h2 p {
    font-size: 36px;
    margin: 0;
}

.info {
    position: relative;
    padding-bottom: 100px;
}

.info img {
    /* max-width: 1136px; */
    width: 100%;
}

.info>div {
    /* position: absolute;
    bottom: 0;
    right: 0; */
    max-width: 1280px;
    padding: 50px;
    /* padding-right: 200px; */
    font-size: 22px;
    /* background-color: #E9EEF2; */
    line-height: 1.8;
    font-weight: 700;
    margin: 0 auto;
}

#s01 h3 {
    text-align: center;
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
    letter-spacing: 0.05em;
}

#s01 h3 span {
    color: #FF6E00;
}


#s02 h2 {
    max-width: 1120px;
    width: 95%;
    margin: 30px auto;
    font-size: 45px;
    color: #fff;
    background-color: #5D5C5C;
    padding: 10px 0;
    text-align: center;
}

#s02 p {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    margin: 40px 0 80px;
}

#s02 .grid {
    display: grid;
    grid-template-columns: 1fr 190px 1fr;
    text-align: center;
}

#s02 .grid .pc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.titel_refo {
    font-size: 28px;
    font-family: 700;
    color: #fff;
    background-color: #FF6E00;
    padding: 20px 0;
}

.td_refo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background-color: #ff6f0020;
    padding: 20px 0;
    border-bottom: #fff 1px solid;
    line-height: 1.5;
}

.titel_reno {
    font-size: 28px;
    font-family: 700;
    color: #fff;
    background-color: #29AFEB;
    padding: 20px 0;
}

.td_reno {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background-color: #29AFEB20;
    padding: 20px 0;
    border-bottom: #fff 1px solid;
    line-height: 1.5;
}

.midashi {
    font-size: 24px;
    color: #fff;
    display: block;
    width: 125px;
    text-align: center;
    background-color: #5D5C5C;
    position: relative;
    padding-top: 5px;
    padding-bottom: 3.5px;
}

.midashi::before {
    content: "";
    position: absolute;
    top: 0;
    left: -49px;
    border: 25px transparent solid;
    border-right: 25px #5D5C5C solid;
}

.midashi::after {
    content: "";
    position: absolute;
    top: 0;
    right: -49px;
    border: 25px transparent solid;
    border-left: 25px #5D5C5C solid;
}

.btn_refo {
    background-color: #ff6f0020;
    padding: 20px 0;
}

.btn_reno {
    background-color: #29AFEB20;
    padding: 20px 0;
}

.btn_refo img,
.btn_reno img {
    width: 300px;
    margin: auto;
}

#s02 {
    padding-bottom: 100px;
    background-color: #F4F3E9;
    padding-top: 50px;
}

.wrap_white {
    background-color: #fff;
    padding: 90px;
}

#s02 h3 {
    width: 320px;
    font-size: 45px;
    color: #5D5C5C;
    border-bottom: #5D5C5C 1px solid;
    margin: auto;
    text-align: center;
    margin-top: 100px;
}

.wrap_w1120 {
    width: 85%;
    max-width: 1120px;
    margin: auto;
}


.grid_2 {
    margin: 50px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

#s02 .grid_2 p {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

#s02 .grid_2 p span {
    font-size: 16px;
    color: #29AFEB;
}


.grid_2 img {
    width: 100%;
}

.grid_2>div>small {
    display: inline-block;
    color: #5D5C5C;
    border: #5D5C5C 1px solid;
    font-size: 11px;
    font-weight: 500;
    padding: 0 10px 3px;
    border-radius: 10px;
}

.subsidy {
    background-color: #FF6E0010;
    color: #FF6E00 !important;
    border-color: #FF6E00 !important;
}

.price {
    background-color: #5D5C5C70;
    color: #fff !important;
}

.more {
    display: block;
    margin-left: auto;
    width: 80px;
}


#s03 {
    padding-bottom: 100px;
}


#s03 h2 {
    text-align: center;
    color: #668D9B;
    font-size: 80px;
    font-weight: bold;
}

#s03 h2 span {
    background-color: #FF6E00;
    color: #fff;
    display: block;
    font-size: 60px;
}

.relative {
    position: relative;
}

#s03 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 74px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#s03 .grid img {
    width: 100%;
}

#s03 .grid h4 {
    color: #FF6E00;
    font-size: 26px;
    text-align: center;
    margin: 20px 0;
}

#s03 .grid p {
    line-height: 1.8;
    font-size: 16px;
}

#s03 .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 450px;
    background-color: #FF6E0010;
    transform: translateX(-50%);
    z-index: -1;
}

.wrap_w1500 {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    margin-top: 100px;
}

.wrap_w1500>div {
    padding: 10px 0 30px 100px;
    border-bottom: 1px #FF6E00 solid;
    position: relative;
    margin-top: 50px;
}

#s03 .wrap_w1500 h3 {
    font-size: 44px;
    color: #FF6E00;
    margin-bottom: 20px;
}

.no_plate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 277px;
}

#s03 .flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

#s03 .flex>div {
    max-width: 550px;
    font-size: 20px;
    line-height: 1.8;
}

#s03 .flex>div p {
    margin-top: 0;
    margin-bottom: 50px;
}

#s03 .flex>div p span {
    color: #FF6E00;
}


#s03 .flex>img {
    width: 80%;
    max-width: 770px;
}







#s04 {
    padding-bottom: 100px;
}


#s04 h2 {
    text-align: center;
    color: #668D9B;
    font-size: 80px;
    font-weight: bold;
}

#s04 h2 small {
    font-size: 45px;
    display: block;
}

#s04 h2 span {
    background-color: #29AFEB;
    color: #fff;
    display: block;
    font-size: 60px;
}

#s04 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 74px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#s04 .grid img {
    width: 100%;
}

#s04 .grid h4 {
    color: #29AFEB;
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
}

#s04 .grid h4 small {
    font-size: 28px;
}

#s04 .grid p {
    line-height: 1.8;
    font-size: 16px;
}

#s04 .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 450px;
    background-color: #29AFEB10;
    transform: translateX(-50%);
    z-index: -1;
}

.wrap_w1500 {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    margin-top: 100px;
}

#s04 .wrap_w1500>div {
    padding: 10px 0 80px 100px;
    border-bottom: 1px #29AFEB solid;
    position: relative;
    margin-top: 50px;
}
#s04 .wrap_w1500 .module {
    padding: 10px 0 240px 100px;
}

#s04 .wrap_w1500 h3 {
    font-size: 33px;
    color: #29AFEB;
    margin-bottom: 20px;
    padding-top: 20px;
}

#s04 .flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

#s04 .flex>div {
    max-width: 483px;
    font-size: 20px;
    line-height: 1.8;
}

#s04 .flex>div p {
    margin-top: 0;
    margin-bottom: 50px;
}

#s04 .wrap_w1500 .module {
    padding: 10px 0 300px 100px;
}

.dtl_reno1 {
    width: 70%;
    max-width: 843px;
    width: 37vw;
max-width: 680px;
min-width: 680px;
position: absolute;
bottom: 50px;
right: 0;
z-index: -1;
}

.dtl_reno2 {
    height: 790px;
    position: relative;
}

.dtl_reno2 img {
    width: 37vw;
    max-width: 680px;
    min-width: 680px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.dtl_reno3 {
    position: relative;
    border-bottom: none;
}

.dtl_reno3 img:first-child {
    width: 100%;
}

.dtl_reno3 img:last-child {
    position: absolute;
    top: -450px;
    right: -50px;
    width: 450px;
}

.dtl_reno4 {
    width: 100%;
}

#s05 {
    padding-bottom: 100px;
}

#s05 h2 {
    color: #5D5C5C;
    font-size: 45px;
    width: fit-content;
    padding: 0 50px;
    border-bottom: 1px #5D5C5C solid;
    margin: 50px auto;
}

#s05 p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    margin: 100px 0;
}

#s05 img {
    /* display: block; */
    width: 100%;
}

.flow {
    margin: 50px 0;
}

#s05 p.attention {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 20px 0;
}


.msg {
    padding: 50px;
    background-color: #F4F3E9;
}

#s06 h2 {
    width: fit-content;
    font-size: 45px;
    margin: 50px auto;
}

#s06 h2 span {
    display: block;
    text-align: center;
    font-size: 16px;
    border-top: 1px #000 solid;
    padding-top: 10px;
}

#s06 .flex {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: auto;
}

#s06 .flex img {
    width: 300px;
}

#s06 .flex>div {
    max-width: 540px;
}

#s06 .flex>div span {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
}

#s06 .flex>div h4 {
    font-size: 20px;
    line-height: 2;
}

.read_text {
  text-align: center;
}
.read_text span {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 20px;
  display: block;
  font-weight: normal;
}

.sp_only {
  display: none;
}

@media screen and (max-width:767px) {
  .sp_only {
    display: block;
  }

  .read_text span {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }

    .sp {
        display: block;
    }

    .pc {
        display: none!important;
    }

    .float {
        display: none;
    }



    #s01 h2 {
        color: #707070;
        text-align: center;
        margin: 100px 0;
    }

    #s01 h2 img {
        border-bottom-width: 1px;
    }

    #s01 h2 p {
        font-size: 24px;
        margin: 0;
    }

    .info {
        position: relative;
        padding-bottom: 0;
    }

    .info img {
        width: 100%;
    }

    .info>div {
        position: relative;
        bottom: auto;
        top: -20px;
        width: calc(100% - 10px);
        padding: 20px 20px;
        font-size: 14.5px;
        margin-left: auto;
        margin-top: 20px;
    }

    #s01 h3 {
        text-align: center;
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 50px;
        letter-spacing: 0em;
    }



    #s02 {
        background-color: #F3F3E9;
        padding: 20px 0;
        padding-bottom: 100px;
    }


    #s02 h2 {
        width: 90%;
        margin: 30px auto;
        font-size: 20px;
        padding: 10px 0;
    }

    #s02 p {
        font-size: 16px;
        text-align: center;
        margin: 30px 0 50px;
    }

    #s02 .grid {
        background-color: #fff;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 2%;
        text-align: center;
        padding: 30px 0;
    }

    #s02 .grid .pc {
        display: none;
    }

    .titel_refo {
        font-size: 16px;
        color: #fff;
        padding: 10px 0;
    }

    .td_refo {
        font-size: 12px;
        padding: 10px 0;
    }

    .td_refo:last-child {
        background-color: transparent;
    }

    .titel_reno {
        font-size: 16px;
        color: #fff;
        padding: 10px 0;
    }

    .td_reno {
        font-size: 12px;
        padding: 10px 0;
    }

    .td_reno:last-child {
        background-color: transparent;
    }

    .btn_refo,
    .btn_reno {
        background-color: transparent;
    }

    .btn_refo img,
    .btn_reno img {
        width: 90%;
    }


    #s02 .grid .sp {
        grid-column: 1 / span 2;
        margin-top: 3vw;
        background-color: #5D5C5C;
        color: #fff;
        font-weight: 500;
        padding: 3px 0;
    }


    #s02 h3 {
        width: 250px;
        font-size: 25px;
        margin-top: 0px;
        padding: 20px;
    }

    .wrap_white {
        background-color: #fff;
        padding: 3%;
    }

    .wrap_w1120 {
        width: 100%;
    }


    .grid_2 {
        margin: 30px auto;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    #s02 .grid_2 p {
        margin: 10px 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
    }

    #s02 .grid_2 p span {
        font-size: 14px;
        color: #29AFEB;
    }


    .grid_2 img {
        width: 100%;
    }

    .grid_2>div>small {
        display: inline-block;
        color: #5D5C5C;
        border: #5D5C5C 1px solid;
        font-size: 11px;
        font-weight: 500;
        padding: 0 10px 3px;
        border-radius: 10px;
    }

    .subsidy {
        background-color: #FF6E0010;
        color: #FF6E00 !important;
        border-color: #FF6E00 !important;
    }

    .price {
        background-color: #5D5C5Ccc;
        color: #fff !important;
    }

    .more {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80px;
    }


    #s03 {
        padding-bottom: 100px;
    }


    #s03 h2 {
        text-align: center;
        color: #668D9B;
        font-size: 30px;
        font-weight: 900;
    }

    #s03 h2 span {
        background-color: #FF6E00;
        color: #fff;
        display: block;
        font-size: 25px;
    }

    .relative {
        position: relative;
    }

    #s03 .grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 74px;
        padding: 10%;
        padding-bottom: 50px;
    }

    #s03 .grid>div {
        position: relative;
    }

    #s03 .grid img {
        width: 100%;
    }

    #s03 .grid h4 {
        color: #FF6E00;
        font-size: 22px;
        text-align: center;
        margin: 20px 0;
    }

    #s03 .grid p {
        line-height: 1.8;
        font-size: 16px;
    }

    #s03 .bg {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100vw;
        height: 70%;
        background-color: #FF6E0010;
        transform: translateX(-50%);
        z-index: -1;
    }

    .wrap_w1500 {
        width: 100%;
        max-width: 1500px;
        margin: auto;
        margin-top: 20px;
    }

    .wrap_w1500>div {
        padding: 10px 0 30px 60px;
        border-bottom: 1px #FF6E00 solid;
        position: relative;
        margin-top: 20px;
    }

    #s03 .wrap_w1500 h3 {
        font-size: 25px;
        color: #FF6E00;
        margin-bottom: 20px;
    }

    .no_plate {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 180px;
    }

    #s03 .flex {
        display: block;
    }

    #s03 .flex>div {
        max-width: 550px;
        font-size: 18px;
        line-height: 1.8;
    }

    #s03 .flex>div p {
        margin-top: 0;
        margin-bottom: 30px;
    }

    #s03 .flex>div p span {
        color: #FF6E00;
    }


    #s03 .flex>img {
        width: 100%;
    }







    #s04 {
        padding-bottom: 0;
    }


    #s04 h2 {
        text-align: center;
        color: #668D9B;
        font-size: 30px;
        font-weight: 900;
    }

    #s04 h2 small {
        font-size: 22px;
        display: block;
    }

    #s04 h2 span {
        background-color: #29AFEB;
        color: #fff;
        display: block;
        font-size: 25px;
    }

    #s04 .grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 74px;
        padding: 10%;
        padding-bottom: 50px;
    }


    #s04 .grid img {
        width: 100%;
    }

    #s04 .grid h4 {
        color: #29AFEB;
        font-size: 22px;
        text-align: center;
        margin: 20px 0;
    }

    #s04 .grid h4 small {
        font-size: 20px;
    }

    #s04 .grid p {
        line-height: 1.8;
        font-size: 16px;
    }

    #s04 .grid>div {
        position: relative;
    }

    #s04 .bg {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100vw;
        height: 70%;
        background-color: #DFF3FC;
        transform: translateX(-50%);
        z-index: -1;
    }

    #s04 .wrap_w1500>div {
        padding: 10px 16px 30px 60px;
        position: relative;
        margin-top: 50px;
    }

    #s04 .wrap_w1500 h3 {
        font-size: 25px;
        color: #29AFEB;
        margin-bottom: 20px;
    }


    #s04 .flex {
        display: block;
        justify-content: space-between;
        align-items: start;
    }

    #s04 .flex>div {
        max-width: 483px;
        font-size: 20px;
        line-height: 1.8;
    }

    #s04 .flex>div p {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .dtl_reno1 {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .dtl_reno2 {
        height: auto;
        position: relative;
    }

    .dtl_reno2 img {
        width: 100%;
        max-width: none !important;
        min-width: 0 !important;
        position: relative;
        bottom: 0;
        right: 0;
        left: -30px;
        z-index: -1;
    }

    .dtl_reno3 {
        position: relative;
        background-color: #F3F3E9;
        width: 100vw;
        padding: 5vw;
        margin-left: calc(-48vw + 50% - 30px);
    }

    .dtl_reno3 h4 {
        width: 80%;
        font-size: 20px;
        background-color: #fff;
        border: 1px #000 solid;
        text-align: center;
        margin: auto;
        padding: 10px 0;
    }

    .dtl_reno3 p {
        width: 80%;
        margin: 20px auto;
        line-height: 2;
    }

    .dtl_reno3 small {
        display: block;
        text-align: center;
        font-size: 11px;
        line-height: 1.5;
        margin: 10px 0;
    }

    .dtl_reno3 img {
        width: 100%;
    }

    .dtl_reno4 .w80 {
        width: 80%;
        margin: auto;
        margin-bottom: 50px;
    }

    .dtl_reno4 .w50 {
        width: 50%;
        margin: auto;
        margin-bottom: 20px;
    }

    .dtl_reno4 {
        position: relative;
        background-color: #F3F3E9;
        width: 100vw;
        padding: 5vw;
        margin-left: calc(-48vw + 50% - 30px);
    }


    .dtl_reno4 h4 {
        width: 80%;
        font-size: 20px;
        background-color: #fff;
        border: 1px #000 solid;
        text-align: center;
        margin: auto;
        padding: 10px 0;
    }

    .dtl_reno4 p {
        width: 80%;
        margin: 20px auto;
        line-height: 2;
    }

    .dtl_reno4 span {
        display: block;
        text-align: center;
        font-weight: 500;
        margin: 10px auto;
        line-height: 2;
    }

    .dtl_reno4 small {
        display: block;
        text-align: center;
        font-size: 11px;
        line-height: 1.5;
        margin: 10px 0 50px;
    }

    .no_border{
        border: none!important;
    }



    #s05 {
        padding-bottom: 50px;
    }

    #s05 h2 {
        color: #000;
        font-size: 25px;
        width: fit-content;
        padding: 0 20px 10px;
        border-bottom: 1px #5D5C5C solid;
        margin: 20px auto;
    }

    #s05 p {
        text-align: center;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.8;
        margin: 30px 0;
    }

    #s05 img {
        display: block;
        width: 100%;
    }

    .flow {
        width: 80%!important;
        margin: 20px auto;
    }

    .step{
        width: 95%;
        margin: auto;
    }

    #s05 p.attention {
        width: 95%;
        font-size: 10px;
        margin: 20px auto;
    }


    .msg {
        padding: 50px 20px;
        background-color: #F4F3E9;
    }

    #s06 h2 {
        width: fit-content;
        font-size: 45px;
        margin: 50px auto;
    }

    #s06 h2 span {
        display: block;
        text-align: center;
        font-size: 16px;
        border-top: 1px #000 solid;
        padding-top: 10px;
    }

    #s06 .flex {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }

    #s06 .flex img {
        width: 90%;
        margin: 30px auto;
    }

    #s06 .flex>div {
        width: 100%;
    }

    #s06 .flex>div span {
        display: block;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        color: #5D5C5C;
    }

    #s06 .flex>div h4 {
        font-size: 20px;
        line-height: 2;
        color: #5D5C5C;
    }

        #s06 .flex>div h4 span {
        display: inline-block;
        font-size: 30px;
        font-weight: 700;
    }

}
