@charset "UTF-8";
@import url('normalize.css');

html {
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}

body {
    color: #000;
    font-family: 'Noto Sans JP','Roboto',sans-serif;
    font-weight: 400;
    font-size: 18px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 769px){
    /* a:hover {
        opacity: 0.7;
    } */
}


.sp {
    display: none;
}

.mt40 {
    margin-top: 40px;
}

.mt48 {
    margin-top: 48px;
}

.lh200 {
    line-height: 200%;
    font-feature-settings: "palt";
    letter-spacing: .5px;
}

.mb20 {
    margin-bottom: 20px;
}

/* TOPへ戻るボタン */
button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ff8500;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    }
/* クラス付与時の指定 */
.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    }



.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
    }

.fadein-left{
    transform: translate(-30px,0);
    }

.fadein-right{
    transform: translate(30px,0);
    }

.fadein-bottom{
    transform: translate(0,40px);
    }

.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    }

/*-------------------------------------------
ヘッダー
-------------------------------------------*/

#header {
    width: 100%;
    padding: 16px 0;
}
.header-logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding-left: 10px;
}

#header .logo {
    width: 100%;
    max-width: 75px;
    margin: 0;
}

.logo img {
    height: 50px;
}

.header-logo p {
    font-size: 20px; /* 28px */
}

#header .header-tell {
    width: 100%;
    max-width: 643px; /* 615px 545px*/
    margin-top: 5px;
    margin-right: 80px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sectionHeader {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 999998;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 30px;
}

.sectionHeader .toggle-btn {
    position: relative;
    height: 45px;
    width: 60px;
    display: block;
    background-color: transparent;
    top: 22px;/* 17px */
    cursor: pointer;
}

.sectionHeader .toggle-btn span:nth-child(1) {
    transform: translate(-50%, -16px);
}

.sectionHeader .toggle-btn span {
    width: 50px;
    height: 3px;
    background-color: #000000;
    border-radius: 0px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 24px;
    left: 25px;
    transform-origin: center;
    transform: translate(-50%, 0px);
    transition: 0.5s;
}

.sectionHeader .toggle-btn span:nth-child(3) {
    transform: translate(-50%, 17px);
}

.sectionHeader .toggle-btn.active span:nth-child(1) {
    background-color: #000;
    transform: translate(-50%, 0) rotate(45deg);
}

.sectionHeader .toggle-btn.active span:nth-child(2) {
    width: 0;
}

.sectionHeader .toggle-btn.active span:nth-child(3) {
    background-color: #000;
    transform: translate(-50%, 0) rotate(-45deg);
}

.section-nav {
    height: 100%;
    position: fixed;
    z-index: 99998;
    background-color: #fff;
    top: 0;
    right: 0;
    justify-content: center;
    flex-direction: column;
    width: 0;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.section-nav .nav-wrapper {
    display: block;
    width: 100%;
    padding: 100px 0 0 50px;
}

.section-nav .nav-wrapper ul {
    width: 100%;
}

.section-nav .nav-wrapper ul li {
    opacity: 1;
    font-size: 20px;
    position: relative;
}

.section-nav .nav-wrapper ul a {
    display: block;
    font-size: 24px;
    color: #000;
    padding: 0 0 6px 0;
    margin-bottom: 15px;
    line-height: 1.75em;
    font-weight: normal;
}

.section-nav.active {
    width: 400px;
}

.float_btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: #fff6e9;
    padding: 10px 0 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
    z-index: 999999;
}

.float_btn.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

a.btn_siryou {
    width: 100%;
    max-width: 535px;
    z-index: 2;
}

a.btn_kengaku {
    width: 100%;
    max-width: 535px;
}


.image_mouseover_1 img:hover {
    transform: scale(1.2,1.2);
    transition-duration: 0.5s;
    z-index: 99999;
    position: relative;
}

.mainvisual {
    position: relative;
}

.title {
    position: absolute;
    top: -10px;
    left: 10%;
    width: 80%;
    z-index: 1;
}

.sub_title {
    position: absolute;
    top: 28%;
    right: 55px;
    width: 50%;
    z-index: 1;
}

.hanabi {
    position: absolute;
    width: 15%;
    z-index: 1;
}

.person {
    position: absolute;
    top: 20px;
    left: 2%;
    width: 50%;
}

.object {
    position: absolute;
    bottom: 6px;
    right: 134px;
    width: 46%;
}

.wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

section.about {
    background-color: #fff6e9;
}

