@charset "UTF-8";

:root {
    --main-color: #66b800;
    --sub-color: #191919;
}

@font-face {
    font-family: "HouseScript";
    src: url(/penguin/resources/image/kawachi-tochi/home/fonts/FontsFree-Net-SignPainter-HouseScript-Semibold.ttf) format("TrueType");
}

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
}

.ari {
    font-family: "Arial", sans-serif;
}

.house {
    font-family: "HouseScript", sans-serif;
}

.f_zenkure {
    font-family: "Zen Kurenaido", sans-serif;
    font-style: normal;
}

body {
    color: #191919;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #ffffff;
    padding-top: 160px;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap2 {
    width: 1240px;
    margin: 0 auto;
}

.wrap3 {
    width: 1340px;
    margin: 0 auto;
}

#header {
    padding: 15px 0 12px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(25, 25, 25, 0.16);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#header .hd_box .hd_top {
    flex-wrap: nowrap;
    align-items: center;
}

#header .hd_box .hd_top .logo_box {
    align-items: center;
    flex-wrap: nowrap;
}

#header .hd_box .hd_top .logo_box .logo {
    width: 255px;
    flex-shrink: 0;
}

#header .hd_box .hd_top .logo_box .logo img {
    width: 100%;
}

#header .hd_box .hd_top .logo_box .logo_comment {
    margin-left: 20px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

#header .hd_box .hd_top .link_btn_box {
    align-items: center;
    flex-wrap: nowrap;
}

#header .hd_box .hd_top .link_btn_box .box1 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 19px;
}

#header .hd_box .hd_top .link_btn_box .box1::after {
    content: "";
    height: 37px;
    margin-left: 19px;
    background-color: #666666;
    width: 1px;
}

#header .hd_box .hd_top .link_btn_box .box1 ul {
    gap: 0 14px;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li {
    width: 156px;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li:nth-child(2) .link .icon {
    margin-right: 8px;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li .link {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #191919;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 13px;
    transition: 0.3s;
    background-color: #fff;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li .link:hover {
    background-color: #191919;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li .link:hover .icon svg path {
    fill: #fff;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li .link:hover .name {
    color: #fff;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li .link .icon {
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li .link .icon svg {
    width: 100%;
    display: block;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li .link .icon svg path {
    fill: #666666;
    transition-timing-function: 0.3s;
}

#header .hd_box .hd_top .link_btn_box .box1 ul li .link .name {
    color: #191919;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 36px;
    transition: 0.3s;
}

#header .hd_box .hd_top .link_btn_box .box2 ul {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 5px;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li .link {
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 30px;
    background-color: #66b800;
    width: 100%;
    transition: 0.3s;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li .link:hover {
    background-color: #e39500;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li .link .icon {
    flex-shrink: 0;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li .link .icon svg {
    width: 100%;
    display: block;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li .link .icon svg path {
    fill: #fff;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li .link .name {
    color: #fff;
    font-size: 14px;
    line-height: 43.5px;
    letter-spacing: 0.04em;
    font-weight: 600;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li.reserve {
    width: 130px;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li.reserve .link {
    padding-left: 20px;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li.reserve .link .icon {
    width: 19.5px;
    margin-right: 11px;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li.contact {
    width: 150px;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li.contact .link {
    padding-left: 15px;
}

#header .hd_box .hd_top .link_btn_box .box2 ul li.contact .link .icon {
    width: 18.5px;
    margin-right: 9.5px;
}

#header .hd_box .hd_bottom {
    margin-top: 15px;
}

#header .hd_box .hd_bottom ul {
    align-items: center;
    flex-wrap: nowrap;
}

#header .hd_box .hd_bottom ul li {
    width: 178px;
}

#header .hd_box .hd_bottom ul li:last-child .link {
    border-right: 1px solid #666666;
}

#header .hd_box .hd_bottom ul li .link {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: block;
    border-left: 1px solid #666666;
}

#header .hd_box .hd_bottom ul li .link:hover .en_ttl {
    color: #66b800;
}

#header .hd_box .hd_bottom ul li .link:hover .ttl {
    color: #66b800;
}

#header .hd_box .hd_bottom ul li .link .en_ttl {
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    letter-spacing: 0.06em;
    line-height: 1;
}

#header .hd_box .hd_bottom ul li .link .ttl {
    font-size: 12px;
    color: #191919;
    transition: 0.3s;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 600;
    margin-top: 6px;
}

#top_main .main_slider_box {
    padding: 2px 0;
}

#top_main .main_slider_box ul .arrow {
    position: absolute;
    top: 12vw;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #191919;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
}

#top_main .main_slider_box ul .arrow svg {
    width: 40%;
    display: block;
}

#top_main .main_slider_box ul .arrow svg path {
    stroke: #191919;
}

#top_main .main_slider_box ul .arrow.prev {
    rotate: -180deg;
    left: 25vw;
}

#top_main .main_slider_box ul .arrow.next {
    right: 25vw;
}

#top_main .main_slider_box ul li {
    flex-shrink: 0;
    margin: 0 20px;
}

#top_main .main_slider_box ul li a {
    pointer-events: unset !important;
}

#top_main .main_slider_box ul li img {
    width: 100%;
}

#top_search {
    margin-top: 80px;
}

#top_search .search_box {
    align-items: flex-start;
    flex-wrap: nowrap;
}

#top_search .search_box .common_ttl_box {
    margin-right: 115px;
    flex-shrink: 0;
}

#top_search .search_box .free_sec_box {
    margin-left: auto;
    width: 100%;
}

#top_search .search_box .free_sec_box .free_box {
    width: 100%;
}

#top_search .search_box .free_sec_box .free_box .theme {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_search .search_box .free_sec_box .free_box .free {
    width: 100%;
    margin-top: 12px;
    position: relative;
}

#top_search .search_box .free_sec_box .free_box .free input {
    outline: none;
}

#top_search .search_box .free_sec_box .free_box .free .search_text {
    line-height: 55px;
    border: 2px solid #66b800;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 0 60px 0 20px;
}

#top_search .search_box .free_sec_box .free_box .free {
    border-radius: 10px;
    overflow: hidden;
}

#top_search .search_box .free_sec_box .free_box .free .submit {
    width: 55px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/penguin/resources/image/kawachi-tochi/home/icon_megane_white.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #66b800;
}

#top_search .search_box .free_sec_box .link_btn_box {
    margin-top: 18px;
}

#top_search .search_box .free_sec_box .link_btn_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 12px;
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link {
    padding: 20px 0 20px 20px;
    height: 90px;
    align-items: center;
    flex-wrap: nowrap;
    /* border: 1px solid #66b800; */
    border-radius: 10px;
    transition: 0.3s;
    background: linear-gradient(#91f11b, #5fa805);
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link:hover {
    /* background-color: #fff; */
    /* border: 1px solid #ccc; */
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link:hover .icon {
    background-color: #2a4c00;
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link:hover .icon svg path {
    fill: #fff;
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link:hover .name {
    color: #2a4c00;
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link .icon {
    transition: 0.3s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link .icon svg {
    width: 52%;
    display: block;
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link .icon svg.train {
    width: 45%;
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link .icon svg path {
    fill: #66b800;
    transition: 0.3s;
}

#top_search .search_box .free_sec_box .link_btn_box ul li .link .name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    transition: 0.3s;
    letter-spacing: 0.08em;
    margin-left: 16px;
}

#top_search .map_box {
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-top: 40px;
}

#top_search .map_box .ttl_sec_box {
    align-items: center;
    flex-wrap: nowrap;
}

#top_search .map_box .ttl_sec_box .ttl_box {
    background-color: #191919;
    border-radius: 10px 0 10px 0;
    width: 395px;
    padding-left: 35px;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}

#top_search .map_box .ttl_sec_box .ttl_box .icon {
    width: 25px;
    flex-shrink: 0;
    margin-right: 25px;
}

#top_search .map_box .ttl_sec_box .ttl_box .icon svg {
    width: 100%;
    display: block;
}

#top_search .map_box .ttl_sec_box .ttl_box .icon svg path {
    fill: #fff;
}

#top_search .map_box .ttl_sec_box .ttl_box .ttl {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    line-height: 70px;
}

#top_search .map_box .ttl_sec_box .ttl_comment {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-left: 35px;
}

#top_search .map_box .map {
    margin-top: -55px;
    padding: 0 60px 10px 10px;
}

#top_search .map_box .map svg .cls-1,
#top_search .map_box .map svg .cls-2,
#top_search .map_box .map svg .cls-3,
#top_search .map_box .map svg .cls-4,
#top_search .map_box .map svg .cls-5,
#top_search .map_box .map svg .cls-6,
#top_search .map_box .map svg .cls-7,
#top_search .map_box .map svg .cls-8,
#top_search .map_box .map svg .cls-9,
#top_search .map_box .map svg .cls-10,
#top_search .map_box .map svg .cls-11,
#top_search .map_box .map svg .cls-13,
#top_search .map_box .map svg .cls-14 {
    fill: #fff;
    font-weight: 400;
    font-size: 13px;
}

#top_search .map_box .map svg .cls-23 {
    fill: #ec8725;
}

#top_search .map_box .map svg .cls-24 {
    fill: #65af30;
}

#top_search .map_box .map svg .cls-29 {
    stroke: #040000;
    stroke-width: 11px;
}

#top_search .map_box .map svg .cls-29,
#top_search .map_box .map svg .cls-30 {
    stroke-linecap: round;
}

#top_search .map_box .map svg .cls-29,
#top_search .map_box .map svg .cls-30,
#top_search .map_box .map svg .cls-31 {
    fill: none;
    stroke-linejoin: round;
}

#top_search .map_box .map svg .cls-30 {
    stroke: #ec8725;
    stroke-width: 4px;
}

#top_search .map_box .map svg .cls-31 {
    stroke: #fff;
    stroke-dasharray: 0 0 27 27;
    stroke-width: 10px;
}

#top_search .map_box .map svg .color {
    cursor: pointer;
}

#top_search .map_box .map svg text {
    letter-spacing: 0.06em;
}

#top_search .map_box .map svg a:hover rect.cls-24 {
    fill: #e39500;
}

#top_search .map_box .map svg a:hover path {
    fill: #e39500;
}

#top_search .map_box .map svg a:hover path.cls-24 {
    fill: #e39500;
}

#top_search .map_box .map svg a .cls-8,
#top_search .map_box .map svg a .cls-12,
#top_search .map_box .map svg a .cls-13,
#top_search .map_box .map svg a .cls-11 {
    cursor: pointer;
}

#top_search .map_box .map svg rect {
    transition: 0.3s;
}

#top_search .map_box .map svg rect.cls-24:hover {
    fill: #e39500;
}

#top_search .map_box .map svg path {
    transition: 0.3s;
}

#top_search .map_box .map svg path:hover.cls-24 {
    fill: #e39500;
}

.common_ttl_box .ttl {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.common_ttl_box .en_ttl {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-top: 15px;
}

.common_ttl_box .ttl_comment {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-top: 25px;
}

#top_property {
    margin-top: 80px;
}

#top_property .property_box {
    margin-top: 40px;
}

#top_property .property_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 40px;
}

#top_property .property_box ul li .link {
    /* display: flex; */
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
}

#top_property .property_box ul li .link:hover .text_box .theme {
    color: #66b800;
}

#top_property .property_box ul li .link .img {
    width: 100%;
    height: 200px;
}

#top_property .property_box ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_property .property_box ul li .link .text_box {
    padding: 15px 5px 0;
}

#top_property .property_box ul li .link .text_box .theme {
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #191919;
}

#top_property .property_box ul li .link .text_box .text {
    color: #191919;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-top: 8px;
}

#top_arrival {
    margin-top: 80px;
}

#top_arrival .arrival_sec_box {
    border-top: 1px solid #ccc;
    padding: 80px 0;
}

#top_arrival .arrival_sec_box .arrival_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 18px;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link {
    display: block;
    border-radius: 6px;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link:hover {
    opacity: 0.7;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .img {
    width: 100%;
    height: 230px;
    position: relative;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .img .ab_new {
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 60px;
    background-color: #ff0001;
    border-radius: 20px;
    letter-spacing: 0.06em;
    color: #fff;
    top: 10px;
    left: 10px;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box {
    padding: 15px 20px;
    background-color: #fff;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .theme {
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #191919;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box {
    margin-top: 13px;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box+.box {
    margin-top: 3px;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .icon {
    width: 18px;
    flex-shrink: 0;
    margin-right: 8px;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .icon.en {
    width: 15px;
    margin-left: 2px;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .icon svg {
    width: 100%;
    display: block;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .icon svg path {
    fill: #ccc;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .cost {
    color: #ff0001;
    letter-spacing: 0.04em;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
}

#top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .cont {
    color: #191919;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#top_arrival .tab_area {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 20px;
}

#top_arrival .tab_area .cell {
    text-align: center;
    display: block;
    line-height: 37px;
    border: 2px solid #66b800;
    color: #fff;
    background-color: #66b800;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 5px;
    box-shadow: 0 3px #08420c;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
    margin-bottom: 3px;
}

#top_arrival .tab_area .cell.active {
    color: #66b800;
    background-color: #fff;
}

#top_arrival .tab_area .cell::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

#top_arrival .tab_area .cell:hover {
    color: #66b800;
    background-color: #fff;
}

#top_arrival .count_text {
    margin: 1em 0;
}

#top_arrival .count_text small {
    font-size: 16px;
    font-weight: 700;
}

#top_arrival .count_text .count {
    color: #66b800;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0.3em;
    letter-spacing: 0.02em;
}

#top_arrival .link {
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border: 1px solid #f1f1f1;
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

#top_arrival .common_ttl_box {
    margin-bottom: 30px;
}

#top_kutikomi {
    margin-top: 40px;
}

#top_kutikomi .kutikomi_box {
    background-image: url(/penguin/resources/image/kawachi-tochi/home/top_kutikomi_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding: 65px 42px 38px;
}

#top_kutikomi .kutikomi_box.sp {
    display: none;
}

#top_kutikomi .kutikomi_box .text_box .ttl_box {
    margin-left: 85px;
    width: 610px;
}

#top_kutikomi .kutikomi_box .text_box .ttl_box img {
    width: 100%;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form {
    margin-top: 65px;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.08em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment::before,
#top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment::after {
    content: "";
    width: 1px;
    height: 26px;
    background-color: #fff;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment::before {
    rotate: -24deg;
    margin-right: 12px;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment::after {
    rotate: 24deg;
    margin-left: 8px;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 18px;
    width: 485px;
    margin-top: 20px;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul {
    overflow-y: scroll;
    height: 280px;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li {
    background-color: #ccc;
    padding: 15px 20px;
    border-radius: 10px;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box {
    align-items: center;
    flex-wrap: nowrap;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .star {
    align-items: center;
    flex-wrap: nowrap;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .star span {
    width: 20px;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .star span+span {
    margin-left: 5px;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .star span svg {
    width: 100%;
    display: block;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .star span svg path {
    fill: #ff4200;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .num {
    color: #ff0001;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-left: 10px;
    line-height: 1;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.65;
    margin-top: 8px;
    color: #191919;
}

#top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li+li {
    margin-top: 10px;
}

#top_topics {
    margin-top: 150px;
}

#top_topics .topics_box {
    margin-top: 30px;
}

#top_topics .topics_box ul {
    display: grid;
    grid-template-columns: 1.65fr 1fr 1fr 1fr;
    gap: 0 23px;
}

#top_topics .topics_box ul li:first-child .link .img {
    height: 260px;
}

#top_topics .topics_box ul li:first-child .link .text_box .ttl {
    font-size: 18px;
}

#top_topics .topics_box ul li:first-child .link .text_box .text {
    -webkit-line-clamp: 4;
}

#top_topics .topics_box ul li .link {
    display: block;
}

#top_topics .topics_box ul li .link:hover .text_box .ttl {
    color: #66b800;
}

#top_topics .topics_box ul li .link .img {
    width: 100%;
    height: 170px;
    position: relative;
}

#top_topics .topics_box ul li .link .img .new {
    background-image: url(/penguin/resources/image/kawachi-tochi/home/new_back_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 58px;
    height: 63px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-top: 16px;
    position: absolute;
    top: 0px;
    left: 20px;
}

#top_topics .topics_box ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#top_topics .topics_box ul li .link .text_box {
    padding-top: 15px;
}

#top_topics .topics_box ul li .link .text_box .day {
    font-size: 14px;
    color: #656565;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_topics .topics_box ul li .link .text_box .ttl {
    color: #191919;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#top_topics .topics_box ul li .link .text_box .text {
    font-size: 14px;
    color: #656565;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#top_topics .more_btn {
    width: 265px;
    margin: -22px 0 0 auto;
}

#top_topics .more_btn .btn {
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #191919;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 42px;
    text-align: center;
    display: block;
    transition: 0.3s;
    background-color: #fff;
}

#top_topics .more_btn .btn:hover {
    background-color: #191919;
    color: #fff;
}

#top_column {
    background-color: #f2f2f2;
    padding: 80px 0;
    margin-top: 150px;
}

#top_column .top_column_box {
    margin-top: 40px;
}

.common_column_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
}

.common_column_box .box {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 30px 20px;
}

.common_column_box .box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background-color: #191919;
}

.common_column_box .box .box_ttl {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
}

.common_column_box .box ul {
    margin-top: 25px;
}

.common_column_box .box ul li {
    padding: 18px 0;
    height: 100px;
    border-bottom: 1px solid #ccc;
}

.common_column_box .box ul li:first-child {
    border-top: 1px solid #ccc;
}

.common_column_box .box ul li .link {
    align-items: center;
    flex-wrap: nowrap;
}

.common_column_box .box ul li .link:hover .icon {
    background-color: #191919;
}

.common_column_box .box ul li .link:hover .icon svg path {
    stroke: #fff;
}

.common_column_box .box ul li .link .img {
    width: 84px;
    height: 58px;
    flex-shrink: 0;
    margin-right: 13px;
}

.common_column_box .box ul li .link .img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.common_column_box .box ul li .link .text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #656565;
    margin-right: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.common_column_box .box ul li .link .icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #191919;
    display: flex;
    align-items: center;
    transition: 0.3s;
    justify-content: center;
    margin-left: auto;
}

.common_column_box .box ul li .link .icon svg {
    width: 25%;
    display: block;
}

.common_column_box .box ul li .link .icon svg path {
    stroke: #191919;
    transition: 0.3s;
}

.common_column_box .box .more_btn {
    margin: 50px auto 0;
    width: 165px;
}

.common_column_box .box .more_btn .btn {
    width: 100%;
    transition: 0.3s;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    color: #191919;
    border-radius: 6px;
    line-height: 40px;
}

.common_column_box .box .more_btn .btn:hover {
    background-color: #191919;
    color: #fff;
}

#top_staff {
    margin-top: 150px;
    overflow: hidden;
}

#top_staff .staff_box {
    align-items: center;
    flex-wrap: nowrap;
}

#top_staff .staff_box .ttl_sec_box {
    width: 530px;
    flex-shrink: 0;
    background-image: url(/penguin/resources/image/kawachi-tochi/home/top_staff_back_black.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 95px 100px;
}

#top_staff .staff_box .ttl_sec_box .common_ttl_box .ttl {
    color: #fff;
}

#top_staff .staff_box .ttl_sec_box .common_ttl_box .en_ttl {
    color: #fff;
}

#top_staff .staff_box .ttl_sec_box .common_ttl_box .ttl_comment {
    color: #fff;
}

#top_staff .staff_box .ttl_sec_box .more_btn {
    width: 265px;
    margin-top: 50px;
}

#top_staff .staff_box .ttl_sec_box .more_btn .btn {
    border: 1px solid #fff;
    border-radius: 6px;
    display: block;
    color: #191919;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.06em;
    transition: 0.3s;
    font-size: 16px;
    background-color: #fff;
}

#top_staff .staff_box .ttl_sec_box .more_btn .btn:hover {
    background-color: #191919;
    color: #fff;
}

#top_staff .staff_box .staff_slider_box {
    width: 100%;
}

#top_staff .staff_box .staff_slider_box ul li {
    flex-shrink: 0;
    margin: 0 10px;
    height: 240px;
}

#top_staff .staff_box .staff_slider_box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_staff .staff_box .staff_slider_box ul.bottom {
    margin-top: 17.5px;
}

#top_store {
    margin-top: 150px;
    margin-bottom: 140px;
}

#top_store .store_box {
    margin-top: 40px;
}

#top_store .store_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6px;
}

#top_store .store_box ul li .box {
    align-items: flex-start;
    flex-wrap: nowrap;
}

#top_store .store_box ul li .box .img {
    width: 225px;
    height: 225px;
    flex-shrink: 0;
    margin-right: 20px;
}

#top_store .store_box ul li .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#top_store .store_box ul li .box .text_box {
    margin-top: 8px;
}

#top_store .store_box ul li .box .text_box .store {
    font-size: 22px;
    font-weight: 600;
    color: #191919;
    letter-spacing: 0.08em;
    line-height: 1;
}

#top_store .store_box ul li .box .text_box .store_comment {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 12px;
}

#top_store .store_box ul li .box .text_box .tel_box {
    font-size: 16px;
    color: #191919;
    display: inline-block;
    margin-top: 5px;
}

#top_store .store_box ul li .box .text_box .tel_box .num {
    font-size: 30px;
    font-weight: 600;
    color: #ff0001;
}

#top_store .store_box ul li .box .text_box .info_box {
    margin-top: 4px;
}

#top_store .store_box ul li .box .text_box .info_box .info {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_store .store_box ul li .box .text_box .info_box .info+.info {
    margin-top: 12px;
}

#top_store .store_box ul li .link_btn {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 0 8px;
    justify-content: center;
}

#top_store .store_box ul li .link_btn .btn {
    width: 130px;
    justify-content: center;
    border-radius: 30px;
    align-items: center;
    flex-wrap: nowrap;
    transition: 0.3s;
}

#top_store .store_box ul li .link_btn .btn:hover {
    opacity: 0.7;
}

#top_store .store_box ul li .link_btn .btn.store {
    background-color: #fff;
    border: 1px solid #ccc;
}

#top_store .store_box ul li .link_btn .btn.store .name {
    color: #191919;
}

#top_store .store_box ul li .link_btn .btn.reserve {
    background-color: #e39500;
    border: 1px solid #e39500;
}

#top_store .store_box ul li .link_btn .btn.contact {
    background-color: #66b800;
    border: 1px solid #66b800;
}

#top_store .store_box ul li .link_btn .btn .icon {
    width: 15px;
    margin-right: 6px;
    flex-shrink: 0;
}

#top_store .store_box ul li .link_btn .btn .icon svg {
    width: 100%;
    display: block;
}

#top_store .store_box ul li .link_btn .btn .icon svg path {
    fill: #fff;
}

#top_store .store_box ul li .link_btn .btn .name {
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
}

#footer .ft_banner {
    padding: 100px 0;
}

#footer .ft_banner .slider_cont {
    margin-bottom: 20px;
}

#footer .ft_banner .slider_cont ul li {
    margin: 0 10px;
}

#footer .ft_banner .slider_cont ul li img {
    width: 100%;
}

#footer .ft_banner .thumbnail_cont ul li {
    margin: 0 5px;
}

#footer .ft_banner .thumbnail_cont ul li img {
    width: 100%;
}

#footer .ft_banner .thumbnail_cont .slick-track {
    transform: unset !important;
}

#footer .ft_pita {
    padding: 100px 0;
    position: relative;
}

#footer .ft_pita::after {
    content: "";
    position: absolute;
    background-image: url(/penguin/resources/image/kawachi-tochi/home/top_pita_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#footer .ft_pita .pita_box {
    align-items: center;
    flex-wrap: nowrap;
}

#footer .ft_pita .pita_box .logo_box {
    width: 380px;
    margin-right: 100px;
    flex-shrink: 0;
}

#footer .ft_pita .pita_box .logo_box .logo {
    width: 100%;
}

#footer .ft_pita .pita_box .logo_box .logo img {
    width: 100%;
}

#footer .ft_pita .pita_box .logo_box .comment {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-top: 15px;
}

#footer .ft_pita .pita_box .logo_box .view_btn {
    width: 320px;
    margin-top: 65px;
}

#footer .ft_pita .pita_box .logo_box .view_btn .btn {
    background-color: #fff;
    line-height: 70px;
    text-align: center;
    color: #66b800;
    display: block;
    border-radius: 10px;
    transition: 0.3s;
}

#footer .ft_pita .pita_box .logo_box .view_btn .btn:hover {
    background-color: #191919;
    color: #fff;
}

#footer .ft_pita .pita_box .text_box {
    width: 100%;
    margin-left: auto;
}

#footer .ft_pita .pita_box .text_box .theme {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#footer .ft_pita .pita_box .text_box .seo_text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 30px;
    letter-spacing: 0.06em;
}

#footer .ft_area {
    background-color: #f4f7f2;
    padding: 80px 0 70px;
}

#footer .ft_area .ft_menu_box {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}

#footer .ft_area .ft_menu_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

#footer .ft_area .ft_menu_box ul li {
    line-height: 1;
}

#footer .ft_area .ft_menu_box ul li+li {
    position: relative;
    padding-left: 20px;
}

#footer .ft_area .ft_menu_box ul li+li::after {
    content: "";
    position: absolute;
    width: 1px;
    top: -5px;
    left: 0;
    height: 30px;
    background-color: #e0e0e0;
}

#footer .ft_area .ft_menu_box ul li .link {
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    letter-spacing: 0.06em;
    transition: 0.3s;
}

#footer .ft_area .ft_menu_box ul li .link:hover {
    color: #66b800;
}

#footer .ft_area .search_box {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

#footer .ft_area .search_box .box .theme {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

#footer .ft_area .search_box .box .theme::after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 3px dotted #191919;
    margin-left: 20px;
}

