@charset "utf-8";

h1 {
    color: #fff !important;
    font-weight: 300;
    font-size: 12px !important;
}

.t_container {
    font-weight: 500;
}

.t_main_inner {
    height: 70vh;
    position: relative;
}

.t_main_txt {
    padding-top: 17vh;
    position: relative;
    text-align: center;
    z-index: 5;
    width: 90%;
    margin: 0 auto;
}

.t_main_txt p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
    padding-top: 10px;
}

.t_main_inner .album {
    top: 0;
    z-index: 0;
}

.t_main_inner .album img {
    height: 95vh !important;
}
.t_main_inner .album .img1 {
    object-position: center; /* 1枚目は右を映す */
}
.t_main_inner .album .img2 {
    object-position: 60% center;  /* 2枚目は左を映す */
}
.t_main_inner .album .img3 {
    object-position: 90% center; /* 数値指定（左から20%の位置）も可能 */
}
.main_scroll {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.t_conts {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 5;
}

.t_conts::before {
    content: "";
    display: block;
    background: url(../img/sp/t_wave.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80px;
    position: absolute;
    top: -78px;
    z-index: -1;
}

.t_conts_inner {
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
    position: relative;
}

.t_conts_inner::after {
    /* content: url(../img/top/t_contents_bg_item.webp); */
    display: block;
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 0;
}

.t_conts_top {
    /* display: flex; */
    /* justify-content: left; */
    /* align-items: center; */
    /* gap: 40px; */
}

.t_conts_top h3 img {
    width: 150px;
}

.t_conts_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
    margin: 0;
    position: relative;
    z-index: 5;
    gap: 15px 0;
}

.t_conts_inner ul li a {
    display: block;
    width: 43vw;
    padding: 2px 10px 40px;
    box-sizing: border-box;
    background: #eefdea;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}

.t_conts_inner ul li a img {
    display: block;
    margin: auto;
    width: 39vw;
}

.t_conts_name {
    font-size: 18px;
    font-weight: bold;
    color: #1b7448;
    margin: -55px 0 0;
    position: relative;
    z-index: 5;
}

.t_conts_about {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin: 0;
    padding-top: 5px;
    position: relative;
    z-index: 5;
}

.t_conts_more {
    width: 100px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: grid;
    place-content: center;
    background: #1eae42;
    border-radius: 15px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.t_sale {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.t_sale_inner {
    margin: auto;
    position: relative;
    padding-bottom: 50px;
}

.t_sale_inner h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    width: 90%;
    margin: auto;
}

.t_sale_inner h3 span {
    font-size: 20px;
    padding-left: 20px;
}

.t_sale_img {
    padding-top: 30px;
    width: 87%;
}

.t_sale_about {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.8;
    margin: 0;
    padding: 15px 0;
    width: 90%;
    margin: auto;
}

.t_sale_about span {
    font-weight: bold;
    color: #cc5151;
}

.t_sale_btn_container {
    position: relative;
    z-index: 5;
}

.t_sale_btn_container a {
    width: 315px;
    height: 75px;
    border-radius: 15px;
    background: #1eae42;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: 0.3s ease-in-out;
    margin: auto;
}

.t_sale_btn_container a:not(:last-of-type) {
    margin-bottom: 20px;
}


.t_sale_btn_container a p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.t_sale_btn_container a span {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #fff;
}

.t_sale_btn_container a span::before,
.t_sale_btn_container a span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 12px;
    width: 6px;
    height: 1px;
    border-radius: 9999px;
    background-color: #1eae42;
    transform-origin: calc(100% - 0.5px) 50%;
}

.t_sale_btn_container a span::before {
    transform: rotate(45deg);
}

.t_sale_btn_container a span::after {
    transform: rotate(-45deg);
}

.t_sale_btn_container a:hover {
    border: 1px solid #1eae42;
    background: #fff;
}

.t_sale_btn_container a:hover p {
    color: #1eae42;
}

.t_sale_btn_container a:hover span {
    background-color: #1eae42;
}

.t_sale_btn_container a:hover span::before,
.t_sale_btn_container a:hover span::after {
    background: #fff;
}

.t_sale_bg_item {
    position: absolute;
    bottom: -45px;
    right: 0px;
    width: 200px;
}

.t_jisseki {
    /* display: flex; */
    /* justify-content: center; */
    /* overflow: hidden; */
}

.t_katudou_jisseki,
.t_baikyaku_jisseki {
    /* width: 50%; */
    background: #f8f9f1;
    padding: 50px 0;
    text-align: center;
    position: relative;
    /* min-width: 800px; */
}

.t_katudou_jisseki h3 img {
    width: 160px;
}

.t_baikyaku_jisseki h3 img {
    width: 300px;
}

.t_kj_img {
    position: absolute;
    top: 30px;
    right: 3px;
    width: 110px;
}

.t_baikyaku_jisseki {
    background: #eff6ee;
    position: relative;
    z-index: 5;
}

.t_bj_img {
    position: absolute;
    top: 60px;
    left: 0;
    width: 140px;
}

.t_jisseki_about {
    font-size: 18px;
    font-weight: bold;
    color: #1b7448;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
    line-height: 1.5;
}

.t_katudou_jisseki iframe {
    width: 100%;
    height: 236px;
    margin-bottom: 15px;

}

.t_kj_list {
    box-sizing: border-box;
    padding: 0 20px;
    /* width: 800px; */
    height: 220px;
    border-radius: 25px;
    background: #fff;
    overflow-y: scroll;
    position: relative;
    margin: auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.t_kj_list::-webkit-scrollbar {
    width: 15px;
    /* 横�? */
    height: 300px;
    position: absolute;
    /* �? 復活させま�? */
    right: 30px;
    /* �? 10px から 30px など、大きい値に変更 */
    top: 10px;
    /* �? 復活させま�? */
}

.t_kj_list::-webkit-scrollbar-thumb {
    background: #cccccc;
    /* ハンドルの色 */
}

.t_kj_list::-webkit-scrollbar-track {
    background: #ececec;
    /* 背景色 */
    margin: 10px 50px 10px 0;
}

.t_kj_list ul {
    padding: 10px 0;
    margin: 0;
}

.t_kj_list li {
    list-style: none;
}

.t_kj_list li a {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    text-decoration: none;
}

.t_kj_day {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    flex-shrink: 0;
}

.t_kj_syurui {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    background: #ff7054;
    margin: 0;
    flex-shrink: 0;
    line-height: 1;
}

.t_kj_name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t_baikyaku_jisseki iframe {
    width: 100%;
    height: 300px;
    margin-top: -20px;
}

.t_bj_list {
    display: flex;
    gap: 20px;
    margin: auto;
    padding: 0;
    padding-top: 20px;
    width: 95%;
    overflow: scroll;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.t_bj_list li {
    list-style: none;
}

.t_bj_list a {
    width: 230px;
    border-radius: 25px;
    display: block;
    /* padding: 20px 30px 0px; */
    text-align: left;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
}

.t_bj_syubetu {
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 90%;
    height: 30px;
    margin: 0 auto;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 5px 15px;
    box-sizing: border-box;
    text-align: center;
}

.t_bj_list img {
    width: 100%;
    height: 140px;
    border-radius: 15px;
    object-fit: cover;
    margin: auto;
}

.t_bj_point_title {
    font-size: 16px;
    font-weight: bold;
    color: #1b7448;
    margin: 0;
    padding: 5px 0;
    padding-left: 5px;
}

.t_bj_point {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    margin: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t_jisseki_btn {
    width: 315px;
    height: 75px;
    border-radius: 15px;
    background: #ff7054;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: 0.3s ease-in-out;
    margin: 20px auto 0;
}

.t_jisseki_btn p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.t_jisseki_btn span {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #fff;
}

.t_jisseki_btn span::before,
.t_jisseki_btn span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 12px;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #ff7054;
    transform-origin: calc(100% - 0.5px) 50%;
}

.t_jisseki_btn span::before {
    transform: rotate(45deg);
}

.t_jisseki_btn span::after {
    transform: rotate(-45deg);
}

.t_onayami {
    background: #fff;
    padding: 50px 0 40px;
    position: relative;
}

.t_onayami_inner {
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.t_onayami_inner h3 img {
    margin-left: -65px;
    padding-bottom: 30px;
}

.t_onayami_inner ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}

.t_onayami_inner ul li a {
    width: 44vw;
    border-radius: 25px;
    background: #fff !important;
    border: 1px solid #1b7448;
    position: relative;
    overflow: hidden;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    z-index: 5;
    transition: 0.3s ease-in-out;
}

.t_onayami_inner ul li a::before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: #eefdea;
    position: absolute;
    top: -40px;
    right: -62px;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.t_onayami_inner ul li a:hover {
    transform: translateY(-10px);
}

.t_onayami_inner ul li a:hover::before {
    width: 500px;
    height: 500px;
    top: -50px;
    right: -100px;

}

.t_onayami_inner ul li a img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 5;
    width: 109px;
}

.t_onayami_syurui {
    font-size: 18px;
    font-weight: bold;
    color: #1b7448;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 5px 0 10px;
    line-height: 1;
}

.t_onayami_about {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    position: relative;
    z-index: 5;
    margin: 0;
}

.t_onayami_suzuki {
    position: absolute;
    right: -5px;
    top: -3px;
    width: 90px;
}

.t_auction_bnr {
    background: #fff;
}

.t_auction_bnr a {
    width: 1200px;
    display: block;
    margin: auto;
}

.t_auction_bnr a:hover img {
    transform: translateY(-10px);
}

.t_auction_bnr img {
    transition: 0.3s ease-in-out;
}

.t_adviser {
    background: #fff;
    padding: 0px 0 80px;
    position: relative;
}

.t_adviser_inner {
    width: 92%;
    border-radius: 25px;
    margin: auto;
    background: url(../img/top/adviser_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0 40px;
    position: relative;
}

.t_adviser_inner h3 img {
    display: block;
    margin: auto;
    width: 250px;
}

.t_adviser_txt01 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.8;
    text-align: center;
    margin: 0;
    padding: 20px 0 20px;
    width: 90%;
    margin: auto;
}

.t_adviser_main {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    /* gap: 45px; */
    font-family: "Zen Maru Gothic", sans-serif;
}

.t_adviser_left img {
    width: 220px;
    margin: auto;
    display: block;
}

.adviser_name {
    font-size: 18px;
    font-weight: bold;
    color: #1b7448;
    padding-top: 15px;
    margin: 0;
    text-align: center;
}

.t_adviser_right {
    width: 80%;
    margin: auto;
    padding-top: 30px;
}

.t_adviser_txt02 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #1b7448;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8ab49c;
    margin: 0;
}

.t_adviser_txt03 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    margin: 10px 0 40px 0;
}


.t_adviser_btn {
    width: 270px;
    height: 55px;
    border-radius: 15px;
    background: #1eae42;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.t_adviser_btn p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 45px;
}

.t_adviser_btn span {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #fff;
}

.t_adviser_btn span::before,
.t_adviser_btn span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 12px;
    width: 7px;
    height: 2px;
    border-radius: 9999px;
    background-color: #1eae42;
    transform-origin: calc(100% - 0.5px) 50%;
}