.about-inner {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: clamp(3.125rem, 1.25rem + 8vw, 6.25rem);
    padding: 30px 0;
}

.about-text p {
    line-height: 180%;
}

.about-text {
    position: relative;
}

.about-text span img {
    width: 240px;
    position: absolute;
    right: -60px;
    top: 60%;
}

.custom-shape-divider-top-1742112241 {
    position: static;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-bottom: 50px;
}

.custom-shape-divider-top-1742112241 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 92px;
}

.custom-shape-divider-top-1742112241 .shape-fill {
    fill: #fff6e9;
}


/*-------------------------------------------
選ばれる理由1
-------------------------------------------*/
.reason-title {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 30px;
}

.reason-inner {
    width: 80%;
    margin: auto;
}

.reason-card {
    display: flex;
    justify-content: space-evenly;
    padding-top: 47px;
    align-items: center;
}

.reason-card2 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 68px;
}

.reason-card3 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 68px;
}

.reason1-fig01 {
    width: 400px;
    display: block;
    margin: auto;
}

.reason1-fig02 {
    width: 285px;
    display: block;
    margin: auto;
}
.reason1-fig03 {
    width: 287px;
    display: block;
    margin: auto;
}

.reason1-fig04 {
    width: 314px;
    display: block;
    margin: auto;
}

.reason-left {
    width: 50%;
}

.reason-right {
    width: 50%;
}

.reason1-card-title01 {
    width: 500px;
}

.reason1-card-title02 {
    width: 288px;
}

.reason1-card-title03 {
    width: 463px;
}

.reason1-card-title04 {
    width: 720px;
}

.reason-title p {
    font-size: 18px;
    line-height: 200%;
}

#reason1 p,#reason2 p {
    line-height: 200%;
    padding-right: 5%;
    font-feature-settings: "palt";
    letter-spacing: .5px;
}

#reason1,#reason2 {
    position: relative;
    overflow: hidden;
}

#reason2 {
    margin-bottom: 50px;
}

.reason-contents>li:first-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    background-color: #fff6e9;
    z-index: -1;
    position: absolute;
    top: 195px;
    right: 10%;
    height: 318px;
    border-radius: 20px;
    margin-top: 30px;
}

.reason-contents>li:last-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    min-height: 380px;
    background-color: #fff6e9;
    z-index: -1;
    position: absolute;
    top: 27.5%;
    left: 10%;
    border-radius: 20px;
}

.zeroyen {
    text-align: center;
    margin: 140px auto 160px;
}

.reason-fig-zeroyen {
    width: 693px;
}

.reason-contents2>li:first-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    background-color: #fff6e9;
    z-index: -1;
    position: absolute;
    right: 10%;
    height: 350px;
    border-radius: 20px;
}

.shokuji {
    width: 1200px;
    margin: 50px auto 90px;
}

/*-------------------------------------------
選ばれる理由2
-------------------------------------------*/
.reason2-fig01 {
    width: 319px;
    display: block;
    margin: auto;
}

.reason2-card-title01 {
    width: 275px;
}

.reason2-fig02 {
    width: 508px;
    display: block;
    margin: auto;
}

.reason2-card-title02 {
    width: 384px;
}

.reason2-fig03 {
    width: 437px;
    display: block;
    margin: auto;
}

.reason2-card-title03 {
    width: 528px;
}

.reason2-card-title04 {
    width: 288px;
}

.reason2-fig04 {
    width: 333px;
    display: block;
    margin: auto;
}

.reason2-contents>li:first-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    background-color: #fff6e9;
    z-index: -1;
    position: absolute;
    top: 195px;
    right: 10%;
    height: 356px;
    border-radius: 20px;
    margin-top: 30px;
}

.reason2-contents>li:last-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    min-height: 357px;
    background-color: #fff6e9;
    z-index: -1;
    position: absolute;
    top: 74%;
    left: 10%;
    border-radius: 20px;
}

#jukukan {
    margin-top: 48px;
}

/*-------------------------------------------
居室
-------------------------------------------*/

.room-inner {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}

.room-sub {
    display: flex;
    gap: 20px;
}

.room-sub img {
    width: 24%;
}

.room {
    margin-bottom: 50px;
}

/*-------------------------------------------
共有スペース
-------------------------------------------*/

.public {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow-x: hidden;
}

.box_image {
    width: 70%;
    margin-bottom: 50px;
}


.box {
    display: flex;
    justify-content: flex-end;
}