#footer .ft_area .search_box .box.box_pro {
    width: 420px;
    flex-shrink: 0;
    margin-right: 45px;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box {
    margin-top: 16px;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul {
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link {
    padding: 26px 0 17px;
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #fff;
    transition: 0.3s;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link:hover {
    background-color: #191919;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link:hover .icon svg path {
    fill: #fff;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link:hover .name {
    color: #fff;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link .icon {
    width: 45px;
    height: 40px;
    margin: 0 auto;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link .icon.request {
    transform: translateY(6px);
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link .icon svg {
    width: 100%;
    display: block;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link .icon svg path {
    fill: #191919;
    transition: 0.3s;
}

#footer .ft_area .search_box .box.box_pro .link_btn_box ul li .link .name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 13px;
    text-align: center;
    letter-spacing: 0.06em;
    transition: 0.3s;
    color: #191919;
}

#footer .ft_area .search_box .box.box_type {
    width: 100%;
    margin-left: auto;
}

#footer .ft_area .search_box .box.box_type .link_box {
    margin-top: 30px;
}

#footer .ft_area .search_box .box.box_type .link_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 50px;
}

#footer .ft_area .search_box .box.box_type .link_box ul li {
    line-height: 1;
}

#footer .ft_area .search_box .box.box_type .link_box ul li .link {
    color: #191919;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
}

#footer .ft_area .search_box .box.box_type .link_box ul li .link:hover {
    color: #66b800;
}

#footer .ft_area .town_box {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
}

#footer .ft_area .town_box .theme {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

#footer .ft_area .town_box .theme::after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 3px dotted #191919;
    margin-left: 20px;
}

#footer .ft_area .town_box ul {
    margin-top: 27px;
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 15px;
    display: flex;
}

#footer .ft_area .town_box ul li {
    line-height: 1;
}

#footer .ft_area .town_box ul li .link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #191919;
    white-space: nowrap;
    transition: 0.3s;
}

#footer .ft_area .town_box ul li .link:hover {
    color: #66b800;
}

#footer .cr_sec_box {
    background-color: #fff;
    padding: 55px 0 48px;
}

#footer .cr_sec_box .sec_box {
    align-items: center;
    flex-wrap: nowrap;
}

#footer .cr_sec_box .sec_box .logo_box {
    align-items: center;
    flex-wrap: nowrap;
}

#footer .cr_sec_box .sec_box .logo_box .logo {
    width: 97px;
    flex-shrink: 0;
}

#footer .cr_sec_box .sec_box .logo_box .logo img {
    width: 100%;
}

#footer .cr_sec_box .sec_box .logo_box .comment_box {
    margin-left: 52px;
}

#footer .cr_sec_box .sec_box .logo_box .comment_box .comment {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

#footer .cr_sec_box .sec_box .logo_box .comment_box .comment+.comment {
    margin-top: 10px;
}

#footer .cr_sec_box .sec_box .cr_box .sdgs_banner {
    width: 320px;
    margin-bottom: 17px;
}

#footer .cr_sec_box .sec_box .cr_box .sdgs_banner a {
    display: block;
    width: 100%;
    line-height: 1;
}

#footer .cr_sec_box .sec_box .cr_box .sdgs_banner a img {
    width: 100%;
}

#footer .cr_sec_box .sec_box .cr_box ul {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

#footer .cr_sec_box .sec_box .cr_box ul li {
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#footer .cr_sec_box .sec_box .cr_box ul li+li {
    margin-left: 18px;
    position: relative;
}

#footer .cr_sec_box .sec_box .cr_box ul li+li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #727272;
    rotate: 6deg;
    top: -0.2px;
    left: -9px;
}

#footer .cr_sec_box .sec_box .cr_box ul li .link {
    color: #727272;
    font-size: 12px;
    letter-spacing: 0.04em;
}

#footer .cr_sec_box .sec_box .cr_box .cr {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #727272;
    margin-top: 14px;
    text-align: end;
}

.common_page_wrap {
    padding: 100px 0;
}

.common_page_main {
    background-image: url(/penguin/resources/image/kawachi-tochi/home/page_main_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 85px 0;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 32px;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
}

.common_page_main .title_box .title::before,
.common_page_main .title_box .title::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    top: -5px;
}

.common_page_main .title_box .title::before {
    left: -170px;
}

.common_page_main .title_box .title::after {
    right: -170px;
}

.common_page_main .title_box .title span::before,
.common_page_main .title_box .title span::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    bottom: -42px;
}

.common_page_main .title_box .title span::before {
    left: -132px;
}

.common_page_main .title_box .title span::after {
    right: -132px;
}

.common_page_main .title_box .sub_title {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 14px;
    color: #fff;
}

#page_store .common_store_box#store_utsunomiya {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 2px dashed #ccc;
}

#page_store .common_store_box .ttl_box {
    text-align: center;
}

#page_store .common_store_box .ttl_box .ttl {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

#page_store .common_store_box .ttl_box .ttl_come {
    color: #2e2e2e;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 14px;
}

#page_store .common_store_box .ttl_box .comment {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

#page_store .common_store_box .store_box {
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 80px;
}

#page_store .common_store_box .store_box .img {
    width: 400px;
    height: 270px;
    flex-shrink: 0;
    margin-right: 100px;
}

#page_store .common_store_box .store_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#page_store .common_store_box .store_box .list_box {
    margin-left: auto;
    width: 100%;
    margin-top: 100px;
}

#page_store .common_store_box .store_box .list_box ul li {
    align-items: baseline;
    flex-wrap: nowrap;
    padding: 25px 5px;
    border-bottom: 1px dashed #ccc;
}

#page_store .common_store_box .store_box .list_box ul li .theme {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.5;
    width: 200px;
    flex-shrink: 0;
}

#page_store .common_store_box .store_box .list_box ul li .cont {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
}

#page_store .common_store_box .map_box {
    margin-top: 80px;
}

#page_store .common_store_box .map_box .map_ttl {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

#page_store .common_store_box .map_box .map {
    width: 100%;
    height: 310px;
    margin-top: 30px;
}

#page_store .common_store_box .map_box .map iframe {
    width: 100%;
    height: 100%;
}

#page_store .common_store_box .common_btn_box {
    margin-top: 50px;
}

.common_btn_box {
    width: 300px;
    margin: 0 auto;
}

.common_btn_box .btn {
    line-height: 60px;
    color: #191919;
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 10px;
    border: 1px solid #191919;
    transition: 0.3s;
}

.common_btn_box .btn:hover {
    background-color: #191919;
    color: #fff;
}

#page_pokkiri .page_ttl {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

#page_pokkiri .list_box {
    margin-top: 30px;
    padding: 30px 50px;
    background-color: #f2f2f2;
    border-radius: 6px;
}

#page_pokkiri .list_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
}

#page_pokkiri .list_box ul li {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(25, 25, 25, 0.16);
    border-radius: 6px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

#page_pokkiri .list_box .comment {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-top: 30px;
}

#page_pokkiri .list_box .comment .color {
    color: #66b800;
    font-size: 40px;
    margin-right: 5px;
}

#page_pokkiri .pokkiri_box {
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 200px;
    position: relative;
}

#page_pokkiri .pokkiri_box::before,
#page_pokkiri .pokkiri_box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #66b800 transparent transparent transparent;
    opacity: 0.6;
}

#page_pokkiri .pokkiri_box::before {
    border-width: 45px 60px 0 60px;
    top: -150px;
}

#page_pokkiri .pokkiri_box::after {
    border-width: 26px 36px 0 36px;
    top: -80px;
}

#page_pokkiri .pokkiri_box .icon {
    width: 200px;
    flex-shrink: 0;
    margin-right: 52px;
}

#page_pokkiri .pokkiri_box .icon img {
    width: 100%;
}

#page_pokkiri .pokkiri_box .text_box {
    margin-bottom: 10px;
}

#page_pokkiri .pokkiri_box .text_box .text {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
}

#page_pokkiri .pokkiri_box .text_box .text .num {
    font-size: 60px;
    margin-right: 6px;
    color: #66b800;
}

#page_pokkiri .pokkiri_box .text_box .cont {
    line-height: 1;
    font-size: 36px;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

#page_pokkiri .pokkiri_box .text_box .cont .accent {
    font-size: 55px;
    color: #66b800;
}

#page_pokkiri .cost_box {
    margin-top: 50px;
}

#page_pokkiri .cost_box ul li {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
}

#page_pokkiri .cost_box ul li .btn {
    background-color: #fff;
    border: 1px solid #191919;
    color: #191919;
    border-radius: 6px;
    line-height: 70px;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: 0.1em;
    position: relative;
}

#page_pokkiri .cost_box ul li .btn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #191919;
    border-right: 2px solid #191919;
    rotate: 45deg;
    translate: 0 -50%;
    top: 50%;
    right: 30px;
    transition: 0.3s;
}

#page_pokkiri .cost_box ul li .btn:hover {
    background-color: #191919;
    color: #fff;
}

#page_pokkiri .cost_box ul li .btn:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#page_pokkiri .cost_list_box {
    margin-top: 100px;
}

#page_pokkiri .cost_list_box .tti_sec_box .ttl_box {
    text-align: center;
}

#page_pokkiri .cost_list_box .tti_sec_box .ttl_box .come {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.6;
    display: inline-block;
    padding: 10px 45px;
    border-radius: 6px;
    background-color: #66b800;
    position: relative;
}

#page_pokkiri .cost_list_box .tti_sec_box .ttl_box .come::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #66b800 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

#page_pokkiri .cost_list_box .tti_sec_box .ttl {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 20px;
}

#page_pokkiri .cost_list_box .table {
    padding: 80px 50px;
    background-color: #f2f2f2;
    margin-top: 40px;
    border-collapse: collapse;
}

#page_pokkiri .cost_list_box .table table {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
}

#page_pokkiri .cost_list_box .table table tr th:first-child,
#page_pokkiri .cost_list_box .table table tr td:first-child {
    width: 40%;
    text-align: left;
}

#page_pokkiri .cost_list_box .table table tr th,
#page_pokkiri .cost_list_box .table table tr td {
    background-color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    letter-spacing: 0.08em;
    line-height: 1;
}

#page_pokkiri .cost_list_box .table table tr th {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px 30px;
    font-size: 20px;
}

#page_pokkiri .cost_list_box .table table tr th:last-child {
    color: #66b800;
    font-size: 22px;
}

#page_pokkiri .cost_list_box .table table tr td {
    width: 30%;
    outline: none;
    border: 1px solid #ccc;
    text-align: end;
}

#page_pokkiri .cost_list_box .table table tr td.accent_cost {
    background-color: #fff6dc;
    color: #e39500;
}

#page_pokkiri .cost_list_box .table table tr td.total {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 30px;
}

#page_pokkiri .cost_list_box .table table tr td.total.accent_cost {
    font-size: 30px;
}

#page_pokkiri .cost_list_box .table table tr td.total.accent_cost .pokkiri {
    position: absolute;
    white-space: nowrap;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 15px 25px;
    background-color: #e39500;
    top: 81px;
    left: 2px;
}

#page_pokkiri .cost_list_box .table table tr td.total.accent_cost .pokkiri::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 25px 15px;
    left: 57%;
    transform: translateX(-50%);
    top: -18px;
    border-color: transparent transparent #e39500 transparent;
}

.page_column_inner {
    background-color: #f2f2f2;
    padding: 100px 0 0;
}

.page_column_inner .common_page_wrap {
    padding: 0;
}

.page_column_inner #breadcrumbs {
    margin-top: 100px;
}

#page_column .ttl_comment {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

#page_column .common_column_box {
    margin-top: 50px;
}

.common_column_page .page_ttl {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.common_column_page .column_sec_box {
    margin-top: 50px;
    padding: 80px 100px;
    background-color: #f2f2f2;
    border-radius: 6px;
}

.common_column_page .column_sec_box .column_box+.column_box {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 2px dashed #ccc;
}

.common_column_page .column_sec_box .column_box .img {
    width: 100%;
    margin-bottom: 30px;
}

.common_column_page .column_sec_box .column_box .img img {
    width: 100%;
    border-radius: 6px;
}

.common_column_page .column_sec_box .column_box .text_sec_box+.text_sec_box {
    margin-top: 40px;
}

.common_column_page .column_sec_box .column_box .text_sec_box .theme {
    font-size: 24px;
    color: #66b800;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.common_column_page .column_sec_box .column_box .text_sec_box .text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.common_column_page .column_sec_box .column_box .text_sec_box .text_box .text+.text {
    margin-top: 12px;
}

.common_column_page .link_btn_box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0 30px;
    margin-top: 50px;
}

.common_column_page .link_btn_box .common_btn_box {
    margin: 0;
}

.common_column_page .link_btn_box .common_btn_box:nth-child(2) .btn {
    background-color: #66b800;
    color: #fff;
    border: 1px solid #66b800;
}

.common_column_page .link_btn_box .common_btn_box:nth-child(2) .btn:hover {
    background-color: #fff;
    color: #66b800;
}

/* PC固定ページ 共通設定 */

.common_page_wrap {
    padding: 100px 0;
}

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: 0.3s;
}

.common-btn:hover {
    opacity: 0.7;
}

/* パンくず */
#breadcrumbs {
    font-size: 12px;
}

#breadcrumbs a {
    text-decoration: none;
    color: initial;
    position: relative;
    margin-right: 20px;
}

#breadcrumbs a:after {
    content: "";
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: -12.5px;
    top: calc(50% - 2.5px);
}

#breadcrumbs ul {
    display: flex;
}

/* ページャー  */
.pagerTable {
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px 0;
    align-items: center;
    justify-content: center;
}

.pagerTablePrevNextCell {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
    cursor: pointer;
    position: relative;
}

.pagerTablePrevNextCell:before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pagerTablePrevNextCell.next:before {
    border-top: solid 3px var(--main-color);
    border-right: solid 3px var(--main-color);
}

.pagerTablePrevNextCell.prev:before {
    border-bottom: solid 3px var(--main-color);
    border-left: solid 3px var(--main-color);
}

.pagerTablePrevNextCellEmpty {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
}

.pager_item {
    display: table-cell;
    width: 37px;
    line-height: 35px;
    margin: 0 5px;
    text-align: center;
    font-size: 11pt;
    color: var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
    cursor: pointer;
    border-radius: 100%;
    font-size: 13px;
    transition: 0.3s;
}

.pager_item:hover,
.pagerTableCurrentPageCell {
    background: var(--main-color);
    color: #fff;
}

.pagerTableHellipCell {
    display: table-cell;
    width: 15px;
    margin: 0 5px;
    text-align: center;
    font-size: 8pt;
    color: #717171;
}

/* 棟ページ（ページャー下部） */
.other_joken {
    margin-top: 20px;
    background-color: #f4f7f2;
    padding: 30px;
}

.other_joken h4 {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #191919;
    text-align: left;
}

.other_joken ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.other_joken ul li a {
    display: inline-block;
    color: #191919;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.05em;
    transition: all 0.3s;
}

.other_joken ul li a:hover {
    color: var(--main-color);
}

/* PC固定ページ 会社概要 */

.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/* PC固定ページ 個人情報保護方針 */

#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 30px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 5px solid;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ サイトマップ  */

#page_sitemap .common_page_title h2 {
    background: #f1f1f1;
    padding: 0.5em;
}

#page_sitemap .inBox+.inBox {
    margin-top: 80px;
}

#page_sitemap .inBox ul li {
    width: 19%;
    margin-left: calc(5% / 4);
    margin-bottom: 20px;
}

#page_sitemap .inBox ul li:nth-child(5n + 1) {
    margin-left: 0;
}

#page_sitemap .inBox ul li a {
    color: initial;
    transition: 0.3s;
    display: block;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid;
    font-size: 14px;
    position: relative;
}

#page_sitemap .inBox ul li a:after {
    content: "";
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: calc(50% - 2.5px);
}

#page_sitemap .inBox ul li a:hover {
    opacity: 0.7;
}

/* PC固定ページ 記事詳細ページ */

#page_article .article_title {
    font-size: 20px;
    margin-bottom: 0.2em;
    font-size: 25px;
    line-height: 1.4;
    border-bottom: solid 1px #ccc;
    padding: 79px 0 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#page_article .contents_area {
    width: 65%;
    width: 650px;
    margin-right: 120px;
    flex-shrink: 0;
}

#page_article #side_menu {
    width: 23%;
    margin-top: 194px;
}

#page_article #side_menu .title {
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 21px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding-bottom: 7px;
}

#page_article #side_menu .title:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px;
}

#page_article #side_menu ul li a {
    color: #333;
    font-size: 14px;
    flex-wrap: nowrap;
    align-items: center;
}

#page_article .data_area {
    align-items: center;
    margin: 40px 0;
}

#page_article .data_area .icon svg {
    width: 12px !important;
    height: 12px !important;
    display: block;
}

#page_article .data_area p.data {
    color: #6c6c6c;
    font-size: 13px;
}

#page_article .text_area p {
    font-size: 16px;
    line-height: 2;
}

/* PC固定ページ 記事一覧ページ */

ul.article_list li {
    width: 48%;
    margin-bottom: 20px;
}

ul.article_list li a {
    color: initial;
    align-items: center;
}

ul.article_list li .image {
    width: 30%;
    height: 100px;
    position: relative;
}

ul.article_list li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.article_list li .textArea {
    width: 65%;
}

ul.article_list li .textArea .title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

ul.article_list li .data_area {
    align-items: center;
}

ul.article_list li .data_area .icon svg {
    width: 12px;
    height: 12px;
    display: block;
}

ul.article_list li .data_area p.data {
    font-size: 12px;
    margin-left: 10px;
    color: #4c3f39;
}

/* 未公開物件セクション（PC） */

.common_mikoukai_area {
    padding: 20px;
    border: 2px dashed #333;
}

.common_mikoukai_area .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px;
}

.common_mikoukai_area .txt {
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.8;
}

.common_mikoukai_area a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: var(--main-color);
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    width: 300px;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    letter-spacing: 1px;
}

/* PC固定ページ エリア・沿線検索 */

#page_search .errorMsg {
    padding: 20px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #f00;
}

#page_search .displayNone {
    display: none;
}

#page_search .tableCell {
    display: table-cell;
}

#page_search .tableCell {
    display: table-cell;
}

#page_search .area_box+.area_box {
    margin-top: 40px;
}

#page_search .search_main_midashi {
    padding: 0px 30px;
    line-height: 30px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    margin: 0px;
    background-color: var(--main-color);
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#page_search .areaSearchAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

#page_search .checkboxCheckAll {
    padding-left: 40px;
    vertical-align: middle;
    font-weight: bold;
}

#page_search .checkboxCheckAll label {
    font-weight: normal;
    font-size: 12px;
}

#page_search div#area_1.table-L,
#page_search div#area_2.table-L,
#page_search div#area_3.table-L,
#page_search div#area_4.table-L,
#page_search div#area_5.table-L,
#page_search div#area_6.table-L,
#page_search div#area_7.table-L,
#page_search div#area_8.table-L,
#page_search div#area_9.table-L,
#page_search div#area_10.table-L {
    background: #fff;
    border: 1px solid #e9e9e9;
}

#page_search .areaListTableCell,
#page_search .railwayAreaListTableCell,
#page_search .railwayLineListTableCell {
    width: calc(100% / 3);
    border: 1px solid #f4f4f4;
    background: #f6fbf6;
    position: relative;
    transition: 0.2s;
}

#page_search .areaListTableCell:hover span.in_wrap:before,
#page_search .railwayAreaListTableCell:hover span.in_wrap:before,
#page_search .railwayLineListTableCell:hover span.in_wrap:before {
    border: 5px solid #fbdc5a;
}

#page_search .areaListTableCell label input,
#page_search .railwayAreaListTableCell label input,
#page_search .railwayLineListTableCell label input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
}

#page_search .areaListTableCell input:checked+span.in_wrap,
#page_search .railwayAreaListTableCell input:checked+span.in_wrap,
#page_search .railwayLineListTableCell input:checked+span.in_wrap {
    background: #fff2ba;
}

#page_search .areaListTableCell span.in_wrap,
#page_search .railwayAreaListTableCell span.in_wrap,
#page_search .railwayLineListTableCell span.in_wrap {
    position: relative;
    display: block;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

#page_search .areaListTableCell span.in_wrap::before,
#page_search .railwayAreaListTableCell span.in_wrap::before,
#page_search .railwayLineListTableCell span.in_wrap::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
    border: 5px solid #dee8de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
    transition: 0.2s;
}

#page_search .areaListTableCell input:checked+span.in_wrap::after,
#page_search .railwayAreaListTableCell input:checked+span.in_wrap::after,
#page_search .railwayLineListTableCell input:checked+span.in_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 16px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #f7931e;
    border-bottom: 4px solid #f7931e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

#page_search .areaListTableCell>label a,
#page_search .railwayAreaListTableCell>label a,
#page_search .railwayLineListTableCell>label a {
    text-decoration: underline;
}

#page_search .font-AreaLinkText,
#page_search .font-RailwayLineLinkText,
#page_search .font-RailwayAreaLinkText {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

#page_search .areaListTableCell span.List_number,
#page_search .railwayAreaListTableCell span.List_number,
#page_search .railwayLineListTableCell span.List_number {
    color: #000;
    font-size: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

#page_search .searchButtonArea {
    width: 500px;
    margin: auto;
    padding: 30px 0;
    text-align: center;
}

#page_search .searchButtonArea .search_more_btn {
    padding: 0;
    font-weight: normal;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 48%;
    cursor: pointer;
    transition: 0.2s;
}

#page_search .searchButtonArea .search_more_btn:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

#page_search .searchButtonArea input.search_btn {
    cursor: pointer;
    width: 48%;
    background-color: #fcc331;
    border-radius: 10px;
    border: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    transition: 0.2s;
}

#page_search .searchButtonArea input.search_btn:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

#page_search .searchButtonArea input.search_btn.ont_btn {
    width: 100%;
}

/* 記事詳細ページ　PC */
#page_article .article_main_image {
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
}

.pa_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_article .article_main_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_article .wrap {
    width: 1340px;
}

#page_article .fl_wrap {
    justify-content: flex-end;
    padding-right: 50px;
}

#page_article .article_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #333;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 0;
}

#page_article .article_title::after {
    content: "TOPIC";
    font-size: 12px;
    top: -28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 0.08em;
}

.single_sns_bar {
    position: fixed;
    left: 80px;
    top: 280px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

.single_sns_bar li {
    width: 30px;
    margin: 20px 0;
}

.single_sns_bar::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -92px;
}

.single_sns_bar::after {
    content: "SHARE ON";
    position: absolute;
    top: -160px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 5px;
    right: 0;
    margin: auto;
}

#page_article #side_menu ul {
    position: relative;
    padding-left: 25px;
}

#page_article #side_menu ul::before {
    content: "∟";
    position: absolute;
    left: 0;
    font-size: 14px;
}

#page_article #side_menu ul li {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#page_article #side_menu ul li a .img {
    width: 90px;
    height: 64px;
    position: relative;
    flex-shrink: 0;
    margin-right: 17px;
}

#page_article #side_menu ul li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#page_article #side_menu ul li a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#page_article .day_cat .cat {
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 1px 10px;
}

.single_sns_bar.active {
    opacity: 1;
    visibility: visible;
}

/* 物件アーカイブ（PC） */

#page_butkenArchive .table li {
    font-size: 14px;
    line-height: 2;
}

#page_butkenArchive .table li.thead_archive {
    background: #d5e3f7;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

#page_butkenArchive .table li.tbody_archive a {
    color: #146fb5;
}

#page_butkenArchive .table li.tbody_archive {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

#page_butkenArchive .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 50px;
}

#page_butkenArchive .table-L {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#page_butkenArchive .tableRow {
    display: table-row;
}

#page_butkenArchive .tableCell {
    display: table-cell;
}

.common_store_box .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.common_store_box .inbox {
    display: flex;
    align-items: center;
    padding: 1em;
    background: #f4f4f4;
}

.common_store_box .inbox .img {
    flex-shrink: 0;
    width: 100px;
    margin-right: 15px;
}

.common_store_box .inbox .text_box .text {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.butken_gallery .common_store_box {
    margin-top: 30px;
}

#page_heya .common_store_box {
    margin-bottom: 40px;
}

#page_heya .common_store_box .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#page_article .contents_area .text_area img {
    margin-bottom: 30px;
}

/* トップエリア紹介・会社情報セクション */

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

#top_area {
    padding: 0 0 100px;
}

#top_area .block+.block {
    margin-top: 50px;
}

#top_area .block {
    background: #f4f4f4;
    flex-direction: row-reverse;
    border-radius: 7px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#top_area .block .image {
    width: 33%;
    position: relative;
}

#top_area .block .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#top_area .block .textBox {
    width: 67%;
    padding: 40px;
}

#top_area .block .textBox .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #191919;
    padding: 5px 20px 3px;
    display: inline-block;
    border-radius: 7px;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}

#top_area .block .textBox .text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    color: #656565;
    overflow-y: scroll;
    height: 190px;
}

#top_company {
    background-color: #f4f4f4;
    position: relative;
    padding: 70px 0;
}

#top_company .image {
    right: 0;
    position: absolute;
    top: 0;
    width: 37%;
    height: 100%;
}

#top_company .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top_company_cont .logo {
    width: 220px;
}

.top_company_cont .ttl {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.top_company_cont .sub-ttl {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 5px;
}

.top_company_cont .text_box {
    width: 60%;
    overflow-y: scroll;
    height: 190px;
}

.top_company_cont .text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    color: #656565;
    text-align: justify;
}

/* お部屋探しの流れページ・セクション */

.page_flow .block {
    padding: 140px 0;
}

.page_flow .block:nth-child(even) {
    background-color: #f4f7f2;
}

.page_flow .flow_stepBox {
    width: 30px;
}

.page_flow .flow_stepBox li {
    text-align: center;
}

.page_flow .flow_stepBox li.color {
    color: #66b800;
}

.page_flow .flow_stepBox li+li {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #ccc;
}

.page_flow .flow_stepBox li .number {
    font-size: 13px;
    font-weight: 600;
}

.page_flow .flow_stepBox li .title {
    font-size: 13px;
    font-weight: 600;
    margin-top: 1rem;
    margin-left: 4px;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
}

.page_flow .flow_contents {
    width: 90%;
}

.page_flow .flow_contents .title {
    font-size: 22px;
    display: inline-block;
    /* color: #66b800; */
    font-weight: 600;
    margin: 0 0 2rem;
}