.t_adviser_btn span::before {
    transform: rotate(45deg);
}

.t_adviser_btn span::after {
    transform: rotate(-45deg);
}

.t_adviser_btn:hover {
    border: 1px solid #1eae42;
    background: #fff;
}

.t_adviser_btn:hover p {
    color: #1eae42;
}

.t_adviser_btn:hover span {
    background-color: #1eae42;
}

.t_adviser_btn:hover span::before,
.t_adviser_btn:hover span::after {
    background: #fff;
}

.t_torikumi {
    width: 100%;
    background: #fff;
    height: auto;
    position: relative;
    overflow: hidden;
}

.t_torikumi::before {
    /* content: ""; */
    display: block;
    width: 45%;
    height: 100%;
    border-radius: 0 25px 25px 0;
    background: #eefdea;
    position: absolute;
    top: 0;
    z-index: 1;
}

.t_torikumi_inner {
    width: 90%;
    margin: auto;
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 20px 0 70px;
    position: relative;
    z-index: 5;
}

.t_torikumi_left {
    /* width: 500px; */
}

.t_torikumi_left p {
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin: 50px 0 50px 0;
}

.t_torikumi_right a {
    width: 290px;
    height: 60px;
    display: flex;
    border-radius: 15px;
    background: #ff7054;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s ease-in-out;
    padding: 20px 30px;
    border: 1px solid #ff7054;
    box-sizing: border-box;
    text-align: center;
    margin: 60px auto 0;
    text-decoration: none;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.t_torikumi_right a i {
    /* padding-left: 10px; */
    /* position: absolute; */
    /* right: 28px; */
    /* top: 21px; */
}

.t_torikumi_right a:hover {
    background: #fff;
    color: #ff7054;
}

.t_torikumi_right {
    position: relative;
    padding: 130px 0 0;
}

.t_torikumi_txt_img {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 280px;
}

.t_torikumi_circle {
    width: 280px;
    height: 280px;
    display: block;
    background: url(../img/top/torikumi_circle.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
}

.t_torikumi_circle_inner {
    width: 174px;
    height: 174px;
    border-radius: 999px;
    background: #eefdea;
    /* padding: 15px 30px; */
    box-sizing: border-box;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    place-content: center;
}

.t_torikumi_baibai {
    /* padding: 25px 29px 0; */
}

.t_torikumi_build {
    background: #f8eae5;
    top: 125px;
    left: -38px;
    right: auto;
}

.t_torikumi_rent {
    background: #f7f5ed;
    top: 120px;
    left: auto;
    right: -38px;
}

.t_torikumi_circle_inner img {
    display: block;
    margin: auto;
    height: 60px;
}

.t_torikumi_name {
    font-size: 16px;
    font-weight: bold;
    color: #1b7448;
    padding: 10px 0 0;
    margin: 0;
    line-height: 1;
    text-align: center;
}

.t_torikumi_build .t_torikumi_name {
    color: #ff7054;
}

.t_torikumi_rent .t_torikumi_name {
    color: #c9b879;
}

.t_torikumi_about {
    font-size: 8px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
}

.t_buy {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.t_buy_img {
    width: 95%;
    height: 210px;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    background: url(../img/top/buy_img.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 35px 0 0 auto;
}

.t_buy_img img {
    margin-right: 0;
}

.t_buy_right {
    width: 100%;
    position: relative;
    margin: auto;
}

.t_buy_right h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    width: 92%;
    margin: auto;
}

.t_buy_right h3 span {
    font-size: 20px;
    padding-left: 20px;
}

.t_buy_txt {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    margin: 0;
    padding: 30px 0 25px;
    width: 92%;
    margin: auto;
}

.t_buy_btn_container {
    padding-bottom: 45px;
    /* gap: 16px; */
}

.t_buy_btn {
    width: 290px;
    height: 54px;
    border-radius: 15px;
    background: #1eae42;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: 0.3s ease-in-out;
    margin: auto;
    text-decoration: none;
}

.t_buy_btn:not(:last-of-type) {
    margin-bottom: 15px;
}

.t_buy_btn p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.t_buy_btn span {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #fff;
}

.t_buy_btn span::before,
.t_buy_btn span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 10px;
    width: 6px;
    height: 2px;
    border-radius: 9999px;
    background-color: #1eae42;
    transform-origin: calc(100% - 0.5px) 50%;
}

.t_buy_btn span::before {
    transform: rotate(45deg);
}

.t_buy_btn span::after {
    transform: rotate(-45deg);
}

.t_buy_btn:hover {
    border: 1px solid #1eae42;
    background: #fff;
}

.t_buy_btn:hover p {
    color: #1eae42;
}

.t_buy_btn:hover span {
    background-color: #1eae42;
}

.t_buy_btn:hover span::before,
.t_buy_btn:hover span::after {
    background: #fff;
}

.t_buy_right::after {
    content: "";
    display: block;
    width: 500px;
    height: 685px;
    border-radius: 25px 0 0 25px;
    background: #eefdea;
    position: absolute;
    top: 35px;
    left: 730px;
}

.t_recom {
    background: #fff;
    position: relative;
}

#t_recom_splide {
    padding-bottom: 55px;
}

.t_recom h3 {
    width: 1200px;
    margin: auto;
}

.t_recom h3 img {
    margin-left: -55px;
    width: 320px;
}

.t_recom_list a {
    width: 240px;
    border: 2px solid #1b7448;
    padding: 10px;
    position: relative;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
}

.t_recom_list img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.t_recom_gentei {
    position: absolute;
    right: 15px;
    top: 15px;
}

.t_recom_gentei img {
    width: 80px;
    object-fit: contain;
    height: unset;
}

.t_recom_syubetu {
    width: 95px;
    height: 30px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #1b7448;
    display: grid;
    place-content: center;
    position: absolute;
    top: 135px;
    left: 8px;
    border-radius: 0 5px 0 0;
}

.t_recom_name {
    font-size: 16px;
    font-weight: bold;
    color: #1b7448;
    line-height: 1.8;
    margin: 0;
    padding: 15px 0 0;
    height: 65px;
}

.t_recom_box {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    background: #eefdea;
}

.t_recom_box_top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.t_recom_price {
    font-size: 20px;
    font-weight: bold;
    color: #ff7054;
    margin: 0;
    line-height: 1;
}

.t_recom_madori {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.t_recom_adress {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding-top: 5px;
    line-height: 1;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t_recom_com {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding-top: 5px;
}

.splide__arrow {
    display: none !important;
}

.t_recom {
    & .splide__pagination {
        bottom: 30px;
        padding: 0 1em;
        position: absolute;
        right: 0;
        z-index: 1;
    }

    & .splide__pagination__page {
        width: 25px;
        height: 5px;
        border-radius: 0;
        background-color: #CCCCCC;
        z-index: 1;
        opacity: 1;
        margin: 0;
    }

    & .splide__pagination__page.is-active {
        background: #1b7448;
        transform: none;
        opacity: 1;
    }
}

.t_search {
    border: 2px solid #1b7448;
    width: 92%;
    margin: auto;
    padding: 25px 12px;
    border-radius: 5px;
    box-sizing: border-box;
}

.t_search ul {
    display: flex;
    gap: 32px 10px;
    flex-wrap: wrap;
}

.t_search ul li a {
    border: 1px solid #1b7448;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 14px;
    box-sizing: border-box;
}

.t_search ul li a span {
    width: 80px;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #ff7054;
    display: inline-grid;
    place-content: center;
    margin-right: 12px;
    border-radius: 99px;
}

.t_mem {
    position: relative;
    padding: 110px 0 0;
    background: #fff;
}

.t_mem_subtitle {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    position: relative;
    text-align: center;
    margin: 0;
}

.t_mem_subtitle::after {
    content: "";
    width: 16px;
    height: 3px;
    display: block;
    background: #ff7054;
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    margin: auto;
}

.t_mem h3 img {
    display: block;
    margin: auto;
    padding: 20px 0 20px;
    width: 270px;
}

.t_mem_txt {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 2;
    width: 92%;
    margin: 0 auto 40px;
}

.t_mem .tab {
    cursor: pointer;
}

.t_mem .panel {
    /* display: none; */
}

.t_mem .tab.is-active {
    transition: all 0.2s ease-out;
}

.t_mem .panel.is-show {
    display: block;
    width: 100%;
    background: #f8eae5;
}

.t_mem .tab-group {
    width: 100%;
    margin: 15px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    padding: 0;
}

.t_mem .tab-group li {
    width: 50%;
    height: 55px;
    box-sizing: border-box;
    color: #ff7054;
    background: #f8eae5;
    font-size: 20px;
    font-weight: bold;
    display: grid;
    place-content: center;
}

.t_mem .tab-group li:nth-child(2) {
    color: #000000;
    background: #eefdea;
}



.t_mem_tag_inner01 {
    width: 100%;
    margin: auto;
    background: #f8eae5;
    padding: 25px 0 30px;
    border-radius: 0 0 25px 25px;
    box-sizing: border-box;
}

.t_mem_tag_inner02 {
    background: #eefdea;
    width: 100%;
    margin: auto;
    padding: 25px 0 60px;
    /* border-radius: 0 0 25px 25px; */
    box-sizing: border-box;
}

.t_mem02_flex {
    width: 90%;
    margin: auto;

    & .txt p {
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 0 0;
        line-height: 1.6;
    }
}

.t_mem02_flex {
    & .img {
        padding-top: 20px;

    }
}


.t_mem02_flow {
    display: flex;
    background-color: #fff;
    border-radius: 3px;
    height: 277px;
    align-items: center;
    gap: 36px;
    margin: 40px 0 50px 0;
    justify-content: flex-start;
    overflow: scroll;
    width: 95%;
    margin-left: auto;
}

.t_mem02_flex02 {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 36px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 472px;
        height: 2px;
        background: url(../img/top/t_mem02_bo.webp) no-repeat;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 114px;
    }
}

.t_mem02_flex02 li:nth-child(1) p {
    margin: 32px 0 0 0;
}

.t_mem02_flex02 li {
    width: 221px;
    height: 221px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #1b7448;
    box-sizing: border-box;
    z-index: 2;

    & p {
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 0 0;
        text-align: center;
        line-height: 1.5;

        & span {
            color: #1b7448;
            font-weight: bold;
        }
    }

    & .icon {
        text-align: center;
        margin-top: 15px;
    }

}


.t_mem_tag_inner01_top {
    display: flex;
    gap: 20px;
    position: relative;
}

.t_mem_tag_inner01_today {
    writing-mode: vertical-rl;
    width: 57px;
    height: 178px;
    display: grid;
    place-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #ff7054;
    border: 1px solid #ff7054;
    border-radius: 5px;
    margin: 0;
}

.t_mem_tag_inner01_top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    width: 92%;
    padding: 15px 10px;
    box-sizing: border-box;
    margin: auto;
}

.t_mem_tag_inner01_top_name {
    padding: 5px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #000;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.t_mem_tag_inner01_top_num {
    font-size: 35px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1;
    text-align: center;
    padding-top: 8px;
}

.t_mem_tag_inner01_top_num span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.t_mem_tag_inner01_top_box div:nth-child(2) .t_mem_tag_inner01_top_name {
    background: #ff7054;

}
.t_mem_tag_inner01_top_num iframe{
    width: 71px;
    height: 51px;
    border: unset;
}

.t_mem_tag_inner01_top_box div:nth-child(3) .t_mem_tag_inner01_top_name {
    background: #1eae42;
    margin-top: 10px;

}

.t_mem_tag_inner01_top_box div:nth-child(2) .t_mem_tag_inner01_top_num {
    color: #ff7054;
}
.t_mem_tag_inner01_top_box div:nth-child(3) .t_mem_tag_inner01_top_num {
    padding: 0;
}


.search_regist_list_cms {
    margin: 0;
    color: #1eae42;
    padding-top: 0;
    font-size: 35px;
    font-weight: bold;
    font-family: "Zen Kaku Gothic Antique", serif;
}
.search_regist_list_cms span{
    font-size: 14px;
    color: #333;
    padding: 0 0 5px;
    font-weight: 500;
    margin-left: -10px;
}

.t_mem_tag_inner01_top_box div:nth-child(2) {
    position: relative;
}

.t_mem_tag_inner01_top_box div:nth-child(2) ::before {
    content: url(../img/top/prem_mem_hikaku.webp);
    position: absolute;
    bottom: 5px;
    left: -55px;
    width: 50px;
    height: auto;
    display: none;
}

.t_mem_tag_inner01_top_box div:nth-child(2) ::after {
    content: "";
    width: 1px;
    height: 80%;
    display: block;
    position: absolute;
    top: 8px;
    right: -10px;
    background: #ccc;
    display: none;
}

.t_mem01_suzuki {
    position: absolute;
    top: -35px;
    right: 70px;
}

.t_mem_inner01_merit {
    width: 92%;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 5;
    margin: 20px auto 35px;
}

.t_mem_inner01_merit ul {
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    padding: 10px 15px;
    margin: 0;
}

.t_mem_inner01_merit li {
    /* width: 490px; */
    padding: 20px 5px;
    box-sizing: border-box;
}

.t_mem_inner01_merit li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.t_mem_inner01_merit_top {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}

.t_mem_inner01_merit_num {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.t_mem_inner01_merit_num span {
    font-size: 17px;
    padding-left: 5px;
    letter-spacing: 2px;
    font-weight: bold;
}

.t_mem_inner01_merit_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.t_mem_inner01_merit_name span {
    font-size: 22px;
    font-weight: bold;
    color: #ff7054;
}

.t_mem_inner01_merit_bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}

.t_mem_inner01_merit_bottom img {
    width: 80px;
}

.t_mem_inner01_merit_about {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
    letter-spacing: -1px;
}

.t_mem_inner01_merit_about span {
    color: #ff7054;
    font-weight: bold;
}

.t_mem01_btn {
    width: 290px;
    height: 65px;
    border-radius: 99px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px 0 30px;
    transition: 0.3s ease-in-out;
    margin: auto;
    border: 1px solid #ff7054;
}

.t_mem01_btn.green {
    border: 1px solid #1fae42;

    &:hover {
        background-color: #1fae42;

        & p span {
            background: #1fae42;
        }

        & div {
            background: #fff;
        }

    }
}

.t_mem01_btn.green p span {
    background: #1fae42;
}

.t_mem01_btn.green div {
    background: #1fae42;
}

.t_mem01_btn.green:hover div::before,
.t_mem01_btn.green:hover div::after {
    background: #1fae42;
}

.t_mem01_btn p {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: inline-flex;
    align-items: center;
}

.t_mem01_btn p span {
    width: 50px;
    height: 24px;
    border-radius: 5px;
    color: #fff;
    background: #ff7054;
    display: grid;
    place-content: center;
    margin-right: 10px;
}

.t_mem01_btn div {
    width: 35px;
    height: 35px;
    border-radius: 40px;
    position: relative;
    display: block;
    background: #ff7054;
}

.t_mem01_btn div::before,
.t_mem01_btn div::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 14px;
    width: 7px;
    height: 2px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 0.5px) 50%;
}