.public-contents>li:first-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    background-color: #fff6e9;
    z-index: -1;
    position: absolute;
    right: 10%;
    height: 350px;
    border-radius: 20px;
}

/*-------------------------------------------
外観
-------------------------------------------*/

.gaikan-fig01 {
    width: 292px;
    display: block;
    margin: auto;
}

.gaikan-title01 {
    width: 96px;
}

.gaikan {
    width: 100%;
    max-width: 1200px;
    margin: 106px auto;
}

#gaikan p {
    padding-right: 5%;
}

.gaikan-contents>li:first-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    background-color: #fff6e9;
    z-index: -1;
    position: absolute;
    right: 10%;
    height: 350px;
    border-radius: 20px;
}

/*-------------------------------------------
レクリエーション
-------------------------------------------*/

.recreation-contents>li:first-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    background-color: #fff6e9;
    z-index: -1;
    position: absolute;
    right: 10%;
    height: 350px;
    border-radius: 20px;
}

.recreation-title01 {
    width: 384px;
}

.recreation-fig01 {
    width: 315px;
    display: block;
    margin: auto;
}


/*-------------------------------------------
お客様の声
-------------------------------------------*/

.voice {
    margin-top: 160px;
    background-color: #fff6e9;
    padding: 80px 0;
}

.voice-inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.voice-head {
    text-align: center;
}

.voice-title01 {
    width: 816px;
}

.voice-fig01 {
    width: 540px;
    margin: 30px 0;
}

.voice-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
    width: 100%;
    align-items: center;
}

.voice-contents img {
    width: 49%;
}

/*-------------------------------------------
Amazonギフトカードプレゼント
-------------------------------------------*/

.amazon {
    text-align: center;
    margin: 120px 0;
}

img.amazon-fig01 {
    width: 900px;
}

/*-------------------------------------------
フッター
-------------------------------------------*/

.footer {
    text-align: center;
    color: #fff;
    padding: 15px 0 120px;
    background-color: orange;
}


/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
    /* html {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        } */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }


    main {
        padding-top: 60px;
    }

    #header {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 0;
        background-color: #fff;
    }

    #header .logo {
        max-width: 120px;
    }

    .header-logo {
        width: 75%;
    }

    .header-logo p {
        font-size: 12px;
    }

    .logo img {
        height: 35px;
    }

    #header .header-tell {
        margin-top: 3px;
        margin-right: 66px;
    }

    .sectionHeader .toggle-btn span:nth-child(1) {
        transform: translate(-50%, -10px);
    }

    .sectionHeader .toggle-btn span:nth-child(3) {
        transform: translate(-50%, 10px);
    }

    .sectionHeader .toggle-btn span {
        width: 32px;
    }

    .sectionHeader .toggle-btn {
        top: 6px;
    }

    .about-inner {
        grid-template-columns: auto;
    }

    .about-catch img {
        max-width: 342px;
        margin: 0 auto;
    }

    .wrapper {
        margin: 0 20px;
    }

    .about-text span img {
        width: 140px;
        right: -11px;
        top: -16%;
        z-index: 20;
    }

    .custom-shape-divider-top-1742112241 svg {
        width: calc(100% + 1.3px);
        height: 52px;
    }

    .float_btn {
        gap: 10px;
        padding: 12px;
    }
    .float_btn.fixed {
        box-sizing: border-box !important;
        width: 100vw;
    }

    button {
        width: 50px;
        height: 50px;
        font-size: 16px;
        bottom: 110px;
        border-radius: 10%;
    }

    .is-active {
        opacity: .8;
        z-index: 2;
    }

    .waku {
        background-color: #fff6e9;
        padding: 20px 10px;
        border-radius: 20px;
    }



/*-------------------------------------------
選ばれる理由1（スマホ）
-------------------------------------------*/
    .reason-title {
        width: 90%;
    }

    .reason-inner {
        width: 100%;
    }

    .reason-card {
        flex-direction: column-reverse;
    }

    .reason-card2 {
        flex-direction: column;
        padding-top: 20px;
    }

    .reason-card3 {
        flex-direction: column;
        padding-top: 20px;
    }

    .reason-left {
        width: 100%;
    }

    .reason-right {
        width: 100%;
    }

    .reason-contents,.reason-contents2 {
        padding: 15px;
    }

    .reason-contents>li:first-of-type::before {
        /* top: 123px;
        height: 576px;
        right: 0%; */
        content: none;
    }

    .reason-contents>li:last-of-type::before {
        /* top: 1340px;
        height: 560px;
        left: 0; */
        content: none;
    }

    .reason-contents2>li:first-of-type::before {
        /* top: 2310px;
        right: 0%;
        height: 617px; */
        content: none;
    }

    .reason1-card-title01 {
        width: 330px;
    }

    .reason1-card-title02 {
        width: 165px;
    }

    .reason1-fig02 {
        width: 188px;
    }

    .reason1-card-title03 {
        width: 280px;
    }

    .reason1-fig03 {
        width: 214px;
    }

    .zeroyen {
        margin: 40px auto;
    }

    .reason-fig-zeroyen {
        width: 300px;
    }

    .zeroyen p {
        text-align: left;
    }

    .shokuji {
        width: 100%;
    }

    img.shokuji2 {
        margin-top: -5px;
    }

    #reason1 p,#reason2 p {
        padding-right: 0;
    }