.page_flow .flow_contents .title::before {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 1rem;
    font-size: 15px;
    line-height: 41px;
    text-align: center;
    vertical-align: middle;
    /* color: #66b800; */
    border: 2px solid #191919;
    border-radius: 50%;
    vertical-align: 6%;
}

.page_flow .block:nth-child(1) .flow_contents .title::before {
    content: "01";
}

.page_flow .block:nth-child(2) .flow_contents .title::before {
    content: "02";
}

.page_flow .block:nth-child(3) .flow_contents .title::before {
    content: "03";
}

.page_flow .block:nth-child(4) .flow_contents .title::before {
    content: "04";
}

.page_flow .flow_contents .contents {
    align-items: center;
}

.page_flow .flow_contents .image {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.page_flow .flow_contents .image img {
    display: block;
}

.page_flow .flow_contents .textBox {
    width: 57%;
}

.page_flow .flow_contents .textBox .text {
    font-size: 17px;
    letter-spacing: 0.04rem;
    line-height: 2.5;
}

.top_flow {
    margin: 120px 0 0;
}

.top_flow_dl {
    width: 100%;
    position: relative;
    background: #f2f2f2;
    margin: 0 0 15px;
}

.top_flow_dl .step {
    position: relative;
    width: 15%;
    padding: 20px;
    background: #191919;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.06em;
    font-style: italic;
}

.top_flow_dl .step p {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top_flow_dl .step .number {
    font-size: 40px;
    display: block;
    margin-top: 5px;
    padding-right: 7px;
    line-height: 1;
}

.top_flow_dl .step::after {
    display: block;
    position: absolute;
    top: 50%;
    border: solid transparent;
    content: "";
    right: -12px;
    margin-top: -12px;
    border-width: 12px 0 12px 12px;
    border-left-color: #191919;
}

.top_flow_dl .textBox {
    width: 85%;
    padding: 25px;
    margin: 0;
}

.top_flow_dl .textBox .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
    color: #191919;
}

.top_flow_dl .textBox .text {
    font-size: 15px;
    text-align: justify;
    font-weight: 300;
    letter-spacing: 0.06em;
}

.top_flow .common_ttl_box {
    margin-bottom: 40px;
}

.common_btn {
    text-align: center;
    margin: 40px auto 0;
}

.common_btn a {
    background-color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    border: 2px solid #191919;
    color: #191919;
    display: inline-block;
    border-radius: 10px;
    transition: 0.3s;
}

.common_btn a:hover {
    background-color: #191919;
    color: #fff;
}

/* ブログCSS */
section#page_article .contents_area h2 {
    font-size: 20px;
    font-weight: bold;
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 3px solid #66b800;
}

section#page_article .contents_area h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #66b800;
}

/* お部屋探しの流れページ・セクション 終わり */

/* 選ばれる理由ページ・セクション */

.page_reason {
    padding: 130px 0;
    background-color: #f4f4f4;
}

.page_reason .common_ttl_box {
    text-align: center;
}

.page_reason_list {
    margin: 70px 0 0;
}

.page_reason_list li {
    align-items: center;
}

.page_reason_list li:nth-child(n + 2) {
    margin-top: 70px;
}

.page_reason_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.page_reason_list li .image {
    width: 38%;
}

.page_reason_list li .image img {
    border-radius: 7px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.page_reason_list li .textBox {
    width: 58%;
}

.page_reason_list li .textBox .point {
    font-size: 25px;
    letter-spacing: 0.04em;
    color: #66b800;
    font-weight: 600;
    margin: 0 0 5px;
}

.page_reason_list li .textBox .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}

.page_reason_list li .textBox .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.9;
}

#top_reason {
    margin: 130px 0 0;
    padding: 130px 0;
    background-color: #f4f4f4;
}

.top_reason_list {
    margin: 50px 0 0;
}

.top_reason_list li {
    width: 32%;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.top_reason_list li .image {
    position: relative;
}

.top_reason_list li .image img {
    display: block;
}

.top_reason_list li .image .number {
    font-size: 20px;
    line-height: 1;
    padding: 7px 15px;
    letter-spacing: 0.06rem;
    color: #fff;
    background-color: #191919;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.top_reason_list li .textBox {
    padding: 12px 15px;
}

.top_reason_list li .textBox .title {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #191919;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    margin: 0 0 7px;
}

.top_reason_list li .textBox .text {
    font-size: 14px;
    letter-spacing: 0.04rem;
    text-align: justify;
    line-height: 1.8;
}

/* 選ばれる理由ページ・セクション 終わり */

/* よくある質問　セクション　開始 */

section.top_faq {
    padding: 0 0 100px;
}

.top_faq_dlBox {
    margin: 40px 0 0;
}

.top_faq_dl {
    width: 49%;
    border: 1px solid #ccc;
    margin: 0;
    background-color: #f4f4f4;
}

.top_faq_dl:nth-child(n + 3) {
    margin-top: 2%;
}

.top_faq_dl dt {
    background-color: #191919;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1rem;
    padding: 15px 15px 15px 60px;
    position: relative;
}

.top_faq_dl dt::before {
    display: block;
    content: "Q";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    border: 0px solid #fff;
    background-color: #fff;
    text-align: center;
    color: #191919;
    line-height: 28px;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
}

.top_faq_dl dd {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.04rem;
    line-height: 1.7;
    padding: 15px 15px 15px 60px;
    position: relative;
    margin: 0;
    background-color: #f4f4f4;
}

.top_faq_dl dd::before {
    display: block;
    content: "A";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    border: 2px solid #d51717;
    color: #d51717;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 15px;
}

/* よくある質問セクション　終わり */

/* よくある質問　PC */
#faq {
    padding: 100px 0 100px;
    position: relative;
    background: #fafff5;
}

.site_faq_box dt {
    padding: 25px 80px 25px 99px;
    background: #71c61c;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
}

.site_faq_box dt,
.site_faq_box dd {
    letter-spacing: 0.05em;
    position: relative;
}

.site_faq_box dd {
    background: #fff;
    padding: 34px 80px 34px 99px;
    margin: 0;
    border-radius: 0 0 15px 15px;
    font-family: "gen_medium", sans-serif;
}

.site_faq_box dt::before,
.site_faq_box dd::before {
    content: "Q";
    position: absolute;
    left: 50px;
    font-size: 32px;
    top: 15px;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
}

.site_faq_box dd::before {
    content: "A";
}

#top_blog,
#top_recommend {
    padding-bottom: 123px;
}

.site_faq_box {
    margin-top: 50px;
}

#faq>* {
    position: relative;
}

.site_faq_box dl+dl {
    margin-top: 25px;
}

/* よくある質問　PC　終了 */

/* 治安について */
#page_security .main_sec {
    margin-bottom: 100px;
}

#page_security .main_sec .main_cont {
    padding: 50px 40px;
    background: #f4f7f2;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_security .main_sec .main_cont .text_box .ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

#page_security .main_sec .main_cont .text_box .text {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

#page_security .intro_sec {
    margin-bottom: 100px;
    padding: 100px 0;
    background: #f4f4f4;
}

#page_security .ttl_box {
    margin-bottom: 60px;
}

#page_security .ttl_box .ttl {
    font-size: 24px;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

#page_security .ttl_box .en_ttl {
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 20px;
}

#page_security .ttl_box .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #5b5b5b;
}

#page_security .intro_sec .intro_cont ul li {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

#page_security .intro_sec .intro_cont ul li+li {
    margin-top: 50px;
}

#page_security .intro_sec .intro_cont ul li:nth-child(even) {
    flex-direction: row-reverse;
}

#page_security .intro_sec .intro_cont ul li .img_box {
    width: 450px;
    aspect-ratio: 3/2;
    flex-shrink: 0;
}

#page_security .intro_sec .intro_cont ul li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_security .intro_sec .intro_cont ul li .text_box .label {
    color: #66b800;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

#page_security .intro_sec .intro_cont ul li .text_box .theme {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}

#page_security .intro_sec .intro_cont ul li .text_box .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #5b5b5b;
}

#page_security .review_sec {
    margin-bottom: 100px;
}

/* #page_security .review_sec .review_cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
} */

.security_sec .category_kuchikomi {
    padding: 0 0 120px;
}

#page_security .review_sec .review_cont ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px;
    margin: 0 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border: 1px solid #ccc;
    border-radius: 6px;
}

#page_security .review_sec .review_cont .slick-track {
    display: flex;
}

#page_security .review_sec .review_cont .slick-slide {
    height: auto !important;
}

#page_security .review_sec .review_cont ul li .img_box {
    width: 90px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border: 3px solid #66b800;
    border-radius: 50%;
    overflow: hidden;
    padding: 15px 10px 0;
}

#page_security .review_sec .review_cont ul li .img_box img {
    width: 100%;
    object-fit: contain;
}

#page_security .review_sec .review_cont ul li .text_box .text {
    font-size: 14px;
    letter-spacing: 0.06em;
}

#page_security .search_sec {
    padding: 100px 0;
    background: #f4f4f4;
}

#page_security .search_sec .search_cont .form_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#page_security .search_sec .search_cont .form_wrap .parts {
    width: 22%;
    position: relative;
}

#page_security .search_sec .search_cont .form_wrap .parts:nth-child(2)::before {
    content: "×";
    position: absolute;
    bottom: 5px;
    left: -30px;
    font-size: 14px;
}

#page_security .search_sec .search_cont .form_wrap .parts:nth-child(2)::after {
    content: "×";
    position: absolute;
    bottom: 5px;
    right: -30px;
    font-size: 14px;
}

#page_security .search_sec .search_cont .form_wrap .parts .label {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}

#page_security .search_sec .search_cont .form_wrap .parts select {
    width: 100%;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 35px;
    padding: 0 10px;
    box-shadow: 1px 1px 5px #ccc;
}

#page_security .search_sec .search_cont .form_wrap .parts.btn input#btnQuickSearch {
    background: #ec8725;
    line-height: 35px;
    padding: 0 10px;
    box-shadow: 1px 1px 5px #ccc;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

#page_security .average_sec {
    margin: 0 0 100px;
}

#page_security .average_sec .average_cont {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 0 50px;
}

#page_security .average_sec .average_cont .price_box {
    padding: 30px;
    background: #f4f7f2;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_security .average_sec .average_cont .price_box ul li {
    display: flex;
    padding: 15px;
}

#page_security .average_sec .average_cont .price_box ul li .madori {
    width: 50%;
}

#page_security .average_sec .average_cont .price_box ul li .madori .link {
    display: block;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: center;
    color: #66b800;
    text-decoration: underline;
    transition: 0.3s;
}

#page_security .average_sec .average_cont .price_box ul li .madori .link:hover {
    /* opacity: 0.7; */
}

#page_security .average_sec .average_cont .price_box ul li .price {
    width: 50%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.06em;
}

#page_security .average_sec .average_cont .price_box ul li+li {
    border-top: 1px dashed #ccc;
}

#page_security .average_sec .average_cont .text_box {
    padding: 80px 30px;
    background: #f4f7f2;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_security .average_sec .average_cont .text_box .theme {
    font-size: 18px;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 20px;
}

#page_security .average_sec .average_cont .text_box .text {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #5b5b5b;
}

#page_security .spot_sec {
    padding: 100px 0;
    background: #f4f4f4;
}

#page_security .spot_sec .spot_cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

#page_security .spot_sec .spot_cont ul li {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_security .spot_sec .spot_cont ul li .img_box {
    width: 100%;
    aspect-ratio: 3/2;
}

#page_security .spot_sec .spot_cont ul li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_security .spot_sec .spot_cont ul li .text_box {
    padding: 15px;
}

#page_security .spot_sec .spot_cont ul li .text_box .name {
    font-size: 18px;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

#page_security .spot_sec .spot_cont ul li .text_box .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #5b5b5b;
}

#page_sdgs .intro_text_block {
    margin-bottom: 60px;
}

#page_sdgs .intro_text_block .intro_text_wrap {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10%;
}

#page_sdgs .intro_text_block .intro_text {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

#page_sdgs .intro_text_block .intro_sub_text_box {
    text-align: right;
}

#page_sdgs .intro_text_block .intro_sub_text_box .sub_text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: inline-block;
    width: 100%;
}

#page_sdgs .intro_text_block .intro_sub_text_box .sub_text+.sub_text {
    margin-top: 4px;
}

#page_sdgs .effort_list_sec {
    margin-bottom: 80px;
}

#page_sdgs .effort_list_sec .intro_ttl_wrap {
    text-align: center;
    margin-bottom: 43px;
}

#page_sdgs .effort_list_sec .intro_ttl_wrap .ttl {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: inline-block;
}

#page_sdgs .effort_list_sec .list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
}

#page_sdgs .effort_list_sec .list ul li {
    display: flex;
    flex-direction: column;
}

#page_sdgs .effort_list_sec .list ul li .sdgs_icon_list {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 0 20px;
    z-index: 1;
    margin-bottom: -30px;
    flex-shrink: 0;
}

#page_sdgs .effort_list_sec .list ul li .sdgs_icon_list .icon {
    width: 100px;
    line-height: 1;
}

#page_sdgs .effort_list_sec .list ul li .sdgs_icon_list .icon img {
    width: 100%;
}

#page_sdgs .effort_list_sec .list ul li .effort_text_cont {
    padding: 50px 30px 30px;
    border-radius: 5px;
    background-color: #fafafa;
    flex-grow: 1;
}

#page_sdgs .effort_list_sec .list ul li .effort_text_cont .ttl_box {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 30px;
}

#page_sdgs .effort_list_sec .list ul li .effort_text_cont .ttl_box .ttl_icon {
    width: 35px;
    flex-shrink: 0;
    line-height: 1;
}

#page_sdgs .effort_list_sec .list ul li .effort_text_cont .ttl_box .ttl_icon img {
    width: 100%;
}

#page_sdgs .effort_list_sec .list ul li .effort_text_cont .ttl_box .ttl {
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: bold;
}

#page_sdgs .effort_list_sec .list ul li .effort_text_cont .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2.2;
    display: inline-block;
}

#page_sdgs .effort_list_sec .list ul li .effort_text_cont .list_label {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 13px 0 6px;
}

#page_sdgs .effort_list_sec .list ul li .effort_text_cont .sub_list {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2.2;
}

#page_sdgs .sdgs_about_sec .cont {
    display: flex;
    align-items: center;
    padding: 45px 50px 40px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#page_sdgs .sdgs_about_sec .cont .img {
    flex-shrink: 0;
    width: 40%;
    margin-right: 6%;
    line-height: 1;
}

#page_sdgs .sdgs_about_sec .cont .img img {
    width: 100%;
}

#page_sdgs .sdgs_about_sec .cont .text_box {
    width: 100%;
}

#page_sdgs .sdgs_about_sec .cont .text_box .sdgs_about_ttl {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 2px solid #66b800;
}

#page_sdgs .sdgs_about_sec .cont .text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

/* スタッフ紹介 */

.common_staff_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.common_staff_list ul li a {
    display: block;
    width: 100%;
}

.common_staff_list ul li a .img_wrap {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.common_staff_list ul li a .img_wrap::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.common_staff_list ul li:nth-child(odd) a .img_wrap::before {
    inset: 3%;
    background-image: url(/penguin/resources/image/kawachi-tochi/home/staff_designs_1.png);
    rotate: 45deg;
}

.common_staff_list ul li:nth-child(even) a .img_wrap::before {
    left: 0;
    top: 5%;
    bottom: 0;
    width: 90%;
    background-image: url(/penguin/resources/image/kawachi-tochi/home/staff_designs_2.png);
    rotate: -30deg;
}

.common_staff_list ul li:nth-child(odd) a .img_wrap {
    background-image: url(/penguin/resources/image/kawachi-tochi/home/staff_bg_1.png);
}

.common_staff_list ul li:nth-child(even) a .img_wrap {
    background-image: url(/penguin/resources/image/kawachi-tochi/home/staff_bg_2.png);
}

.common_staff_list ul li a .img_wrap .img {
    position: absolute;
    margin: auto;
}

.common_staff_list ul li a .img_wrap .img svg {
    width: 100%;
}

.common_staff_list ul li a .img_wrap .img image {
    width: 100%;
    height: 100%;
}

.common_staff_list ul li:nth-child(odd) a .img_wrap .img {
    inset: 0;
}

.common_staff_list ul li:nth-child(even) a .img_wrap .img {
    top: 0;
    left: 3%;
    width: 90%;
    height: 90%;
}

.common_staff_list ul li a .text_box {
    text-align: center;
    padding: 20px 10px;
    transition: 0.3s;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_staff_list ul li a .text_box::before,
.common_staff_list ul li a .text_box::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #66b800;
    transition: 0.3s;
}

.common_staff_list ul li a:hover .text_box::before,
.common_staff_list ul li a:hover .text_box::after {
    width: 30px;
}

.common_staff_list ul li a:hover .text_box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.common_staff_list ul li a .text_box .name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #191919;
}

.common_staff_list ul li a .text_box .name .pos {
    font-size: 14px;
    font-weight: normal;
    margin-left: 11px;
}

.common_staff_list .img {
    border-radius: 3px;
    overflow: hidden;
}

.common_staff_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.common_staff_list ul li a:hover .img img {
    transform: scale(1.1);
}

.common_staff_list ul li a .text_box {
    padding: 10px;
}

.common_staff_list ul li a:hover .text_box {
    box-shadow: none;
}

.common_staff_list ul li a .text_box .name {
    transition: 0.3s;
}

.common_staff_list ul li a:hover .text_box .name {
    color: #66b800;
}

/* スタッフ詳細 */

.staff_single_page .top_data_block {
    margin-bottom: 55px;
    flex-wrap: nowrap;
    align-items: center;
}

.staff_single_page .top_data_block .img {
    flex-shrink: 0;
    width: 400px;
    aspect-ratio: 1/1;
    line-height: 1;
    margin-right: 100px;
}

.staff_single_page .top_data_block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff_single_page .top_data_block .data_block {
    width: 100%;
}

.staff_single_page .top_data_block .data_block .list ul li {
    flex-wrap: nowrap;
    align-items: center;
}

.staff_single_page .top_data_block .data_block .list ul li+li {
    margin-top: 20px;
}

.staff_single_page .top_data_block .data_block .list ul li .label {
    flex-shrink: 0;
    width: 240px;
    margin-right: 35px;
    line-height: 35px;
    background-color: #66b800;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.08em;
    text-align: center;
}

.staff_single_page .top_data_block .data_block .list ul li .data {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.staff_single_page .feature_text_box {
    margin-bottom: 65px;
}

.staff_single_page .feature_text_box .ttl {
    width: 100%;
    margin-bottom: 35px;
    line-height: 45px;
    background-color: #66b800;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.08em;
    text-align: center;
}

.staff_single_page .feature_text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.staff_single_page .comment_block {
    background-color: #f4f4f4;
    padding: 30px 50px;
    border-radius: 8px;
}

.staff_single_page .comment_block .ttl {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    font-weight: 600;
    color: #66b800;
}

.staff_single_page .comment_block .cont {
    flex-wrap: nowrap;
    align-items: center;
}

.staff_single_page .comment_block .cont .illust {
    width: 25%;
    flex-shrink: 0;
    margin-right: 6%;
    line-height: 1;
}

.staff_single_page .comment_block .cont .illust img {
    width: 100%;
}

.staff_single_page .comment_block .cont .text_box {
    width: 100%;
}

.staff_single_page .comment_block .cont .text_box .text {
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.staff_single_page.new .top_data_block .data_block .catch {
    margin-bottom: 15px;
}

.staff_single_page.new .top_data_block .data_block .catch .text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-style: italic;
}

.staff_single_page.new .top_data_block .data_block .catch .text:first-letter {
    color: #66b800;
}

.staff_single_page.new .top_data_block {
    align-items: flex-start;
}

.staff_single_page.new .top_data_block .data_block .list ul li {
    align-items: flex-start;
}

.staff_single_page.new .top_data_block .data_block .list ul li .data {
    translate: 0 0.2em;
}

.staff_single_page.new .feature_text_box .text {
    line-height: 1.8;
}

/* ゆいの杜内部　PC */

.page_yuinomori_about {
    position: relative;
    padding: 80px 0;
}

.page_yuinomori_about::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(650px + (50vw - 646px));
    height: 525px;
    background: url(/penguin/resources/image/kawachi-tochi/home/yuinomori_about_img.jpg) center no-repeat;
    background-size: cover;
    bottom: 0;
    margin: auto;
}

.page_yuinomori_about .text_area {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 50px 60px;
}

.page_yuinomori_about .text_area .en {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.page_yuinomori_about .text_area .ttl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 14px;
}

.page_yuinomori_about .text_area .inner_text {
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

.page_yuinomori_area .flame {
    display: grid;
    grid-template-columns: 67% 33%;
    border-radius: 7px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page_yuinomori_area .flame .text_area {
    background: #f4f4f4;
    border-radius: 7px 0px 0 7px;
    padding: 40px;
}

.page_yuinomori_area .flame .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 7px 7px 0;
}

.page_yuinomori_area .flame .text_area .ttl {
    font-weight: bold;
    color: #fff;
    background: #191919;
    padding: 5px 20px 3px;
    display: inline-block;
    border-radius: 7px;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}

.page_yuinomori_area .flame .text_area .text {
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.page_yuinomori_area .flame+.flame {
    margin-top: 45px;
}

.page_yuinomori_area {
    padding: 90px 0 80px;
}

#top_property .common_ttl_box.center {
    text-align: center;
}

.page_yuinomori_terms {
    padding: 100px 0;
    background: #f1f1f1;
    margin-top: 100px;
}

.common_ttl_box.center {
    text-align: center;
}

.page_yuinomori_terms .contents {
    margin-top: 55px;
}

.page_yuinomori_terms .contents ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.page_yuinomori_terms .contents ul li a {
    display: block;
    padding: 40px 40px 50px;
    background: #fff;
    color: #191919;
    height: 100%;
}

.page_yuinomori_terms .contents ul li a .inner_ttl {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    transition: 0.3s;
}

.page_yuinomori_terms .contents ul li a .inner_text {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: justify;
}

.page_yuinomori_terms .contents ul li:nth-child(2) {
    position: relative;
}

.page_yuinomori_terms .contents ul li a .text_area {
    margin-top: 10px;
}

.page_yuinomori_terms .contents ul li a:hover .inner_ttl {
    /* color: #66b800; */
}

.page_yuinomori_terms .contents ul li:nth-child(2)::before,
.page_yuinomori_terms .contents ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 80%;
    background: #eee;
}

.page_yuinomori_terms .contents ul li:nth-child(2)::after {
    left: auto;
    right: 0;
}

.page_yuinomori_terms .btn {
    display: block;
    width: 365px;
    line-height: 60px;
    background: #2e2e2e;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
    border-radius: 60px;
    margin: -30px auto 0;
    position: relative;
    transition: 0.3s;
}

.page_yuinomori_terms .btn:hover {
    background: #66b800;
}

.page_yuinomori_area_search {
    padding: 100px 0;
    background: #f4f7f2;
}

.page_yuinomori_area_search .contents {
    margin-top: 50px;
}

.page_yuinomori_area_search .contents ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.page_yuinomori_area_search .contents ul li .img {
    height: 215px;
}

.page_yuinomori_area_search .contents ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_yuinomori_area_search .contents ul li .text_area {
    background: #fff;
    padding: 30px 40px;
    height: 100%;
}

.page_yuinomori_area_search .contents ul li .inner_ttl {
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.page_yuinomori_area_search .contents ul li .inner_text {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.page_yuinomori_area_search .contents ul li {
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}

.page_yuinomori_area_search .contents ul li .btn {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    background: #3c3c3c;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    width: 85%;
    border-radius: 10px;
    letter-spacing: 0.07em;
    padding-right: 40px;
    transition: 0.3s;
    font-size: 15px;
}

.page_yuinomori_area_search .contents ul li .btn:hover {
    /* background: #66b800; */
}

.page_yuinomori_area_search .contents ul li .btn .arrow {
    display: block;
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page_yuinomori_area_search .contents ul li .btn .arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 2px;
    bottom: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
}

.page_yuinomori_area_search .contents ul li .btn .arrow {
    display: block;
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page_yuinomori_area_search .contents ul li .btn .arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 2px;
    bottom: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    transition: 0.3s;
}

.page_yuinomori_area_search .contents ul li .btn:hover .arrow::before {
    /* border-top: solid 2px #66b800; */
    /* border-right: solid 2px #66b800; */
}

.page_yuinomori_terms .contents .img {
    height: 150px;
}

.page_yuinomori_terms .contents .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 100%;
}

#page_yuinomori .category_recommend .list li .text_box .text {
    overflow-y: scroll;
    height: 200px;
}

.common_terms_info_sec.terms_data_sec {
    /* padding: 100px 0 0; */
    padding: 0;
}

.terms_data_sec .common_ttl_box {
    margin-bottom: 40px;
}

.terms_data_sec .terms_data_table_wrap table {
    width: 48%;
    border-collapse: collapse;
}

.terms_data_sec .terms_data_table_wrap table th,
.terms_data_sec .terms_data_table_wrap table td {
    padding: 15px 20px;
    font-size: 15px;
    border: 1px solid #eee;
}

.terms_data_sec .terms_data_table_wrap table th {
    background-color: #f5f5f5;
}

.terms_data_sec .text_box {
    background-color: #f5f5f5;
    padding: 25px;
    align-items: center;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 20px;
}

.terms_data_sec .text_box .kome {
    width: 50%;
    color: #474747;
    position: relative;
    padding-left: 17px;
}

