@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&display=swap');

/* 新規の場合使用 */
:root {
    --main-color: #0368B4;
    --sub-color: #013791;
    --color_text: #333333;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt";
    color: #333333;
    font-size: 14px;
    line-height: 1.7;
}

.en {
    font-family: "arial", sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

html {
    font-size: 14px !important;
}

body {
    padding-top: 110px;
    background-image: url(image/site-bg.webp);
    background-size: cover;
    background-attachment: fixed;
    min-width: 1440px !important;
}

.blue {
    color: var(--main-color);
}

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

a,
a img {
    transition: .2s;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #fff;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    mask-image: url(/wp-content/themes/swell_child/image/icon/icon_pdf.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    margin-right: 15px;
    background: #fff;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

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

.common_page_wrap {
    padding: 100px 0;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

header.site-hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 999;
    overflow-x: scroll;
}

header.site-hd.on-parent {
    height: 450px;
}

.site-hd__inner {
    height: 110px;
    padding: 14px 50px 0;
    background-image: url(image/site-bg.webp);
    background-size: 100%;
    min-width: 1440px;
}

.site-hd__text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.site-hd__main {
    align-items: center;
}

.site-hd__menu {
    font-weight: 500;
}

.site-hd__menu ul {
    gap: 24px;
}

.site-hd__content {
    gap: 30px;
    align-items: center;
}

.site-hd__btns ul {
    gap: 10px;
}

.site-hd__btns ul li {
    width: 160px;
}

.site-hd__btns ul li a {
    height: 50px;
    align-items: center;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    padding-left: 15px;
    gap: 12px;
}

.site-hd__btns ul li.-reserve a {
    background: #31A6D9;
}

.site-hd__btns ul li.-contact a {
    background: #013791;
    gap: 8px;
    padding-left: 12px;
}

.site-hd__btns ul li.-agent a {
    gap: 6px;
    background: #004164;
    padding-left: 10px;
}

.site-hd__btns ul li.-resident a {
    gap: 6px;
    background: #0368B4;
    padding-left: 10px;
}

section.top-fv {
    background-image: url(image/fv-bg.webp);
    height: 610px;
    background-size: cover;
}

section.top-fv:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
}

.top-fv_inner {
    width: 1340px;
    margin: 0 auto;
    padding-top: 40px;
}

.top-fv_catch-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.top-fv_catch-logo img {
    width: 567px;
}

.top-fv_catch {
    margin-bottom: 20px;
}

.top-fv_philosophy {
    margin-bottom: 15px;
}

.top-fv_philosophy-label {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.top-fv_philosophy-text {
    font-weight: bold;
    color: #464646;
}

.top-fv_btns ul {
    gap: 10px;
}

.top-fv_btns ul li {
    width: 180px;
}

.top-fv_btns ul li a {
    display: block;
    border-radius: 6px;
    position: relative;
    padding-top: 24px;
    padding-bottom: 16px;
    background-size: cover;
    background-position: center;
}

.top-fv_btns ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #0368B4;
    border-radius: 6px;
    transition: .2s;
}

.top-fv_btn-icon {
    position: relative;
    width: 50px;
    margin: 0 auto 10px;
}

.top-fv_btn-icon img {
    transition: .2s;
}

.top-fv_btn-icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.top-fv_btn-text {
    position: relative;
}

.top-fv_btn-text-jp {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: bold;
    height: 37px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
    transition: .2s;
}

.top-fv_btn-text-en {
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.13em;
    transition: .2s;
}

.top-fv_btns ul li.-railway a {
    background-image: url(image/fv_btn-bg-railway.webp);
}

.top-fv_btns ul li.-area a {
    background-image: url(image/fv_btn-bg-area.webp);
}

.top-fv_btns ul li.-category a {
    background-image: url(image/fv_btn-bg-category.webp);
}

.top-fv_btns {
    margin-bottom: 20px;
}

.top-fv_search-label {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.top-fv_search-form {
    width: 560px;
    position: relative;
}

.top-fv_search-form input[type=text] {
    height: 46px;
    width: 100%;
    border-radius: 6px;
    border: 2px solid #DDDDDD;
    background: #F7F7F7;
    padding-left: 20px;
    padding-right: 60px;
}

.top-fv_search-form input[type=text]::placeholder {
    color: #D8D8D8;
    font-weight: 500;
}

.top-fv_search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    border: none;
    background: no-repeat;
    background-image: url(image/site-icon-search__blue.svg);
    background-position: center;
    background-size: 22px;
}

.top-fv_search-form:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #333333;
    right: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.top-news {
    padding: 110px 0 60px;
}

.top-news__title.top-common__title .en {
    font-size: 80px;
}

.top-common__title .en {
    font-size: 60px;
    color: #0368B4;
    opacity: .35;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
}

.top-common__title .jp {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.top-common__title:after {
    content: "";
    position: absolute;
    width: 115px;
    height: 182px;
    background: #E4F2F5;
    top: -30px;
    left: 50px;
    z-index: -1;
    transform: rotate(39deg);
    border-radius: 50%;
}

.top-common__title {
    margin-bottom: 15px;
}

.top-news__title.top-common__title {
    margin-bottom: 20px;
}

.top-news__item+.top-news__item {
    margin-top: 10px;
}

.top-news__item a {
    padding: 20px;
    align-items: flex-end;
    line-height: 1.2;
    border-bottom: 1px solid #DDDDDD;
}

.top-news__item-date {
    font-weight: 900;
    letter-spacing: 0;
    width: 115px;
}

.top-news__item-title {
    font-size: 18px;
    font-weight: 600;
    width: 900px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .2s;
}

.top-news__item-arrow {
    width: 13px;
    height: 16px;
    margin-left: auto;
    background-image: url(image/site-arrow__black.svg);
    background-position: center;
}

.top-news__list {
    margin-bottom: 80px;
}

.top-news__btn {
    position: absolute;
    right: 0;
    top: 70px;
}

.top-news__btn a {
    display: flex;
    width: 270px;
    height: 60px;
    background: #0368B4;
    border-radius: 6px;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-image: url(image/site-arrow__white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.top-banner__full img {
    height: 490px;
}

.top-banner__half img {
    height: 240px;
}

.top-banner__half+.top-banner__half {
    margin-top: 10px;
}

.top-banner__box {
    margin: 0 5px;
}

section.top-banner {
    padding: 0 0 60px;
}

.slick-dots li.slick-active button:before {
    display: none;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #D1D1D1;
    border-radius: 6px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    width: 70px;
    height: 6px;
    margin: 0 5px;
}

.slick-dots li.slick-active button {
    background: #0368B4;
}

ul.slick-dots {
    bottom: -60px;
}

section.top-category {
    padding: 70px 0 60px;
}

.top-category__title.top-common__title {
    text-align: center;
}

.top-common__desc {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

.top-category__title.top-common__title:after {
    left: 0;
    right: 0;
    margin: auto;
}

.top-category__list {
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: center;
}

.top-category__item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.top-category__item .label {
    position: absolute;
    background: #0368B4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 20px;
    letter-spacing: 0.11em;
    z-index: 2;
}

.top-category__item.-newly img,
.top-category__item.-single img {
    width: 100%;
    height: 378px;
    object-fit: cover;
}

.top-category__item.-bunjo img,
.top-category__item.-nearstation img {
    height: 183px;
    width: 100%;
    object-fit: cover;
}

.top-category__item.-nearstation {
    margin-top: 12px;
}

.top-category__item.-pet img {
    height: 123px;
    width: 100%;
    object-fit: cover;
}

.top-category__item.-couple img {
    height: 243px;
    width: 100%;
    object-fit: cover;
}

.top-category__item.-couple {
    margin-top: 12px;
}

section.top-newarrivals {
    padding: 60px 0 40px;
}

.top-newarrivals__title.top-common__title {
    text-align: center;
}

.top-newarrivals__title.top-common__title:after {
    left: 0;
    right: 0;
    margin: auto;
}

.top-newarrivals__list {
    gap: 20px;
}

.top-newarrivals__item {
    width: 270px;
}

.top-newarrivals__item a {
    display: block;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
}

.top-newarrivals__image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.top-newarrivals__content {
    padding: 15px 15px 18px;
}

.top-newarrivals__name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-newarrivals__access {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-newarrivals__info {
    font-weight: 600;
    font-size: 20px;
}

.top-newarrivals__info span {
    font-size: 15px;
}

.top-category__item.-newly .label,
.top-category__item.-nearstation .label,
.top-category__item.-couple .label,
.top-category__item.-single .label {
    bottom: 0;
}

section.top-reason {
    padding: 80px 0 80px;
}

.top-reason__title.top-common__title {
    text-align: center;
    margin-bottom: 40px;
}

.top-reason__title.top-common__title:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top-common__title .jp .small {
    font-size: 18px;
}

.top-reason__item {
    width: 365px;
}

.top-reason__label {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.top-reason__label .num {
    font-size: 30px;
}

.top-reason__image img {
    border-radius: 10px;
}

.top-reason__head {
    margin-bottom: 20px;
}

.top-reason__body {
    text-align: center;
    padding: 0 10px;
}

.top-reason__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.top-reason__text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.top-reason__text .big {
    font-size: 17px;
}

section.top-townguide {
    padding: 80px 0;
}

.top-townguide__image {
    width: 580px;
    margin-right: -100px;
}

.top-townguide__image img {
    border-radius: 20px;
}

.top-townguide__title.top-common__title .en {
    font-size: 80px;
}

.top-townguide__title.top-common__title {
    margin-bottom: 60px;
}

.top-townguide__item+.top-townguide__item {
    margin-top: 40px;
}

.top-townguide__item.-sub+.top-townguide__item.-sub {
    margin-top: 30px;
}

.top-townguide__item .label {
    font-weight: 800;
    font-size: 18px;
    border-left: 1px solid;
    padding-left: 10px;
    margin-bottom: 6px;
}

.top-townguide__item .text {
    font-weight: 600;
}

.top-townguide__item.-sub .label {
    font-size: 15px;
    padding-left: 30px;
    border: none;
    position: relative;
}

.top-townguide__list {
    padding-left: 6px;
}

.top-townguide__item.-sub .label:before {
    content: "";
    position: absolute;
    background: #E4F2F5;
    width: 20px;
    height: 30px;
    left: 1px;
    border-radius: 50%;
    transform: rotate(39deg);
    top: -3px;
}

section.top-shopinfo {
    padding: 50px 0 100px;
}

.top-shopinfo__title.top-common__title .en {
    font-size: 80px;
}

.top-shopinfo__title.top-common__title {
    margin-bottom: 40px;
}

.top-shopinfo__inner {
    width: 1340px;
    margin: 0 auto;
    padding: 90px 0 100px;
}

.top-shopinfo__item {
    width: 650px;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 16%);
}

.top-shopinfo__list {
    gap: 30px 0;
}

.top-shopinfo__image {
    width: 285px;
}

.top-shopinfo__inner:before {
    content: "";
    position: absolute;
    left: 140px;
    top: 0;
    bottom: 0;
    background: #0368B4;
    right: calc(670px - 50vw);
    z-index: -1;
}

.top-shopinfo__content {
    padding: 20px 30px 0;
}

.top-shopinfo__name {
    font-size: 18px;
    font-weight: bold;
    border-left: 1px solid;
    padding-left: 10px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.top-shopinfo__label {
    margin-bottom: 7px;
}

.top-shopinfo__addr {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

.top-shopinfo__access {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 7px;
}

.top-shopinfo__tel {
    color: #31A6D9;
    font-weight: bold;
    font-size: 18px;
}

.top-shopinfo__arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #0368B4;
    right: 0;
    bottom: 0;
}

.top-shopinfo__item a {
    position: relative;
}

.top-shopinfo__arrow:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    left: 0;
    transform: rotate(45deg);
}

footer.site-ft {
    padding: 140px 0 40px;
    background: #F2F9FA;
}

.site-ft__inner {
    width: 1340px;
    margin: 0 auto;
}

.site-ft__logo img {
    width: 340px;
}

.site-ft__logo {
    margin-bottom: 80px;
}

.site-ft__corpbtn a {
    display: flex;
    width: 270px;
    background: #0368B4;
    height: 60px;
    border-radius: 6px;
    align-items: center;
    padding-left: 20px;
    font-weight: 800;
    background-image: url(image/site-icon-link.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center right 20px;
    color: #fff;
}

.site-ft__left {
    padding-top: 70px;
}

.site-ft__menu {
    gap: 40px;
}

.site-ft__label {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid rgb(3 104 180 / 25%);
    padding-bottom: 3px;
    margin-bottom: 7px;
}

.site-ft__group a {
    padding-left: 10px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 500;
}

.site-ft__group a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid #0368B4;
    border-width: 1px 1px 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
}

.site-ft__group ul li+li {
    margin-top: 6px;
}

.site-ft__item a {
    font-size: 15px;
    font-weight: bold;
}

.site-ft__item+.site-ft__item {
    margin-top: 12px;
}

.site-ft__group {
    margin-bottom: 10px;
}

.site-ft__container:nth-child(1) {
    margin-right: 20px;
}

.site-ft__container:nth-child(4) {
    margin-left: 20px;
}

.site-ft__bottom {
    margin-top: 90px;
}

.site-ft__btns {
    margin-bottom: 60px;
}

.site-ft__btns ul {
    justify-content: center;
    gap: 15px;
}

li.site-ft__btn-item {
    width: 250px;
}

li.site-ft__btn-item a {
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}

.site-ft__btn-icon {
    width: 24px;
}

.site-ft__btn-text {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

li.site-ft__btn-item.-line a {
    background: #03C755;
}

li.site-ft__btn-item.-reserve a {
    background: #31A6D9;
}

li.site-ft__btn-item.-contact a {
    background: #013791;
}

li.site-ft__btn-item.-resident a {
    background: #0368B4;
}

.site-ft__submenu {
    margin-bottom: 70px;
}

.site-ft__submenu ul {
    justify-content: center;
    gap: 30px;
}

.site-ft__submenu a {
    font-size: 13px;
    padding-left: 12px;
    position: relative;
    display: inline-block;
}

.site-ft__submenu a:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.site-ft__copyright {
    text-align: center;
}

.site-ft__copyright small {
    font-size: 12px;
    font-weight: 500;
}

.page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.page-top a {
    background: #013791;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    padding-bottom: 6px;
}

.page-top a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 3px 3px 0 0;
    transform: rotate(-45deg);
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.common_page_main {
    padding: 50px 0;
}

.page-banner__image img {
    height: 490px;
}

.page-banner__content {
    width: 820px;
}

.page-banner__title {
    font-size: 18px;
    font-weight: 800;
    padding-left: 10px;
    border-left: 1px solid;
    margin-bottom: 15px;
}

.page-banner__text {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
}

.page-virtual .page-banner__image img,
.page-refa .page-banner__image img {
    height: 240px;
}

.shop-detail__image {
    text-align: center;
    margin-bottom: 30px;
}

.shop-detail__text {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin-bottom: 60px;
}

.shop-detail__table {
    margin-bottom: 60px;
}

.shop-detail__table table {
    width: 100%;
    border-spacing: 30px 10px;
    border-collapse: separate;
}

.shop-detail__table th {
    width: 30%;
}

.shop-detail__table th,
.shop-detail__table td {
    padding: 1em;
    border-bottom: 1px solid #ccc;
}

.shop-detail__cta-left {
    width: 340px;
}

.shop-detail__cta-title {
    margin-bottom: 30px;
    line-height: 1;
}

.shop-detail__cta-title .en {
    font-size: 60px;
    margin-bottom: 15px;
}

.shop-detail__cta-title .jp {
    font-size: 24px;
    font-weight: bold;
}

.shop-detail__cta-tel .num {
    font-size: 40px;
}

.shop-detail__cta-tel {
    line-height: 1.5;
}

.shop-detail__cta-tel .hours {
    font-weight: 500;
    font-size: 15px;
}

.shop-detail__cta {
    margin-bottom: 60px;
    justify-content: center;
}

.shop-detail__cta-tel .num span {
    font-size: 24px;
}

.shop-detail__cta-btns {
    padding-top: 30px;
}

.shop-detail__cta-intro {
    margin-bottom: 30px;
}

li.shop-detail__cta-btn.-contact a {
    background: #013791;
}

li.shop-detail__cta-btn.-reserve a {
    background: #31A6D9;
}

li.shop-detail__cta-btn a {
    width: 250px;
    height: 50px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.shop-detail__cta-text {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-left: 1em;
}

.shop-detail__cta-btns ul {
    gap: 20px;
}

.shop-detail__access iframe {
    width: 100%;
    border-radius: 12px;
}

section.shop-detail {
    padding-bottom: 100px;
}

.page-company__map {
    padding: 60px 0 0;
}

.page-company__map iframe {
    width: 100%;
    border-radius: 12px;
}

.newspaper-title {
    background: var(--main-color);
    display: table;
    padding: 0 1em;
    color: #fff;
    font-weight: bold;
    border-radius: 2em;
    font-size: 120%;
    margin-bottom: 0.3em;
}

.faq-btns li a {
    display: flex;
    width: 270px;
    height: 60px;
    background: #0368B4;
    border-radius: 6px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: center right 20px;
    text-align: center;
    justify-content: center;
}

.faq-btns {
    margin-bottom: 80px;
}

.faq-label {
    margin: 60px 0 30px;
}

.faq-label__num {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: #0368B4;
    opacity: 0.35;
}

.faq-label__jp {
    font-weight: bold;
    font-size: 36px;
}

.page-flow__intro {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 60px;
}

.page-flow__block {
    align-items: center;
    background: #fff;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    padding: 30px;
}

.page-flow__block+.page-flow__block {
    margin-top: 60px;
}

.page-flow__image {
    width: 400px;
}

.page-flow__content {
    width: 640px;
}

.page-flow__image img {
    border-radius: 10px;
}

.page-flow__label-en {
    font-size: 16px;
    font-weight: bold;
}

.page-flow__label-en .num {
    font-size: 150%;
}

.page-flow__label-jp {
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 1em;
}

.page-flow__check {
    margin: 1em 0 0;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
    padding: 1em 1.5em;
    border-radius: 10px;
}

.page-flow__check-label {
    font-size: 140%;
    margin-bottom: 5px;
}

.page-flow__check-list li {
    position: relative;
    padding-left: 20px;
    font-size: 95%;
}

.page-flow__check-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #eee;
    left: 0;
    top: 5px;
    border-radius: 3px;
}

.page-flow__check-list li:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 14px;
    border: solid var(--main-color);
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    left: 0;
    top: 5px;
}

.page-flow__check-list li+li {
    margin-top: 5px;
}

.page-flow__items {
    margin: 1em 0 0;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
    padding: 1em 1.5em;
    border-radius: 10px;
}

.page-flow__items-label {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 5px;
}

.page-townguide__content-image {
    height: 350px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
}

.page-townguide__content-image.-ooimachi {
    background-image: url(image/townguide-ooimachi.webp);
}

.page-townguide__content-image.-oomori {
    background-image: url(image/townguide-oomori.webp);
}

.page-townguide__content-image.-musashikoyama {
    background-image: url(image/townguide-musashikoyama.webp);
}

.page-townguide__content-image.-tamachi {
    background-image: url(image/townguide-tamachi.webp);
}

.page-townguide__content-title .en {
    font-size: 100px;
    line-height: 1;
}

.page-townguide__content-title .jp {
    font-size: 30px;
    letter-spacing: 0.13em;
    font-weight: bold;
    line-height: 2;
}

.page-townguide__content-title {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 20px;
}

.page-townguide__content-catch {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.13em;
    margin-bottom: 30px;
}

.page-townguide__content-text {
    margin-bottom: 30px;
}

.page-townguide__content-text p+p {
    margin-top: 1em;
}

.page-townguide__content-map {
    margin-bottom: 30px;
}

.page-townguide__content-map iframe {
    width: 100%;
    border-radius: 20px;
}

/* 店舗が3件以上で2行になる場合の行間 */
.page-townguide__content-shop {
    row-gap: 30px;
}

.page-townguide__content-shop .top-shopinfo__item {
    width: 555px;
}

.page-townguide__content-map .top-shopinfo__image {
    width: 200px;
}

.page-townguide__content-shop .top-shopinfo__image {
    width: 240px;
}

.page-townguide__content-shop .top-shopinfo__image img {
    width: 100%;
    height: 216px;
    object-fit: cover;
}

section.page-townguide__content+section.page-townguide__content {
    margin-top: 100px;
}

.owner-intro__content {
    width: 520px;
}

.owner-intro__image {
    width: 570px;
}

.owner-intro__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.owner-intro__text {
    font-size: 15px;
    margin-bottom: 30px;
}

.owner-intro__btns ul {
    gap: 20px;
}

.owner-intro__btns a {
    display: flex;
    width: 250px;
    height: 60px;
    background: #0368B4;
    border-radius: 6px;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-image: url(image/site-arrow__white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.owner-intro__image img {
    border-radius: 15px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.owner-intro__bn {
    margin-top: 50px;
}

section.owner-intro {
    margin-bottom: 100px;
}

section.owner-intro .wrap {
    align-items: center;
}

.owner-plan__title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.owner-plan__desc {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
}

.owner-plan__item {
    width: 360px;
    background: #f2f2f2;
    padding: 1em 2em;
    border-radius: 10px;
}

.owner-plan__list {
    margin-bottom: 25px;
}

.owner-plan__item-name {
    font-weight: bold;
    font-size: 24px;
}

.owner-plan__item-price {
    font-weight: bold;
    margin-bottom: 10px;
}

.owner-plan__item-price .num {
    font-size: 140%;
    margin-left: 0.2em;
}

.owner-plan__note {
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 1px solid #ccc;
    padding: 1em 0;
    border-width: 1px 0;
    margin-bottom: 60px;
}

.owner-plan__note .label {
    font-weight: bold;
    font-size: 18px;
}

.owner-plan__service-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.owner-plan__servicelist {
    gap: 50px 0;
}

.owner-plan__service.-first {
    width: 100%;
    text-align: center;
}

.owner-plan__service.-has-image {
    width: 540px;
}

.owner-plan__service-image {
    margin-bottom: 25px;
}

.owner-plan__service-image img {
    border-radius: 10px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.owner-plan__service.-none-image {
    width: 285px;
}

.owner-plan__service.-none-image+.owner-plan__service.-none-image {
    padding-left: 30px;
    border-left: 1px solid;
}

.agent-note {
    margin-bottom: 80px;
}

.agent-application__title {
    font-weight: 800;
    font-size: 18px;
    border-left: 1px solid;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.agent-note__title {
    font-weight: 800;
    font-size: 18px;
    border-left: 1px solid;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.agent-note__title:first-child {
    margin-top: 0;
}

.agent-application__title:first-child {
    margin-top: 0;
}

.agent-application__desc {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.agent-application__btn a {
    display: flex;
    width: 270px;
    height: 60px;
    background: #0368B4;
    border-radius: 6px;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-image: url(image/site-arrow__white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.agent-application__shop-pdf a {
    display: flex;
    width: 270px;
    height: 60px;
    background: #0368B4;
    border-radius: 6px;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-image: url(image/site-arrow__white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    text-decoration: none;
}

.agent-application__shop-pdf a[href $='.pdf']::before {
    width: 20px;
}

.agent-application__shopitem {
    align-items: center;
    gap: 30px;
}

.agent-application__shopitem+.agent-application__shopitem {
    margin-top: 15px;
}

.buy-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.4;
    position: relative;
    margin-bottom: 30px;
}

.buy-title:before {
    content: "";
    position: absolute;
    width: 85px;
    height: 142px;
    background: #E4F2F5;
    top: -40px;
    left: 20px;
    z-index: -1;
    transform: rotate(39deg);
    border-radius: 50%;
}

.buy-desc {
    margin-bottom: 25px;
    font-weight: 600;
}

section.buy-consulting {
    padding-bottom: 100px;
}

section.buy-investment {
    padding-bottom: 100px;
}

.buy-consulting__title {
    font-weight: 800;
    font-size: 18px;
    border-left: 1px solid;
    padding-left: 10px;
    margin-bottom: 6px;
    color: var(--main-color);
    margin-top: 25px;
}

.buy-cta {
    margin-top: 40px;
    border: solid var(--main-color);
    border-width: 2px 0;
    padding: 2em 0;
    text-align: center;
}

.buy-cta__title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--main-color);
}

.buy-cta__btn a {
    display: flex;
    width: 270px;
    height: 60px;
    background: #0368B4;
    border-radius: 6px;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-image: url(image/site-arrow__white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    margin: 0 auto;
}

.buy-investment__item {
    width: 550px;
}

.buy-investment__image img {
    border-radius: 10px;
}

.buy-investment__image {
    margin-bottom: 20px;
}

.buy-investment__text {
    margin-bottom: 20px;
}

.buy-investment__content-title {
    font-weight: 800;
    font-size: 18px;
    border-left: 1px solid;
    padding-left: 10px;
    margin-bottom: 15px;
}

.buy-investment__content-list ul {
    gap: 7px 20px;
}

.buy-selling__desc {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
}

.site-hd__menu li.parent {
    position: relative;
}

.site-hd__menu li.parent>p {
    position: relative;
    padding-right: 20px;
}

.site-hd__menu li.parent>p:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 0px;
    bottom: 10px;
}

.site-hd__menu-child {
    position: absolute;
    transition: .2s;
    top: 100%;
    padding-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.site-hd__menu-child-inner {
    background: var(--main-color);
    border-radius: 4px;
    padding: 10px 20px;
}

.site-hd__menu-child-link a {
    color: #fff;
    display: block;
    border-bottom: 1px solid;
    white-space: nowrap;
    padding: 5px 0;
}

.site-hd__menu-child-link+.site-hd__menu-child-link {
    margin-top: 7px;
}

.site-hd__menu-child-link:last-child a {
    border: none;
}

.-sidebar-on .-newspaper .l-mainContent {
    width: 100%;
}

.site-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.site-loading__text {
    font-size: 30px;
    letter-spacing: 0.13em;
    font-weight: 800;
    display: none;
}

.site-loading__logo {
    width: 320px;
    margin: 0 auto 50px;
    display: none;
}

.page-shop section.top-shopinfo {
    padding-top: 0;
}

.agent-application+.agent-application {
    margin-top: 30px;
}

.agent-application {
    border-top: 1px solid var(--main-color);
    padding-top: 30px;
}

.page_resident_cancell_sec .qr_btn_flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.page_resident_cancell_sec .qr_btn_flex_box .qr_img {
    width: 160px;
    border: 2px solid #0368B4;
}

.page_resident_cancell_sec .qr_btn_flex_box .qr_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page_resident_cancell_sec .qr_btn_flex_box .cancell_btn {
    display: flex;
    width: 250px;
    height: 60px;
    background: #0368B4;
    border-radius: 6px;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-image: url(image/site-arrow__white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

/* ===== トップ Town Guide 非表示（一旦） ここから =====
   再表示するときはこのブロックごと削除する */
section.top-townguide {
    display: none;
}

/* ===== トップ Town Guide 非表示 ここまで ===== */

@media (hover: hover) {

    .site-hd__menu a:hover {
        opacity: .7;
    }

    .site-hd__btns a:hover {
        opacity: .7;
    }

    .agent-application__btn a:hover {
        opacity: .7;
    }

    .agent-application__shop-mail a:hover {
        text-decoration: underline;
    }

    .agent-application__shop-pdf a:hover {
        opacity: .7;
    }

    .site-ft__corpbtn a:hover {
        opacity: .7;
    }

    .site-ft__menu a:hover {
        opacity: .5;
    }

    li.site-ft__btn-item a:hover {
        opacity: .7;
    }

    .page-top a:hover {
        opacity: .7;
    }

    .top-fv_btns ul li a:hover:before {
        opacity: 0;
    }

    a:hover .top-fv_btn-icon .hover {
        opacity: 1;
    }

    a:hover .top-fv_btn-icon .defo {
        opacity: 0;
    }

    a:hover .top-fv_btn-text-jp {
        color: #fff;
    }

    a:hover .top-fv_btn-text-en {
        color: #fff;
    }

    .top-news__btn a:hover {
        opacity: .7;
    }

    a:hover .top-news__item-title {
        color: var(--main-color);
    }

    .top-newarrivals__item a:hover {
        color: #fff;
        background: var(--main-color);
    }

    .top-shopinfo__item a:hover {
        opacity: .7;
    }

    .top-category__item a:hover img {
        transform: scale(1.1);
    }

}


@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        padding-top: 60px;
        min-width: auto !important;
        background: none;
    }

    div#page-bg-sp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(image/site-bg.webp);
        background-size: 300vw;
    }

    body>* {
        font-size: 3.6vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    header.site-hd-sp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 60px;
        z-index: 20001;
    }

    .site-hd-sp__inner {
        height: 100%;
        align-items: center;
        padding: 0 5vw;
    }

    .site-hd-sp__logo img {
        width: 40vw;
    }

    .site-hd-sp__menu-btn .text {
        font-size: 10px;
        font-weight: 900;
        color: var(--main-color);
    }

    .site-hd-sp__menu-btn .bar {
        width: 28px;
        height: 18px;
        margin: 0 auto 2px;
        position: relative;
    }

    .site-hd-sp__menu-btn .bar>div {
        transition: .2s;
        width: 100%;
        height: 2px;
        background: var(--main-color);
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    .site-hd-sp__menu-btn .bar>div:nth-child(1) {
        top: 0;
    }

    .site-hd-sp__menu-btn .bar>div:nth-child(2) {
        top: 8px;
    }

    .site-hd-sp__menu-btn .bar>div:nth-child(3) {
        top: 16px;
    }

    section.top-fv {
        height: auto;
        background-image: url(image/fv-bg-sp.webp);
    }

    .top-fv_inner {
        width: 90vw;
        padding: 12vw 0 10vw;
    }

    .top-fv_catch-text {
        font-size: 3.3vw;
        margin-bottom: 2vw;
    }

    .top-fv_catch-logo img {
        width: 100%;
    }

    .top-fv_catch {
        margin-bottom: 7vw;
    }

    .top-fv_philosophy {
        margin-bottom: 6vw;
    }

    .top-fv_philosophy-label {
        font-size: 4.6vw;
    }

    .top-fv_btns ul li {
        width: 100%;
    }

    .top-fv_btns ul {
        gap: 2vw;
    }

    .top-fv_btns ul li a {
        display: flex;
        padding: 4.5vw 5vw;
        gap: 7vw;
        align-items: center;
    }

    .top-fv_btn-icon {
        margin: 0;
        width: 10vw;
    }

    .top-fv_btn-text-jp {
        height: auto;
        margin: 0 0 1vw;
    }

    .top-fv_btn-text-en {
        font-size: 3.1vw;
        text-align: left;
    }

    .top-fv_btns ul li a:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        right: 5vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .top-fv_btns {
        margin-bottom: 5vw;
    }

    .top-fv_search-label {
        font-size: 100%;
    }

    .top-fv_search-form {
        width: 100%;
    }

    .top-fv_search-form input[type=submit] {
        background-size: 32px;
    }

    .top-news__btn {
        position: static;
    }

    section.top-news {
        padding: 20vw 0 5vw;
    }

    .top-news__title.top-common__title {
        margin-bottom: 10vw;
    }

    .top-common__title {
        text-align: center;
    }

    .top-news__title.top-common__title .en {
        font-size: 11.8vw;
    }

    .top-common__title .en {
        font-size: 11.8vw;
    }

    .top-common__title .jp {
        font-size: 4.1vw;
    }

    .top-common__title:after {
        width: 23vw;
        height: 38vw;
        left: 0;
        right: 0;
        margin: auto;
        top: -11vw;
    }

    .top-news__item a {
        padding: 4vw 0;
        position: relative;
    }

    .top-news__item-date {
        width: 100%;
        font-size: 3.1vw;
        margin-bottom: 2vw;
    }

    .top-news__item-title {
        width: 100%;
        font-size: 3.8vw;
        padding-right: 20px;
    }

    .top-news__item-arrow {
        position: absolute;
        right: 0;
        bottom: 4vw;
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center right;
    }

    .top-news__item+.top-news__item {
        margin-top: 2vw;
    }

    .top-news__list {
        margin-bottom: 10vw;
    }

    .top-news__btn a {
        width: 52vw;
        height: 12vw;
        text-align: center;
        background-image: none;
        margin: 0 auto;
        font-size: 3.1vw;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .top-news__banner {
        margin-top: 17vw;
    }

    .top-banner__full img {
        height: 72vw;
    }

    .top-banner__box {
        margin: 0 1vw;
    }

    .top-banner__half img {
        height: 35vw;
    }

    .top-banner__half+.top-banner__half {
        margin-top: 2vw;
    }

    section.top-banner {
        padding: 0 0 12vw;
        overflow: hidden;
    }

    .slick-dots li {
        width: 10vw;
        margin: 0 1vw;
    }

    ul.slick-dots {
        bottom: -7vw;
    }

    .top-banner__inner {
        padding: 0 5vw;
    }

    .top-banner__inner .slick-list {
        overflow: inherit;
    }

    section.top-category {
        padding: 12vw 0 10vw;
    }

    .top-category__list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top-category__item.-newly img,
    .top-category__item.-single img {
        height: 60vw;
        width: 44vw;
    }

    .top-category__inner {
        padding: 0 5vw;
    }

    .top-common__desc {
        margin-bottom: 6vw;
    }

    .top-category__item.-bunjo img,
    .top-category__item.-nearstation img {
        width: 44vw;
        height: 29vw;
    }

    .top-category__list {
        gap: 2vw 0;
    }

    .top-category__item.-nearstation {
        margin-top: 2vw;
    }

    .top-category__item .label {
        font-size: 3.8vw;
        padding: 1vw 4vw;
    }

    .top-category__item.-newly .label {
        top: 0;
        bottom: auto;
    }

    .top-category__item.-nearstation .label {
        right: 0;
    }

    .top-category__item.-pet .label {
        bottom: 0;
    }

    .top-category__item.-single .label {
        right: 0;
        bottom: auto;
    }

    .top-category__item.-couple {
        margin-top: 0;
    }

    .top-category__item.-couple img {
        width: 44vw;
        height: 60vw;
    }

    .top-newarrivals__item {
        width: 100%;
    }

    .top-newarrivals__item a {
        display: flex;
        align-items: center;
    }

    .top-newarrivals__image {
        width: 30vw;
    }

    .top-newarrivals__image img {
        height: 36vw;
    }

    .top-newarrivals__content {
        width: 60vw;
        padding: 0 5vw;
    }

    .top-newarrivals__name {
        font-size: 4.1vw;
        margin-bottom: 0;
    }

    .top-newarrivals__access {
        font-size: 3.1vw;
        margin-bottom: 2vw;
    }

    .top-newarrivals__info {
        font-size: 4.1vw;
    }

    .top-newarrivals__info span {
        font-size: 3.3vw;
    }

    .top-newarrivals__list {
        margin: 0 2vw;
        width: 90vw;
    }

    .top-newarrivals__item+.top-newarrivals__item {
        margin-top: 2vw;
    }

    .top-newarrivals__wrap .slick-dots li {
        width: 20vw;
    }

    .top-newarrivals__wrap .slick-dots {
        bottom: -13vw;
    }

    .top-newarrivals__wrap .slick-list {
        overflow: inherit;
    }

    section.top-newarrivals {
        padding: 10vw 0 15vw;
        overflow: hidden;
    }

    .top-common__title .jp .small {
        font-size: 3.6vw;
    }

    section.top-reason {
        padding: 10vw 0;
    }

    .top-reason__title.top-common__title {
        margin-bottom: 5vw;
    }

    .top-reason__list {
        gap: 5vw;
    }

    .top-reason__label {
        position: absolute;
        left: 0;
        bottom: 0;
        background: var(--main-color);
        color: #fff;
        font-size: 3.6vw;
        padding: 0 1em;
        border-radius: 0 6px;
    }

    .top-reason__image img {
        height: 41vw;
        width: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .top-reason__label .num {
        font-size: 4.6vw;
        color: #fff;
    }

    .top-reason__head {
        margin-bottom: 3vw;
    }

    .top-reason__body {
        text-align: left;
        padding: 0;
    }

    .top-reason__title {
        font-size: 5.1vw;
        margin-bottom: 0;
    }

    .top-reason__text {
        font-size: 3.6vw;
    }

    .top-reason__text .big {
        font-size: 100%;
    }

    section.top-townguide {
        padding: 10vw 0;
    }

    .top-townguide__title.top-common__title .en {
        font-size: 11.8vw;
    }

    .top-townguide__image {
        width: 100%;
        margin: 0 0 5vw;
    }

    .top-townguide__title.top-common__title {
        margin-bottom: 5vw;
    }

    .top-townguide__image img {
        width: 100%;
        height: 90vw;
        border-radius: 10px;
        object-fit: cover;
    }

    .top-townguide__item .label {
        font-size: 4.1vw;
    }

    .top-townguide__item+.top-townguide__item {
        margin-top: 5vw;
    }

    .top-townguide__item.-sub+.top-townguide__item.-sub {
        margin-top: 5vw;
    }

    section.top-shopinfo {
        padding: 10vw 0 20vw;
    }

    .top-shopinfo__title.top-common__title .en {
        font-size: 11.8vw;
    }

    .top-shopinfo__title.top-common__title {
        text-align: left;
        margin-bottom: 6vw;
    }

    .top-shopinfo__title.top-common__title:after {
        right: auto;
        left: 10vw;
    }

    .top-shopinfo__inner {
        width: 90vw;
        padding: 0;
    }

    .top-shopinfo__image {
        width: 30vw;
    }

    .top-shopinfo__image img {
        /* height: 38vw; */
        height: 32vw;
        object-fit: cover;
    }

    .top-shopinfo__content {
        width: 60vw;
        padding: 3vw 0 0 5vw;
    }

    .top-shopinfo__label {
        display: none;
    }

    .top-shopinfo__name {
        border: none;
        font-size: 4.1vw;
        padding: 0;
        margin-bottom: 0vw;
    }

    .top-shopinfo__addr {
        font-size: 3.3vw;
        margin-bottom: 3vw;
    }

    .top-shopinfo__access {
        font-size: 3.3vw;
        margin-bottom: 0vw;
    }

    .top-shopinfo__tel {
        font-size: 3.8vw;
    }

    .top-shopinfo__arrow {
        width: 6vw;
        height: 6vw;
    }

    .top-shopinfo__arrow:after {
        width: 30%;
        height: 30%;
        right: 12%;
    }

    .top-shopinfo__list {
        gap: 2vw;
    }

    .top-shopinfo__inner:before {
        left: 10vw;
        right: -5vw;
        top: 20vw;
        bottom: 20vw;
    }

    .site-ft__inner {
        width: 90vw;
    }

    footer.site-ft {
        padding: 20vw 0 calc(15vw + 70px);
    }

    .site-ft__left {
        padding: 0;
        width: 100%;
    }

    .site-ft__logo {
        width: 67vw;
        margin: 0 auto 7vw;
    }

    .site-ft__corpbtn a {
        width: 74vw;
        margin: 0 auto 7vw;
        border-radius: 20vw;
        font-size: 3.6vw;
        background-size: 4.6vw;
        background-position: center right 8vw;
        padding-left: 8vw;
        height: 12vw;
    }

    .site-ft__tel {
        text-align: center;
        margin-bottom: 12vw;
    }

    .site-ft__license {
        text-align: center;
    }

    .site-ft__bottom {
        margin-top: 12vw;
    }

    .site-ft__tel-num {
        font-weight: bold;
        font-size: 6.2vw;
    }

    .site-ft__tel-num span {
        font-size: 4.1vw;
    }

    .site-ft__tel-hours {
        font-size: 2.8vw;
    }

    .sp-fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 20001;
        background: #EBFBFF;
        height: 70px;
        padding: 10px;
    }

    .sp-fixed__inner {
        height: 100%;
    }

    .sp-fixed__btn {
        width: 32%;
        height: 100%;
    }

    .sp-fixed__btn a {
        text-align: center;
        display: flex;
        justify-content: center;
        border-radius: 4px;
        align-items: center;
        height: 100%;
        color: #fff;
        font-weight: bold;
        line-height: 1.3;
    }

    .sp-fixed__btn.-reserve a {
        background: #31A6D9;
    }

    .sp-fixed__btn.-contact a {
        background: #013791;
    }

    .sp-fixed__btn.-agent a {
        background: #004164;
    }

    .site-hd-sp__menu-content {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 20000;
        overflow-y: scroll;
        left: 100%;
        transition: .2s;
    }

    .site-hd-sp__menu-content .inner {
        padding: calc(60px + 10vw) 5vw calc(70px + 10vw);
    }

    .site-hd-menu__menu {
        justify-content: space-between;
        gap: 5vw 0;
        margin-bottom: 10vw;
    }

    .site-hd-menu__label {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        margin-bottom: 2vw;
    }

    .site-hd-menu__container {
        width: 43vw;
    }

    .site-hd-menu__group {
        font-size: 85%;
        font-weight: 500;
    }

    .site-hd-menu__item a {
        font-weight: 500;
    }

    .site-hd-menu__item {
        margin-top: 2vw;
    }

    .site-hd-menu__btns li.site-ft__btn-item {
        width: 100%;
    }

    .site-hd-menu__btns ul {
        gap: 2vw;
    }

    .site-hd-menu__btn-text {
        font-weight: bold;
        color: #fff;
    }

    .site-hd-menu__btns {
        margin-bottom: 5vw;
    }

    .site-hd-menu__submenu ul {
        justify-content: space-between;
        font-size: 80%;
    }

    .site-hd-sp__menu-content.opend {
        left: 0%;
    }

    .site-hd-sp__menu-btn.opend .bar>div:nth-child(1) {
        top: 8px;
        transform: rotate(35deg);
    }

    .site-hd-sp__menu-btn.opend .bar>div:nth-child(2) {
        opacity: 0;
    }

    .site-hd-sp__menu-btn.opend .bar>div:nth-child(3) {
        top: 8px;
        transform: rotate(-35deg);
    }

    .shop-detail__image {
        margin-bottom: 5vw;
    }

    .shop-detail__text {
        text-align: left;
        margin-bottom: 10vw;
        font-size: 4.1vw;
        letter-spacing: 0;
    }

    .shop-detail__table table {
        border-spacing: 0;
    }

    .shop-detail__table {
        margin-bottom: 20vw;
    }

    .shop-detail__cta-title .en {
        font-size: 11.4vw;
        margin-bottom: 1vw;
    }

    .shop-detail__cta-title .jp {
        font-size: 4.1vw;
    }

    .shop-detail__cta-title {
        margin-bottom: 5vw;
    }

    .shop-detail__cta-tel .num {
        font-size: 7vw;
    }

    .shop-detail__cta-tel .hours {
        font-size: 100%;
    }

    .shop-detail__cta-tel .num span {
        font-size: 70%;
    }

    .shop-detail__cta-btns {
        width: 100%;
        padding: 5vw 0 0;
    }

    li.shop-detail__cta-btn a {
        width: 100%;
        height: 12vw;
    }

    .shop-detail__cta-btns ul {
        justify-content: space-between;
        gap: 0;
    }

    li.shop-detail__cta-btn {
        width: 44vw;
    }

    .shop-detail__cta-icon {
        width: 6vw;
    }

    .shop-detail__cta-text {
        font-size: 3.6vw;
    }

    .shop-detail__cta {
        margin-bottom: 10vw;
    }

    section.shop-detail {
        padding-bottom: 20vw;
    }

    .owner-intro__title {
        font-size: 6.2vw;
        margin-bottom: 5vw;
    }

    .owner-intro__text {
        font-size: 100%;
        margin-bottom: 5vw;
    }

    .owner-intro__btns ul {
        gap: 0;
        justify-content: space-between;
    }

    .owner-intro__btns ul li {
        width: 43vw;
    }

    .owner-intro__btns a {
        width: 100%;
        font-size: 100%;
        background-size: 3vw;
        height: 12vw;
        border-radius: 10vw;
    }

    .owner-intro__btns {
        margin-bottom: 5vw;
    }

    .owner-intro__image img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
        border-radius: 10px;
    }

    .owner-intro__bn {
        margin-top: 10vw;
    }

    section.owner-intro {
        margin-bottom: 20vw;
    }

    .owner-plan__title {
        text-align: left;
        font-size: 7vw;
        margin-bottom: 3vw;
    }

    .owner-plan__desc {
        text-align: left;
        margin-bottom: 5vw;
    }

    .owner-plan__item-name {
        font-size: 5vw;
    }

    .owner-plan__list {
        gap: 5vw;
        margin-bottom: 10vw;
    }

    .owner-plan__note {
        margin-bottom: 15vw;
    }

    .owner-plan__note .label {
        font-size: 4vw;
    }

    .owner-plan__service-title {
        font-size: 4.2vw;
        margin-bottom: 1vw;
    }

    .owner-plan__servicelist {
        gap: 7vw;
    }

    .owner-plan__service-image {
        margin-bottom: 3vw;
    }

    .buy-title {
        font-size: 6vw;
        margin-bottom: 5vw;
    }

    .buy-desc {
        margin-bottom: 5vw;
    }

    .buy-title:before {
        width: 13vw;
        height: 18vw;
        left: 5vw;
        top: -5vw;
    }

    .buy-cta {
        margin-top: 6vw;
        padding: 5vw 0;
    }

    .buy-cta__btn a {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 0;
    }

    .buy-cta__title {
        text-align: left;
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    section.buy-consulting,
    section.buy-investment {
        padding-bottom: 20vw;
    }

    .buy-consulting__title {
        font-size: 4.1vw;
        margin-top: 5vw;
        margin-bottom: 2vw;
    }

    .buy-investment__content-title {
        font-size: 4.1vw;
        margin-bottom: 2vw;
    }

    .buy-investment__list {
        gap: 7vw;
    }

    .page-townguide__content-image {
        height: 40vw;
        margin-bottom: 5vw;
        /* スマホでは fixed だと背景が画面基準になり拡大表示されるため解除 */
        background-attachment: scroll;
    }

    .page-townguide__content-title {
        display: block;
        margin-bottom: 5vw;
    }

    .page-townguide__content-title .en {
        font-size: 10vw;
    }

    .page-townguide__content-title .jp {
        font-size: 5vw;
    }

    .page-townguide__content-catch {
        font-size: 4.1vw;
        margin-bottom: 5vw;
    }

    .page-townguide__content-map {
        margin-bottom: 5vw;
    }

    .page-townguide__content-map iframe {
        border-radius: 10px;
        height: 90vw;
    }

    .page-townguide__content-shop .top-shopinfo__image img {
        height: 38vw;
    }

    .page-townguide__content-shop .top-shopinfo__image {
        width: 30vw;
    }

    .page-townguide__content-shop .top-shopinfo__item {
        width: 100%;
    }

    .page-townguide__content-shop {
        gap: 2vw;
    }

    section.page-townguide__content+section.page-townguide__content {
        margin-top: 20vw;
    }

    .agent-note__title {
        font-size: 4.1vw;
        margin-top: 5vw;
        margin-bottom: 2vw;
    }

    .agent-note {
        margin-bottom: 10vw;
    }

    .agent-application__title {
        font-size: 4.1vw;
    }

    .agent-application__desc {
        font-size: 100%;
    }

    .agent-application__btn a {
        width: 100%;
        height: 12vw;
        font-size: 100%;
        border-radius: 8vw;
    }

    .agent-application__shop-pdf a {
        width: 100%;
        height: 12vw;
        border-radius: 8vw;
    }

    .agent-application__shop-pdf {
        width: 100%;
    }

    .agent-application__shopitem {
        gap: 2vw 0vw;
    }

    .faq-label__jp {
        font-size: 5vw;
    }

    .faq-label__num {
        font-size: 130%;
    }

    .faq-btns {
        margin-bottom: 10vw;
    }

    .faq-btns ul {
        gap: 2vw 0;
    }

    .faq-btns ul li {
        width: 46vw;
    }

    .faq-btns li a {
        width: 100%;
        font-size: 100%;
        height: 12vw;
    }

    .page-flow__intro {
        font-size: 110%;
        margin-bottom: 10vw;
    }

    .page-flow__label-en {
        font-size: 100%;
    }

    .page-flow__image {
        order: -1;
        margin-bottom: 2vw;
        width: 100%;
    }

    .page-flow__block {
        padding: 4vw;
        border-radius: 10px;
    }

    .page-flow__block+.page-flow__block {
        margin-top: 10vw;
    }

    .site-loading__logo {
        width: 42vw;
        margin-bottom: 5vw;
    }

    .site-loading__text {
        font-size: 6vw;
    }

    .top-townguide__list {
        padding: 0;
    }

    .owner-plan__service-image img {
        height: 30vw;
    }

    .owner-plan__service.-none-image+.owner-plan__service.-none-image,
    .owner-plan__service.-none-image {
        width: 100%;
        padding-left: 1em;
        border-left: 1px solid;
    }

    .page-banner__image img {
        height: 72vw;
        margin: 0 auto;
    }

    .page-banner__image {
        text-align: center;
        margin-bottom: 7vw;
        width: 100%;
    }

    .page-banner__title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .page-banner__text {
        font-size: 3.3vw;
    }

    .page-virtual .page-banner__image img,
    .page-refa .page-banner__image img {
        height: 40vw;
    }

    .owner-intro__image {
        width: 100%;
        order: -1;
        margin-bottom: 5vw;
    }

    .page_resident_cancell_sec .qr_btn_flex_box {
        gap: 6vw;
        flex-direction: column-reverse;
    }

    .page_resident_cancell_sec .qr_btn_flex_box .qr_img {
        width: 30vw;
    }

    .page_resident_cancell_sec .qr_btn_flex_box .cancell_btn {
        width: 100%;
        font-size: 100%;
        background-size: 3vw;
        height: 12vw;
        border-radius: 10vw;
    }
}