.t_mem01_btn div::before {
    transform: rotate(45deg);
}

.t_mem01_btn div::after {
    transform: rotate(-45deg);
}

.t_mem01_btn:hover {
    background: #ff7054;
}

.t_mem01_btn:hover p {
    color: #fff;
}

.t_mem01_btn:hover div {
    background-color: #fff;
}

.t_mem01_btn:hover div::before,
.t_mem01_btn:hover div::after {
    background: #ff7054;
}

.t_mem .panel-group {
    display: none;
}

.t_mem .panel-group.is-show {
    display: block;
    padding-bottom: 80px;
}


.t_info {
    padding: 30px 0 90px;
    background: #eefdea;
    position: relative;
}

.t_info_inner {
    width: 100%;
    margin: auto;
}

.t_info_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t_info_top h3 img {
    margin-left: -18px;
    width: 340px;
}

.t_info_btn {
    width: 305px;
    height: 66px;
    border-radius: 25px;
    background: #1eae42;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0 45px;
    transition: 0.3s ease-in-out;
}

.t_info_btn p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.t_info_btn span {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #fff;
}

.t_info_btn span::before,
.t_info_btn span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 14px;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #1eae42;
    transform-origin: calc(100% - 0.5px) 50%;
}

.t_info_btn span::before {
    transform: rotate(45deg);
}