.terms_data_sec .text_box .kome::before {
    display: block;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.terms_data_sec .text_box .text {
    width: 48%;
}

.terms_data_sec .text_box .text a {
    word-break: break-all;
    color: #009fe8;
    text-decoration: underline;
}

.term_arrival {
    padding: 100px 0;
    background: #f4f7f2;
}

.term_arrival .common_ttl_box {
    margin-bottom: 45px;
}

.term_arrival_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.term_arrival_list li a {
    display: block;
    height: 100%;
    -webkit-box-shadow: 0 0 10px transparent;
    box-shadow: 0 0 10px transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    padding: 14px;
    position: relative;
    text-decoration: none;
}

.term_arrival_list li a .category {
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04rem;
    font-weight: 600;
    background: #e1ad3c;
    color: #fff;
    z-index: 1;
}

.term_arrival_list li a .category::before {
    display: block;
    position: absolute;
    content: "";
    right: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #886312;
}

.term_arrival_list li a .image {
    overflow: hidden;
    position: relative;
}

.term_arrival_list li a .image img {
    display: block;
    width: 100%;
    aspect-ratio: 49/34;
    min-width: 0;
    object-fit: cover;
    transition: 0.5s;
}

.term_arrival_list li a:hover .image img {
    transform: scale(1.1);
}

.term_arrival_list li a .text_box {
    font-size: 12px;
}

.term_arrival_list li a .text_box .title_box {
    margin: 14px 0;
    padding: 0 0 12px;
    border-bottom: #ccc solid 1px;
}

.term_arrival_list li a .text_box .title_box .title {
    font-size: 16px;
    letter-spacing: 0.04rem;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.term_arrival_list li a .text_box .price_box {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 14px;
    align-items: baseline;
}

.term_arrival_list li a .text_box .price_box .price {
    margin-right: 10px;
}

.term_arrival_list li a .text_box .price_box .price span {
    color: #d62424;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

.term_arrival_list li a .text_box .detail .item+.item {
    margin-top: 5px;
}

.term_arrival_list li a .text_box .detail .item {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.term_arrival_list li a .text_box .detail .item .icon {
    flex-shrink: 0;
    width: 16px;
    line-height: 1;
}

.term_arrival_list li a .text_box .detail .item .icon svg {
    width: 100%;
    height: 100%;
}

.term_arrival_list li a .text_box .detail .item .icon svg path {
    fill: #66b800;
}

.term_arrival_list li a .text_box .comment {
    padding: 13px 0 0;
    margin: 16px 0 0;
    border-top: 1px solid #ccc;
    letter-spacing: 0.02rem;
    text-align: justify;
    line-height: 1.6;
    color: #909090;
}

.term_arrival_text {
    margin: 15px 0 0;
    font-size: 14px;
    text-align: right;
}

.term_average {
    padding: 100px 0;
}

.term_average .common_ttl_box {
    margin-bottom: 40px;
}

.term_average .cont {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 0 50px;
    align-items: flex-start;
}

.term_average .cont .price_box {
    padding: 20px 30px;
    border: 2px solid #ccc;
    border-radius: 6px;
}

.term_average .cont .price_box li {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.term_average .cont .price_box li+li {
    border-top: 2px dashed #ccc;
}

.term_average .cont .price_box li::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.term_average .cont .price_box li .madori {
    width: 45%;
    text-align: center;
    font-size: 15px;
}

.term_average .cont .price_box li .madori a {
    text-decoration: underline;
}

.term_average .cont .price_box li .price {
    width: 45%;
    text-align: center;
    font-size: 15px;
}

.term_average .cont .text_box {
    padding: 30px;
    border: 2px solid #ccc;
    border-radius: 6px;
}

.term_average .cont .text_box .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    width: 80%;
    margin: 0 auto 20px;
}

.term_average .cont .text_box .inner .image {
    width: 30%;
    flex-shrink: 0;
}

.term_average .cont .text_box .inner .title {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.term_average .cont .text_box .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.9;
}

.top_ad_sec {
    margin-top: 100px;
}

.top_ad_sec .contents {
    background: #e4f4ed;
    padding: 50px 80px;
    outline-style: solid;
    outline-offset: -20px;
    outline-width: 1px;
    position: relative;
}

.top_ad_sec .contents .fukidashi {
    border-radius: 50%;
    background-color: #feff01;
    width: 150px;
    aspect-ratio: 1;
    min-width: 0;
    display: grid;
    place-content: center;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -50px;
    left: -50px;
    rotate: -15deg;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.top_ad_sec .contents .point_box {
    border-width: 2px 0;
    border-color: #fff;
    border-style: dashed;
    text-align: center;
    padding: 13px 0;
}

.top_ad_sec .contents .point_box .title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #3a8475;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
}

.top_ad_sec .contents .point_box .title::before,
.top_ad_sec .contents .point_box .title::after {
    content: "";
    width: 3px;
    height: 45px;
    background-color: #3a8475;
    rotate: -25deg;
}

.top_ad_sec .contents .point_box .title::after {
    rotate: 25deg;
}

.top_ad_sec .contents .point_box .text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.top_ad_sec .contents .point_box .text::after {
    content: "";
    width: 50px;
    aspect-ratio: 1;
    min-width: 0;
    background: url(/penguin/resources/image/kawachi-tochi/home/icon_house.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.top_ad_sec .contents .map_box {
    display: flex;
    gap: 0 50px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.top_ad_sec .contents .map_box .address {
    font-size: 18px;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.top_ad_sec .contents .map_box .address .color {
    background-color: #398473;
    color: #fff;
    padding: 0.2em 1em;
    display: inline-block;
    margin-bottom: 0.4em;
}

.top_ad_sec .contents .map_box .map {
    border: 2px solid #398473;
}

.top_ad_sec .contents .map_box .map iframe {
    width: 400px;
    height: 200px;
}

.category_kuchikomi {
    padding: 120px 0 0;
}

.category_kuchikomi .slick-dots {
    bottom: -50px;
}

.category_kuchikomi .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f4f7f2;
}

.category_kuchikomi .slick-dots li.slick-active {
    background-color: var(--main-color);
}

.category_kuchikomi .slick-dots li button {
    display: none;
}

.category_kuchikomi .common_ttl_box {
    margin-bottom: 40px;
}

.category_kuchikomi .kuchikomiCell {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 7px;
    height: auto;
}

.category_kuchikomi .kuchikomiCell+.kuchikomiCell {
    /* margin-top: 30px; */
}

.category_kuchikomi .slick-track {
    display: flex;
}

.category_kuchikomi.slick-slide {
    height: auto !important;
}

.category_kuchikomi .kuchikomiCell h3 {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #c4c4c4;
    letter-spacing: 2px;
}

.category_kuchikomi .kuchikomiCell h3 span {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}

.category_kuchikomi .kuchikomiCell h3 span.man {
    background-image: url(/penguin/resources/image/kawachi-tochi/home/kuchikomi_icon_man.png);
}

.category_kuchikomi .kuchikomiCell h3 span.woman {
    background-image: url(/penguin/resources/image/kawachi-tochi/home/kuchikomi_icon_woman.png);
}

.category_kuchikomi .kuchikomiCell .starBox {
    margin-bottom: 20px;
}

.category_kuchikomi .kuchikomiCell .starBox dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category_kuchikomi .kuchikomiCell .starBox dd {
    width: 49%;
    margin-bottom: 10px;
    border: 1px dotted #ddd;
    font-size: 13px;
    padding: 8px;
    background-color: #f6f6f6;
}

.category_kuchikomi .kuchikomiCell .starBox dd .volume {
    color: #b41414;
    font-size: 0.789vw;
    letter-spacing: 0.08em;
    font-weight: 700;
    display: block;
}

.category_kuchikomi .kuchikomiCell .comment .ttl {
    margin-bottom: 10px;
}

.category_kuchikomi .kuchikomiCell .comment .ttl span {
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 4px;
}

.category_kuchikomi .kuchikomiCell .comment .ttl .on {
    background-color: var(--main-color);
}

.category_kuchikomi .kuchikomiCell .comment .ttl .off {
    background-color: #666;
}

.category_kuchikomi .kuchikomiCell .comment p {
    font-size: 14px;
}

.category_kuchikomi .kuchikomiCell .comment p:nth-child(2) {
    margin-bottom: 15px;
}

.category_recommend .common_ttl_box {
    margin-bottom: 40px;
}

.category_recommend .list li {
    display: grid;
    grid-template-columns: 340px 1fr;
    align-items: center;
    gap: 0 30px;
    position: relative;
}

.category_recommend .list li+li {
    margin-top: 25px;
}

.category_recommend .list li .num {
    width: 40px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.category_recommend .list li .text_box .title {
    color: var(--main-color);
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 10px;
}

.category_recommend .list li .text_box .text {
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.security_terms_sec {
    padding: 100px 0 0;
}

.security_terms_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.security_terms_sec .list li {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.security_terms_sec .list li a {
    display: block;
    height: 100%;
}

.security_terms_sec .list li a .img img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
}

.security_terms_sec .list li a .text_box {
    padding: 1em;
    color: #191919;
    letter-spacing: 0.05em;
}

.security_terms_sec .list li a .text_box .title {
    font-size: 16px;
    margin-bottom: 0.3em;
    transition: 0.3s;
}

.security_terms_sec .list li a .text_box .text {
    font-size: 14px;
}

.security_terms_sec .list li a:hover .text_box .title {
    color: #66b800;
}

.page_transfer section+section {
    margin-top: 100px;
}

.page_transfer .common_sec_title {
    text-align: center;
    margin-bottom: 35px;
}

.page_transfer .common_sec_title .title {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.page_transfer .common_sec_title .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 1em;
}

.transfer_reason_sec {
    background: #f4f7f2;
    padding: 80px 0;
}

.transfer_reason_sec .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.transfer_reason_sec .cont .item {
    background: #fff;
    padding: 2.5em 3em 1.5em;
    border: 2px solid var(--main-color);
    position: relative;
}

.transfer_reason_sec .cont .item .num {
    width: 70px;
    aspect-ratio: 1/1;
    background: var(--main-color);
    padding: 0.6em 0 0 0.7em;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    top: -1px;
    left: 0;
}

.transfer_reason_sec .cont .item .title {
    color: #66b800;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0 0.6em;
    margin-bottom: 0.4em;
}

.transfer_reason_sec .cont .item .title::before {
    content: "\f0eb";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    flex-shrink: 0;
    display: block;
    font-size: 1.3em;
    line-height: 1;
}

.transfer_reason_sec .cont .item .text {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.transfer_point_sec .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.transfer_point_sec .item .img {
    margin-bottom: 15px;
    position: relative;
}

.transfer_point_sec .item .img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.transfer_point_sec .item .img .en {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 0 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.transfer_point_sec .item .title {
    text-align: center;
    color: var(--main-color);
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.transfer_point_sec .item .text {
    font-size: 14px;
    letter-spacing: 0.03em;
}

.transfer_area_sec {
    background: #f4f4f4;
    padding: 80px 0;
}

.transfer_area_sec .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.transfer_area_sec .cont .item {
    background: #fff;
    padding: 1.5em;
    border-radius: 6px;
}

.transfer_area_sec .cont .item .title_box {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

.transfer_area_sec .cont .item .title_box .title {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.transfer_area_sec .cont .item .store {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 0.7em;
}

.transfer_area_sec .area_detail {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 1em;
}

.transfer_area_sec .area_detail .img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border: 2px solid #66b800;
    border-radius: 6px;
}

.transfer_area_sec .area_detail .text_box li {
    background: #f4f7f2;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 0.2em;
}

.transfer_area_sec .area_detail .text_box li+li {
    margin-top: 0.4em;
}

.transfer_area_sec .area_detail .text_box .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #66b800;
    border: 2px solid #66b800;
    min-block-size: 32px;
    font-size: 14px;
    padding: 0.1em;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 0.4em;
    transition: 0.3s;
    cursor: pointer;
}

.transfer_area_sec .area_detail .text_box .more a:hover {
    border-color: #66b800;
    background: #fff;
    color: #66b800;
}

.transfer_area_sec .cont .item .comment {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 1em;
}

.modal__content .area_cont .title_box {
    text-align: center;
    margin-bottom: 20px;
}

.modal__content .area_cont .title_box .title {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.modal__content .area_cont .title_box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.modal__content .area_cont .area_detail {
    margin-bottom: 20px;
}

.modal__content .area_cont .comment_area .head {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.7em;
}

.modal__content .area_cont .comment_area .textarea {
    border: solid #66b800;
    border-width: 2px 0;
    padding: 1em 0;
    margin-bottom: 0.8em;
}

.modal__content .area_cont .comment_area .textarea .text {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.modal__content .area_cont .comment_area .store {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.transfer_adviser_sec .common_sec_title {
    margin-bottom: 80px;
}

.transfer_adviser_sec .catch_box {
    width: 80%;
    margin: 0 auto 80px;
    background: #fff;
    border: 2px solid #66b800;
    padding: 0 160px 25px;
    position: relative;
}

.transfer_adviser_sec .catch_box .head {
    width: fit-content;
    margin: -23px auto 15px;
    background: #fff;
    border: 2px solid #66b800;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 0.3em 1em;
}

.transfer_adviser_sec .catch_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.transfer_adviser_sec .catch_box::before {
    content: "";
    background: url(/penguin/resources/image/kawachi-tochi/home/transfer_adviser.png) no-repeat;
    background-size: contain;
    width: 75px;
    aspect-ratio: 91/342;
    position: absolute;
    top: -70px;
    left: 50px;
}

.transfer_adviser_sec .list .head {
    width: fit-content;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.3em;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.5;
}

.transfer_adviser_sec .list .head::before,
.transfer_adviser_sec .list .head::after {
    content: "";
    width: 2px;
    height: 40px;
    background: currentColor;
    display: block;
    flex-shrink: 0;
}

.transfer_adviser_sec .list .head::before {
    rotate: -20deg;
}

.transfer_adviser_sec .list .head::after {
    rotate: 20deg;
}

.transfer_adviser_sec .list ul {
    width: 80%;
    margin: 0 auto;
}

.transfer_adviser_sec .list ul li {
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.transfer_adviser_sec .list ul li+li {
    margin-top: 30px;
}

.transfer_adviser_sec .list ul li .img {
    flex-shrink: 0;
    width: 250px;
}

.transfer_adviser_sec .list ul li .img img {
    width: 100%;
    aspect-ratio: 1/1;
    border: 2px solid #66b800;
    border-radius: 50%;
}

.transfer_adviser_sec .list ul li .text_box {
    width: 100%;
}

.transfer_adviser_sec .list ul li .text_box .title {
    color: #66b800;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.transfer_adviser_sec .list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.transfer_flow_sec {
    background: #f4f4f4;
    padding: 80px 0;
}

.transfer_flow_sec .list li {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 0 40px;
    padding: 30px;
    position: relative;
}

.transfer_flow_sec .list li+li {
    margin-top: 70px;
}

.transfer_flow_sec .list li .img {
    flex-shrink: 0;
    width: 350px;
}

.transfer_flow_sec .list li .text_box {
    width: 100%;
}

.transfer_flow_sec .list li .text_box .title_box {
    display: flex;
    align-items: center;
    gap: 0 0.7em;
    margin-bottom: 0.3em;
}

.transfer_flow_sec .list li .text_box .title_box .step {
    flex-shrink: 0;
    color: #66b800;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0 0.5em;
}

.transfer_flow_sec .list li .text_box .title_box .step .num {
    font-size: 2.5em;
}

.transfer_flow_sec .list li .text_box .title {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.transfer_flow_sec .list li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.transfer_flow_sec .list li+li::before {
    content: "";
    width: 70px;
    aspect-ratio: 5/2;
    background: #191919;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: -45px;
    left: 50%;
    translate: -50% 0;
}

.transfer_faq_sec .list dl:nth-child(odd) {
    background: #f4f7f2;
}

.transfer_faq_sec .list dl {
    background: #fff;
    padding: 30px;
}

.transfer_faq_sec .list dl dt {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 0.2em;
}

.transfer_faq_sec .list dl dd {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.transfer_cta_sec {
    background: url(/penguin/resources/image/kawachi-tochi/home/transfer_contact_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.transfer_cta_sec .cont {
    background: rgba(255, 255, 255, 0.7);
    border: solid #66b800;
    border-width: 3px 0;
    padding: 50px;
}

.transfer_cta_sec .cont .main_box {
    display: flex;
    align-items: center;
    gap: 0 30px;
    border-bottom: 2px solid #191919;
    padding-right: 150px;
    margin-bottom: 15px;
}

.transfer_cta_sec .cont .main_box .img {
    flex-shrink: 0;
    width: 250px;
}

.transfer_cta_sec .cont .main_box .text_box {
    width: 100%;
}

.transfer_cta_sec .cont .main_box .text_box .title_box {
    text-align: center;
    margin-bottom: 15px;
}

.transfer_cta_sec .cont .main_box .text_box .title_box .title {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.transfer_cta_sec .cont .main_box .text_box .title_box .title .size {
    font-size: 2em;
    letter-spacing: 0.1em;
}

.transfer_cta_sec .cont .main_box .text_box .title_box .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.5;
}

.transfer_cta_sec .cont .main_box .text_box .tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.3em;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #191919;
    pointer-events: none;
    margin-bottom: 0.2em;
}

.transfer_cta_sec .cont .main_box .text_box .tel a::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.8em;
    flex-shrink: 0;
    display: block;
    rotate: 100deg;
}

.transfer_cta_sec .cont .main_box .text_box .hours {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.transfer_cta_sec .cont .mail_text {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.5em;
    margin-bottom: 30px;
}

.transfer_cta_sec .cont .mail_text::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    flex-shrink: 0;
    line-height: 1;
    display: block;
    font-size: 1.3em;
}

.transfer_cta_sec .cont .btn_box {
    display: grid;
    /* grid-template-columns: repeat(2, 300px); */
    justify-content: center;
    gap: 0 30px;
}

.transfer_cta_sec .cont .btn_box .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #66b800;
    border: 2px solid #66b800;
    min-block-size: 55px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 6px;
    padding: 0.5em;
    transition: 0.3s;
}

.transfer_cta_sec .cont .btn_box .btn a:hover {
    background: #fff;
    color: #66b800;
}

#page_security .security_common_search_btn {
    display: block;
    position: relative;
    width: 550px;
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid var(--main-color);
    border-radius: 100vmax;
    padding: 1.2em;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 4em auto 0;
    transition: 0.3s;
}

#page_security .security_common_search_btn:hover {
    background-color: #fff;
    color: var(--main-color);
}

#page_security .security_common_search_btn .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    width: 2.1em;
    aspect-ratio: 1;
    display: block;
    background-color: #fff;
    border-radius: 50%;
}

#page_security .security_common_search_btn .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1.2em;
    aspect-ratio: 1;
    background-image: url(/penguin/resources/image/kawachi-tochi/home/icon_security_search.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.single_recommend_property_sec {
    padding: 100px 0;
    background: #f4f7f2;
    margin-top: 100px;
}

.single_recommend_property_sec .tab_box ul {
    display: flex;
    gap: 2px;
    background-color: var(--main-color);
    padding: 2px;
    margin-bottom: 35px;
}

.single_recommend_property_sec .tab_box ul li {
    flex: 1;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    color: var(--main-color);
    padding: 0.8em;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: 0.2s;
}

.single_recommend_property_sec .tab_box ul li.active,
.single_recommend_property_sec .tab_box ul li:hover {
    background-color: var(--main-color);
    color: #fff;
}

.single_recommend_property_sec .panel_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.single_recommend_property_sec .panel_box ul li .link {
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    padding: 14px;
    position: relative;
    text-decoration: none;
    display: block;
}

.single_recommend_property_sec .panel_box ul li .link .img_box {
    width: 100%;
    aspect-ratio: 49 / 34;
    overflow: hidden;
}

.single_recommend_property_sec .panel_box ul li .link .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.single_recommend_property_sec .panel_box ul li .link:hover .img_box img {
    transform: scale(1.1);
}

.single_recommend_property_sec .panel_box ul li .link .text_box {
    margin-top: 14px;
}

.single_recommend_property_sec .panel_box ul li .link .text_box .prop_name {
    font-size: 16px;
    letter-spacing: 0.04rem;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* padding-bottom: .8em; */
    /* border-bottom: #ccc solid 1px; */
    /* margin-bottom: .9em; */
}

.single_recommend_property_sec .panel_box ul li .link .text_box .price_box {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 0.36em;
    font-weight: 700;
    margin-bottom: 0.7em;
    padding-top: 0.8em;
    border-top: #ccc solid 1px;
    margin-top: 0.9em;
}

.single_recommend_property_sec .panel_box ul li .link .text_box .price_box .num {
    font-size: 1.29em;
    color: #d62424;
    display: inline-block;
    margin-right: 0.2em;
    line-height: 1;
}

.single_recommend_property_sec .panel_box ul li .link .text_box .access_address {
    display: flex;
    align-items: center;
    gap: 0 0.41em;
    font-size: 12px;
}

.single_recommend_property_sec .panel_box ul li .link .text_box .access_address+.access_address {
    margin-top: 0.41em;
}

.single_recommend_property_sec .panel_box ul li .link .text_box .access_address .icon {
    flex-shrink: 0;
    width: 1.33em;
    line-height: 1;
}

.single_recommend_property_sec .panel_box ul li .link .text_box .access_address .icon svg {
    width: 100%;
    height: 100%;
}

.single_recommend_property_sec .panel_box ul li .link .text_box .access_address .icon svg path {
    fill: #66b800;
}

.single_recommend_property_sec .panel_box ul li .link .text_box .access_address .sp {
    display: none !important;
}

#page_motegi_terrace .mainVisual {
    background: url(/penguin/resources/image/kawachi-tochi/home/motegi_mainvisual_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#page_motegi_terrace .mainVisual .wrap {
    position: relative;
}

#page_motegi_terrace .mainVisual .logo {
    position: absolute;
    left: 0;
    top: 40px;
    width: 430px;
}

#page_motegi_terrace .mainVisual .bosyu {
    position: absolute;
    left: 460px;
    top: 20px;
    width: 110px;
}

#page_motegi_terrace .area_section {
    padding: 100px 0;
}

#page_motegi_terrace .area_section .title_box {
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

#page_motegi_terrace .area_section .title_box .character {
    width: 200px;
}

#page_motegi_terrace .area_section .title_box .title {
    width: 300px;
}

#page_motegi_terrace .area_section .address {
    text-align: center;
    margin-bottom: 50px;
}

#page_motegi_terrace .area_section .image_area {
    margin-bottom: 50px;
}

#page_motegi_terrace .area_section .image_area .image {
    width: 52%;
}

#page_motegi_terrace .area_section .image_area .image.map {
    width: 42%;
}

#page_motegi_terrace .area_section .text_area {
    margin-bottom: 100px;
}

#page_motegi_terrace .area_section .text_area dl {
    border: 2px solid;
    padding: 40px;
    border-radius: 10px;
}

#page_motegi_terrace .area_section .text_area dl+dl {
    margin-top: 40px;
}

#page_motegi_terrace .area_section .text_area dl dt {
    margin-bottom: 1em;
}

#page_motegi_terrace .area_section .text_area dl dd {
    line-height: 2;
}

#page_motegi_terrace .area_section .text_area dl dd ul {
    gap: 1em;
}

#page_motegi_terrace .area_section .text_area dl dd ul li:before {
    content: "●";
    margin-right: 0.5em;
}

#page_motegi_terrace .area_section .videoBox {
    text-align: center;
}

#page_motegi_terrace .system_section,
#page_motegi_terrace .point_section {
    background: url(/penguin/resources/image/kawachi-tochi/home/motegi_mainvisual_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.common_title_box {
    margin-bottom: 50px;
}

.common_title_box .title {
    background: #604c3f;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    padding: 0.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.common_title_box .title small {
    margin-right: 0.5em;
}

.common_title_box .lead {
    text-align: center;
    font-size: 18px;
}

#page_motegi_terrace .system_section .system_area {
    margin-bottom: 50px;
}

#page_motegi_terrace .system_section .system_area ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#page_motegi_terrace .system_section .system_area ul li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid;
}

#page_motegi_terrace .system_section .system_area ul li .title_area {
    gap: 20px;
    border-bottom: 2px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
}

#page_motegi_terrace .system_section .system_area ul li .title_area .num {
    background: url(/penguin/resources/image/kawachi-tochi/home/apple.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    font-weight: bold;
}

#page_motegi_terrace .system_section .system_area ul li .title_area .title {
    font-size: 18px;
    font-weight: bold;
}

#page_motegi_terrace .system_section .system_area ul li .text {
    font-size: 14px;
    line-height: 2;
}

#page_motegi_terrace .system_section .facility_area {
    margin-bottom: 80px;
}

#page_motegi_terrace .system_section .facility_area ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#page_motegi_terrace .system_section .facility_area ul li {
    background: #66b800;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}

#page_motegi_terrace .system_section .facility_area ul li .title {
    font-size: 20px;
    border-bottom: 2px solid;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#page_motegi_terrace .system_section .facility_area ul li .title:before {
    content: "■";
    margin-right: 0.5em;
}

#page_motegi_terrace .system_section .facility_area ul li .text {
    line-height: 2;
    font-size: 14px;
}

#page_motegi_terrace .system_section .facility_area ul li .tel {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0.5em;
    line-height: 1;
}

#page_motegi_terrace .system_section .conditions_area {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #66b800;
}

#page_motegi_terrace .system_section .conditions_area .title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    color: #66b800;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url(/penguin/resources/image/kawachi-tochi/home/ringo_chara.svg) no-repeat, url(/penguin/resources/image/kawachi-tochi/home/ringo_chara.svg) no-repeat;
    background-size: 50px;
    background-position: 120px, calc(100% - 120px);
}

#page_motegi_terrace .system_section .conditions_area .title .accent {
    background: linear-gradient(transparent 70%, #ffe55f 70%);
    font-size: 35px;
    margin-left: 0.5em;
}

#page_motegi_terrace .system_section .conditions_area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

#page_motegi_terrace .system_section .conditions_area ul li:before {
    content: "●";
    margin-right: 0.3em;
}

#page_motegi_terrace .common_link_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    width: 70%;
    margin: 50px auto 0 auto;
}

#page_motegi_terrace .common_link_wrap .button a {
    display: block;
    line-height: 70px;
    color: #000;
    background: #ffd900;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 20px;
    transition: 0.3s;
}

#page_motegi_terrace .common_link_wrap .button a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: 0.3s;
}

#page_motegi_terrace .common_link_wrap .button a:hover {
    opacity: 0.7;
}

#page_motegi_terrace .ridge_section {
    padding: 100px 0;
}

#page_motegi_terrace .ridge_section .ridge_information {
    margin-bottom: 80px;
}