/*-------------------------------------------
選ばれる理由2（スマホ）
-------------------------------------------*/

    .reason2-card-title01 {
        width: 185px;
    }

    .reason2-card-title02 {
        width: 280px;
    }

    .reason2-card-title03 {
        width: 335px;
    }

    .reason2-contents>li:first-of-type::before {
        /* top: 128px;
        height: 682px;
        right: 0%; */
        content: none;
    }

    .reason2-contents {
        padding: 15px;
    }

    .reason2-contents>li:last-of-type::before {
        /* top: 69%;
        height: 620px;
        left: 0; */
        content: none;
    }

    #jukukan {
        margin-top: 0;
    }

/*-------------------------------------------
居室（スマホ）
-------------------------------------------*/

    .room {
        margin-top: -50px;
    }

    .roomsp {
        text-align: center;
    }

    .roomsp img {
        margin-bottom: 10px;
        width: 96%;
    }

/*-------------------------------------------
共有スペース（スマホ）
-------------------------------------------*/
.public {
    overflow-x: hidden;
}

.box_image {
        width: 100%;
    }

    .reason2-card-title04 {
        width: 185px;
    }

    .public-contents>li:first-of-type::before {
        /* height: 540px;
        right: 0;         */
        content: none;
    }
    .public-contents {
        padding: 15px;
    }

/*-------------------------------------------
外観（スマホ）
-------------------------------------------*/
    .gaikan-contents {
        padding: 15px;
    }

    .gaikan-contents>li:first-of-type::before {
        /* height: 525px;
        right: 0; */
        content: none;
    }

    #gaikan p {
        padding-right: 0;
    }

    .gaikan {
        margin-top: 0;
        overflow-x: hidden;
    }

    .gaikan-title01 {
        width: 70px;
    }


    /*-------------------------------------------
レクリエーション（スマホ）
-------------------------------------------*/
    .recreation-contents {
        padding: 15px 15px 0 15px;
    }

    .recreation-contents>li:first-of-type::before {
        /* height: 540px;
        right: 0; */
        content: none;
    }

    .recreation {
        margin-top: -70px;
    }

    .recreation-title01 {
        width: 280px;
    }


    /*-------------------------------------------
    お客様の声（スマホ）
    -------------------------------------------*/
    .voice {
        background-color: unset;
        margin: 0;
        padding: 0;
    }

    .voice-inner {
        padding: 0 5px;
    }

    .voice-head {
        margin: 0 15px;
    }

    .voice-contents {
        flex-direction: column;
    }

    .voice-contents img {
        width: 100%;
    }

    .voice-title01 {
        width: 328px;
    }

    .voice-fig01 {
        width: 300px;
    }

    img.voice-fig07 {
        width: 330px;
    }

    /*-------------------------------------------
    Amazonギフトカードプレゼント（スマホ）
    -------------------------------------------*/
    .amazon {
        margin: 50px 0;
    }
    
    .amazon-fig01sp {
        width: 320px;
        margin: auto;
    }

    /*-------------------------------------------
フッター（スマホ）
-------------------------------------------*/

    .footer {
        padding: 10px 0 110px;
    }

    /* 点滅 */
    /* .blink {
        animation: blink 0.5s;;
      }
      
      @keyframes blink {
        0% {
          opacity: 1;
        }
        50% {
          opacity: .2;
        }
        100% {
          opacity: 1;
        }
      } */

      .blink {
        animation: blink 1s;
      }
      
      @keyframes blink {
        0% {
          opacity: 1;
        }
        25% {
          opacity: 0.2;
        }
        50% {
          opacity: 1;
        }
        75% {
          opacity: 0.2;
        }
        100% {
          opacity: 1;
        }
      }
      
      
}