@charset "utf-8";
/*====================
common
====================*/

html {
    font-size: 62.5%;
}

body {
    font-family:
        'Noto Sans JP',
        'EB Garamond', sans-serif;
    font-style: normal;
    color: #4F4E4E;
    background-color: #fff;
    line-height: 1.5;
}

.topics__topic,
.quick_reference__topic,
.company_profile__topic,
.access__topic,
.information__topic {
    font-family: 'EB Garamond';
    font-weight: 400;
    font-size: 4rem;
    line-height: 1.3;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.topics__subtitle,
.quick_reference__subtitle,
.company_profile__subtitle,
.access__subtitle,
.information__subtitle {
    font-weight: 700;
    font-size: 1.6rem;
    color: #109AC4;
    line-height: 1.3;
    text-align: center;
    margin-top: 10px;
}

.displayNone{
    display: none;
}

/*==========================
header
==========================*/
.header {
    padding: 24px 6.4% 16px;
}

.header__topic,
.nav__topic {
    color: #000;
    font-weight: 700;
    font-size: 2.4rem;
}

.header__topicSp { 
    margin-top: auto;
    width: 150px; 
    height: 64px;
}

.telephone {
    display: none;
}

@media screen and (max-width:768px) {
    .header__topicPc {
        display: none;
    }
}

/* .nav初期表示 */
.nav {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    padding: 24px 6.4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__list {
    margin-top: 66px;
}

.nav__item {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    color: #2F2F2F;
    margin-top: 30px;
}

.nav__item img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 24px;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

/* .header pc */
@media screen and (min-width:769px) {
    .container {
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
    }

    .header {
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 60px 30px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .header__logo { 
        margin-top: auto;
        width: 340px; 
        height: auto;
    }

    .telephone {
        display: flex;
        justify-content: flex-end;
        font-size: 36px;
        font-weight: bold;
        color: #4F4E4E;
    }

    .header__topicSp {
        display: none;
    }

    .menu_btn img {
        display: none;
    }
    
    .tel_btn {
        margin: 10px 10px 0;
        position: relative;
        top: auto;
        right: auto;
    }
    
    .tel_set {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top:60px;
        right: 5%; 
    }

    .nav {
        background: transparent;
        width: 100%;
        height: auto;
        padding: 0;
        position: static; 
        transform: translate(0);
    }

    .nav__list {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
       
    }

    .nav__item a {
        display: flex;
        justify-content: space-between;
    }

    .nav__item a :last-of-type {
        margin-top: -2px;
    }

    .nav__item {
        font-weight: 400;
        font-size: 1.6rem;
        color: #0000cd;
        display: block;
        font-size: 20px;
    }

    .nav__header {
        display: none;
    }

    .nav__item img {
        display: block;
        width: 30px;
        height: 30px;
        margin: -8px 10px 0;
    }

    .nav__item:first-of-type {
        display: block;
        
    }

}/* pc 769px */

/*==========================
main
==========================*/
/* article header */
.mainImg .mainImg__pc {
    display: none;
    margin-top: 0;
}

.mainImg {
    background-size: cover;
    text-align: center;
}

/* TOPICS */
@media screen and (max-width:768px) {
    .topics__arrowTxtSet {
        display: none;
    }
}

.mainTopics {
    padding: 48px 6.4%;
}

.topics__location {
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
}

.topics {
    margin-top: 60px;
}

.topics__item {
    display: block;
    justify-content: center;
    /* padding: 64px; */
    width: 353px;
    margin: 0 auto 60px;
    border-radius: 6px;
}

.topics__item > div {
    width: 353px;
    margin-top: 20px;
    position: relative;
    background-color: #109AC4;
    border-radius: 6px;
    padding-bottom: 40px;
}

.topics__category_tag {
    display: flex;
    align-items: center;
    background-color: #4D5988;
    color: #FFF;
    padding: 10px 6px;
    border-radius: 30px;
    font-size: 1.4rem;
    text-align: center;
    width: 26px;
    height: 130px;
    writing-mode: vertical-rl;
    position: absolute;
    top: -20px;
    right: 12px;
    line-height: 26px;
    justify-content: center;
}

.topics__img1,
.topics__img2,
.topics__img3 {
    display: flex;
    justify-content: center;
    width: 353px;
    height: 265px;
    border-radius: 6px 6px 0 0;
    margin-top: 15px;
    overflow: hidden;
}

.topics__img3 {
    display: flex;
    border-radius: 6px 6px 0 0;
    margin-top: 15px;
}

.topics__place {
    font-size: 1.6rem;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
}

.topics__house_layout,
.topics__price {
    text-align: center;
}

.topics__house_layout {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
}

.topics__price {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: bold;
    margin-left: 20px;
}

.box1,
.box2,
.box3 {
    /*padding: 0.5em 1em; */
    /* margin: 2em 0; */
    width: 315px;
    height: 52px;
    font-weight: bold;
    border: solid 1px #FFF;
    margin-left: 19px;
    margin-top: 20px;
}

.box1 p,
.box2 P,
.box3 p {
    margin-top: 6px;
    padding: 0;
}

.topics__img4 {
    display: block;
    width: 259px;
    height: 75px;
    margin-top: 40px;
    margin: 50px auto;
    margin-bottom: 20px;
}

.topics__txtSp { 
    margin-top: 10px;
    font-size: 1.8rem;
    color: #4F4E4E;
    text-align: center;
    margin-bottom: 70px;
} 

.property__btn {
    display: block;
    /* padding: 16px 0px 18px; */
    padding-top: 12px;
    background: #1587AA;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    /* line-height: 1; */
    margin-top: 30px;
    transition: 0.4s;
    /* position: relative; */
    width: 290px;
    height: 40px;
    /* border: 0px solid yellow; */
    /* margin-bottom: 50px; */
    margin-left: 30px;
}

.property__btn a{
    text-decoration: none;
    color: #ffffff;
}

/* .property__btn::after {
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
} */

/* .property__btn:hover {
    opacity: 0.5;
} */

.propertyTable__btn {
    display: block;
    padding-top: 10px;
    background:#234E73;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 20px;
    transition: 0.4s;
    width: 290px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.propertyTable__btn::after {
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.propertyTable__btn:hover {
    opacity: 0.5;
}

/* topics pc */
@media screen and (min-width:769px) {
    .section--topics {
        max-width: 1280px;
        margin: 0 auto;
    }

    .topics {
        display: flex;
        justify-content: center;
    }

    .propertyTable__btn {
        border-radius: 30px;
        margin: 0 auto;
    }

    .topics__txtSp { 
        display: none;
    }

    .topics__arrowTxtSet {
        margin: 0;
    }
    
    .topics__item2 { 
        display: flex;
        justify-content: center;
        margin-top: 60px;
        gap: 30px;
    } 

    .topics__arrowTxtSet {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .topics__arrow {
        margin-right: 20px;
        width: 54px;
    }

    .topics__txtPc {
        font-size: 24px;
        /* margin-top: -20px; */
    }

    .topics__img4 {
        width: 390px;
        height: auto;
        align-items: center;
        margin: 0;
    }
}

/* article header pc */
@media screen and (min-width:769px) {
    .mainImg .mainImg__pc {
        display: block;
    }

    .mainImg .mainImg__sp {
        display: none;
    }

    .mainTopics {
        padding: 64px 0;
        max-width: 1280px;
        margin: 0 auto;
    }

    .mainTopics__name {
        font-size: 3.2rem;
    }

    .spBr {
        display: none;
    }

    .mainTopics__txt {
        font-size: 1.6rem;
        line-height: 1.3;
        text-align: center;
        margin-top: 32px;
    }

    

}/* pc 769px */



.detail {
    color: #FF7000;
    font-size: 1.4rem;
    margin-top: 16px;
}

.detail__location {
    border-bottom: 1px solid #FF7000;
}

.detail__txt {
    margin-top: 16px;
}

.btn {
    display: block;
    padding: 16px 0px 18px;
    background: #1587AA;
    border-radius: 4px;
    color: #FFF;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    margin-top: 16px;
    transition: 0.4s;
    position: relative;
}

.btn::after {
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.btn:hover {
    opacity: 0.5;
}

/* お役立ち情報　*/
.section--quick_reference {
    padding: 0 15px;
    display: block;
}

.quick_reference__subtitle {
    margin-bottom: 80px;
}

.quick_reference__item1,
.quick_reference__item2,
.quick_reference__item3 {
    display: block;
    padding: 0.5em 1em;
    background-color: #FFF;
    border: solid 3px #234E73;
    border-radius: 30px;
    color: #234E73;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 70%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.qr_box1,
.qr_box2,
.qr_box3 {
    background-color: rgba(35, 78, 115, 1);
    margin-bottom: 40px;
    border-radius: 6px;
    padding: 4em 2em 2em;
    position: relative;
    margin-top: 80px;
}

.quick_reference__txt {
    width: auto;
    color: #FFF;
    font-size: 16px;
    line-height: 2;
    text-align: left;
    margin: 0 auto 20px;
}

.qr__btn {
    width: 290px;
    height: 41px;
    text-align: center;
}

.qr__btn {
    display: block;
    padding-top: 12px;
    background: #255e8f;
    border-radius: 4px;
    color: #FFF;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    transition: 0.4s;
    width: 290px;
    height: 40px;
    margin: 0 auto 10px;
}

.qr__btn::after {
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.qr__btn:hover {
    opacity: 0.5;
}

.qr__btn2 {
    display: block;
    padding-top: 12px;
    background-color: #2DBBFB;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    transition: 0.4s;
    width: 290px;
    height: 40px;
    margin: 50px auto;
}

/* お役立ち情報 pc */
@media screen and (min-width:769px) {
    .section--quick_reference {
        max-width: 1280px;
        margin: 0 auto;
    }

    .qr_box {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: -50px;
    }

    .qr__btn2 {
        margin: 0 auto;
        border-radius: 30px;
    }

    .quick_reference__topic {
        margin-top: 90px;
    }

    .quick_reference__topic br {
        display: none;
    }

}/* pc 769px */


/* 会社案内　*/

.company_profile__topic {
    margin-top: 80px;
}

.company_profile__subtitle {
    margin-bottom: 60px;
}

.cp_box {
    background-color: #2DBBFB;
    border-radius: 6px;
    width: 96%;
    height: 317px;
    padding: 4em 2em 2em;
    position: relative;
    margin: 0 auto;
}

.company_profile__txt1 {
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    display: block;
}

.company_profile__txt2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 2;
    display: block;
    margin: 0 auto 20px;
}

.company_profile__btn {
    display: block;
    width: 290px;
    background-color: #2F93D2;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    height: 40px;
    padding-top: 12px;
    transition: 0.4s;
    margin: 40px auto;
}

/* 会社案内 pc */
@media screen and (min-width:769px) {
    .section--companyprofile {
        max-width: 1280px;
        margin: 0 auto;
    }

    .company_profile__topic br {
        display: none;
    }
}/* pc 769px */


/* Access */
.section--access {
    padding: 48px 0;
}

.address {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 40px;
}

.map {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

/* access pc */
@media screen and (min-width: 769px) {
    .section--access {
        /* padding: 64px 60px 96px; */
        width: 96%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .address {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-top: 32px;
    }

    .address img {
       position: relative;
       top: 5px;
    }

    .map {
        margin-top: 15px;
        width: 100%;
        height: 715px;
    }

}/* pc 769px */



/* information */
.information_box { 
    /* padding: 48px 4.2%; */
    background-color: #1587AA;
    margin-bottom: 40px;
    border-radius: 6px;
    padding: 4em 2em 2em;
    position: relative;
    margin: 80px auto 30px;
    width: 96%;
}

.open__hours {
    padding: 0.5em 1em;
    margin: 2em 0;
    background-color: #FFF;
    border: solid 3px #1587AA;
    border-radius: 30px;
    color: #1587AA;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 70%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.infomation__list {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    margin-top: 20px;
    height: auto;
    line-height: 2.5;
    width: auto;
    margin: 0 auto 20px;
}

.infomation__list :last-child {
    margin-top: 30px;
    text-align: center;
    line-height: 20px;

}

/* information pc */
@media screen and (min-width: 769px) {

    .section--information {
        max-width: 1280px;
        margin: 0 auto;
    }
    
    
    .open__hours {
        width: 250px;
        height: 55px;
        padding-top: 13px;
    }

    .infomation__list {
        text-align: center;
    }


}/* pc 769px */


/*==========================
footer
==========================*/
.footer {
    padding: 32px 4.2%;
}

.footer__topic {
    max-width: 150px;
}

.mail_btn {
    display: block;
    width: 40px;
    height: 40px;
    
    position: absolute;
    top: 40px;
    right: 6.4%;
}

.mail_btn a {
    display: block;
}

.copy {
    margin-top: 10px;
}

.copy small {
    font-size: 1.2rem;
}

/* footer pc */
@media screen and (min-width: 769px) {
    .footer {
        /* padding: 64px 60px; */
        max-width: 1280px;
        margin: 0 auto;
    }

    .footer__group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer__topic {
        font-size: 2.4rem;
        line-height: 1;
        max-width: 100%;
    }

    .footer__logo {
        margin-top: auto;
        width: 340px;
        height: auto;
    }
    

    .menu__list {
        display: flex;
        margin-top: 0;
    }

    .menu__item {
        margin-top: 0;
        margin-left: 32px;
    }

    .copy {
        /* margin-top: 10px; */
    }
    
}/* pc 769px */

/* topへ戻るボタン */
/* 右下に固定 */
/* .container { 
    height: 1500px;
    padding: 50px 0;
}*/
  
p arrowBtn {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
  
button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 80px;
    right: -80px;
    bottom: calc(50% - 40px);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background: #109AC4;
    transition: .2s;
    letter-spacing: 3px;
    font-weight: bold;
    border-radius: 10px 0 0 10px;
}
  
button i{
    position: absolute;
    font-size: 30px;
    color: #FFF;
    top: 15px;
    font-weight: 300;
}
  
button p{
    margin: 0;
    font-size: 15px;
    bottom: 13px;
    position: absolute;
}
  
.is-active {
    opacity: 1;
    visibility: visible;
}
  
button.is-active {
    right: -2px;
}



/*
シャボン玉用
----------*/
.main {
    /* margin-bottom: 60px; */
}

.article__header{
    position: relative;
    height: 550px;
}

.mainPC,
.ocean_viewPC,
.country_lifePC,
.residential_areaPC,
.convenient_downtownPC,
.near_stationPC {
    display: none;
}

.ocean_viewSP {
    margin-top: -250px;
    margin-left: 50px;
}

.country_lifeSP {
    margin-top: 20px;
    margin-left: 260px;
    width: 60px;
    height: auto;
}

.residential_areaSP {
    margin-top: -150px;
    margin-left: 210px; 
}

.convenient_downtownSP {
    margin-top: -300px;
    margin-left: 250px;
}

.near_stationSP {
    margin-top: 200px;
    margin-left: 160px;
    width: 50px;
    height: auto;
}

/* シャボン玉 pc */
@media screen and (min-width: 769px) {

    .article__header{
        position: relative;
        height: 800px;
    }

    .mainSP,
    .ocean_viewSP,
    .country_lifeSP,
    .residential_areaSP,
    .convenient_downtownSP,
    .near_stationSP {
        display: none;
    }

    .mainPC,
    .ocean_viewPC,
    .country_lifePC,
    .residential_areaPC,
    .convenient_downtownPC,
    .near_stationPC {
        display: block;
    }

    .ocean_viewPC {
        margin-top: -280px;
        margin-left: 140px;
        width: 200px;
        height: auto;
    }

    .country_lifePC {
        margin-top: -150px;
        margin-left: 900px;
        width: 130px;
        height: auto;
    }

    .residential_areaPC {
        margin-top: -200px;
        margin-left: 450px;
        width: 130px;
        height: auto;
    }
    .convenient_downtownPC {
        margin-top: -380px;
        margin-left: 780px;
        width: 150px;
        height: auto;
    }

    .near_stationPC {
        margin-top: 240px;
        margin-left: 610px;
        width: 100px;
        height: auto; 
    }

}

.target,
.target04 {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(10%);
    }
  }

  .target02 {
    animation: floating-y02 1s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y02 {
    0% {
      transform: translateY(-15%);
    }
    100% {
      transform: translateY(15%);
    }
    }

    .target03 {
        animation: floating-y02 1.4s ease-in-out infinite alternate-reverse;
      }
      @keyframes floating-y02 {
        0% {
          transform: translateY(-10%);
        }
        100% {
          transform: translateY(10%);
        }
      }

      .target05 {
        animation: floating-y02 1.6s ease-in-out infinite alternate-reverse;
      }
      @keyframes floating-y02 {
        0% {
          transform: translateY(-10%);
        }
        100% {
          transform: translateY(10%);
        }
      }