#page_motegi_terrace .ridge_section .ridge_information .image {
    width: 60%;
}

#page_motegi_terrace .ridge_section .ridge_information .text_area {
    width: 35%;
}

#page_motegi_terrace .ridge_section .ridge_information .text_area dl dt {
    line-height: 1.2;
    margin-bottom: 1em;
    border: 2px solid;
    padding: 1em;
}

#page_motegi_terrace .ridge_section .ridge_information .text_area dl dd {
    font-size: 14px;
    line-height: 2;
}

#page_motegi_terrace .ridge_section .ridge_information .text_area dl dt .ridge {
    border-right: 2px solid;
    padding-right: 1em;
    margin-right: 1em;
}

#page_motegi_terrace .ridge_section .ridge_information .text_area dl dt .info {
    font-weight: normal;
}

#page_motegi_terrace .ridge_section .ridge_information .text_area dl+dl {
    margin-top: 30px;
}

#page_motegi_terrace .ridge_section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#page_motegi_terrace .ridge_section ul li.list {
    border: 2px solid #007a35;
    padding: 20px;
    border-radius: 10px;
}

#page_motegi_terrace .ridge_section ul li.list .titleBox {
    background: #007a35;
    color: #fff;
    padding: 10px 20px;
    padding-left: 100px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}

#page_motegi_terrace .ridge_section ul li.list .titleBox .ribon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    padding: 10px;
    z-index: 2;
    width: 60px;
    text-align: center;
    font-size: 17px;
    color: #000;
    background: #ffd900;
    font-weight: bold;
}

#page_motegi_terrace .ridge_section ul li.list .titleBox .ribon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 30px solid #ffd900;
    border-right: 30px solid #ffd900;
    border-bottom: 10px solid transparent;
}

#page_motegi_terrace .ridge_section ul li.list .titleBox .ribon .num {
    line-height: 1.2;
    font-size: 25px;
    border-bottom: 1px solid;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
}

#page_motegi_terrace .ridge_section ul li.list .titleBox .ribon .num small {
    display: block;
    font-size: 15px;
}

#page_motegi_terrace .ridge_section ul li.list .titleBox .ribon .madori {
    line-height: 1;
}

#page_motegi_terrace .ridge_section ul li.list .titleBox .title {
    font-size: 20px;
    font-weight: bold;
}

#page_motegi_terrace .ridge_section ul li.list .titleBox .info {
    background: #fff;
    color: #007a35;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    padding: 0.2em 1em;
    border-radius: 40px;
    margin-bottom: 0.5em;
}

#page_motegi_terrace .ridge_section ul li.list .size {
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: right;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .image_area {
    width: 55%;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .point_wrap {
    width: 42%;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .image {
    margin-bottom: 20px;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .text_area .title {
    background: #333;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1em;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .text_area .title:before {
    content: "●";
    margin-right: 0.5em;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .text_area ol li {
    font-size: 13px;
    align-items: flex-start;
    justify-content: space-between;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .text_area ol li+li {
    margin-top: 10px;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .text_area ol li .num {
    background: #333;
    color: #fff;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
}

#page_motegi_terrace .ridge_section ul li.list .in_contents .text_area ol li .text {
    width: calc(100% - 30px);
}

#page_motegi_terrace .point_section .contents {
    gap: 40px;
    margin-bottom: 80px;
}

#page_motegi_terrace .point_section .pdf_button a {
    display: block;
    width: 400px;
    line-height: 80px;
    background: #333;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 60px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#page_motegi_terrace .point_section .contents .box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #007a35;
    width: 48%;
}

#page_motegi_terrace .point_section .contents .box:first-child,
#page_motegi_terrace .point_section .contents .box:last-child {
    width: 100%;
}

#page_motegi_terrace .point_section .contents .box .title_box {
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #007a35;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#page_motegi_terrace .point_section .contents .box ul li {
    width: 48%;
}

#page_motegi_terrace .point_section .contents .box:first-child ul li,
#page_motegi_terrace .point_section .contents .box:last-child ul li {
    width: 23%;
}

#page_motegi_terrace .point_section .contents .box:first-child ul li .image {
    height: 300px;
}

#page_motegi_terrace .point_section .contents .box:nth-child(2) ul li .image {
    height: 350px;
}

#page_motegi_terrace .point_section .contents .box:nth-child(4) ul li .image {
    height: 200px;
}

#page_motegi_terrace .point_section .contents .box:nth-child(6) ul li .image {
    height: 200px;
}

#page_motegi_terrace .point_section .contents .box ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child {
    width: 74%;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .image_area {
    width: 45%;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .image {
    height: 440px;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .text_area {
    width: 50%;
    position: relative;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .text_area .character {
    position: absolute;
    right: 0;
    bottom: -100px;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .text_area .character img {
    width: 120px;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .text_area dl+dl {
    margin-top: 20px;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .text_area dl dt {
    background: #007a35;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 14px;
    margin-bottom: 0.5em;
    border-radius: 10px;
}

#page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .text_area dl dd {
    font-size: 14px;
    line-height: 2;
}

#page_motegi_terrace .point_section .contents .box ul li .image {
    margin-bottom: 10px;
}

#page_motegi_terrace .point_section .contents .box ul li .title {
    margin-bottom: 0.5em;
    font-size: 13px;
    font-weight: bold;
}

#page_motegi_terrace .point_section .contents .box ul li .text {
    font-size: 13px;
    line-height: 2;
}

#page_motegi_terrace .point_section .contents .box .title_box .num {
    background: #007a35;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.1;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding-top: 13px;
}

#page_motegi_terrace .point_section .contents .box .title_box .num small {
    display: block;
    font-size: 14px;
}

#page_motegi_terrace .point_section .contents .box .title_box .title {
    font-size: 18px;
    font-weight: bold;
}

#page_motegi_terrace .point_section .contents .box .title_box .title .accent {
    font-size: 25px;
    margin-left: 0.2em;
}

#page_motegi_terrace .point_section .contents .box .info_area .text_area {
    width: 48%;
}

#page_motegi_terrace .point_section .contents .box .info_area .text_area .title {
    font-size: 15px;
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 0.2em 1em;
    border-radius: 10px;
    margin-bottom: 0.5em;
}

#page_motegi_terrace .point_section .contents .box .info_area .text_area .text {
    line-height: 2;
    font-size: 12px;
}

#page_motegi_terrace .point_section .contents .box .info_area .image {
    width: 48%;
}

#page_motegi_terrace .point_section .contents .box .info_area .info_wrap:nth-child(even) .image {
    order: -1;
}

#page_motegi_terrace .point_section .contents .box .info_area .info_wrap+.info_wrap {
    margin-top: 30px;
}

/* 売買サイト追従ボタン */
.baibai_fixed_btn {
    position: fixed;
    bottom: 5%;
    right: 0;
}

.baibai_fixed_btn a {
    display: block;
    background-color: #66b800;
    padding: 20px;
    border-radius: 6px 0 0 6px;
    transition: 0.3s;
}

.baibai_fixed_btn a .text {
    background-color: #66b800;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    writing-mode: vertical-rl;
    color: #fff;
}

.baibai_fixed_btn a .text .bold {
    display: inline-block;
    font-weight: 900;
    font-size: 120%;
}

.baibai_fixed_btn a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.baibai_fixed_btn a .img {
    width: 15px;
    margin: 0 auto;
}

.baibai_fixed_btn a:hover {
    opacity: 0.8;
}

#page_security .review_sec .review_cont ul .slick-dots li {
    display: none;
}

.construction .lifestyle_search_sec {
    margin: 80px 0;
}

.construction .lifestyle_search_sec .search_cont .ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    font-weight: 700;
}

.construction .lifestyle_search_sec .search_cont .area_cont .box {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 30px;
    line-height: 1.8;
    flex-wrap: nowrap;
}

.construction .lifestyle_search_sec .search_cont .area_cont .box .area_ttl {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 240px;
    margin-right: 25px;
}

.construction .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li {
    margin-right: 15px;
}

.construction .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a {
    font-size: 15px;
    text-decoration: underline;
    letter-spacing: 0.05em;
    color: #191919;
}

.construction .lifestyle_search_sec .search_cont+.search_cont {
    margin-top: 50px;
}

.construction .lifestyle_search_sec .search_cont .area_cont .box+.box {
    margin-top: 15px;
}

.construction .terms_ranking_sec .terms_ranking_block {
    padding: 40px;
    background-color: #f4f4f4;
}

.construction .terms_ranking_sec .terms_ranking_box {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.construction .terms_ranking_sec .terms_ranking_box:last-child {
    border-bottom: none;
}

.construction .terms_ranking_sec .terms_ranking_box .title {
    width: 13%;
    padding: 0 10px;
    text-align: center;
    margin: 0;
}

.construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list {
    width: 85%;
    align-items: center;
    counter-reset: count 0;
}

.construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list li {
    width: 20%;
    position: relative;
    padding-left: 38px;
    padding-right: 10px;
    font-size: 14px;
}

.construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list li a {
    text-decoration: underline;
    color: #191919;
}

.construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
    display: block;
    content: counter(count) "";
    counter-increment: count 1;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background-color: #66b800;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
}

.construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list li:nth-child(n + 4):before {
    background-color: #cdcdcd;
}

.construction .terms_termlist_sec {
    padding: 80px 0 80px;
}

.construction .terms_termlist_sec .terms_termlist_wrap {
    padding: 40px;
    background-color: #f4f4f4;
}

.construction .terms_termlist_sec .terms_termlist {
    padding: 20px 20px 10px;
    background-color: #fff;
}

.construction .terms_termlist_sec .terms_termlist li {
    margin: 0 20px 10px 0;
    font-size: 15px;
}

.construction .terms_termlist_sec .terms_termlist li a {
    text-decoration: underline;
    color: #191919;
}

.construction .terms_ranking_sec .ttl,
.construction .terms_termlist_sec .ttl {
    font-size: 19px;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    font-weight: 700;
}

.construction #page_security .main_sec {
    margin-bottom: 70px;
}

.construction #page_security .main_sec .search_sec {
    background-color: #fff;
}

.construction #page_security .search_sec {
    background-color: #f4f7f2;
}

.construction #page_security .intro_sec {
    margin-bottom: 0;
}

.construction #page_security .category_kuchikomi {
    padding: 0;
}

.construction #page_security .intro_sec {
    background-color: #fff;
}

.construction #page_security .main_sec .main_cont .text_box .ttl {
    text-align: center;
}

.construction #page_security .main_sec .main_cont .text_box .text {
    text-align: center;
}

.lifestyle_intro_sec {
    padding-bottom: 50px;
}

.lifestyle_intro_sec .block .ttl {
    font-size: 28px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #191919;
    margin-bottom: 30px;
}

.lifestyle_intro_sec .block .box {
    flex-wrap: nowrap;
    align-items: center;
}

.lifestyle_intro_sec .block .box.stretch {
    align-items: stretch;
}

.lifestyle_intro_sec .block .box.stretch .img img {
    height: 100%;
    object-fit: cover;
}

.lifestyle_intro_sec .block .box .text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.lifestyle_intro_sec .block .box .text_box .text .accent {
    font-weight: bold;
}

.lifestyle_intro_sec .block .box .img {
    width: 40%;
    margin-left: 5%;
    flex-shrink: 0;
    line-height: 1;
}

.lifestyle_intro_sec .block .box .img img {
    width: 100%;
    vertical-align: bottom;
}

/* 棟・部屋追従 */
.vacancy_tuiju {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.7em;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.vacancy_tuiju .btn .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
    background: #66b800;
    border-radius: 100vmax;
    min-block-size: 55px;
    padding: 0.5em 3em;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
    transition: .3s;
}

.vacancy_tuiju .btn .link .num {
    font-size: 1.5em;
    line-height: 1;
    margin-inline: 0 0.2em;
    color: #ffee2a;
}

.vacancy_tuiju .btn .link:hover {
    opacity: 0.7;
}

.term_average .cont .price_box li .madori a:hover {
    color: #191919;
}

.category_recommend {
    margin-top: 150px;
}

.construction .terms_termlist_sec.category {
    padding-top: 0;
}