.t_info_btn span::after {
    transform: rotate(-45deg);
}

.t_info_btn:hover {
    border: 1px solid #1eae42;
    background: #fff;
}

.t_info_btn:hover p {
    color: #1eae42;
}

.t_info_btn:hover span {
    background-color: #1eae42;
}

.t_info_btn:hover span::before,
.t_info_btn:hover span::after {
    background: #fff;
}

.t_info_inner iframe {
    width: 100%;
    height: 210px;
    overflow: scroll;
}

.t_info_list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.t_info_list li {
    list-style: none;
}

.t_info_list a {
    width: 180px;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    margin-right: 12px;
}

.t_info_list a img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    transition: transform 0.3s ease-out;
    transform-origin: center bottom;
}

.t_info_list a:hover img {
    transform: scale(1.1);
}

.t_info_day {
    width: 100px;
    height: 30px;
    border-radius: 10px;
    background: #1eae42;
    display: grid;
    place-content: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.t_info_name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
    margin: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t_more_btn {
    width: 250px;
    border-bottom: 1px solid #1b7448;
    border-left: 1px solid #1b7448;
    color: #1b7448;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: auto;
    padding: 10px 25px 15px;
    box-sizing: border-box;
    line-height: 1;
    color: #1b7448 !important;
}
.t_more_btn span {
    display: inline-block;
    width: 60px;
    height: 9.2px;
    background: #1b7448;
    clip-path: polygon(0 44.6%, 85.2% 44.6%, 85.2% 0, 100% 50%, 85.2% 100%, 85.2% 55.4%, 0 55.4%);
    margin-left: 20px;
    transition: transform .3s ease-in-out;
}

.t_more_btn:hover span {
    transform: translateX(10px);
}
.t_blog {
    width: 100%;
    background: url(../img/top/blog_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.t_blog::before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url(../img/sp/wave02.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    top: -30px;
}

.t_blog_inner {
    width: 92%;
    margin: auto;
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 65px 0 100px;
}

.t_blog_name {
    width: 280px;
    height: 55px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #1b7448;
    display: grid;
    place-content: center;
    font-size: 23px;
    font-weight: bold;
    color: #1b7448;
    margin: 0 auto;
}

.t_blog iframe {
    width: 100%;
    height: 400px;
}

.t_blog_baibai_list {
    padding: 25px 0 0;
    list-style: none;
    margin: 0;
}

.t_blog_baibai_list a {
    width: 100%;
    padding: 25px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    text-decoration: none;
    position: relative;
}

.t_blog_img {
    width: 147px;
    height: 110px;
    overflow: hidden;
    border-radius: 3px;
    flex-shrink: 0;
}

.t_blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
    transform-origin: center center;
}

.t_blog_baibai_list a:hover .t_blog_img img {
    transform: scale(1.1);
}

.t_blog_list_top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.t_blog_list_new {
    width: 45px;
    height: 20px;
    display: grid;
    place-content: center;
    background: #ff0e0e;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-family: "Zen Kaku Gothic Antique",
        serif;
    line-height: 1;
}

.t_blog_list_day {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-family: "Zen Kaku Gothic Antique",
        serif;
    font-weight: bold;
}

.t_blog_list_name {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 2;
    padding-top: 10px;
    margin: 0;
    font-family: "Zen Kaku Gothic Antique", serif;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.t_blog_list_more {
    position: absolute;
    margin: 0;
    right: 20px;
    bottom: 15px;

    & img {
        height: 10px;
    }
}

.t_blog_btn {
    width: 305px;
    height: 66px;
    border-radius: 25px;
    background: #1eae42;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0 45px;
    transition: 0.3s ease-in-out;
    margin: -10px auto 0;
    border: 1px solid #1eae42;
}

.t_blog_btn p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.t_blog_btn span {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #fff;
}

.t_blog_btn span::before,
.t_blog_btn span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 14px;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #1eae42;
    transform-origin: calc(100% - 0.5px) 50%;
}

.t_blog_btn span::before {
    transform: rotate(45deg);
}

.t_blog_btn span::after {
    transform: rotate(-45deg);
}

.t_blog_btn:hover {
    border: 1px solid #1eae42;
    background: #fff;
}

.t_blog_btn:hover p {
    color: #1eae42;
}

.t_blog_btn:hover span {
    background-color: #1eae42;
}

.t_blog_btn:hover span::before,
.t_blog_btn:hover span::after {
    background: #fff;
}

.t_blog_rent .t_blog_name {
    border: 1px solid #ff7054;
    color: #ff7054;
}

.t_blog_rent {
    padding-top: 50px;
}

.t_blog_list_new_r {
    background: #ff0e0e;
}

.t_blog_list_more_r {
    background: #ff7054;
}

.t_blog_rent .t_blog_btn {
    background: #ff7054;
    border: 1px solid #ff7054;
}

.t_blog_rent .t_blog_btn span::before,
.t_blog_rent .t_blog_btn span::after {
    background: #ff7054;
}

.t_blog_rent .t_blog_btn:hover {
    border: 1px solid #ff7054;
    background: #fff;
}

.t_blog_rent .t_blog_btn:hover p {
    color: #ff7054;
}

.t_blog_rent .t_blog_btn:hover span {
    background-color: #ff7054;
}

.t_blog_rent .t_blog_btn:hover span::before,
.t_blog_rent .t_blog_btn:hover span::after {
    background: #fff;
}

.t_access {
    background: #fff;
    position: relative;
    padding-bottom: 70px;
}

.t_access_inner {
    width: 92%;
    margin: auto;
    padding: 60px 0 0;
}

.t_access_inner h3 img {
    margin: 0 -30px 0 auto;
    width: 120px;
    display: block;
    position: relative;
    z-index: 5;
}

.t_access_inner iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin: -70px 0 20px;
}

.t_access_box:not(:last-of-type) {
    padding-bottom: 25px;
}

.t_access_flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.t_access_flex img {
    width: 28px;
}

.t_access_flex p {
    font-size: 22px;
    font-weight: 300;
}

.t_acc_tel {
    font-size: 40px !important;
    font-weight: bold;
    color: #1b7448 !important;
    display: block !important;
    text-decoration: none !important;
    text-align: center;
    border: unset !important;
    margin: auto;
    line-height: 1;
    padding-top: 10px;
    width: 100% !important;
}

.t_acc_time {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-top: 10px;
}

.t_acc_bnt {
    width: 270px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #1eae42;
    border-radius: 10px;
    text-decoration: underline !important;
    margin: 15px auto 0;
    padding: 0 15px 0 30px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #1eae42 !important;
}

.t_acc_bnt span {
    width: 30px;
    height: 30px;
    background: #1eae42;
    display: block;
    position: relative;
    border-radius: 99px;
}

.t_acc_bnt span::before,
.t_acc_bnt span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 12px;
    width: 7px;
    height: 2px;
    background-color: #fff;
    border-radius: 9999px;
    transform-origin: calc(100% - 0.5px) 50%;
}

.t_acc_bnt span::before {
    transform: rotate(45deg);
}

.t_acc_bnt span::after {
    transform: rotate(-45deg);
}

footer {
    position: relative;
    background: #fff;
}