@media (max-width: 750px) {

    .wrap,
    #page_article .wrap {
        max-width: 90%;
    }

    /*********************************************
   * SPヘッダー
   *********************************************/
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
        z-index: 999;
        height: 65px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 15px;
        line-height: 0;
    }

    header#sp_header .logo img {
        height: 35px;
    }

    header#sp_header .link {
        position: absolute;
    }

    header#sp_header .link.recently {
        right: 125px;
        top: 13px;
    }

    header#sp_header .link.favorite {
        right: 65px;
        top: 13px;
    }

    header#sp_header .link .icon {
        width: 18px;
        margin-inline: auto;
    }

    header#sp_header .link .name {
        color: #191919;
        font-weight: 700;
        font-size: 10px;
        margin-top: 3px;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 100001;
        right: 13px;
        top: 12px;
        width: 43px;
        height: 43px;
        cursor: pointer;
        text-align: center;
        background-color: #f4f7f2;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #555;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .globalMenuSp {
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        color: #191919;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
        align-items: center;
        background: #f4f7f2;
        padding: 15vw 5vw;
        overflow: scroll;
    }

    .globalMenuSp .menu_inner {
        width: 100%;
        background: #fff;
        padding: 9vw 5vw;
    }

    .globalMenuSp .info_box {
        margin-bottom: 5vw;
    }

    .globalMenuSp .info_box .logo {
        width: 70%;
        margin: 0 auto 4vw;
    }

    .globalMenuSp .info_box .tel {
        text-align: center;
        margin-bottom: 1.5vw;
    }

    .globalMenuSp .info_box .tel a {
        display: inline-block;
        color: #191919;
        font-weight: 700;
        letter-spacing: 0.03em;
        font-size: 6.5vw;
        line-height: 1;
    }

    .globalMenuSp .info_box .tel a small {
        font-size: 50%;
        margin-right: 1vw;
    }

    .globalMenuSp .info_box .hours {
        text-align: center;
        font-size: 3.4vw;
    }

    .globalMenuSp .search_box {
        margin-bottom: 5vw;
    }

    .globalMenuSp .search_box .btn_box {
        margin-bottom: 4vw;
    }

    .globalMenuSp .search_box .btn_box ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 3vw;
    }

    .globalMenuSp .search_box .btn_box li a {
        display: flex;
        align-items: center;
        background: #f4f7f2;
        padding: 3vw 2vw;
        gap: 0 1.5vw;
    }

    .globalMenuSp .search_box .btn_box li a .icon {
        flex-shrink: 0;
        width: 8vw;
        height: fit-content;
        aspect-ratio: 1/1;
        background: #fff;
        border-radius: 50%;
        line-height: 1;
        display: grid;
        place-content: center;
    }

    .globalMenuSp .search_box .btn_box li a .icon svg {
        width: 4vw;
    }

    .globalMenuSp .search_box .btn_box li a .icon svg path {
        fill: var(--main-color);
    }

    .globalMenuSp .search_box .btn_box li a .text {
        color: #191919;
        font-weight: 700;
        font-size: 3.2vw;
    }

    .globalMenuSp .search_box .btn_box li a .icon svg.map {
        width: 5vw;
    }

    .globalMenuSp .common_cont_title {
        border-bottom: 2px solid var(--main-color);
        padding: 0 1.5vw 1vw;
        margin-bottom: 3vw;
    }

    .globalMenuSp .common_cont_title .jp {
        font-size: 4vw;
        font-weight: 700;
        letter-spacing: 0.05em;
    }

    .globalMenuSp .search_box .keyword .form {
        width: 100%;
        position: relative;
    }

    .globalMenuSp .search_box .keyword .form .text {
        width: 100%;
        line-height: 14vw;
        padding: 0 13vw 0 3vw;
        outline: none;
        background: #f4f7f2;
        font-size: 2.8vw;
        letter-spacing: 0.05em;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    }

    .globalMenuSp .search_box .keyword .form .submit {
        width: 6vw;
        aspect-ratio: 1/1;
        background: url(/penguin/resources/image/kawachi-tochi/home/icon_megane_black.svg) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 50%;
        right: 3vw;
        translate: 0 -50%;
    }

    .globalMenuSp .common_cont_title.switchHat {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .globalMenuSp .common_cont_title.switchHat::after {
        content: "";
        width: 2vw;
        aspect-ratio: 1/1;
        border: solid var(--main-color);
        border-width: 2px 2px 0 0;
        rotate: 135deg;
        flex-shrink: 0;
        display: block;
        transition: 0.6s;
    }

    .globalMenuSp .common_cont_title.switchHat.nowOpen::after {
        rotate: -45deg;
        translate: 0 50%;
    }

    .globalMenuSp .site_cont {
        margin-bottom: 5vw;
    }

    .globalMenuSp .site_cont .list {
        padding-bottom: 1vw;
    }

    .globalMenuSp .site_cont .list .closeBtnHat {
        display: none;
    }

    .globalMenuSp .site_cont .list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
    }

    .globalMenuSp .site_cont .list li a {
        display: block;
        background: #f4f7f2;
        border-radius: 1vw;
        text-align: center;
        color: #191919;
        font-weight: 700;
        letter-spacing: 0.05em;
        font-size: 3.2vw;
        padding: 3.5vw 0;
        box-shadow: 0 2px 0 var(--main-color);
    }

    .globalMenuSp .terms_box {
        margin-bottom: 2vw;
    }

    .globalMenuSp .terms_box .list ul {
        display: grid;
        /* overflow: scroll; */
        gap: 2vw;
        padding-bottom: 3vw;
        grid-template-columns: repeat(2, 1fr);
    }

    .globalMenuSp .terms_box .list li {
        /* min-width: 35vw; */
        /* width: 35vw; */
    }

    .globalMenuSp .terms_box .list li a {
        display: flex;
        height: 100%;
        gap: 0;
        background: #f4f7f2;
        /* align-items: center; */
    }

    .globalMenuSp .terms_box .list li a .img {
        width: 14vw;
        height: 11vw;
        flex-shrink: 0;
        margin: 0;
    }

    .globalMenuSp .terms_box .list li a .img img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .globalMenuSp .terms_box .list li a .text_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1vw 2vw;
        flex-grow: 1;
    }

    .globalMenuSp .terms_box .list li a .text_box .theme {
        color: var(--main-color);
        font-weight: 700;
        letter-spacing: 0;
        font-size: 2.6vw;
        line-height: 1.4;
        letter-spacing: -0.01em;
    }

    .globalMenuSp .link_box ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2vw;
    }

    .globalMenuSp .link_box li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #f4f7f2;
        padding: 4vw 0;
    }

    .globalMenuSp .link_box li a .icon {
        flex-shrink: 0;
        width: 7vw;
        aspect-ratio: 1/1;
        margin: 0 auto 1.5vw;
        display: grid;
        place-content: center;
    }

    .globalMenuSp .link_box li a .icon svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .globalMenuSp .link_box li a .icon svg path,
    .globalMenuSp .link_box li a .icon svg rect {
        fill: var(--main-color);
    }

    .globalMenuSp .link_box li a .text {
        color: #191919;
        font-weight: 700;
        letter-spacing: 0.03em;
        font-size: 3.2vw;
    }

    /* このクラスを、jQueryで付与・削除する */
    .globalMenuSp.active {
        transform: translateX(0%);
    }

    body {
        font-size: 3.6vw;
        line-height: 1.6;
        padding-top: 65px;
    }

    .wrap {
        max-width: 90%;
    }

    .wrap2 {
        max-width: 90%;
    }

    .wrap3 {
        max-width: 90%;
    }

    #top_main .main_slider_box {
        padding: 1vw 0;
    }

    #top_main .main_slider_box ul .arrow {
        top: 20vw;
        width: 8vw;
        height: 8vw;
        border: 1px solid #191919;
        top: 23vw;
    }

    #top_main .main_slider_box ul .arrow svg {
        width: 26%;
    }

    #top_main .main_slider_box ul .arrow.prev {
        left: 1vw;
    }

    #top_main .main_slider_box ul .arrow.next {
        right: 1vw;
    }

    #top_main .main_slider_box ul li {
        margin: 0 3vw;
    }

    #top_search {
        margin-top: 12vw;
    }

    #top_search .search_box {
        display: block;
    }

    #top_search .search_box .common_ttl_box {
        margin-right: 0;
    }

    #top_search .search_box .free_sec_box {
        margin-left: 0;
        margin-top: 5vw;
        display: flex;
        flex-direction: column-reverse;
    }

    #top_search .search_box .free_sec_box .free_box .theme {
        font-size: 4vw;
        font-weight: 600;
        text-align: center;
    }

    #top_search .search_box .free_sec_box .free_box .free {
        margin-top: 2.5vw;
    }

    #top_search .search_box .free_sec_box .free_box .free .search_text {
        line-height: 12vw;
        border-radius: 2vw;
        font-size: 3.4vw;
        padding: 0 14vw 0 5vw;
    }

    #top_search .search_box .free_sec_box .free_box .free .submit {
        width: 12vw;
        /* height: 12vw; */
        background-size: 6vw;
    }

    #top_search .search_box .free_sec_box .link_btn_box {
        margin-top: 0;
        margin-bottom: 4vw;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul {
        /* grid-template-columns: 100%; */
        gap: 2vw;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link {
        flex-direction: column;
        padding: 3vw 1vw;
        height: 100%;
        transition: 0s;
        border-radius: 8px;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link:hover {
        background-color: #fff;
        border: 1px solid #ccc;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link:hover .icon {
        background-color: #191919;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link:hover .icon svg path {
        fill: #fff;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link:hover .name {
        color: #191919;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link .icon {
        transition: 0s;
        width: 9vw;
        height: 9vw;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link .icon svg {
        width: 56%;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link .icon svg.train {
        width: 42%;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link .icon svg path {
        transition: 0s;
    }

    #top_search .search_box .free_sec_box .link_btn_box ul li .link .name {
        font-size: 3vw;
        transition: 0s;
        line-height: 1;
        margin-left: 0;
        text-align: center;
        letter-spacing: -0.01em;
        margin-top: 1em;
    }

    .common_ttl_box {
        text-align: center;
    }

    .common_ttl_box .ttl {
        font-size: 5.5vw;
    }

    .common_ttl_box .en_ttl {
        font-size: 3.5vw;
        margin-top: 3vw;
    }

    .common_ttl_box .ttl_comment {
        font-size: 3.4vw;
        margin-top: 4vw;
        line-height: 1.7;
    }

    #top_property {
        margin-top: 5vw;
    }

    #top_property .property_box {
        margin-top: 0;
    }

    #top_property .property_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
    }

    #top_property .property_box ul li .link .img {
        height: 15vw;
        width: 18vw;
        flex-shrink: 0;
    }

    #top_property .property_box ul li .link .text_box {
        padding: 2vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
    }

    #top_property .property_box ul li .link .text_box .theme {
        transition: 0s;
        font-size: 3vw;
        color: #66b800;
        letter-spacing: -0.01em;
        line-height: 1.4;
    }

    #top_property .property_box ul li .link .text_box .text {
        font-size: 3.4vw;
        margin-top: 2vw;
        display: none;
    }

    #top_arrival {
        margin-top: 20vw;
    }

    #top_arrival .arrival_sec_box {
        padding: 18vw 0;
    }

    #top_arrival .arrival_sec_box .arrival_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 6vw 2vw;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link {
        border-radius: 2vw;
        transition: 0s;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link:hover {
        opacity: 1;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .img {
        height: 38vw;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .img .ab_new {
        font-size: 3.4vw;
        line-height: 6vw;
        width: 16vw;
        border-radius: 3vw;
        top: 2vw;
        left: 2vw;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box {
        padding: 3vw 2vw;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .theme {
        font-size: 4.2vw;
        transition: 0s;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box {
        margin-top: 3.5vw;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box {
        align-items: flex-start;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box+.box {
        margin-top: 2vw;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .icon {
        width: 5vw;
        margin-right: 3vw;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .icon.en {
        width: 4vw;
        margin-left: 0.5vw;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .cost {
        font-size: 4vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    #top_arrival .arrival_sec_box .arrival_box ul li .link .text_box .info_box .box .cont {
        font-size: 3.4vw;
    }

    #top_arrival .tab_area .cell:hover {
        color: #fff;
        background-color: #66b800;
    }

    #top_arrival .tab_area .cell.active {
        color: #66b800;
        background-color: #fff;
    }

    #top_arrival .link:hover {
        opacity: 1;
    }

    #top_arrival .count_text .count {
        font-size: 5vw;
    }

    #top_arrival .count_text small {
        font-size: 3.5vw;
    }

    #top_arrival .tab_area {
        grid-template-columns: repeat(2, 1fr);
        gap: 1vw;
    }

    #top_arrival .tab_area .cell {
        font-size: 3.5vw;
        line-height: 32px;
    }

    #top_kutikomi {
        margin-top: 20vw;
    }

    #top_kutikomi .kutikomi_box {
        background-image: url(/penguin/resources/image/kawachi-tochi/home/top_kutikomi_back_sp.png);
        padding: 15vw 5vw;
        pointer-events: none;
    }

    #top_kutikomi .kutikomi_box .text_box .ttl_box {
        margin: 0 auto;
        width: 92%;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form {
        margin-top: 10vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment {
        font-size: 4vw;
        justify-content: center;
        line-height: 1.6;
        text-align: center;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment::before,
    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment::after {
        height: 12vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment::before {
        margin-right: 6vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .comment::after {
        margin-left: 4.6vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box {
        border-radius: 2vw;
        padding: 6vw 4vw;
        width: 100%;
        margin-top: 5vw;
        pointer-events: visible;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul {
        height: 90vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li {
        padding: 5vw;
        border-radius: 2vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .star span {
        width: 6vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .star span+span {
        margin-left: 2vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .star_box .num {
        font-size: 8vw;
        margin-left: 4vw;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li .text {
        font-size: 3.3vw;
        margin-top: 4vw;
        line-height: 1.7;
    }

    #top_kutikomi .kutikomi_box .text_box .kutikomi_form .scroll_box ul li+li {
        margin-top: 4vw;
    }

    #top_kutikomi .kutikomi_box .text_box .more_view_sp {
        background-color: #fff;
        line-height: 12vw;
        width: 100%;
        text-align: center;
        font-size: 4vw;
        letter-spacing: 0.08em;
        font-weight: 600;
        border-radius: 2vw;
        margin-top: 7vw;
        color: #191919;
        pointer-events: visible;
    }

    #top_topics {
        margin-top: 20vw;
    }

    #top_topics .topics_box {
        margin-top: 8vw;
    }

    #top_topics .topics_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 7vw 3vw;
    }

    #top_topics .topics_box ul li:first-child .link .img {
        height: 35vw;
    }

    #top_topics .topics_box ul li:first-child .link .text_box .ttl {
        font-size: 4vw;
    }

    #top_topics .topics_box ul li:first-child .link .text_box .text {
        -webkit-line-clamp: 3;
    }

    #top_topics .topics_box ul li .link .img {
        height: 35vw;
    }

    #top_topics .topics_box ul li .link .img .new {
        width: 12vw;
        height: 12vw;
        font-size: 4.5vw;
        padding-top: 3vw;
        left: 2vw;
    }

    #top_topics .topics_box ul li .link .img img {
        border-radius: 2vw;
    }

    #top_topics .topics_box ul li .link .text_box {
        padding: 4vw 1vw 0;
    }

    #top_topics .topics_box ul li .link .text_box .day {
        font-size: 3.2vw;
    }

    #top_topics .topics_box ul li .link .text_box .ttl {
        color: #66b800;
        font-size: 4vw;
        transition: 0s;
        margin-top: 2vw;
    }

    #top_topics .topics_box ul li .link .text_box .text {
        font-size: 3.4vw;
        margin-top: 2vw;
    }

    #top_topics .more_btn {
        width: 100%;
        margin: 8vw 0 0;
    }

    #top_topics .more_btn .btn {
        border-radius: 2vw;
        font-size: 4vw;
        line-height: 12vw;
        transition: 0s;
        color: #fff;
        background-color: #191919;
    }

    #top_column {
        padding: 20vw 0;
        margin-top: 20vw;
    }

    #top_column .top_column_box {
        margin-top: 8vw;
    }

    .common_column_box {
        grid-template-columns: 100%;
        gap: 7vw 0;
    }

    .common_column_box .box {
        border-radius: 2vw;
        padding: 12vw 5vw 8vw;
        height: unset;
    }

    .common_column_box .box::after {
        height: 3vw;
    }

    .common_column_box .box .box_ttl {
        font-size: 4.8vw;
    }

    .common_column_box .box ul {
        margin-top: 10vw;
    }

    .common_column_box .box ul li {
        padding: 3.5vw 0;
        height: unset;
    }

    .common_column_box .box ul li .link:hover .icon {
        background-color: #fff;
    }

    .common_column_box .box ul li .link:hover .icon svg path {
        stroke: #191919;
    }

    .common_column_box .box ul li .link .img {
        width: 34%;
        height: 20vw;
        margin-right: 3vw;
    }

    .common_column_box .box ul li .link .img img {
        border-radius: 2vw;
    }

    .common_column_box .box ul li .link .text {
        font-size: 3.4vw;
        margin-right: 3vw;
    }

    .common_column_box .box ul li .link .icon {
        width: 6vw;
        height: 6vw;
        transition: 0s;
    }

    .common_column_box .box .more_btn {
        margin: 12vw 0 0;
        width: 100%;
    }

    .common_column_box .box .more_btn .btn {
        transition: 0s;
        font-size: 4vw;
        line-height: 12vw;
        border-radius: 2vw;
    }

    .common_column_box .box .more_btn .btn:hover {
        background-color: #fff;
        color: #191919;
    }

    #top_staff {
        margin-top: 20vw;
        background-image: url(/penguin/resources/image/kawachi-tochi/home/top_staff_back_black.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 20vw 0;
    }

    #top_staff .staff_box {
        display: block;
    }

    #top_staff .staff_box .ttl_sec_box {
        width: 100%;
        background-image: none;
        border-radius: 2vw;
        padding: 0;
    }

    #top_staff .staff_box .staff_slider_box {
        width: 100%;
        margin-top: 8vw;
    }

    #top_staff .staff_box .staff_slider_box ul li {
        margin: 0 2vw;
        height: 55vw;
    }

    #top_staff .staff_box .staff_slider_box ul.bottom {
        margin-top: 3vw;
    }

    #top_staff .staff_box .more_btn {
        width: 100%;
        margin-top: 12vw;
    }

    #top_staff .staff_box .more_btn .btn {
        border-radius: 2vw;
        line-height: 13vw;
        transition: 0s;
        font-size: 4vw;
        background-color: #fff;
        color: #191919;
        text-align: center;
        display: block;
        font-weight: 600;
    }

    #top_store {
        margin-top: 20vw;
        margin-bottom: 20vw;
    }

    #top_store .store_box {
        margin-top: 8vw;
    }

    #top_store .store_box ul {
        grid-template-columns: 100%;
        gap: 10vw 0;
    }

    #top_store .store_box ul li+li {
        padding-top: 10vw;
        border-top: 2px dashed #ccc;
    }

    #top_store .store_box ul li .box {
        display: block;
    }

    #top_store .store_box ul li .box .img {
        width: 100%;
        height: 60vw;
        margin-right: 0;
    }

    #top_store .store_box ul li .box .img img {
        border-radius: 2vw;
    }

    #top_store .store_box ul li .box .text_box {
        margin-top: 5vw;
    }

    #top_store .store_box ul li .box .text_box .store {
        font-size: 5vw;
    }

    #top_store .store_box ul li .box .text_box .store_comment {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    #top_store .store_box ul li .box .text_box .tel_box {
        font-size: 4vw;
        margin-top: 3vw;
        line-height: 1;
    }

    #top_store .store_box ul li .box .text_box .tel_box .num {
        font-size: 8vw;
    }

    #top_store .store_box ul li .box .text_box .info_box {
        margin-top: 3vw;
    }

    #top_store .store_box ul li .box .text_box .info_box .info {
        font-size: 3.6vw;
    }

    #top_store .store_box ul li .box .text_box .info_box .info+.info {
        margin-top: 2vw;
    }

    #top_store .store_box ul li .link_btn {
        margin-top: 5vw;
        align-items: unset;
        gap: 2vw 0;
        justify-content: unset;
        flex-wrap: wrap;
    }

    #top_store .store_box ul li .link_btn .btn {
        width: 100%;
        padding-left: 23vw;
        justify-content: unset;
        border-radius: 2vw;
        transition: 0s;
    }

    #top_store .store_box ul li .link_btn .btn.store {
        padding-left: 36vw;
    }

    #top_store .store_box ul li .link_btn .btn:hover {
        opacity: 1;
    }

    #top_store .store_box ul li .link_btn .btn .icon {
        width: 6.5vw;
        margin-right: 6.5vw;
    }

    #top_store .store_box ul li .link_btn .btn .name {
        line-height: 14vw;
        font-size: 4.2vw;
        font-weight: 600;
    }

    #footer {
        margin-bottom: 65px;
    }

    #footer .ft_banner {
        padding: 10vw 0;
    }

    #footer .ft_banner .slider_cont {
        margin-bottom: 4vw;
    }

    #footer .ft_banner .slider_cont ul li {
        margin: 0 1vw;
    }

    #footer .ft_banner .thumbnail_cont ul li {
        margin: 1vw;
        width: 28vw !important;
    }

    #footer .ft_pita {
        padding: 20vw 0;
    }

    #footer .ft_pita .pita_box {
        display: block;
    }

    #footer .ft_pita .pita_box .logo_box {
        width: 100%;
        margin: 0;
    }

    #footer .ft_pita .pita_box .logo_box .logo {
        width: 90%;
        margin: 0;
    }

    #footer .ft_pita .pita_box .logo_box .comment {
        font-size: 3.4vw;
        margin-top: 5vw;
    }

    #footer .ft_pita .pita_box .text_box {
        margin: 3vw 0 0;
    }

    #footer .ft_pita .pita_box .text_box .theme {
        font-size: 4vw;
    }

    #footer .ft_pita .pita_box .text_box .seo_text {
        font-size: 3.4vw;
        margin-top: 5vw;
    }

    #footer .ft_pita .pita_box .view_btn {
        width: 100%;
        margin-top: 8vw;
    }

    #footer .ft_pita .pita_box .view_btn .btn {
        display: block;
        color: #66b800;
        background-color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 13vw;
        border-radius: 2vw;
        transition: 0s;
        letter-spacing: 0.06em;
    }

    #footer .ft_pita .pita_box .view_btn .btn:hover {
        background-color: #fff;
        color: #66b800;
    }

    #footer .cr_sec_box {
        padding: 10vw 0;
    }

    #footer .cr_sec_box .sec_box {
        display: block;
    }

    #footer .cr_sec_box .sec_box .logo_box {
        display: block;
    }

    #footer .cr_sec_box .sec_box .logo_box .logo {
        width: 42%;
        margin: 0 auto;
    }

    #footer .cr_sec_box .sec_box .logo_box .comment_box {
        margin-left: 0;
        margin-top: 4vw;
        text-align: center;
    }

    #footer .cr_sec_box .sec_box .logo_box .comment_box .comment {
        font-size: 3.6vw;
    }

    #footer .cr_sec_box .sec_box .logo_box .comment_box .comment+.comment {
        margin-top: 1.2vw;
    }

    #footer .cr_sec_box .sec_box .cr_box .sdgs_banner {
        width: 80%;
        margin: 3vw auto;
    }

    #footer .cr_sec_box .sec_box .cr_box ul {
        display: none;
    }

    #footer .cr_sec_box .sec_box .cr_box .cr {
        font-size: 3.2vw;
        margin-top: 5vw;
        text-align: center;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_main {
        padding: 10vw 0;
        overflow: hidden;
    }

    .common_page_main .title_box .title {
        font-size: 5.8vw;
        line-height: 1.2;
    }

    .common_page_main .title_box .title::before,
    .common_page_main .title_box .title::after {
        width: 8vw;
        height: 6vw;
        top: 0vw;
    }

    .common_page_main .title_box .title::before {
        left: -16vw;
    }

    .common_page_main .title_box .title::after {
        right: -16vw;
    }

    .common_page_main .title_box .title span::before,
    .common_page_main .title_box .title span::after {
        width: 4vw;
        height: 3vw;
        bottom: -6vw;
    }

    .common_page_main .title_box .title span::before {
        left: -11vw;
    }

    .common_page_main .title_box .title span::after {
        right: -11vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 3.4vw;
        margin-top: 2vw;
    }

    #page_store .common_store_box#store_utsunomiya {
        margin-top: 18vw;
        padding-top: 18vw;
    }

    #page_store .common_store_box .ttl_box .ttl {
        font-size: 5.2vw;
    }

    #page_store .common_store_box .ttl_box .ttl_come {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    #page_store .common_store_box .ttl_box .comment {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    #page_store .common_store_box .store_box {
        display: block;
        margin-top: 8vw;
    }

    #page_store .common_store_box .store_box .img {
        width: 100%;
        height: 55vw;
        margin-right: 0;
    }

    #page_store .common_store_box .store_box .img img {
        border-radius: 2vw;
    }

    #page_store .common_store_box .store_box .list_box {
        margin-left: 0;
        margin-top: 3vw;
    }

    #page_store .common_store_box .store_box .list_box ul li {
        display: block;
        padding: 2.5vw 1vw;
    }

    #page_store .common_store_box .store_box .list_box ul li .theme {
        font-size: 3.6vw;
        width: 100%;
    }

    #page_store .common_store_box .store_box .list_box ul li .cont {
        font-size: 3.6vw;
        margin-top: 1vw;
    }

    #page_store .common_store_box .map_box {
        margin-top: 10vw;
    }

    #page_store .common_store_box .map_box .map_ttl {
        font-size: 5.2vw;
    }

    #page_store .common_store_box .map_box .map {
        height: 40vw;
        margin-top: 4vw;
    }

    #page_store .common_store_box .common_btn_box {
        margin-top: 10vw;
    }

    .common_btn_box {
        width: 100%;
        margin: 0;
    }

    .common_btn_box .btn {
        line-height: 12vw;
        font-size: 3.5vw;
        border-radius: 2vw;
        transition: 0s;
        background-color: #191919;
        color: #fff;
    }

    #page_pokkiri .page_ttl {
        font-size: 5.2vw;
    }

    #page_pokkiri .list_box {
        margin-top: 6vw;
        padding: 6vw 5vw;
        border-radius: 2vw;
    }

    #page_pokkiri .list_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw 2vw;
    }

    #page_pokkiri .list_box ul li {
        border-radius: 2vw;
        line-height: 15vw;
        font-size: 4.5vw;
    }

    #page_pokkiri .list_box .comment {
        font-size: 3.8vw;
        margin-top: 3vw;
    }

    #page_pokkiri .list_box .comment .color {
        font-size: 7vw;
        margin-right: 1.5vw;
    }

    #page_pokkiri .pokkiri_box {
        margin-top: 30vw;
        display: block;
    }

    #page_pokkiri .pokkiri_box::before {
        border-width: 6vw 8vw 0 8vw;
        top: -22vw;
        left: 50%;
        transform: translateX(-50%);
    }

    #page_pokkiri .pokkiri_box::after {
        border-width: 4vw 6vw 0 6vw;
        top: -12vw;
        left: 50%;
        transform: translateX(-50%);
    }

    #page_pokkiri .pokkiri_box .icon {
        display: none;
    }

    #page_pokkiri .pokkiri_box .text_box {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    #page_pokkiri .pokkiri_box .text_box .text {
        font-size: 4vw;
    }

    #page_pokkiri .pokkiri_box .text_box .text .num {
        font-size: 11vw;
        margin-right: 1vw;
    }

    #page_pokkiri .pokkiri_box .text_box .cont {
        font-size: 5vw;
        margin-top: 1vw;
    }

    #page_pokkiri .pokkiri_box .text_box .cont .accent {
        font-size: 10vw;
    }

    #page_pokkiri .cost_box {
        margin-top: 8vw;
    }

    #page_pokkiri .cost_box ul {
        grid-template-columns: 100%;
        gap: 2vw 0;
    }

    #page_pokkiri .cost_box ul li .btn {
        border-radius: 2vw;
        line-height: 13vw;
        text-align: left;
        font-size: 4.2vw;
        transition: 0s;
        padding-left: 12vw;
    }

    #page_pokkiri .cost_box ul li .btn::after {
        width: 2vw;
        height: 2vw;
        border-top: 2px solid #191919;
        border-right: 2px solid #191919;
        right: 8vw;
        transition: 0s;
    }

    #page_pokkiri .cost_box ul li .btn:hover {
        background-color: #fff;
        color: #191919;
    }

    #page_pokkiri .cost_box ul li .btn:hover::after {
        border-top: 2px solid #191919;
        border-right: 2px solid #191919;
    }

    #page_pokkiri .cost_list_box {
        margin-top: 20vw;
    }

    #page_pokkiri .cost_list_box .tti_sec_box .ttl_box .come {
        font-size: 4.5vw;
        padding: 2vw;
        width: 100%;
        border-radius: 2vw;
    }

    #page_pokkiri .cost_list_box .tti_sec_box .ttl_box .come::after {
        border-width: 2vw 2vw 0 2vw;
        bottom: -2vw;
    }

    #page_pokkiri .cost_list_box .tti_sec_box .ttl {
        font-size: 5.5vw;
        margin-top: 4vw;
    }

    #page_pokkiri .cost_list_box .table {
        padding: 15vw 5vw;
        margin-top: 8vw;
        overflow-x: scroll;
        white-space: nowrap;
    }

    #page_pokkiri .cost_list_box .table table tr th:first-child,
    #page_pokkiri .cost_list_box .table table tr td:first-child {
        width: 40vw;
    }

    #page_pokkiri .cost_list_box .table table tr th,
    #page_pokkiri .cost_list_box .table table tr td {
        font-size: 3.5vw;
        padding: 3vw 3vw;
    }

    #page_pokkiri .cost_list_box .table table tr th {
        padding: 4vw 3vw;
        font-size: 4vw;
    }

    #page_pokkiri .cost_list_box .table table tr th:last-child {
        font-size: 4.2vw;
    }

    #page_pokkiri .cost_list_box .table table tr td {
        width: 35vw;
    }

    #page_pokkiri .cost_list_box .table table tr td.total {
        font-size: 5vw;
        padding: 5vw 3vw;
    }

    #page_pokkiri .cost_list_box .table table tr td.total.accent_cost {
        font-size: 6vw;
    }

    #page_pokkiri .cost_list_box .table table tr td.total.accent_cost .pokkiri {
        border-radius: 2vw;
        font-size: 3.2vw;
        padding: 2vw;
        top: 18vw;
        left: 4vw;
    }

    #page_pokkiri .cost_list_box .table table tr td.total.accent_cost .pokkiri .num {
        font-size: 4.5vw;
        margin-right: 0.5vw;
    }

    #page_pokkiri .cost_list_box .table table tr td.total.accent_cost .pokkiri::after {
        border-width: 0 2vw 5vw 2vw;
        left: 57%;
        top: -4vw;
    }

    .page_column_inner {
        padding: 20vw 0 0;
    }

    .page_column_inner #breadcrumbs {
        margin-top: 15vw;
    }

    #page_column .ttl_comment {
        font-size: 4vw;
    }

    #page_column .common_column_box {
        margin-top: 8vw;
    }

    .common_column_page .page_ttl {
        font-size: 5vw;
    }

    .common_column_page .column_sec_box {
        margin-top: 4vw;
        padding: 6vw 5vw;
        border-radius: 2vw;
    }

    .common_column_page .column_sec_box .column_box+.column_box {
        margin-top: 8vw;
        padding-top: 8vw;
    }

    .common_column_page .column_sec_box .column_box .img {
        margin-bottom: 4vw;
    }

    .common_column_page .column_sec_box .column_box .img img {
        border-radius: 2vw;
    }

    .common_column_page .column_sec_box .column_box .text_sec_box+.text_sec_box {
        margin-top: 7vw;
    }

    .common_column_page .column_sec_box .column_box .text_sec_box .theme {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .common_column_page .column_sec_box .column_box .text_sec_box .text_box .text {
        font-size: 3.4vw;
    }

    .common_column_page .column_sec_box .column_box .text_sec_box .text_box .text+.text {
        margin-top: 2.2vw;
    }

    .common_column_page .link_btn_box {
        display: flex;
        flex-direction: column;
        gap: 2vw 0;
        margin-top: 10vw;
    }

    .common_column_page .link_btn_box .common_btn_box:nth-child(2) .btn:hover {
        background-color: #66b800;
        color: #fff;
    }

    /* SP固定ページ 共通設定 */

    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common-btn {
        width: 80%;
        line-height: 12vw;
    }

    .common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    #breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ 会社概要 */

    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ 個人情報保護方針 */

    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ サイトマップ  */

    #page_sitemap .inBox+.inBox {
        margin-top: 15vw;
    }

    #page_sitemap .inBox ul {
        display: block;
    }

    #page_sitemap .inBox ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    /* SP固定ページ 記事詳細ページ */

    #page_article h1 {
        font-size: 4vw;
    }

    #page_article .contents_area {
        width: 100%;
        padding-bottom: 20vw;
        position: relative;
    }

    #page_article #side_menu {
        width: 100%;
        margin-top: 20vw;
    }

    #page_article .data_area {
        margin: 7vw 0;
    }

    #page_article .data_area .icon svg {
        width: 2.5vw !important;
        height: 2.5vw !important;
    }

    #page_article .data_area p.data {
        font-size: 2.5vw;
    }

    #page_article .text_area p {
        font-size: 3.4vw;
    }

    /* SP固定ページ 記事一覧ページ */

    ul.article_list li {
        width: 100%;
        margin-bottom: 0;
    }

    ul.article_list li+li {
        margin-top: 4vw;
    }

    ul.article_list li .image {
        height: 20vw;
    }

    ul.article_list li .textArea {
        width: 68%;
    }

    ul.article_list li .textArea .title {
        font-size: 3.5vw;
        line-height: 2;
    }

    ul.article_list li .data_area .icon svg {
        width: 2.5vw !important;
        height: 2.5vw !important;
    }

    ul.article_list li .data_area p.data {
        font-size: 2.5vw;
        margin-left: 2vw;
    }

    ul.article_list li .data_area p.data {
        font-size: 2vw;
        margin-left: 2vw;
    }

    /* 未公開物件セクション（SP） */

    .common_mikoukai_area .ttl {
        font-size: 5vw;
    }

    .common_mikoukai_area .txt {
        font-size: 3.5vw;
    }

    .common_mikoukai_area a {
        font-size: 5vw;
        width: 100%;
    }

    .common_mikoukai_area_bn {
        background-color: #1151aa;
        position: fixed;
        right: 5px;
        bottom: 65px;
        border-radius: 4px;
        z-index: 9999;
    }

    .common_mikoukai_area_bn a {
        text-decoration: none;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        padding: 5px 20px;
        display: block;
        position: relative;
        padding-top: 8px;
        background-image: url(/penguin/resources/image/_common/arrow_right_w.png);
        background-repeat: no-repeat;
        background-position: 96% center;
        background-size: 8px;
        z-index: 1;
    }

    .common_mikoukai_area_bn a:before {
        content: "タップする";
        background-color: #fff;
        border: 2px solid #4285f4;
        color: #4285f4;
        border-radius: 20px;
        text-align: center;
        width: 80px;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -40px;
        font-size: 9px;
        line-height: 15px;
    }

    .common_mikoukai_area_bn p {
        overflow: hidden;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .common_mikoukai_area_bn a span {
        display: block;
        font-size: 16px;
    }

    /* SP固定ページ エリア・沿線検索 */

    #page_search .areaSearchAreaName {
        width: 100%;
        display: block;
    }

    #page_search .checkboxCheckAll {
        width: 100%;
        display: block;
        padding: 0;
        letter-spacing: 0;
    }

    #page_search .areaListTableCell,
    #page_search .railwayAreaListTableCell,
    #page_search .railwayLineListTableCell {
        width: 100%;
        margin: 0%;
    }

    #page_search .searchButtonArea {
        width: 100%;
        display: block;
    }

    #page_search .searchButton_fixed {
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 10px;
        z-index: 9999;
    }

    #page_search .searchButton_fixed input#btnTownSearch,
    #page_search .searchButton_fixed input#btnAreaSearch {
        display: block;
        background: #fcc331;
        padding: 0.7em 1em;
        width: 48%;
        text-align: center;
        border-radius: 30px;
        font-size: 14px;
    }

    #page_search .searchButton_fixed input#btnTownSearch {
        background: #fff;
    }

    #page_search .searchButton_fixed input.search_btn.ont_btn {
        display: block;
        background: #fcc331;
        padding: 0.7em 1em;
        width: 100%;
        text-align: center;
        border-radius: 30px;
        font-size: 16px;
    }

    #page_search .searchButtonArea input.search_btn.ont_btn {
        width: 80%;
        margin: auto;
    }

    #page_search .searchButtonArea .search_more_btn,
    #page_search .searchButtonArea input.search_btn {
        width: 100%;
    }

    #page_search .searchButtonArea input.search_btn {
        margin-top: 20px;
    }

    /* 記事詳細ページ SP */
    #page_article .fl_wrap {
        display: block;
        padding: 0;
    }

    #page_article .article_title {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
        padding: 11vw 0 2vw;
        text-align: center;
    }

    #page_article .article_title::before {
        width: 3vw;
        height: 3vw;
    }

    #page_article .article_title::after {
        font-size: 3.2vw;
        top: -7vw;
    }

    #page_article .article_main_image {
        width: 55vw;
        height: 55vw;
    }

    #page_artcile .day_cat {
        justify-content: center;
    }

    #page_article .day_cat .cat {
        font-size: 3.5vw;
    }

    .single_sns_ba {
        opacity: 1;
        position: static;
    }

    #page_article #side_menu ul {
        padding: 0;
    }

    #page_article #side_menu .title {
        text-align: center;
        font-size: 4.2vw;
        letter-spacing: 0.05em;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }

    #page_article #side_menu .title:after {
        content: "";
        width: 30px;
        height: 1px;
        background: #333;
        position: absolute;
        right: 0;
        bottom: -1px;
    }

    #page_article #side_menu ul li a {
        font-size: 3.8vw;
        padding: 0 2vw;
    }

    #page_article #side_menu ul li {
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }

    #page_article #side_menu ul li a .img {
        height: 17vw;
        width: 25%;
    }

    #page_article #side_menu ul::before {
        display: none;
    }

    #page_article .contents_area::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background: #525252;
        height: 1px;
        width: 16vw;
        bottom: 0;
    }

    .single_sns_bar {
        position: static;
        opacity: 1;
        visibility: visible;
        margin: 5vw 0 0vw;
    }

    .single_sns_bar ul {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: center;
    }

    .single_sns_bar::after {
        display: none;
    }

    #page_article #side_menu .single_sns_bar ul li {
        border: none;
        margin: 0;
        width: 10vw;
    }

    .single_sns_bar::before {
        display: none;
    }

    /* 物件アーカイブ（SP） */

    #page_butkenArchive .table_wrap {
        overflow: scroll;
    }

    #page_butkenArchive .table {
        width: 1000px;
    }

    #page_butkenArchive .table li {
        font-size: 12px;
    }

    /* ページャー（SP） */

    .pager_item {
        display: table-cell;
        width: 8vw;
        line-height: 7.5vw;
        margin: 0 1vw;
        font-size: 3vw;
    }

    .pager_item:before {
        width: 3vw;
        height: 3vw;
    }

    .common_store_box .inner {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .common_store_box .inbox .text_box .text {
        font-size: 12px;
        line-height: 1.7;
    }

    #page_heya .common_store_box .inner {
        grid-template-columns: repeat(1, 1fr);
    }

    #page_article .contents_area .text_area img {
        width: 100% !important;
        height: auto !important;
    }

    /* SP 棟ページ（ページャー下部） */
    .other_joken {
        margin-top: 4vw;
        padding: 6vw;
    }

    .other_joken h4 {
        margin-bottom: 3vw;
        font-size: 3.8vw;
    }

    .other_joken ul {
        gap: 2vw;
    }

    .other_joken ul li a {
        font-size: 3.2vw;
    }

    .other_joken ul li a:hover {
        color: #191919;
    }

    /* トップエリア紹介・会社情報セクション */

    #top_area {
        padding: 0 0 15vw;
    }

    #top_area .block {
        flex-direction: inherit;
    }

    #top_area .block .image {
        width: 100%;
        height: 45vw;
    }

    #top_area .block .textBox {
        width: 100%;
        padding: 4vw;
    }

    #top_area .block .textBox .title {
        font-size: 14px;
        text-align: center;
        margin: 0 0 3vw;
    }

    #top_area .block .textBox .text {
        font-size: 13px;
        letter-spacing: 0.02em;
        height: 180px;
    }

    #top_area .block+.block {
        margin-top: 7vw;
    }

    #top_company {
        padding: 12vw 0;
        z-index: 2;
    }

    #top_company:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgb(255, 255, 255, 0.8);
        z-index: -1;
    }

    #top_company .image {
        width: 100%;
        z-index: -2;
    }

    #top_company .ttl {
        font-size: 4.4vw;
    }

    #top_company .sub-ttl {
        font-size: 4vw;
        margin-bottom: 10px;
    }

    #top_company .text {
        font-size: 3.5vw;
        font-weight: 500;
    }

    .top_company_cont .logo {
        width: 35%;
    }

    .top_company_cont .text_box {
        width: 100%;
    }

    /* お部屋探しの流れページ・セクション */

    .page_flow .block {
        padding: 15vw 0;
    }

    .page_flow .flow_stepBox {
        display: none;
    }

    .page_flow .flow_contents {
        width: 100%;
    }

    .page_flow .flow_contents .title {
        font-size: 4.8vw;
        margin: 0 0 1.5rem;
    }

    .page_flow .flow_contents .title::before {
        width: 10vw;
        height: 10vw;
        margin-right: 0.7rem;
        font-size: 3.8vw;
        line-height: calc(10vw - 4px);
    }

    .page_flow .flow_contents .image {
        width: 100%;
        margin: 0 0 1rem;
    }

    .page_flow .flow_contents .textBox {
        width: 100%;
    }

    .page_flow .flow_contents .textBox .text {
        font-size: 3.6vw;
        letter-spacing: 0.02rem;
        line-height: 1.7;
        text-align: justify;
    }

    .top_flow {
        margin: 20vw 0;
    }

    .top_flow_dl .step {
        width: 20%;
        padding: 2.5vw;
        font-size: 3.5vw;
        letter-spacing: 0.04em;
    }

    .top_flow_dl .step .number {
        font-size: 8vw;
        margin-top: 2px;
        padding-right: 3px;
    }

    .top_flow_dl .step::after {
        right: -8px;
        margin-top: -8px;
        border-width: 8px 0 8px 8px;
    }

    .top_flow_dl .textBox {
        width: 80%;
        padding: 10px 10px 10px 15px;
    }

    .top_flow_dl .textBox .title {
        font-size: 4vw;
        margin: 0 0 5px;
    }

    .top_flow_dl .textBox .text {
        font-size: 3.4vw;
        text-align: justify;
        letter-spacing: 0.04em;
    }

    .top_flow .common_ttl_box {
        margin-bottom: 8vw;
    }

    .common_btn {
        margin: 8vw auto 0;
    }

    .common_btn a {
        background-color: #191919;
        padding: 15px;
        font-size: 3.6vw;
        display: block;
        color: #fff;
    }

    /* お部屋探しの流れページ・セクション 終わり */

    /* ブログレイアウトCSS */
    section#page_article .contents_area h2 {
        font-size: 4.1vw;
        margin-bottom: 13px;
    }

    section#page_article .contents_area h3 {
        font-size: 3.7vw;
        margin-bottom: 10px;
    }

    /* 選ばれる理由ページ・セクション */

    .page_reason {
        padding: 15vw 0;
    }

    .page_reason_list {
        margin: 10vw 0 0;
    }

    .page_reason_list li:nth-child(n + 2) {
        margin-top: 10vw;
    }

    .page_reason_list li .image {
        width: 100%;
        margin: 0 0 4.5vw;
    }

    .page_reason_list li .textBox {
        width: 100%;
    }

    .page_reason_list li .textBox .point {
        font-size: 4.5vw;
        margin: 0 0 1vw;
        line-height: 1;
    }

    .page_reason_list li .textBox .title {
        font-size: 4.5vw;
        margin: 0 0 1.5vw;
    }

    .page_reason_list li .textBox .text {
        font-size: 3.4vw;
        line-height: 1.7;
    }

    /* 選ばれる理由ページ・セクション 終わり */

    #top_reason {
        padding: 20vw 0;
        margin: 20vw 0 0;
    }

    .top_reason_list {
        margin: 10vw 0 0;
    }

    .top_reason_list li {
        width: 100%;
    }

    .top_reason_list li+li {
        margin-top: 7vw;
    }

    .top_reason_list li .image .number {
        font-size: 5vw;
    }

    .top_reason_list li .textBox {
        padding: 3vw 4vw;
    }

    .top_reason_list li .textBox .title {
        font-size: 4vw;
        margin: 0 0 1vw;
        text-align: left;
    }

    .top_reason_list li .textBox .text {
        font-size: 3.4vw;
        letter-spacing: 0.02rem;
        line-height: 1.7;
    }

    /* よくある質問　セクション */
    .top_faq_dlBox {
        margin: 7vw 0 0;
    }

    .top_faq_dl {
        width: 100%;
    }

    .top_faq_dl:nth-child(n + 2) {
        margin-top: 5vw;
    }

    .top_faq_dl dt {
        font-size: 14px;
        letter-spacing: 0.04rem;
        padding: 10px 10px 10px 40px;
    }

    .top_faq_dl dt::before,
    .top_faq_dl dd::before {
        width: 24px;
        height: 25px;
        line-height: 20px;
        font-size: 14.3px;
        top: 9px;
        left: 10px;
        margin: 0;
    }

    .top_faq_dl dd {
        font-size: 13px;
        letter-spacing: 0.02rem;
        padding: 7px 7px 7px 40px;
        text-align: justify;
    }

    /* よくある質問セクション　終了 */

    /* よくある質問ページ */

    .site_faq_box dt {
        font-size: 4vw;
        padding: 5vw 4vw 5vw 13vw;
    }

    .site_faq_box dt::before,
    .site_faq_box dd::before {
        font-size: 7vw;
        left: 4vw;
        top: 2vw;
    }

    .site_faq_box dd {
        padding: 5vw 4vw 5vw 13vw;
        font-size: 3.5vw;
    }

    #faq {
        padding: 15vw 0 15vw;
    }

    #top_blog,
    #top_recommend {
        padding-bottom: 15vw;
    }

    .site_faq_box {
        margin-top: 6vw;
    }

    /* よくある質問ページ　終了 */

    /* 治安について */
    #page_security .main_sec {
        margin-bottom: 20vw;
    }

    #page_security .main_sec .main_cont {
        padding: 5vw;
        border-radius: 5px;
    }

    #page_security .main_sec .main_cont .text_box .ttl {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }

    #page_security .main_sec .main_cont .text_box .text {
        font-size: 3.4vw;
    }

    #page_security .intro_sec {
        margin-bottom: 20vw;
        padding: 16vw 0;
        background: #f4f4f4;
    }

    #page_security .ttl_box {
        margin-bottom: 8vw;
    }

    #page_security .ttl_box .ttl {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    #page_security .ttl_box .en_ttl {
        font-size: 3vw;
        margin-bottom: 5vw;
    }

    #page_security .ttl_box .text {
        font-size: 3.2vw;
        line-height: 1.7;
    }

    #page_security .intro_sec .intro_cont ul li {
        display: block;
    }

    #page_security .intro_sec .intro_cont ul li+li {
        margin-top: 8vw;
    }

    #page_security .intro_sec .intro_cont ul li .img_box {
        width: 100%;
        margin-bottom: 3vw;
    }

    #page_security .intro_sec .intro_cont ul li .img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    }

    #page_security .intro_sec .intro_cont ul li .text_box .label {
        font-size: 4vw;
    }

    #page_security .intro_sec .intro_cont ul li .text_box .theme {
        font-size: 4.2vw;
        margin-bottom: 1vw;
    }

    #page_security .intro_sec .intro_cont ul li .text_box .text {
        font-size: 3.4vw;
        line-height: 1.7;
    }

    #page_security .review_sec {
        margin-bottom: 100px;
    }

    #page_security .review_sec .review_cont {
        overflow: hidden;
    }

    #page_security .review_sec .review_cont ul {
        grid-template-columns: 1fr;
        gap: 3vw;
        display: flex;
        overflow: scroll;
    }

    #page_security .review_sec .review_cont ul li {
        gap: 3vw;
        padding: 5vw;
        width: 53vw;
        flex-shrink: 0;
    }

    #page_security .review_sec .review_cont ul li .img_box {
        width: 13vw;
        border: 2px solid #66b800;
        padding: 1.2vw 1vw 0;
    }

    #page_security .review_sec .review_cont ul li .text_box .text {
        font-size: 3.4vw;
    }

    #page_security .search_sec {
        padding: 20vw 0;
    }

    #page_security .search_sec .search_cont .form_wrap {
        display: block;
    }

    #page_security .search_sec .search_cont .form_wrap .parts {
        width: 100%;
    }

    #page_security .search_sec .search_cont .form_wrap .parts+.parts {
        margin-top: 5vw;
    }

    #page_security .search_sec .search_cont .form_wrap .parts:nth-child(2)::before {
        display: none;
    }

    #page_security .search_sec .search_cont .form_wrap .parts:nth-child(2)::after {
        display: none;
    }

    #page_security .search_sec .search_cont .form_wrap .parts .label {
        font-size: 3.4vw;
        margin-bottom: 2vw;
    }

    #page_security .search_sec .search_cont .form_wrap .parts select {
        font-size: 3.2vw;
        line-height: 10vw;
        padding: 0 3vw;
    }

    #page_security .search_sec .search_cont .form_wrap .parts.btn input#btnQuickSearch {
        line-height: 10vw;
        padding: 0 3vw;
        font-size: 3.4vw;
    }

    #page_security .average_sec {
        margin: 0 0 15vw;
    }

    #page_security .average_sec .average_cont {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    #page_security .average_sec .average_cont .price_box {
        padding: 3vw 5vw;
        border-radius: 6px;
    }

    #page_security .average_sec .average_cont .price_box ul li {
        padding: 2.5vw;
    }

    #page_security .average_sec .average_cont .price_box ul li .madori .link {
        font-size: 3.4vw;
    }

    #page_security .average_sec .average_cont .price_box ul li .madori .link:hover {
        opacity: 1;
    }

    #page_security .average_sec .average_cont .price_box ul li .price {
        font-size: 3.4vw;
    }

    #page_security .average_sec .average_cont .text_box {
        padding: 5vw;
        border-radius: 6px;
    }

    #page_security .average_sec .average_cont .text_box .theme {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }

    #page_security .average_sec .average_cont .text_box .text {
        font-size: 3.4vw;
    }

    #page_security .spot_sec {
        padding: 20vw 0;
    }

    #page_security .spot_sec .spot_cont ul {
        grid-template-columns: 1fr;
        gap: 6vw;
    }

    #page_security .spot_sec .spot_cont ul li .text_box {
        padding: 3vw 5vw;
    }

    #page_security .spot_sec .spot_cont ul li .text_box .name {
        font-size: 3.8vw;
        margin-bottom: 1vw;
    }

    #page_security .spot_sec .spot_cont ul li .text_box .text {
        font-size: 3.4vw;
        line-height: 1.6;
    }

    #page_sdgs .intro_text_block {
        margin-bottom: 12vw;
    }

    #page_sdgs .intro_text_block .intro_text_wrap {
        margin-bottom: 3.5vw;
        text-align: left;
        padding: 0;
    }

    #page_sdgs .intro_text_block .intro_text {
        font-size: 3.7vw;
        line-height: 1.9;
    }

    #page_sdgs .intro_text_block .intro_sub_text_box .sub_text {
        font-size: 3.4vw;
    }

    #page_sdgs .intro_text_block .intro_sub_text_box .sub_text+.sub_text {
        margin-top: 0.5vw;
    }

    #page_sdgs .effort_list_sec {
        margin-bottom: 15vw;
    }

    #page_sdgs .effort_list_sec .intro_ttl_wrap {
        margin-bottom: 5vw;
    }

    #page_sdgs .effort_list_sec .intro_ttl_wrap .ttl {
        font-size: 5vw;
    }

    #page_sdgs .effort_list_sec .list ul {
        display: block;
    }

    #page_sdgs .effort_list_sec .list ul li+li {
        margin-top: 5vw;
    }

    #page_sdgs .effort_list_sec .list ul li {
        display: block;
    }

    #page_sdgs .effort_list_sec .list ul li .sdgs_icon_list {
        gap: 0 2vw;
        margin-bottom: -7vw;
    }

    #page_sdgs .effort_list_sec .list ul li .sdgs_icon_list .icon {
        width: 18vw;
    }

    #page_sdgs .effort_list_sec .list ul li .effort_text_cont {
        padding: 12vw 5vw 5vw;
    }

    #page_sdgs .effort_list_sec .list ul li .effort_text_cont .ttl_box {
        gap: 0 3.5vw;
        margin-bottom: 4vw;
    }

    #page_sdgs .effort_list_sec .list ul li .effort_text_cont .ttl_box .ttl_icon {
        width: 7vw;
    }

    #page_sdgs .effort_list_sec .list ul li .effort_text_cont .ttl_box .ttl {
        font-size: 4.5vw;
    }

    #page_sdgs .effort_list_sec .list ul li .effort_text_cont .text {
        font-size: 3.6vw;
        line-height: 2;
    }

    #page_sdgs .effort_list_sec .list ul li .effort_text_cont .list_label {
        font-size: 3.7vw;
        margin: 3vw 0 2vw;
    }

    #page_sdgs .effort_list_sec .list ul li .effort_text_cont .sub_list {
        font-size: 3.6vw;
        line-height: 2;
    }

    #page_sdgs .sdgs_about_sec .cont {
        display: block;
        padding: 7vw 5vw 5vw;
    }

    #page_sdgs .sdgs_about_sec .cont .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }

    #page_sdgs .sdgs_about_sec .cont .text_box .sdgs_about_ttl {
        font-size: 4.5vw;
        margin-bottom: 3vw;
        padding-bottom: 1.5vw;
        border-bottom: 1px solid #66b800;
    }

    #page_sdgs .sdgs_about_sec .cont .text_box .text {
        font-size: 3.6vw;
        line-height: 1.8;
    }

    /* スタッフ紹介 */

    .common_staff_list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }

    .common_staff_list ul li a .img_wrap {
        margin-bottom: 2vw;
    }

    .common_staff_list ul li a .text_box {
        padding: 2vw;
    }

    .common_staff_list ul li a .text_box::before,
    .common_staff_list ul li a .text_box::after {
        width: 2.5vw;
        height: 0.5vw;
    }

    .common_staff_list ul li a:hover .text_box::before,
    .common_staff_list ul li a:hover .text_box::after {
        width: 2vw;
    }

    .common_staff_list ul li a:hover .text_box {
        box-shadow: none;
    }

    .common_staff_list ul li a .text_box .name {
        font-size: 4.3vw;
    }

    .common_staff_list ul li a .text_box .name .pos {
        font-size: 3.6vw;
        margin-left: 2vw;
    }

    /* スタッフ詳細 */

    .staff_single_page .top_data_block {
        display: block;
        margin-bottom: 0;
    }

    .staff_single_page .top_data_block .img {
        width: 55vw;
        margin: 0 auto 6vw;
    }

    .staff_single_page .top_data_block .data_block .list ul li {
        display: block;
    }

    .staff_single_page .top_data_block .data_block .list ul li+li {
        margin-top: 4vw;
    }

    .staff_single_page .top_data_block .data_block .list ul li .label {
        width: 100%;
        margin-right: 0;
        line-height: 9vw;
        font-size: 3.7vw;
        text-align: left;
        padding: 0 3.5vw;
        margin-bottom: 3vw;
    }

    .staff_single_page .top_data_block .data_block .list ul li .data {
        font-size: 3.7vw;
    }

    .staff_single_page .feature_text_box {
        margin-bottom: 0;
        margin-top: 4vw;
    }

    .staff_single_page .feature_text_box .ttl {
        width: 100%;
        margin-right: 0;
        line-height: 9vw;
        font-size: 3.7vw;
        text-align: left;
        padding: 0 3.5vw;
        margin-bottom: 3vw;
    }

    .staff_single_page .feature_text_box .text {
        font-size: 3.7vw;
    }

    .staff_single_page .comment_block {
        padding: 8vw 3.5vw 3vw;
        margin-top: 12vw;
    }

    .staff_single_page .comment_block .ttl {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .staff_single_page .comment_block .cont {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .staff_single_page .comment_block .cont .illust {
        width: 30%;
        margin-right: 0;
        margin-left: auto;
    }

    .staff_single_page .comment_block .cont .text_box {
        margin-bottom: 2vw;
    }

    .staff_single_page .comment_block .cont .text_box .text {
        font-size: 3.7vw;
        line-height: 1.8;
    }

    .staff_single_page.new .top_data_block .data_block .catch .text {
        font-size: 5vw;
    }

    .staff_single_page.new .top_data_block .data_block .catch {
        margin-bottom: 6vw;
    }

    .staff_single_page.new .top_data_block .data_block .list ul li .data {
        translate: 0;
    }

    /* ゆいの杜の賃貸物件情報　内部　SP */

    .page_yuinomori_about {
        padding: 15vw 0;
    }

    .page_yuinomori_about::before {
        width: 100%;
        bottom: auto;
        height: 100%;
    }

    .page_yuinomori_about .text_area {
        padding: 5vw;
    }

    .page_yuinomori_about .text_area .en {
        font-size: 6vw;
        text-align: center;
        margin-bottom: 2vw;
    }

    .page_yuinomori_about .text_area .ttl {
        font-size: 4.2vw;
        letter-spacing: 0.1em;
        text-align: center;
        margin-bottom: 3vw;
    }

    .page_yuinomori_about .text_area .inner_text {
        letter-spacing: 0.05em;
        line-height: 1.8;
    }

    .page_yuinomori_area {
        padding: 15vw 0;
    }

    .page_yuinomori_area .flame {
        grid-template-columns: repeat(1, auto);
        padding: 9vw 3vw;
        border-radius: 2vw;
    }

    .page_yuinomori_area .flame .text_area {
        padding: 5vw;
        display: contents;
    }

    .page_yuinomori_area .flame .text_area .ttl {
        width: 100%;
        text-align: center;
        padding: 2vw;
        margin-bottom: 3vw;
        border-radius: 2vw;
    }

    .page_yuinomori_area .flame .img {
        height: 45vw;
        order: 1;
        margin-bottom: 3vw;
    }

    .page_yuinomori_area .flame .text_area .text {
        order: 3;
        line-height: 1.7;
    }

    .page_yuinomori_area .flame .img img {
        border-radius: 1vw;
    }

    .page_yuinomori_area .flame+.flame {
        margin-top: 8vw;
    }

    .page_yuinomori_terms {
        padding: 15vw 0;
        margin-top: 20vw;
    }

    .page_yuinomori_terms .contents ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 7vw;
    }

    .page_yuinomori_terms .contents ul li a {
        padding: 4vw 4vw;
    }

    .page_yuinomori_terms .contents {
        margin-top: 8vw;
    }

    .page_yuinomori_terms .contents ul li a .inner_ttl {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .page_yuinomori_terms .contents ul li a .inner_text {
        font-size: 3.5vw;
    }

    .page_yuinomori_terms .contents ul li:nth-child(2)::before,
    .page_yuinomori_terms .contents ul li:nth-child(2)::after {
        display: none;
    }

    .page_yuinomori_terms .contents .img {
        height: 44vw;
    }

    #page_yuinomori .category_recommend .list li .text_box .text {
        height: 30vw;
    }

    .page_yuinomori_terms .btn {
        width: 100%;
        font-size: 4vw;
        line-height: 15vw;
        margin: 10vw auto 0;
    }

    .page_yuinomori_area_search {
        padding: 15vw 0;
    }

    #page_yuinomori .common_ttl_box .ttl {
        font-size: 5vw;
    }

    #page_yuinomori .common_ttl_box .ttl_comment {
        text-align: left;
    }

    .page_yuinomori_area_search .contents ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .page_yuinomori_area_search .contents {
        margin-top: 10vw;
    }

    .page_yuinomori_area_search .contents ul li .img {
        height: 50vw;
    }

    .page_yuinomori_area_search .contents ul li .text_area {
        padding: 4vw;
    }

    .page_yuinomori_area_search .contents ul li .inner_text {
        font-size: 3.5vw;
    }

    .page_yuinomori_area_search .contents ul li .inner_ttl {
        text-align: center;
        font-size: 4.5vw;
    }

    .page_yuinomori_area_search .contents ul li .btn {
        position: static;
        font-size: 3.5vw;
        width: 100%;
        padding-right: 0vw;
        margin: 9vw auto 0;
    }

    .page_yuinomori_area_search .contents ul li {
        padding-bottom: 2vw;
    }

    .page_yuinomori_terms .contents ul li a .more {
        text-align: right;
        margin-top: 3vw;
        font-weight: 600;
        font-size: 3.8vw;
        letter-spacing: 0.05em;
        color: #66b800;
    }

    .common_terms_info_sec.terms_data_sec {
        /* padding: 15vw 0 0; */
        padding: 0;
    }

    .terms_data_sec .common_ttl_box {
        margin-bottom: 7vw;
    }

    .terms_data_sec .terms_data_table_wrap {
        display: block;
    }

    .terms_data_sec .terms_data_table_wrap table {
        width: 100%;
    }

    .terms_data_sec .terms_data_table_wrap table th,
    .terms_data_sec .terms_data_table_wrap table td {
        padding: 3.5vw;
        font-size: 3.2vw;
    }

    .terms_data_sec .terms_data_table_wrap table+table {
        margin-top: 6vw;
    }

    .terms_data_sec .text_box {
        padding: 4.5vw;
        margin-top: 6vw;
    }

    .terms_data_sec .text_box .kome {
        width: 100%;
        margin: 0 0 2.5vw;
        font-size: 3.4vw;
    }

    .terms_data_sec .text_box .text {
        width: 100%;
        font-size: 3.2vw;
    }

    .term_arrival {
        padding: 15vw 0;
    }

    .term_arrival .common_ttl_box {
        margin-bottom: 10vw;
    }

    .term_arrival_list {
        grid-template-columns: 1fr;
        gap: 8vw 0;
    }

    .term_arrival_list li a {
        padding: 3vw;
    }

    .term_arrival_list li a .category {
        font-size: 3.2vw;
        top: -3vw;
        padding: 8px 10px 7px;
        line-height: 1;
    }

    .term_arrival_list li a .category::before {
        right: -2.8vw;
        top: 0;
        border-right: 3vw solid transparent;
        border-bottom: 3vw solid #886312;
    }

    .term_arrival_list li a .image img {
        aspect-ratio: 315 / 168;
    }

    .term_arrival_list li a .text_box {
        margin: 3vw 0;
        padding: 0 0 2.5vw;
    }

    .term_arrival_list li a .text_box .title {
        font-size: 3.6vw;
        letter-spacing: 0.02rem;
    }

    .term_arrival_list li a .text_box .price_box {
        margin: 0 0 1.5vw;
        font-size: 3.4vw;
    }

    .term_arrival_list li a .text_box .price_box .price {
        margin-right: 1.5vw;
    }

    .term_arrival_list li a .text_box .price_box .price span {
        margin-right: 1vw;
        font-size: 4vw;
    }

    .term_arrival_list li a .text_box {
        font-size: 3.4vw;
    }

    .term_arrival_list li a .text_box .detail .item+.item {
        margin-top: 2vw;
    }

    .term_arrival_list li a .text_box .detail .item {
        gap: 0 1vw;
    }

    .term_arrival_list li a .text_box .detail .item .icon {
        width: 4.5vw;
    }

    .term_arrival_list li a .text_box .detail .item .text {
        font-size: 3.5vw;
    }

    .term_arrival_list li a .text_box .comment {
        padding: 2.5vw 0 0;
        margin: 2.5vw 0 0;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .term_arrival_text {
        margin: 4vw 0 0;
        font-size: 3.4vw;
    }

    .term_average {
        padding: 15vw 0;
    }

    .term_average .common_ttl_box {
        margin-bottom: 7vw;
    }

    .term_average .cont {
        grid-template-columns: 1fr;
        gap: 4vw 0;
    }

    .term_average .cont .price_box {
        padding: 2vw 5vw;
    }

    .term_average .cont .price_box li {
        padding: 3vw 0;
    }

    .term_average .cont .price_box li::before {
        height: 3vw;
    }

    .term_average .cont .price_box li .madori {
        font-size: 3.4vw;
    }

    .term_average .cont .price_box li .price {
        font-size: 3.4vw;
    }

    .term_average .cont .text_box {
        padding: 0;
        border: none;
        border-radius: 0;
    }

    .term_average .cont .text_box .inner {
        width: 100%;
        margin: 0 0 2vw;
        display: block;
    }

    .term_average .cont .text_box .inner .image {
        width: 100%;
        margin-bottom: 4vw;
    }

    .term_average .cont .text_box .inner .title {
        font-size: 4.2vw;
        text-align: center;
    }

    .term_average .cont .text_box .text {
        font-size: 3.4vw;
        text-align: justify;
        line-height: 1.7;
    }

    #sp_tuiju {
        width: 100%;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        padding: 5px;
    }

    #sp_tuiju .inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0 5px;
    }

    #sp_tuiju .inner .btn a {
        display: block;
        text-align: center;
        height: 100%;
        background: #f7615a;
        padding: 7px 0;
    }

    #sp_tuiju .inner .btn.reserve a {
        background: #e2c41e;
    }

    #sp_tuiju .inner .btn.request a {
        background: #66b800;
    }

    #sp_tuiju .inner .btn.contact a {
        background: #00aed2;
    }

    #sp_tuiju .inner .btn a .icon {
        width: 20px;
        aspect-ratio: 1/1;
        margin: 0 auto 4px;
    }

    #sp_tuiju .inner .btn a .icon svg {
        width: 100%;
        height: 100%;
    }

    #sp_tuiju .inner .btn a .icon svg path,
    #sp_tuiju .inner .btn a .icon svg rect {
        fill: #fff;
    }

    #sp_tuiju .inner .btn a .text {
        color: #fff;
        font-size: 10px;
        letter-spacing: 0.03em;
    }

    .top_ad_sec {
        margin-top: 15vw;
    }

    .top_ad_sec .contents {
        padding: 8vw 6vw;
        outline-offset: -3vw;
    }

    .top_ad_sec .contents .fukidashi {
        width: 20vw;
        font-size: 4.8vw;
        top: -10vw;
        left: -4vw;
    }

    .top_ad_sec .contents .point_box {
        padding: 4vw 0;
    }

    .top_ad_sec .contents .point_box .title {
        font-size: 6.3vw;
    }

    .top_ad_sec .contents .point_box .title::before,
    .top_ad_sec .contents .point_box .title::after {
        height: 10vw;
    }

    .top_ad_sec .contents .point_box .text {
        font-size: 4.3vw;
        gap: 0 2vw;
        margin-top: 2vw;
    }

    .top_ad_sec .contents .point_box .text::after {
        width: 8vw;
    }

    .top_ad_sec .contents .map_box {
        flex-direction: column;
        gap: 5vw 0;
        margin-top: 5vw;
    }

    .top_ad_sec .contents .map_box .address {
        font-size: 3.8vw;
    }

    .top_ad_sec .contents .map_box .map iframe {
        width: 100%;
        height: 33vw;
    }

    .category_kuchikomi {
        padding: 15vw 0 0;
    }

    .category_kuchikomi .common_ttl_box {
        margin-bottom: 6vw;
    }

    .category_kuchikomi .kuchikomiCell+.kuchikomiCell {
        /* margin-top: 5vw; */
    }

    .category_kuchikomi .kuchikomiCell h3 {
        display: block;
        font-size: 3.6vw;
        letter-spacing: 0.04em;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        text-align: center;
    }

    .category_kuchikomi .kuchikomiCell h3 span {
        width: 20vw;
        height: 20vw;
        margin: auto;
        display: block;
        margin-bottom: 3vw;
    }

    .category_kuchikomi .inner {
        display: flex;
        overflow: scroll;
    }

    .category_kuchikomi .kuchikomiCell {
        gap: 3vw;
        padding: 5vw 4vw;
        width: 83vw;
        flex-shrink: 0;
    }

    .category_kuchikomi .kuchikomiCell .starBox dl {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1vw;
    }

    .category_kuchikomi .kuchikomiCell .starBox dl dd {
        width: 100%;
        padding: 2vw;
    }

    .category_kuchikomi .kuchikomiCell .starBox {
        margin-bottom: 3vw;
    }

    .category_kuchikomi .kuchikomiCell .starBox dd {
        padding: 4vw;
        font-size: 3.5vw;
        margin-bottom: unset;
    }

    .category_kuchikomi .kuchikomiCell .starBox dd .volume {
        display: block;
        margin: 0;
        font-size: 4vw;
    }

    .category_kuchikomi .kuchikomiCell .comment .ttl {
        margin-bottom: 3.5vw;
    }

    .category_kuchikomi .kuchikomiCell .comment .ttl span {
        font-size: 3vw;
        padding: 1.6vw 5vw;
    }

    .category_kuchikomi .kuchikomiCell .comment p {
        font-size: 3.5vw;
        letter-spacing: 0.02em;
    }

    .category_kuchikomi .kuchikomiCell .comment p:nth-child(2) {
        margin-bottom: 5vw;
    }

    .category_recommend .common_ttl_box {
        margin-bottom: 6vw;
    }

    .category_recommend .list li {
        grid-template-columns: 1fr;
        gap: 3vw 0;
    }

    .category_recommend .list li+li {
        margin-top: 7vw;
    }

    .category_recommend .list li .num {
        width: 10vw;
        font-size: 5.4vw;
    }

    .category_recommend .list li .text_box .title {
        font-size: 4.2vw;
        margin-bottom: 1.5vw;
    }

    .category_recommend .list li .text_box .text {
        font-size: 3.5vw;
        line-height: 1.7;
    }

    .security_terms_sec {
        padding: 15vw 0 0;
    }

    .security_terms_sec .list ul {
        display: flex;
        overflow-x: scroll;
        gap: 0 5vw;
        padding: 0 1vw 5vw;
    }

    .security_terms_sec .list li {
        min-width: 70vw;
        width: 70vw;
    }

    .security_terms_sec .list li a .text_box .title {
        font-size: 4vw;
    }

    .security_terms_sec .list li a .text_box .text {
        font-size: 3.5vw;
    }

    .security_terms_sec .list li a:hover .text_box .title {
        color: #191919;
    }

    .page_transfer section+section {
        margin-top: 15vw;
    }

    .page_transfer .common_sec_title {
        margin-bottom: 6vw;
    }

    .page_transfer .common_sec_title .title {
        font-size: 4.7vw;
    }

    .page_transfer .common_sec_title .text {
        text-align: left;
        font-size: 3.5vw;
    }

    .transfer_reason_sec {
        padding: 12vw 0;
    }

    .transfer_reason_sec .cont {
        grid-template-columns: 1fr;
        gap: 3vw 0;
    }

    .transfer_reason_sec .cont .item .num {
        width: 17vw;
        font-size: 4.2vw;
        padding: 0.7em 0 0 0.7em;
    }

    .transfer_reason_sec .cont .item .title {
        font-size: 4vw;
    }

    .transfer_reason_sec .cont .item .text {
        font-size: 3.5vw;
    }

    .transfer_point_sec .list {
        grid-template-columns: 1fr;
        gap: 7vw 0;
    }

    .transfer_point_sec .item .img {
        margin-bottom: 3vw;
    }

    .transfer_point_sec .item .img img {
        aspect-ratio: 2/1;
    }

    .transfer_point_sec .item .img .en {
        font-size: 4.7vw;
    }

    .transfer_point_sec .item .title {
        font-size: 4.2vw;
        margin-bottom: 2vw;
    }

    .transfer_point_sec .item .text {
        font-size: 3.5vw;
    }

    .transfer_area_sec {
        padding: 12vw 0;
    }

    .transfer_area_sec .cont {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .transfer_area_sec .cont .item .title_box .title {
        font-size: 4.2vw;
    }

    .transfer_area_sec .cont .item .store {
        font-size: 3.5vw;
    }

    .transfer_area_sec .area_detail {
        grid-template-columns: 1fr;
        gap: 0.7em;
    }

    .transfer_area_sec .area_detail .img img {
        aspect-ratio: 2/1;
    }

    .transfer_area_sec .area_detail .text_box li {
        font-size: 3.5vw;
        padding: 0.3em;
    }

    .transfer_area_sec .area_detail .text_box .more a {
        font-size: 3.5vw;
        min-block-size: 8vw;
    }

    .transfer_area_sec .area_detail .text_box .more a:hover {
        background: #66b800;
        color: #fff;
    }

    .transfer_area_sec .cont .item .comment {
        font-size: 3.5vw;
    }

    .modal__content .area_cont .title_box {
        text-align: left;
        margin-bottom: 3vw;
    }

    .modal__content .area_cont .title_box .title {
        font-size: 4.5vw;
    }

    .modal__content .area_cont .title_box .text {
        font-size: 3.5vw;
    }

    .modal__content .area_cont .comment_area .head {
        text-align: left;
        font-size: 4vw;
        margin-bottom: 0.4em;
    }

    .modal__content .area_cont .comment_area .textarea .text {
        font-size: 3.5vw;
    }

    .modal__content .area_cont .comment_area .store {
        font-size: 3.5vw;
    }

    .transfer_adviser_sec .common_sec_title {
        margin-bottom: 10vw;
    }

    .transfer_adviser_sec .catch_box {
        width: 100%;
        margin: 0 0 7vw;
        padding: 0 5vw 5vw;
    }

    .transfer_adviser_sec .catch_box::before {
        content: none;
    }

    .transfer_adviser_sec .catch_box .head {
        font-size: 4vw;
        margin: -5.3vw auto 3vw;
    }

    .transfer_adviser_sec .catch_box .text {
        font-size: 3.5vw;
    }

    .transfer_adviser_sec .list .head {
        margin: 0 auto 4vw;
        font-size: 3.8vw;
    }

    .transfer_adviser_sec .list .head::before,
    .transfer_adviser_sec .list .head::after {
        height: 10vw;
    }

    .transfer_adviser_sec .list ul {
        width: 100%;
    }

    .transfer_adviser_sec .list ul li {
        gap: 0 5vw;
    }

    .transfer_adviser_sec .list ul li+li {
        margin-top: 5vw;
    }

    .transfer_adviser_sec .list ul li .img {
        width: 30vw;
    }

    .transfer_adviser_sec .list ul li .text_box .title {
        font-size: 4vw;
    }

    .transfer_adviser_sec .list ul li .text_box .text {
        font-size: 3.5vw;
    }

    .transfer_flow_sec {
        padding: 12vw 0;
    }

    .transfer_flow_sec .list li {
        display: block;
        padding: 5vw;
    }

    .transfer_flow_sec .list li+li {
        margin-top: 12vw;
    }

    .transfer_flow_sec .list li .img {
        width: 100%;
        margin-bottom: 3vw;
    }

    .transfer_flow_sec .list li .text_box .title_box {
        margin-bottom: 2vw;
    }

    .transfer_flow_sec .list li .text_box .title_box .step {
        font-size: 3.5vw;
    }

    .transfer_flow_sec .list li .text_box .title {
        font-size: 4.5vw;
    }

    .transfer_flow_sec .list li .text_box .text {
        font-size: 3.5vw;
    }

    .transfer_flow_sec .list li+li::before {
        width: 14vw;
        aspect-ratio: 3/1;
        top: -8vw;
    }

    .transfer_faq_sec .list dl {
        padding: 5vw;
    }

    .transfer_faq_sec .list dl dt {
        font-size: 4vw;
    }

    .transfer_faq_sec .list dl dd {
        font-size: 3.5vw;
    }

    .transfer_cta_sec {
        padding: 12vw 0;
    }

    .transfer_cta_sec .cont {
        padding: 5vw;
    }

    .transfer_cta_sec .cont .main_box {
        display: block;
        padding: 0 0 3vw;
        margin-bottom: 5vw;
    }

    .transfer_cta_sec .cont .main_box .img {
        display: none;
    }

    .transfer_cta_sec .cont .main_box .text_box .title_box {
        margin-bottom: 3vw;
    }

    .transfer_cta_sec .cont .main_box .text_box .title_box .title {
        font-size: 3.5vw;
    }

    .transfer_cta_sec .cont .main_box .text_box .title_box .title .size {
        letter-spacing: 0.05em;
        font-size: 1.7em;
    }

    .transfer_cta_sec .cont .main_box .text_box .title_box .text {
        font-size: 3.5vw;
        text-align: left;
    }

    .transfer_cta_sec .cont .main_box .text_box .tel a {
        font-size: 7vw;
        pointer-events: auto;
    }

    .transfer_cta_sec .cont .main_box .text_box .hours {
        font-size: 3.2vw;
    }

    .transfer_cta_sec .cont .mail_text {
        font-size: 3.8vw;
        margin-bottom: 5vw;
    }

    .transfer_cta_sec .cont .btn_box {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .transfer_cta_sec .cont .btn_box .btn a {
        min-block-size: 12vw;
        font-size: 3.5vw;
        border: none;
    }

    .transfer_cta_sec .cont .btn_box .btn a:hover {
        background: #66b800;
        color: #fff;
    }

    #page_security .security_common_search_btn {
        width: 100%;
        font-size: 3.6vw;
        margin: 8vw auto 0;
        padding: 1em;
    }

    #page_security .security_common_search_btn:hover {
        background-color: var(--main-color);
        color: #fff;
    }

    .single_recommend_property_sec {
        padding: 20vw 0;
        margin-top: 20vw;
    }

    .single_recommend_property_sec .tab_box ul {
        margin-bottom: 5vw;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .term_arrival.single_recommend_property_sec ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .single_recommend_property_sec .tab_box ul li {
        font-size: 3vw;
    }

    .single_recommend_property_sec .tab_box ul li.active,
    .single_recommend_property_sec .tab_box ul li:hover {
        background-color: var(--main-color);
        color: #fff;
    }

    .single_recommend_property_sec .panel_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
    }

    .single_recommend_property_sec .panel_box ul li .link {
        padding: 2.5vw;
    }

    .single_recommend_property_sec .panel_box ul li .link:hover .img_box img {
        transform: scale(1);
    }

    .single_recommend_property_sec .panel_box ul li .link .text_box {
        margin-top: 3vw;
    }

    .single_recommend_property_sec .panel_box ul li .link .text_box .prop_name {
        font-size: 3.4vw;
    }

    .single_recommend_property_sec .panel_box ul li .link .text_box .price_box {
        font-size: 3vw;
    }

    .single_recommend_property_sec .panel_box ul li .link .text_box .access_address {
        font-size: 2.8vw;
    }

    #top_property .property_box ul li .link {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
    }

    #page_motegi_terrace .mainVisual .logo {
        position: absolute;
        left: auto;
        top: 4vw;
        width: 40vw;
        right: 0;
    }

    #page_motegi_terrace .mainVisual .bosyu {
        left: auto;
        right: 8vw;
        top: 42vw;
        width: 16vw;
    }

    #page_motegi_terrace .area_section {
        padding: 20vw 0;
    }

    #page_motegi_terrace .area_section .title_box {
        margin-bottom: 5vw;
        display: block;
        text-align: center;
    }

    #page_motegi_terrace .area_section .title_box .character {
        width: 30vw;
        margin: 0 auto 4vw auto;
    }

    #page_motegi_terrace .area_section .title_box .title {
        width: 70%;
        margin: 0 auto;
    }

    #page_motegi_terrace .area_section .address {
        margin-bottom: 10vw;
    }

    #page_motegi_terrace .area_section .image_area {
        margin-bottom: 5vw;
    }

    #page_motegi_terrace .area_section .image_area .image {
        width: 100%;
    }

    #page_motegi_terrace .area_section .image_area .image.map {
        width: 100%;
        order: -1;
        margin-bottom: 10vw;
    }

    #page_motegi_terrace .area_section .text_area dl {
        padding: 4vw;
    }

    #page_motegi_terrace .area_section .text_area dl+dl {
        margin-top: 10vw;
    }

    #page_motegi_terrace .system_section,
    #page_motegi_terrace .point_section {
        padding: 20vw 0;
    }

    .common_title_box {
        margin-bottom: 10vw;
    }

    .common_title_box .title {
        border-radius: 10vw;
        font-size: 5vw;
        padding: 0.5em;
    }

    .common_title_box .title small {
        margin-right: 0;
        display: block;
        font-size: 3.5vw;
    }

    .common_title_box .lead {
        font-size: 3.6vw;
    }

    #page_motegi_terrace .system_section .system_area {
        margin-bottom: 10vw;
    }

    #page_motegi_terrace .system_section .system_area ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #page_motegi_terrace .system_section .system_area ul li {
        padding: 4vw;
    }

    #page_motegi_terrace .system_section .system_area ul li .title_area {
        gap: 4vw;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }

    #page_motegi_terrace .system_section .system_area ul li .title_area .num {
        width: 13vw;
        height: 13vw;
        font-size: 5vw;
        padding-top: 3vw;
    }

    #page_motegi_terrace .system_section .system_area ul li .title_area .title {
        font-size: 4.5vw;
    }

    #page_motegi_terrace .system_section .system_area ul li .text {
        font-size: 3.4vw;
    }

    #page_motegi_terrace .system_section .facility_area {
        margin-bottom: 10vw;
    }

    #page_motegi_terrace .system_section .facility_area ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #page_motegi_terrace .system_section .facility_area ul li {
        padding: 4vw;
    }

    #page_motegi_terrace .system_section .facility_area ul li .title {
        font-size: 4vw;
    }

    #page_motegi_terrace .system_section .facility_area ul li .text {
        font-size: 3.2vw;
    }

    #page_motegi_terrace .system_section .facility_area ul li .tel {
        font-size: 5vw;
    }

    #page_motegi_terrace .system_section .conditions_area {
        padding: 4vw;
    }

    #page_motegi_terrace .system_section .conditions_area .title {
        font-size: 4vw;
        margin-bottom: 6vw;
        background-size: 6vw;
        background-position: 15vw 0, calc(100% - 15vw) 0;
    }

    #page_motegi_terrace .system_section .conditions_area .title .accent {
        font-size: 5.3vw;
        margin-left: 0;
        margin-top: 0.2em;
        display: inline-block;
    }

    #page_motegi_terrace .ridge_section {
        padding: 20vw 0;
    }

    #page_motegi_terrace .ridge_section .ridge_information {
        margin-bottom: 10vw;
    }

    #page_motegi_terrace .ridge_section .ridge_information .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_motegi_terrace .ridge_section .ridge_information .text_area {
        width: 100%;
    }

    #page_motegi_terrace .ridge_section .ridge_information .text_area dl dt {
        font-size: 4vw;
    }

    #page_motegi_terrace .ridge_section .ridge_information .text_area dl dd {
        font-size: 3.5vw;
    }

    #page_motegi_terrace .ridge_section .ridge_information .text_area dl dt .info {
        font-weight: normal;
    }

    #page_motegi_terrace .ridge_section .ridge_information .text_area dl+dl {
        margin-top: 5vw;
    }

    #page_motegi_terrace .ridge_section ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #page_motegi_terrace .ridge_section ul li.list {
        padding: 4vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .titleBox {
        padding: 4vw 6vw;
        padding-left: 23vw;
        margin-bottom: 4vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .titleBox .ribon {
        left: 4vw;
        padding: 2vw;
        width: 15vw;
        font-size: 3vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .titleBox .ribon:after {
        border-left: 7.5vw solid #ffd900;
        border-right: 7.5vw solid #ffd900;
    }

    #page_motegi_terrace .ridge_section ul li.list .titleBox .ribon .num {
        font-size: 7vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .titleBox .ribon .num small {
        font-size: 3vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .titleBox .title {
        font-size: 4.5vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .titleBox .info {
        font-size: 3vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .in_contents .image_area {
        width: 100%;
        order: -1;
        margin-bottom: 4vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .in_contents .point_wrap {
        width: 100%;
    }

    #page_motegi_terrace .ridge_section ul li.list .in_contents .image {
        margin-bottom: 4vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .in_contents .text_area .title {
        font-size: 3vw;
    }

    #page_motegi_terrace .ridge_section ul li.list .in_contents .text_area ol li {
        font-size: 3vw;
    }

    #page_motegi_terrace .point_section .contents {
        gap: 20px;
        margin-bottom: 10vw;
    }

    #page_motegi_terrace .point_section .pdf_button a {
        width: 100%;
        line-height: 15vw;
        border-radius: 15vw;
        font-size: 5vw;
    }

    #page_motegi_terrace .common_link_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        width: 100%;
        margin: 20px auto 0 auto;
    }

    #page_motegi_terrace .common_link_wrap .button a {
        line-height: 16vw;
        border-radius: 16vw;
        font-size: 5.5vw;
    }

    #page_motegi_terrace .point_section .contents .box {
        padding: 4vw;
        width: 100%;
    }

    #page_motegi_terrace .point_section .contents .box .title_box {
        gap: 4vw;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }

    #page_motegi_terrace .point_section .contents .box ul li {
        width: 48%;
    }

    #page_motegi_terrace .point_section .contents .box:nth-child(4) ul li {
        width: 100%;
    }

    #page_motegi_terrace .point_section .contents .box:nth-child(4) ul li+li {
        margin-top: 20px;
    }

    #page_motegi_terrace .point_section .contents .box:first-child ul li {
        width: 48%;
    }

    #page_motegi_terrace .point_section .contents .box:last-child ul li {
        width: 100%;
    }

    #page_motegi_terrace .point_section .contents .box:first-child ul li .image {
        height: 40vw;
    }

    #page_motegi_terrace .point_section .contents .box:nth-child(2) ul li .image {
        height: 70vw;
    }

    #page_motegi_terrace .point_section .contents .box:nth-child(4) ul li .image {
        height: 40vw;
    }

    #page_motegi_terrace .point_section .contents .box:nth-child(6) ul li .image {
        height: 40vw;
    }

    #page_motegi_terrace .point_section .contents .box:last-child ul li:last-child {
        width: 100%;
    }

    #page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .image_area {
        width: 100%;
    }

    #page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .image {
        height: 50vw;
    }

    #page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .text_area {
        width: 100%;
    }

    #page_motegi_terrace .point_section .contents .box:last-child ul li:last-child .text_area .character {
        display: none;
    }

    #page_motegi_terrace .point_section .contents .box .title_box .num {
        font-size: 6vw;
        width: 15vw;
        height: 15vw;
        padding-top: 13px;
    }

    #page_motegi_terrace .point_section .contents .box .title_box .num small {
        font-size: 3vw;
    }

    #page_motegi_terrace .point_section .contents .box .title_box .title {
        font-size: 4vw;
        width: calc(100% - 20vw);
    }

    #page_motegi_terrace .point_section .contents .box .title_box .title .accent {
        font-size: 4.5vw;
        margin: 0;
    }

    #page_motegi_terrace .point_section .contents .box .info_area .text_area {
        width: 100%;
    }

    #page_motegi_terrace .point_section .contents .box .info_area .image {
        width: 100%;
        order: -1;
        margin-bottom: 4vw;
    }

    #page_motegi_terrace .point_section .contents .box .info_area .info_wrap:nth-child(even) .image {
        order: -1;
    }

    #page_motegi_terrace .area_section .videoBox iframe {
        width: 100%;
        height: 60vw;
    }

    /* 売買サイトボタン */
    .baibai_hum_btn a {
        display: grid;
        place-content: center;
        min-block-size: 15vw;
        background-color: #f4f7f2;
        font-size: 3.8vw;
        font-weight: 700;
        color: #66b800;
        letter-spacing: 0.04em;
        border: solid 2px #66b800;
        padding: 0.3em;
        margin-top: 5vw;
        width: 100%;
    }

    .construction .lifestyle_search_sec {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .construction .lifestyle_search_sec .search_cont .ttl {
        font-size: 4.6vw;
        margin: 0 0 20px;
    }

    .construction .lifestyle_search_sec .search_cont .area_cont .box {
        border-radius: 8px;
        padding: 15px 3.5vw;
        line-height: 1.8;
        display: block;
    }

    .construction .lifestyle_search_sec .search_cont .area_cont .box .area_ttl {
        font-size: 3.7vw;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .construction .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li {
        margin-right: 3vw;
        margin-bottom: 3px;
    }

    .construction .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a {
        font-size: 3.4vw;
    }

    .construction .lifestyle_search_sec .search_cont+.search_cont {
        margin-top: 25px;
    }

    .construction .terms_ranking_sec .terms_ranking_block {
        padding: 15px;
    }

    .construction .terms_ranking_sec .terms_ranking_box .title {
        width: 100%;
        padding: 0 0 10px;
    }

    .construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list li {
        width: 50%;
        padding-left: 30px;
        padding-right: 10px;
        font-size: 3.4vw;
    }

    .construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list li:nth-child(n + 3) {
        margin-top: 10px;
    }

    .construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list li:last-child {
        width: 100%;
    }

    .construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
        width: 24px;
        line-height: 24px;
        height: 24px;
    }

    .construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list.railway li {
        width: 100%;
        font-size: 3.4vw;
    }

    .construction .terms_ranking_sec .terms_ranking_box .terms_ranking_list.railway li:nth-child(n + 2) {
        margin-top: 10px;
    }

    .construction .terms_termlist_sec {
        padding: 40px 0 40px;
    }

    .construction .terms_termlist_sec .terms_termlist_wrap {
        padding: 15px;
    }

    .construction .terms_termlist_sec .terms_termlist {
        padding: 15px 15px 5px;
    }

    .construction .terms_ranking_sec .ttl,
    .construction .terms_termlist_sec .ttl {
        font-size: 4.6vw;
        margin: 0 0 20px;
    }

    .construction .terms_termlist_sec .terms_termlist li {
        font-size: 3.4vw;
    }

    .construction .terms_ranking_sec .terms_ranking_box .title {
        font-size: 3.7vw;
    }

    .construction #page_security .main_sec .main_cont .text_box .text {
        text-align: left;
    }

    .lifestyle_intro_sec {
        padding-bottom: 5vw;
    }

    .lifestyle_intro_sec .block .ttl {
        font-size: 5vw;
        margin-bottom: 20px;
    }

    .lifestyle_intro_sec .block .box {
        flex-direction: column-reverse;
    }

    .lifestyle_intro_sec .block .box .text_box {
        width: 100%;
    }

    .lifestyle_intro_sec .block .box .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .lifestyle_intro_sec .block .box .img {
        width: 100%;
        margin-left: 0;
        flex-shrink: 0;
        margin-bottom: 3vw;
    }

    .common_page_main.construction .title_box .title::before {
        left: -9vw;
    }

    .common_page_main.construction .title_box .title span::before {
        left: -6vw;
    }

    .common_page_main.construction .title_box .title span::after {
        right: -3vw;
    }

    .common_page_main.construction .title_box .title ::after {
        right: 5vw;
    }

    .common_page_main .title_box .title::after {
        right: -9vw;
    }

    /* 棟・部屋追従 */
    .vacancy_tuiju {
        width: 100%;
    }

    .vacancy_tuiju .btn .link {
        width: 100%;
        min-block-size: 45px;
        padding: 0.5em;
        font-size: 13px;
    }

    .vacancy_tuiju .btn .link:hover {
        opacity: 1;
    }

    .vacancy_tuiju.bukken {
        bottom: 91px;
    }

    .vacancy_tuiju.heya {
        bottom: 75px;
    }

    .category_recommend {
        margin-top: 15vw;
    }

    .security_sec .category_kuchikomi {
        padding: 0 0 15vw;
    }

}