@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/


/* Arial */
@font-face {
    font-family: "Arial";
    src: url("font/Arial.ttf") format("truetype");
    font-weight: 400;
}

/* Arial Bold */
@font-face {
    font-family: "Arial";
    src: url("font/Arial-Bold.ttf") format("truetype");
    font-weight: 700;
}

/* High Summit */
@font-face {
    font-family: "High Summit";
    src: url("font/High-Summit.ttf") format("truetype");
}


html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

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

.f_hst {
    font-family: "High Summit", serif;
}

body {
    min-width: 1440px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.31;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #333;
    background: #fff;
    margin: 0;
}

#menu {
    display: none;
}

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

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

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* .sp {
    display: none;
} */

/* .pc{
    display: none;
} */

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 100px 0;
}

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

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

.common_page_main {
    padding: 18px 0 90px;
    position: relative;
}

.common_page_main::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/common_fv_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 68.8vw;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -2;
}

.common_page_main::after {
    content: "";
    position: absolute;
    width: 75.8vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(-90deg, #ffffff00 0%, #ffffff 59%, rgb(255, 255, 255) 100%);
}

.common_page_main .title_box {
    display: flex;
    align-items: baseline;
    gap: 0 33px;
}

.common_page_main .title_box {
    display: flex;
    align-items: baseline;
    gap: 0 33px;
    margin-bottom: 20px;
}

.common_page_main .title_box .sub_title {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase;
}

.common_page_main .title_box .title {
    font-size: 30px;
    letter-spacing: .03em;
    font-weight: 700;
    flex-shrink: 0;
}

.common_page_main .text {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 700;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #333333;
    letter-spacing: .1em;
    font-weight: 700;
    margin-bottom: 4.5em;
}

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

/* PC固定ページ お問い合わせ */
.page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
}

.page_contact table th,
.page_contact table td {
    padding: 20px;
    font-size: 14px;
    border: solid 1px #DFDFDF;
    vertical-align: middle;
}

.page_contact table th {
    width: 25%;
    background: #F7F7F7;
    white-space: nowrap;
    letter-spacing: .05em;
}

.page_contact table th .hissu,
.page_contact table th .ninni {
    background: #0a51a1;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

.page_contact table th .ninni {
    background: #333;
}

.page_contact table td {
    width: 75%;
}

.page_contact input[type="text"],
.page_contact input[type="email"],
.page_contact #zip {
    width: 85%;
    height: 44px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

.page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1px solid #a4a4a4;
}

.page_contact .select_box {
    position: relative;
    width: 50%;
}

.page_contact .select_box::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 47%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
    width: .5em;
    height: .5em;
    border: 1px solid currentColor;
    border-top: none;
    border-left: none;
}

.mw_wp_form_preview .select_box::before {
    display: none !important;
}

.page_contact select {
    outline: none;
    background: transparent;
    padding: 1em 2.2em 1em 1em;
    width: 100%;
    border: 1px solid #a4a4a4;
    -webkit-appearance: none;
    appearance: none;
}

.page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1px solid #a4a4a4;
}

.page_contact .attention {
    font-size: 12px;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: #0a51a1;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

.contact_form_disc .caution {
    font-size: 14px;
    color: #373636;
}

.contact_form_disc .text {
    margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}


/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #333;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1/1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: #0a51a1;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    margin-bottom: 60px;
    justify-content: center;
}

.page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

.page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

.page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    aspect-ratio: 1/1;
    min-width: 0;
    border-radius: 50%;
    background: #333;
    margin: auto;
}

.page_contact .progressbar #step_2 .en {
    position: relative;
}

.page_contact .progressbar #step_2 .en::before,
.page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

.page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 個人情報保護方針 */
.page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

.page_privacy dl {
    margin-bottom: 50px;
}

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

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

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

/* 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;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */

.single_page .single_flame {
    border: solid 1px #ccc;
    padding: 70px;
}

.single_main_img {
    width: 300px;
    height: 300px;
    margin: 0 auto 40px;
}


.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .title_area .en::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area .en {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.singleContent .title_area .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

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

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
    border-radius: 3px;
}

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 1.7;
}

.singleContent .addtoany_content {
    margin: 40px auto 0;
}

.single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-radius: 6px;
}

.single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

.single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

.single_page aside#info_side p#news-not_found {
    text-align: center;
}

.single_page aside#info_side ul li+li {
    margin-top: 12px;
}

.single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

.single_page aside#info_side ul li a:hover {
    opacity: .7;
}

.single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

.single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

.single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 85px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.latest_post_area {
    width: 100%;
    margin: 50px auto 0;
}

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

.latest_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.latest_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.latest_post_area a {
    color: #000;
}

.latest_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.latest_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.latest_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.latest_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}


.latest_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
}

.latest_post_area .category_list {
    width: 100%;
}

.latest_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

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

.latest_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 100px;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: 100px;
}

.singleContent_links ul {
    width: 260px;
}

.singleContent_links ul.prev .btn {
    padding-left: 30px;
}

.singleContent_links ul.next .btn {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 140px;
    overflow: hidden;
}

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

.singleContent_links a:hover .img img {
    transform: scale(1.1);
}

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/child/image/icon/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
    padding: 0;
}


.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

/* 共通パーツ */
.c_btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    background: #0a51a1;
    border: 2px solid #0a51a1;
    border-radius: 35px;
    padding: 22px 20px 25px 30px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c_btn span {
    display: inline-block;
}

.c_btn a .triangle {
    width: 0;
    height: 0;
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-left: 15px solid white;
}

.c_btn_white a {
    color: #0a51a1;
    background: #fff;
}

.c_btn_white a .triangle {
    border-left: 15px solid #0a51a1;
}

.c_btn_green a {
    color: #fff;
    background: #06c755;
    border: 2px solid #06c755;
}

.c_btn02 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    margin-inline: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0em;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #34b3d1, #0a51a1);
    background-image: linear-gradient(to right, #34b3d1, #0a51a1);
    border-radius: 35px;
    padding: 22.5px 20px 24.5px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    /* margin-left: auto; */
}

.c_btn02 a .link_text {
    flex: 1;
}

.c_btn02 a .triangle {
    width: 0;
    height: 0;
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-left: 15px solid white;
}

.c_section_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.c_section_title .section_title {
    position: relative;
    font-family: Arial Bold, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0em;
}

.c_section_title .section_title::before {
    content: "";
    width: 1px;
    height: 34.25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -26.5px;
    background: #707070;
}

.c_section_title .section_title_sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.1em;
}

/* ヘッダーPC */
.site_header {
    background: #fff;
}

.site_header a {
    display: block;
    text-decoration: none;
}

.site_header img {
    margin-top: 5px;
    width: 100%;
}

.site_header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 50px;
}

.site_header .logo {
    width: 100px;
}

.site_header .logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_header .body,
.site_header .cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site_header .body {
    gap: 115px;
}

.site_header .cta {
    position: relative;
    gap: 26px;
}

.site_header .cta::before {
    content: "";
    width: 2px;
    height: 55px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -48px;
    background: #707070;
}

.site_header .nav .lists {
    gap: 36px;
}

.site_header .nav .list {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 0.05em;
}

.site_header .nav .list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_header .tel {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.34;
    letter-spacing: 0em;
    color: #0a51a1;
}

.site_header .hours {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46;
    letter-spacing: 0em;
    padding-left: 5px;
}

.site_header .btn {
    text-align: center;
}

.site_header .btn a {
    display: block;
    width: 180px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 0em;
    color: #fff;
    background: #0a51a1;
    padding: 36px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* top_fv */
#top_fv {
    position: relative;
    padding: 120px 0 103px;
}

#top_fv::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("image/top_fv.jpg");
    background-position: center calc(50% - 30px);
    background-repeat: no-repeat;
    background-size: cover;
}

#top_fv::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

#top_fv .contents {
    position: relative;
    margin-left: -100px;
    z-index: 1;
}

#top_fv .sub_title {
    font-family: "High Summit", sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: #fff;
}

#top_fv .sub_title span {
    display: inline-block;
    padding-left: 33px;
}

#top_fv .title {
    margin-top: 10px;
}

#top_fv .title span {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #333;
    background: #fff;
    padding-inline: 20px;
}

#top_fv .title .big {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0.1em;
    margin-top: 14px;
}

#top_fv .title .middle {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding-inline: 0px;
}

#top_fv .cta {
    margin-top: 70px;
}

#top_fv .btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

/* top_room */
#top_room {
    padding: 160px 0;
}

#top_room .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    margin-top: 64px;
}

#top_room .item a {
    text-decoration: none;
}

#top_room .image img {
    width: 100%;
    aspect-ratio: 7 / 6;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    transition: .3s;
}

#top_room .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0em;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#top_room .area {
    font-family: "Arial Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0em;
    color: #707070;
    margin-top: 14px;
}

#top_room .price {
    font-family: "Arial Bold";
    font-size: 35px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0em;
    color: #0a51a1;
    margin-top: 16px;
}

#top_room .price span {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.05em;
}

#top_room .btn {
    margin-top: 100px;
    text-align: center;
}

/* top_buy */
#top_buy {
    padding: 0 0 100px;
}

#top_buy .contents {
    gap: 50px;
    margin-top: 64px;
}

#top_buy .texts {
    width: 445px;
    padding-top: 20px;
}

#top_buy .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.79;
    letter-spacing: 0em;
    color: #0a51a1;
}

#top_buy .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.31;
    letter-spacing: 0em;
    color: #707070;
    margin-top: 50px;
}

#top_buy .btn {
    margin-top: 135px;
    text-align: center;
}

#top_buy .Swiper_wrap_body {
    width: 645px;
}

#top_buy .top_buy_Swiper_wrap,
.top_buy_Swiper_wrap02 {
    position: relative;
}

.top_buy_Swiper_wrap02 {
    margin-top: 15px;
}

.top_buy_Swiper_wrap .swiper-slide img {
    height: auto;
    aspect-ratio: 645/425;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_buy_Swiper_wrap02 .swiper-slide img {
    height: auto;
    aspect-ratio: 150/110;
    -o-object-fit: cover;
    object-fit: cover;
}

#top_buy .swiper-button-next,
#top_buy .swiper-button-prev {
    color: #fff;
}

#top_buy .swiper-button-next {
    right: 3px;
}

#top_buy .swiper-button-prev {
    left: 3px;
}

#top_buy .swiper-button-next:after,
#top_buy .swiper-button-prev:after {
    font-size: 25px;
}

#top_buy .swiper-button-next02,
#top_buy .swiper-button-prev02 {
    top: 137px;
    color: #0a51a1;
    z-index: 11;
}

#top_buy .swiper-button-next02 {
    right: 143px;
}

#top_buy .swiper-button-prev02 {
    left: 143px;
}

#top_buy .swiper-button-next02:after,
#top_buy .swiper-button-prev02:after {
    font-size: 18px;
    text-shadow: 1px 0 0 #0a51a1, -1px 0 0 #0a51a1, 0 1px 0 #0a51a1, 0 -1px 0 #0a51a1;
}

#top_buy .swiper-horizontal>.swiper-pagination-bullets,
#top_buy .swiper-pagination-bullets.swiper-pagination-horizontal,
#top_buy .swiper-pagination-custom,
#top_buy .swiper-pagination-fraction {
    bottom: -165px;
}

#top_buy .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    border-radius: 0;
    background: #707070;
    margin: 0 15px;
    opacity: 1;
}

#top_buy .swiper-pagination-bullet-active {
    background: #2082f1;
}

/* top_column */
#top_column {
    background: #F5F5F5;
    padding: 110px 0;
}

#top_column .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin-top: 64px;
}

#top_column .item a {
    text-decoration: none;
}

#top_column .image {
    overflow: hidden;
}

#top_column .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 26 / 17;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#top_column .time {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0em;
    color: #707070;
    margin-top: 12px;
}

#top_column .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-top: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#top_column .btn {
    margin-top: 77px;
    text-align: center;
}

.news_page.top {
    margin-bottom: 100px;
}

.news_page.top .c_section_title {
    margin-bottom: 65px;
}

.news_page.top .news_page_list {
    margin-bottom: 100px;
}

/* top_instagram */
#top_instagram {
    padding: 180px 0 150px;
}

#top_instagram .contents {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 111px;
}

#top_instagram .title_wrap a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_instagram .title {
    font-family: "Arial Bold";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 0.05em;
}

#top_instagram .icon {
    width: 40px;
    height: 40px;
}

#top_instagram .sub_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 3.57;
    letter-spacing: 0.03em;
    margin-top: 20px;
}

#top_instagram .items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#top_instagram .items::before {
    content: "";
    width: 2px;
    height: 96%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -60px;
    background: #707070;
}

#top_instagram .image {
    overflow: hidden;
}

#top_instagram .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}


/* top_news */
#top_news {
    background: #F5F5F5;
    padding: 110px 0;
}

#top_news .items {
    margin-top: 67.5px;
}

#top_news .item {
    border-bottom: 1px solid #707070;
}

#top_news .item:first-of-type {
    border-top: 1px solid #707070;
}

#top_news .item a {
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    padding: 30px 40px 30px 0;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top_news .item a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #0A51A1;
}

#top_news .item a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #0A51A1;
    border-right: 2px solid #0A51A1;
}

#top_news .head {
    min-width: 165px;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

#top_news .time {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0em;
    color: #707070;
}

#top_news .new {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0em;
    color: #fff;
    background: #0A51A1;
    padding: 4px 8px;
}

#top_news .text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_news .btn {
    margin-top: 70px;
    text-align: center;
}

/* fix_btn */
#fix_btn {
    position: fixed;
    top: 190px;
    right: 0px;
    z-index: 10;
}

#fix_btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#fix_btn .btn {
    background: #fff;
    border: 2px solid #0a51a1;
    border-radius: 10px 0 0 10px;
    padding: 23px 16px;
}

#fix_btn .btn a {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: 0em;
    letter-spacing: 0.15em;
    color: #0a51a1;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    vertical-align: middle;
}

#fix_btn .btn.line {
    background: #06c755;
    border: 2px solid #06c755;
    padding: 12px 16px;
    margin-top: 26px;
}

#fix_btn .btn.line a {
    color: #fff;
}

/* footer */
.site_footer {
    color: #fff;
    background: #333;
    padding: 110px 0 110px;
}

.site_footer .logo {
    position: relative;
    width: 225px;
    /* height: 250px; */
}

.site_footer .contents,
.site_footer .company {
    -webkit-box-align: start;
    -ms-flex-align: end;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site_footer .company {
    gap: 25px;
}

.site_footer .address,
.site_footer .hours {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
}

.site_footer .tel {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0em;
    margin-top: 5px;
}

.site_footer .fax {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-top: 7px;
}

.site_footer .hours {
    margin-top: 7px;
}

.site_footer .cta {
    margin-top: 16px;
}

.site_footer .btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.site_footer .btns .btn {
    text-align: center;
}

.site_footer .btns .btn a {
    max-width: 220px;
    margin-inline: auto;
    padding: 14px 11px 15px;
}

.site_footer .btns .btn a .link_text {
    flex: 1;
}

.site_footer .company_map {
    width: 360px;
    aspect-ratio: 36/25;
}

.site_footer .company_map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site_footer .nav {
    margin-top: 80px;
}

.site_footer .lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-inline: 0;
}

.site_footer .list {
    position: relative;
    text-align: center;
    margin-right: 50px;
}

.site_footer .list:last-of-type {
    margin-right: 0;
}

.site_footer .list::before {
    content: "";
    width: 2px;
    height: 31px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -25px;
    background: #fff;
}

.site_footer .list:last-of-type::before {
    display: none;
}

.site_footer .list a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site_footer .copyright {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0em;
    margin-top: 90px;
    text-align: center;
}

/* 販売物件情報 */

.archive_property_list ul {
    display: grid;
    grid-template-columns: repeat(2, 460px);
    gap: 100px 40px;
    justify-content: center;
}

.archive_property_list ul li {
    box-shadow: 0 0 6px rgba(56, 56, 56, 0.06);
}

.archive_property_list ul .link {
    display: block;
    transition: .3s;
}

.archive_property_list ul .link:hover {
    opacity: .8;
}

.archive_property_list ul .link .img {
    width: 100%;
}

.archive_property_list ul .link .img img {
    aspect-ratio: 23/12;
    width: 100%;
    object-fit: cover;
}

.archive_property_list ul .link .text_box {
    padding: 35px 20px 40px;
}

.archive_property_list ul .link .text_box .ttl {
    line-height: 1;
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 700;
    color: #0a51a1;
    margin-bottom: 1em;
}

.archive_property_list ul .link .text_box .text {
    font-size: 24px;
    letter-spacing: .03em;
    font-weight: 700;
    line-height: 1;
}

.archive_property_list ul .link .text_box .text .size {
    font-size: 16px;
    display: inline-block;
    margin-left: 0.1em;
}

.archive_property_list ul .link .text_box .text .color {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 0.6em;
    background-color: #0a51a1;
    color: #fff;
    margin-right: 1em;
    font-size: 16px;
}

/* 販売物件情報 詳細ページ*/


.properties_img_slider {
    margin: 0px 0 0;
    /* display: grid; */
    grid-template-columns: 580px 400px;
    gap: 60px;
}

.property_main_flex .text_box {
    width: 50%;
}

.property_main_flex .table_box {
    width: 40%;
}

.main_property_slider .slick-initialized .slick-slide {
    margin-bottom: 20px;
    background-color: #f1f1f1;
}

.main_property_slider .slick-initialized .slick-slide img {
    height: 520px;
    object-fit: contain;
    margin: 0 auto;
}

.property_main_flex .text_box .thumbnail_property_slider .slick-track {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 10px;
    width: unset !important;
    transform: unset !important;
}

.slick-track:before,
.slick-track:after {
    display: none;
}

.property_main_flex .text_box .thumbnail_property_slider .slick-track img {
    height: 130px;
    object-fit: cover;
}

.property_main_flex .text_box .thumbnail_property_slider .slick-track li {
    width: unset !important;
    background-color: #f1f1f1;
    cursor: pointer;
}

.common_main_property {
    margin: 100px 0 -50px 0;
}

.common_main_property .ttl {
    font-size: 32px;
    font-weight: 700;
}

.common_main_property .type span {
    font-size: 17px;
    letter-spacing: .08em;
    font-weight: 900;
    background: #0a51a1;
    border-radius: 30px;
    padding: 10px 35px;
    flex-shrink: 0;
    color: #fff;
}

#page_property_ttl .type {
    margin-bottom: 10px;
}

#page_property_ttl h1 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 20px;
}

.properties_bxslider_thumbnail li a img {
    border: solid 4px #F8F8F8;
}

.properties_bxslider_thumbnail li a.active img {
    border: solid 4px #eaf457;
}

#page_property_main {
    background: #F8F8F8;
    padding: 100px 0;
    position: relative;
}

.property_main_table th {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 2px solid #EFEFEF;
    white-space: nowrap;
}

.property_main_table td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 2px solid #EFEFEF;
}

.property_main_table {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: separate;
}

#page_property_main .bg_text {
    font-size: 12.6vw;
    line-height: 1;
    -webkit-text-stroke: 1px #1A1311;
    color: transparent;
    opacity: 0.09;
    position: absolute;
    top: -10.5vw;
    right: 0;
    pointer-events: none;
}

.property_main_table td.price {
    color: #1A1311;
    font-weight: 900;
    letter-spacing: .03em;
    font-size: 20px;
}

.property_main_table td.price .num {
    color: #AC2020;
    font-size: 40px;
    line-height: 1;
    padding-right: 5px;
}

#page_property_gaiyo {
    padding: 90px 0;
}

#page_property_gaiyo .desc {
    font-size: 16px;
    font-weight: bold;
}

#page_property_gaiyo .point {
    line-height: 2;
}

#page_property_gaiyo h2 span {
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 900;
    background: #0a51a1;
    border-radius: 30px;
    padding: 10px 35px;
    color: #fff;
}

#page_property_gaiyo h2 {
    margin-bottom: 30px;
}

.page_property_gaiyo_flex .text_box {
    width: 100%;
    margin: 0 auto 100px;
}

.page_property_gaiyo_flex .text_box .text_box {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.page_property_gaiyo_flex .text_box h2 {
    margin-left: 90px;
}

.page_property_gaiyo_flex .table_box {
    width: 85%;
    margin: 0 auto;
}

.property_gaiyo_table {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: separate;
}

.property_gaiyo_table th {
    padding: 5px 15px;
    vertical-align: middle;
    border-bottom: 2px solid #EFEFEF;
    width: 25%;
}

.property_gaiyo_table td {
    padding: 5px 15px;
    vertical-align: middle;
    border-bottom: 2px solid #EFEFEF;
    line-height: 1.8;
    width: 80%;
}

.archive_blog_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.archive_blog_list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.archive_blog_list li a .img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 15px;
}

.archive_blog_list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.archive_blog_list li a:hover .img img {
    scale: 1.15;
}

.archive_blog_list li a .text_box {
    border-left: 2px solid #1A1311;
    padding-left: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.archive_blog_list li a .text_box .date {
    color: #1A1311;
    margin-bottom: 3px;
}

.archive_blog_list li a .text_box .title {
    color: #1A1311;
    font-size: 18px;
    letter-spacing: .03em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.archive_blog_list li a .text_box .more {
    color: #838383;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0 20px;
    transition: .3s;
}

.archive_blog_list li a .text_box .more::after {
    content: "";
    background: url(/wp-content/themes/child/image/icon_arrow_gray.svg) no-repeat;
    background-size: contain;
    width: 16px;
    aspect-ratio: 1/1;
    display: block;
    transition: .3s;
}

.archive_blog_list li a:hover .text_box .more {
    color: #1A1311;
}

.archive_blog_list li a:hover .text_box .more::after {
    background: url(/wp-content/themes/child/image/icon_arrow_black.svg) no-repeat;
    background-size: contain;
    translate: 30px 0;
}

p.form_attention {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bukken_btn.common_btn a {
    margin: auto;
}

.bukken_btn .link {
    display: block;
    width: 360px;
    line-height: 54px;
    background: #0a51a1;
    border-radius: 27px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: .06em;
    font-weight: 900;
    transition: .3s;
    border: 2px solid #0a51a1;
}

.bukken_btn .link:hover {
    background: #fff;
    box-shadow: none;
    color: #0a51a1;
}

/* 購入について */

.page_common_ttl .ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
    letter-spacing: .06em;
}

.page_common_ttl .ttl::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #0a51a1;
    margin: 15px auto 0;
}

.page_buy .youtube_sec .cont .video {
    text-align: center;
    margin-bottom: 70px;
}

.page_buy .youtube_sec .item {
    /* box-shadow: 0 0 6px rgba(56, 56, 56, 0.1); */
    padding: 40px 50px;
    border: 3px solid #1851a1;
    margin-bottom: 60px;
}

.page_buy .youtube_sec .item .flex_box {
    gap: 0 50px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.page_buy .youtube_sec .cont .video iframe {
    width: 860px;
    height: 450px;
}

.page_buy .youtube_sec .cont .item .icon {
    width: 180px;
    flex-shrink: 0;
}

.page_buy .youtube_sec .cont .item .icon img {
    width: 100%;
}

.page_buy .youtube_sec .cont .item .text_box .text {
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1.7;
}

.page_buy .youtube_sec .cont .item .text_box .text.lr {
    font-size: 22px;
    font-weight: 700;
}

.page_buy .youtube_sec .cont .item .text_box .text .color {
    color: #0A51A1;
}

.page_buy .youtube_sec .cont .item .text_box .text+.text {
    margin-top: 1em;
}

.page_buy .youtube_sec {
    margin-bottom: 120px;
}

.page_buy_online {
    margin-bottom: 150px;
    background-color: #F5F5F5;
    padding: 100px 0;
}

.page_buy_online .text_box .text {
    margin-bottom: 3.3em;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: center;
    line-height: 1.9;
}

.page_buy_preview {
    margin-bottom: 150px;
    background-color: #f4f8fd;
    padding: 100px 0;
}

.page_buy_preview .text_box .text {
    margin-bottom: 3.7em;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: center;
    line-height: 1.8;
}

.page_buy .flow_sec {
    margin-bottom: 150px;
}

.page_buy .flow_sec .flow_list {
    margin-bottom: 50px;
}

.page_buy .flow_sec .flow_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.page_buy .flow_sec .flow_list ul li {
    padding: 30px;
    display: flex;
    gap: 0 30px;
    border: 1px solid #e5e5e5;
    height: 100%;
}

.page_buy .flow_sec .flow_list ul li+li {
    position: relative;
}

.page_buy .flow_sec .flow_list ul li .icon {
    width: 135px;
    flex-shrink: 0;
    margin: auto 0;
}

.page_buy .flow_sec .flow_list ul li .icon img {
    width: 100%;
}

.page_buy .flow_sec .flow_list ul li .ttl_box {
    margin-bottom: 15px;
}

.page_buy .flow_sec .flow_list ul li .ttl_box .en_text {
    font-size: 18px;
    letter-spacing: .03em;
    color: #0a51a1;
    font-weight: 700;
    margin-bottom: 0.8em;
    line-height: 1;
}

.page_buy .flow_sec .flow_list ul li .ttl_box .ttl {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    width: fit-content;
    position: relative;
}

.page_buy .flow_sec .flow_list ul li .ttl_box .ttl::after {
    content: "";
    display: block;
    border: 5px solid #b3d1f4;
    margin-top: -4px;
}


.page_buy .flow_sec .flow_list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.6;
}

.page_buy_preview .text_box .btn .catch {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.8em;
    letter-spacing: .03em;
    line-height: 1;
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
}

.page_buy_preview .text_box .btn .catch::before,
.page_buy_preview .text_box .btn .catch::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #0a51a1;
}

.page_buy_preview .text_box .btn .catch::before {
    rotate: -15deg;
}

.page_buy_preview .text_box .btn .catch::after {
    rotate: 15deg;
}

.page_common_faq .fap_box dl+dl {
    border-top: 1px solid #c0c0c0;
}

.page_common_faq .fap_box .que_box {
    display: flex;
    gap: 0 20px;
    align-items: center;
    padding: 15px 20px 15px 0;
}

.page_common_faq .fap_box .que_box .que {
    font-size: 24px;
    background-color: #0a51a1;
    color: #fff;
    min-block-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    line-height: 1;
}

.page_common_faq .fap_box .que_box .text {
    font-size: 18px;
    letter-spacing: .06em;
    font-weight: 700;
}

.page_common_faq .fap_box .ans_box {
    display: none;
}

.page_common_faq .fap_box .ans_box .text_box {
    display: flex;
    gap: 0 20px;
    align-items: center;
    padding: 15px 20px 15px 0;
}

.page_common_faq .fap_box .ans_box .ans {
    font-size: 24px;
    background-color: #55a4ff;
    color: #fff;
    min-block-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    line-height: 1;
}

.page_common_faq .fap_box .ans_box .text {
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 1.6;
}

.page_common_faq .fap_box .que_box::after {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 5/3;
    min-width: 0;
    background-color: #0a51a1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin-left: auto;
    flex-shrink: 0;
    transition: .3s;
}

.page_common_faq .fap_box .que_box.open::after {
    rotate: 180deg;
}

.page_common_faq .fap_box .ans_box .closeBtnHat {
    display: none;
}

/* 売りたい方へ */


.page_sell .catch_box {
    margin-bottom: 150px;
}

.page_sell .catch_box .c_section_title {
    justify-content: center;
    margin-bottom: 30px;
}

.page_sell .catch_box .text_box {
    text-align: center;
    box-shadow: 0 0 6px rgb(56 131 160 / 20%);
    padding: 100px 50px;
    position: relative;
}

.page_sell .catch_box .text_box::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/icon_city.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}

.page_sell .catch_box .text_box .catch .color {
    display: inline-block;
    color: #0a51a1;
    font-size: 28px;
    position: relative;
}

.page_sell .catch_box .text_box .catch {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: .5em;
}

.page_sell .catch_box .text_box .catch .color::after {
    content: "";
    display: block;
    border: 5px solid #b3d1f4;
    margin-top: -25px;
}

.page_sell .catch_box .text_box .text {
    font-size: 20px;
    letter-spacing: .03em;
    position: relative;
    font-weight: 700;
}

.page_sell .strength_box {
    margin-bottom: 150px;
}

.page_sell .strength_box .strength_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    margin-bottom: 70px;
}

.page_sell .strength_box .strength_list ul .img {
    width: 100%;
}

.page_sell .strength_box .strength_list ul .img img {
    aspect-ratio: 3/2;
    min-width: 0;
    object-fit: cover;
    width: 100%;
}

.page_sell .strength_box .strength_list ul li {
    box-shadow: 0 0 6px rgba(56, 56, 56, 0.1);
}

.page_sell .strength_box .strength_list ul .text_box {
    padding: 30px 20px;
}

.page_sell .strength_box .strength_list ul .text_box .ttl {
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em;
}

.page_sell .strength_box .strength_list ul .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.7;
}

.page_sell .sell_flow_sec .sell_list ul {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px;
    align-items: baseline;
}

.page_sell .sell_flow_sec .sell_list ul .icon {
    width: 150px;
    margin: 0 auto 30px;
}

.page_sell .sell_flow_sec .sell_list ul .icon img {
    width: 100%;
}

.page_sell .c_section_title.flex {
    margin-bottom: 50px;
}

.page_sell .sell_flow_sec .sell_list ul .text_box .ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    margin-bottom: 1em;
    color: #0a51a1;
}

.page_sell .sell_flow_sec .sell_list ul .text_box .ttl::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #4676af;
    margin: 15px auto 0;
}

.sell_flow_sec {
    background-color: #f5f5f5;
    padding: 100px 0;
    margin-bottom: 150px;
}

.page_sell .sell_flow_sec .sell_list ul .text_box .text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .06em;
}

.page_sell .sell_flow_sec .sell_list ul li+li {
    position: relative;
}

.page_sell .sell_flow_sec .sell_list ul li+li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 60px;
    background-color: #0a51a1;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 42px;
    left: -40px;
}

.sell_flow_sec .c_btn02 .catch {
    margin-bottom: 0.7em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
}

.sell_flow_sec .c_btn02 .catch::before,
.sell_flow_sec .c_btn02 .catch::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #0a51a1;
}

.sell_flow_sec .c_btn02 .catch::before {
    rotate: -15deg;
}

.sell_flow_sec .c_btn02 .catch::after {
    rotate: 15deg;
}

/* ブログ */

.column_page {
    background-color: #f8fbff;
}

.column_page_list ul .link {
    display: flex;
    gap: 0 50px;
    align-items: center;
    transition: .3s;
}

.column_page_list ul .link .img {
    width: 250px;
    flex-shrink: 0;
}

.column_page_list ul .link .img img {
    aspect-ratio: 1/1;
    min-width: 0;
    width: 100%;
    object-fit: cover;
}

.column_page_list ul .link .text_box .date {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.8;
    margin-bottom: .5em;
    color: #0a51a1;
    font-weight: 700;
}

.column_page_list ul .link .text_box .ttl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.6;
    margin-bottom: .5em;
    border-left: 5px solid #0a51a1;
    padding-left: .5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.column_page_list ul .link .text_box .content {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.column_page_list ul li+li {
    margin-top: 70px;
}

.column_page_list ul .link:hover {
    opacity: .7;
}

/* ニュース */

.news_page .news_page_list ul li:first-child {
    border-top: 1px solid #000;
}

.news_page .news_page_list ul .link {
    display: flex;
    gap: 36px;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 30px 20px 35px 0;
    line-height: 1;
    position: relative;
}

.news_page .news_page_list ul .link::after {
    content: "";
    position: absolute;
    width: 25px;
    aspect-ratio: 25/12;
    min-width: 0;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    background-image: url(/wp-content/themes/child/image/icon_arrow_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.news_page .news_page_list ul .link .text_box {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-shrink: 0;
}

.news_page .news_page_list ul .link .text_box .day {
    font-size: 20px;
    color: #707070;
}

.news_page .news_page_list ul .link .text_box .new {
    min-block-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background-color: #0A51A1;
    color: #fff;
}

.news_page .news_page_list ul .link .ttl {
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}

.news_page .news_page_list ul .link:hover .ttl {
    color: #0A51A1;
}

/* 'new'テキストを表示 */
.news_page .news_page_list ul .link .text_box .new.visible {
    visibility: visible;
}

/* 'new'テキストを非表示 */
.news_page .news_page_list ul .link .text_box .new.hidden {
    visibility: hidden;
}


/* コラム投稿sns */
.single_page .single_flame .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}

.page_buy .youtube_sec .cont .grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.page_buy .youtube_sec .cont .grid_box .inner_sec {
    padding: 30px;
    border: 1px solid #e5e5e5;
    line-height: 1.7;
}

.page_buy .youtube_sec .cont .grid_box .inner_sec.color {
    background-color: #f4f8fd;
}

.page_buy .youtube_sec .cont .grid_box .inner_sec .inner_sec_ttl {
    font-size: 20px;
    font-weight: 700;
    padding-left: .5em;
    border-left: 5px solid #0A51A1;
    margin-bottom: .7em;
    letter-spacing: .04em;
}

.page_buy .youtube_sec .cont .grid_box .inner_sec .inner_sec_text {
    font-size: 15px;
    letter-spacing: .02em;
}

.page_buy .youtube_sec .cont .btm_text_area {
    text-align: center;
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: .06em;
}

.page_buy .youtube_sec .cont .btm_text_area .color {
    color: #0A51A1;
    background: linear-gradient(transparent 70%, yellow 30%);
    font-weight: 700;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media (hover: hover) {
    a:hover {
        text-decoration: none;
    }

    .c_btn a:hover {
        opacity: 0.7;
    }

    .c_btn02 a:hover {
        opacity: 0.7;
    }

    .site_header .logo a:hover {
        opacity: 0.7;
    }

    .site_header .nav .list a:hover {
        color: #0a51a1;
    }

    .site_header .btn a:hover {
        opacity: 0.7;
    }

    .sp_hd .nav .list a:hover {
        color: #0a51a1;
    }

    #top_room .item:hover .image img {
       opacity: 0.7;
    }

    #top_column .item a:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #top_instagram .image:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #top_news .item a:hover .text {
        color: #0a51a1;
    }

    #fix_btn .btn a:hover {
        opacity: 0.7;
    }

    .site_footer .list a:hover {
        opacity: 0.7;
    }
}

@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 {
        min-width: 100%;
        font-size: 13px;
        font-size: 3.85vw;
        line-height: 1.5;
        margin-top: 100px;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    .header_sp {
        width: 100%;
        position: fixed;
        z-index: 100;
        background-color: #fff;
        top: 0;
        left: 0;
    }

    .header_sp .logo .link {
        display: block;
        width: 110px;
        margin: 0 auto;
        padding: 17px 0;
    }

    .header_sp .logo .link img {
        aspect-ratio: 100%;
        min-width: 0;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

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

    .reserve_text {
        font-size: 6vw;
    }

    .common_page_main {
        padding: 6vw 0 5vw;
    }

    .common_page_main::before {
        width: 100%;
    }

    .common_page_main::after {
        width: 100%;
        background: linear-gradient(-90deg, #ffffff00 0%, rgb(255, 255, 255) 100%);
    }

    .common_page_main .title_box {
        gap: 0 3vw;
        margin-bottom: 4vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 8vw;
    }

    .common_page_main .title_box .title {
        font-size: 4vw;
    }

    .common_page_main .text {
        font-size: 3.2vw;
    }

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

    /* SP固定ページ お問い合わせ */
    .page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    .page_contact table th,
    .page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    .page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page_contact table td {
        width: 100%;
    }

    .page_contact input[type="text"],
    .page_contact input[type="email"],
    .page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    .page_contact input.tel {
        width: 29%;
    }

    .page_contact .select_box {
        width: 100%;
    }

    .page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    .page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    .page_contact .attention {
        font-size: 3vw;
    }

    .page_contact .progressbar #step_2 .en::before,
    .page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    .page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    .page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
        margin: 0 auto 10vw;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    .page_contact table th .hissu,
    .page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
        order: 1;
    }

    .page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    .page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    .page_contact .progressbar .item .en {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    .page_contact .progressbar .item::before {
        width: 8vw;
    }

    .page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
    }

    .page_contact .progressbar #step_2 .en {
        position: relative;
    }

    .page_contact .progressbar #step_2 .en::before,
    .page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    .page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    .page_contact .progressbar #step_2 .en::before,
    .page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    .page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* 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固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

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

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP投稿ページ シングルページ */
    .single_page .single_flame {
        padding: 0;
        border: none;
    }

    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
        margin-bottom: 5vw;
        gap: 2.5vw;
    }

    .singleContent .title_area .en::after {
        width: 2.5vw;
        height: 2.5vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 7vw;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding-bottom: 5vw;
    }

    .singleContent .title_area .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 11vw;
        margin: 10vw auto 0 auto;
        font-size: 3.8vw;
    }

    .single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    .single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 20vw;
        gap: 0;
        justify-content: space-between;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .latest_post_area {
        width: 100%;
        margin: 15vw 0 0;
    }

    .latest_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .latest_post_area .ttl .en {
        font-size: 3vw;
    }

    .latest_post_area .img {
        height: 25vw;
    }

    .latest_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .latest_post_area .day_cat {
        display: block;
    }

    .latest_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .latest_post_area .day_cat .day {
        font-size: 2.8vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .latest_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    .singleContent .addtoany_content {
        margin: 10vw auto 0;
    }

    /* 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;
    }

    /* 共通パーツ */
    .c_section_title {
        gap: 8.97vw;
    }

    .c_section_title .section_title {
        font-size: 6.15vw;
    }

    .c_section_title .section_title_sub {
        font-size: 3.59vw;
    }

    .c_section_title .section_title::before {
        height: 89.5%;
        right: -4.5vw;
    }

    .c_btn a {
        width: 100%;
        font-size: 4.62vw;
    }

    .c_btn02 a {
        width: 100%;
        max-width: 90%;
        font-size: 4.1vw;
        padding: 20px 16px 22px;
    }

    .c_btn02 a::before {
        right: 16px;
    }

    /* ヘッダーSP */
    #sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    a.slicknav_btn {
        width: 25px;
        height: 25px;
        border-radius: 0px;
        background: #fff;
        padding: 0px 0 0 0px;
        margin: 12px 3px 3px 0px;
    }

    #sp_hd .logo {
        position: absolute;
        width: 220px;
        top: 12.5px;
        left: 5px;
    }

    /* 追加 */
    .slicknav_menu {
        height: 100px;
        background-color: #fff;
    }

    .sp_hd .logo {
        position: fixed;
        width: 180px;
        top: 17px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10001;
    }

    a.slicknav_btn {
        position: relative;
        width: 36px;
        height: 17px;
        margin: 27px 21px 0 0;
    }

    .slicknav_menu .slicknav_menutxt {
        display: block !important;
        position: absolute;
        bottom: -17px;
        left: -2px;
        font-family: "Arial Bold";
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.05em;
        color: #333;
        font-weight: bold;
        text-shadow: none;
    }

    .slicknav_open .slicknav_menutxt {
        left: -4.5px;
        bottom: -15px;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
        width: 36px !important;
        height: 17px !important;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #333;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 36px !important;
        height: 1px !important;
    }

    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: 6px;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 5px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        -webkit-transform: rotate(-160deg);
        transform: rotate(-160deg);
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: -0.8px;
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg);
        position: absolute;
    }

    .sp_hd .body {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #f8f8f8;
        z-index: -1;
    }

    .sp_hd .slicknav_nav {
        height: 80vh;
        overflow-y: auto !important;
        padding-inline: 12px;
        margin-top: 100px;
    }

    .sp_hd .cta {
        margin-top: 10vw;
    }

    .sp_hd .btns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sp_hd .btn {
        text-align: center;
    }

    .sp_hd .btn a {
        width: 100%;
        max-width: 90%;
        margin-inline: auto;
        padding: 17.5px 16px 19.5px;
        text-align: center;
    }

    .sp_hd .btn a .link_text {
        flex: 1;
    }

    .sp_hd .nav {
        margin-top: 10vw;
    }

    .sp_hd .nav .list a {
        position: relative;
        font-size: 3.85vw;
        font-weight: 600;
        letter-spacing: 0;
        color: #333;
        padding: 3.8vw 0;
        border-bottom: 1px solid #333;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .sp_hd .nav .list a:hover {
        color: #0a51a1;
    }

    .sp_hd .nav .list:first-of-type a {
        border-top: 1px solid #333;
    }

    .sp_hd .nav .list a::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 25px;
        height: 2px;
        background-color: #0a51a1;
    }

    .sp_hd .nav .list a::after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #0a51a1;
        border-right: 2px solid #0a51a1;
    }

    /* top_fv */
    #top_fv {
        aspect-ratio: 390/520;
        padding: 32vw 0 0;
    }

    #top_fv::before {
        background-image: url("image/top_fv_sp.jpg");
        background-position: center;
    }

    #top_fv::after {
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5) 75%, rgb(255, 255, 255) 85%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5) 75%, rgb(255, 255, 255) 80%);
    }

    #top_fv .contents {
        width: 100%;
        padding-inline: 5%;
        margin-left: 0;
    }

    #top_fv .wrap {
        width: 100%;
        max-width: 100%;
    }

    #top_fv .sub_title {
        font-size: 10.5vw;
        color: #0a51a1;
    }

    #top_fv .sub_title span {
        padding-left: 5vw;
    }

    #top_fv .title {
        margin-top: 2vw;
    }

    #top_fv .title span {
        line-height: 1.6;
        padding-inline: 2.56vw;
    }

    #top_fv .title span {
        font-size: 5.13vw;
    }

    #top_fv .title .big,
    #top_fv .title .middle {
        font-size: 7.5vw;
        line-height: 1.5;
        margin-top: 1.54vw;
    }

    #top_fv .title .big {
        letter-spacing: 0.14em;
        margin-top: 1.54vw;
    }

    #top_fv .title .middle {
        margin-top: 0;
    }

    #top_fv .cta {
        margin-top: 41.3vw;
    }

    #top_fv .btns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }

    #top_fv .c_btn a {
        width: 100%;
        max-width: 90%;
        margin-inline: auto;
        padding: 19px 16px 18px;
        text-align: center;
    }

    #top_fv .c_btn a .link_text {
        flex: 1;
    }

    /* top_room */
    #top_room {
        padding: 75px 0 18.46vw;
    }

    #top_room .image img {
        aspect-ratio: 70 / 43
    }

    #top_room .image img {
        position: static;
        -webkit-filter: none;
        filter: none;
        border-radius: 10px;
    }

    #top_room .area,
    #top_room .title {
        font-size: 4.62vw;
        margin-top: 3.59vw;
    }

    #top_room .area {
        margin-top: 5.64vw;
    }

    #top_room .title {
        margin-top: 3.5vw;
    }

    #top_room .price {
        font-size: 7.69vw;
        margin-top: 5vw;
    }

    #top_room .price span {
        font-size: 5.13vw;
    }

    #top_room .item {
        list-style: none;
        height: 100%;
    }

    #top_room .btn {
        margin-top: 8vw;
    }

    #top_room .top_room_swiper_wrapper {
        position: relative;
        margin-top: 7.69vw;
    }

    #top_room .swiper-slide {
        height: auto;
    }

    #top_room .swiper-button-prev03,
    #top_room .swiper-button-next03 {
        top: auto;
        height: auto;
        bottom: -12vw;
        color: #0a51a1;
        z-index: 11;
    }

    #top_room .swiper-button-prev03 {
        left: 20%;
    }

    #top_room .swiper-button-next03 {
        right: 20%;
    }

    #top_room .swiper-button-next03:after,
    #top_room .swiper-button-prev03:after {
        font-size: clamp(16px, 4vw, 20px);
        text-shadow: 0.5px 0 0 #0a51a1, -0.5px 0 0 #0a51a1, 0 0.5px 0 #0a51a1, 0 -0.5px 0 #0a51a1;
    }

    #top_room .swiper-button-prev04,
    #top_room .swiper-button-next04 {
        top: 30%;
        color: #fff;
    }

    #top_room .swiper-button-prev04 {
        left: 3px;
    }

    #top_room .swiper-button-next04 {
        right: 3px;
    }

    #top_room .swiper-button-prev04:after,
    #top_room .swiper-button-next04:after {
        font-size: 25px;
    }

    #top_room .swiper-horizontal>.swiper-pagination-bullets,
    #top_room .swiper-pagination-bullets.swiper-pagination-horizontal,
    #top_room .swiper-pagination-custom,
    #top_room .swiper-pagination-fraction {
        bottom: -11.5vw;
    }

    #top_room .swiper-pagination-bullet {
        width: 2.8vw;
        min-width: 10px;
        height: 3px;
        border-radius: 5px;
        background: #707070;
        margin: 0 2.56vw;
        opacity: 1;
    }

    #top_room .swiper-pagination-bullet-active {
        background: #2082f1;
    }

    /* top_buy */
    #top_buy {
        padding: 0 0 12.82vw;
    }

    #top_buy .contents {
        margin-top: 6.15vw;
        gap: 0;
    }

    #top_buy .texts {
        width: 100%;
    }

    #top_buy .title {
        font-size: 6.15vw;
        line-height: 1.66;
        margin-top: 15.38vw;
    }

    #top_buy .text {
        font-size: 3.85vw;
        line-height: 2.4;
        margin-top: 6.15vw;
    }

    #top_buy .btn {
        margin-top: 10.26vw;
    }

    #top_buy .Swiper_wrap_body {
        width: 100%;
    }

    .top_buy_Swiper_wrap02 {
        margin-top: 15px;
        margin-top: 2.05vw;
    }

    #top_buy .swiper-button-next02:after,
    #top_buy .swiper-button-prev02:after {
        font-size: clamp(16px, 4vw, 20px);
        text-shadow: 0.5px 0 0 #0a51a1, -0.5px 0 0 #0a51a1, 0 0.5px 0 #0a51a1, 0 -0.5px 0 #0a51a1;
    }

    #top_buy .swiper-button-prev02,
    #top_buy .swiper-button-next02 {
        top: auto;
        height: auto;
        bottom: -7.5vw;
    }

    #top_buy .swiper-button-prev02 {
        left: 20%;
    }

    #top_buy .swiper-button-next02 {
        right: 20%;
    }

    #top_buy .swiper-horizontal>.swiper-pagination-bullets,
    #top_buy .swiper-pagination-bullets.swiper-pagination-horizontal,
    #top_buy .swiper-pagination-custom,
    #top_buy .swiper-pagination-fraction {
        bottom: -30vw;
    }

    #top_buy .swiper-pagination-bullet {
        width: 2.8vw;
        min-width: 10px;
        height: 3px;
        border-radius: 5px;
        margin: 0 2.56vw;
    }

    /* top_column */
    #top_column {
        padding: 12.31vw 0;
    }

    #top_column .items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11vw;
        margin-top: 5.13vw;
    }

    #top_column .image {
        border-radius: 2.56vw;
    }

    #top_column .image img {
        aspect-ratio: 7 / 4;
    }

    #top_column .time {
        font-size: 4.1vw;
        margin-top: 3.85vw;
    }

    #top_column .title {
        font-size: 4.36vw;
        margin-top: 1.28vw;
    }

    #top_column .btn {
        margin-top: 12.82vw;
    }

    /* top_instagram */
    #top_instagram {
        padding: 12.82vw 0;
    }

    #top_instagram .contents {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #top_instagram .title_wrap a {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
    }

    #top_instagram .title {
        font-size: 6.15vw;
    }

    #top_instagram .sub_title {
        font-size: 3.59vw;
        margin-top: 0;
        text-align: center;
    }

    #top_instagram .items {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 3.5vw 4.62vw;
        border-top: 1px solid #707070;
        padding-top: 7.69vw;
        margin-top: 3.59vw;
    }

    #top_instagram .icon {
        width: 30px;
        height: 30px;
    }

    /* top_news */
    #top_news {
        padding: 12.82vw 0 16.41vw;
    }

    #top_news .items {
        margin-top: 10.77vw;
    }

    #top_news .item a {
        flex-wrap: wrap;
        gap: 2.5641025641vw;
        padding: 3.85vw 2.56vw 3.85vw 0;
    }

    #top_news .item a::before,
    #top_news .item a::after {
        display: none;
    }

    #top_news .head {
        gap: 2.56vw;
    }

    #top_news .time {
        font-size: 4.62vw;
    }

    #top_news .new {
        font-size: 3.33vw;
        padding: 4px 6px 2px;
    }

    #top_news .text {
        font-size: 3.59vw;
        line-height: 1.43;
        letter-spacing: 0.1em;
        -webkit-line-clamp: 2;
    }

    #top_news .btn {
        margin-top: 12.82vw;
    }

    /* fix_btn */
    #fix_btn {
        display: none;
    }

    /* footer */
    .site_footer {
        padding: 7.69vw 0;
    }

    .site_footer .logo {
        position: relative;
        /* left: -10px; */
        width: 100%;
        max-width: 155px;
        height: auto;
        aspect-ratio: 3/1;
    }

    .site_footer .logo a {
        display: block;
    }

    .site_footer .company {
        margin-top: 2.56vw;
    }

    .site_footer .contents,
    .site_footer .company {
        display: block;
    }

    .site_footer .address,
    .site_footer .fax,
    .site_footer .hours {
        font-size: 3.85vw;
    }

    .site_footer .tel {
        font-size: 6.67vw;
        margin-top: 1.28vw;
    }

    .site_footer .fax {
        margin-top: 1.79vw;
    }

    .site_footer .hours {
        margin-top: 1.28vw;
    }

    .site_footer .cta {
        margin-top: 6.67vw;
    }

    .site_footer .btns {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        gap: 5.13vw;
    }

    .site_footer .btns .btn a {
        width: 100%;
        max-width: 90%;
        font-size: 4.62vw;
        padding: 19px 16px;
    }

    .site_footer .company_map {
        position: relative;
        width: 100%;
        padding-top: 59.71%;
        margin-top: 7.69vw;
        overflow: hidden;
    }

    .site_footer .company_map img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .site_footer .copyright {
        font-size: 3.08vw;
        line-height: 1.8;
        margin-top: 5.13vw;
    }

    /* 販売物件情報 */

    .archive_property_list ul {
        grid-template-columns: 1fr;
        gap: 10vw 0;
    }

    .archive_property_list ul .link .text_box {
        padding: 6vw 4vw;
    }

    .archive_property_list ul .link .text_box .ttl {
        font-size: 5vw;
        margin-bottom: 0.8em;
    }

    .archive_property_list ul .link .text_box .text {
        font-size: 4vw;
    }

    .archive_property_list ul .link .text_box .text .color {
        font-size: 3.2vw;
    }

    .archive_property_list ul .link:hover {
        opacity: 1;
    }

    /* 販売物件情報 詳細*/

    section#page_property_main {
        padding: 15vw 0;
    }

    section#page_property_main .property_main_flex.flex_sb {
        flex-direction: column;
    }

    .property_main_flex .text_box {
        width: 100%;
        margin-bottom: 8vw;
    }

    .common_main_property .ttl {
        font-size: 7vw;
        margin-bottom: unset;
    }

    .property_main_flex .table_box {
        width: 100%;
    }

    .property_main_table {
        margin-bottom: 20vw;
    }

    .property_main_table th {
        padding: 2vw;
    }

    .property_main_table td.price {
        font-size: 4.5vw;
    }

    .property_main_table td.price .num {
        font-size: 8vw;
        padding-right: 1vw;
    }

    .property_main_table td {
        padding: 4vw;
    }

    #page_property_gaiyo {
        padding: 10vw 0px 10vw;
    }

    .page_property_gaiyo_flex .text_box {
        margin: 0 auto 10vw;
    }

    #page_property_gaiyo h2 {
        margin-bottom: 7vw;
    }

    #page_property_gaiyo h2 span {
        font-size: 4vw;
        padding: 2vw 7vw;
    }

    .page_property_gaiyo_flex .text_box .text_box {
        flex-direction: column;
        gap: 10vw 0;
    }

    .page_property_gaiyo_flex .text_box h2 {
        margin-left: unset;
    }

    #page_property_gaiyo .desc {
        font-size: 5vw;
        margin-bottom: unset;
    }

    .page_property_gaiyo_flex .table_box {
        width: 100%;
    }

    .property_gaiyo_table {
        margin-bottom: unset;
    }

    .property_gaiyo_table tr {
        display: flex;
        flex-direction: column;
    }

    .property_gaiyo_table th {
        width: 100%;
        border-bottom: unset;
        padding: 0 2vw 3vw;
    }

    .property_gaiyo_table td {
        padding: 0 2vw 2vw;
        margin-bottom: 2vw;
    }

    .bukken_btn .link {
        width: 90%;
        font-size: 4.6vw;
    }

    .common_main_property .type {
        margin-bottom: 5vw;
    }

    .common_main_property .type span {
        font-size: 4vw;
        padding: 2vw 7vw;
    }

    .common_main_property {
        padding-top: 10vw;
        margin: 0 0 -10vw 0;
    }

    .common_main_property h1 {
        font-size: 7vw;
        margin-bottom: 8vw;
    }

    #page_property_main .bg_text {
        top: -8vw;
    }

    .slick-prev {
        width: 10vw;
        left: -3vw;
    }

    .slick-next {
        width: 10vw;
        right: -3vw;
    }

    .property_main_flex .text_box .slick-prev:before {
        width: 20px;
    }

    .property_main_flex .text_box .slick-next:before {
        width: 20px;
    }

    .main_property_slider .slick-initialized .slick-slide {
        width: 90vw !important;
        margin-bottom: 5vw;
    }

    .main_property_slider .slick-initialized .slick-slide img {
        width: 100%;
        height: 67vw;
    }

    .property_main_flex .text_box .thumbnail_property_slider .slick-track {
        gap: 5vw 2vw;
    }

    .property_main_flex .text_box .thumbnail_property_slider .slick-track img {
        height: 24vw;
    }

    .slick-next:hover {
        right: -3vw;
    }

    .slick-prev:hover {
        left: -3vw;
    }

    .bukken_btn .link:hover {
        color: #fff;
        background-color: #0a51a1;
    }

    /* 購入について */

    .page_common_ttl .ttl {
        font-size: 6vw;
        margin-bottom: 10vw;
        line-height: 1.4;
    }

    .page_common_ttl .ttl::after {
        width: 8vw;
        height: 1vw;
        margin-top: 1.5vw;
    }

    .page_buy .youtube_sec {
        margin-bottom: 15vw;
    }

    .page_buy .youtube_sec .cont .video {
        width: 100%;
        height: 55vw;
        margin-bottom: 10vw;
    }

    .page_buy .youtube_sec .item {
        padding: 5vw 4vw;
        margin-bottom: 7vw;
    }

    .page_buy .youtube_sec .item .flex_box {
        flex-direction: column;
        gap: 4vw;
        margin-bottom: 5vw;
    }

    .page_buy .youtube_sec .cont .item .icon {
        width: 25vw;
    }


    .page_buy .youtube_sec .cont .item .text_box .text {
        font-size: 3.6vw;
        line-height: 1.6;
    }

    .page_buy_online {
        margin-bottom: 20vw;
        padding: 15vw 0;
    }

    .page_buy_online .text_box .text {
        margin-bottom: 10vw;
        font-size: 3.6vw;
        text-align: left;
        line-height: 1.6;
    }

    .page_buy_preview {
        margin-bottom: 20vw;
        padding: 15vw 0;
    }

    .page_buy_preview .text_box .text {
        margin-bottom: 10vw;
        font-size: 3.6vw;
        text-align: left;
        line-height: 1.6;
    }

    .page_buy .flow_sec {
        margin-bottom: 20vw;
    }

    .page_buy .flow_sec .flow_list {
        margin-bottom: 10vw;
    }

    .page_buy .flow_sec .flow_list ul {
        grid-template-columns: 1fr;
        gap: 15vw 0;
    }

    .page_buy .flow_sec .flow_list ul li+li {
        position: relative;
    }

    .page_buy .flow_sec .flow_list ul li+li::before {
        content: "";
        position: absolute;
        width: 13vw;
        height: 5vw;
        background-color: #0a51a1;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        top: -9vw;
        left: 50%;
        translate: -50% 0;
    }

    .page_buy .flow_sec .flow_list ul li {
        padding: 6vw 4vw;
        flex-direction: column;
        gap: 7vw 0;
    }

    .page_buy .flow_sec .flow_list ul li .icon {
        width: 33vw;
        margin: 0 auto;
    }

    .page_buy .flow_sec .flow_list ul li .ttl_box {
        margin-bottom: 3vw;
        text-align: center;
    }

    .page_buy .flow_sec .flow_list ul li .ttl_box .en_text {
        font-size: 4vw;
        margin-bottom: 0.5em;
    }

    .page_buy .flow_sec .flow_list ul li .ttl_box .ttl {
        font-size: 4.4vw;
        margin: 0 auto;
    }

    .page_buy .flow_sec .flow_list ul li .ttl_box .ttl::after {
        margin-top: -0.8vw;
        border: 3px solid #b3d1f4;
    }

    .page_buy .flow_sec .flow_list ul li .text_box .text {
        font-size: 3.6vw;
    }

    .page_buy_preview .text_box .btn .catch {
        font-size: 3.8vw;
        margin-bottom: 1em;
    }

    .page_common_faq .c_section_title {
        margin-bottom: 7vw;
    }

    .page_common_faq .fap_box .que_box {
        gap: 0 4vw;
        padding: 3vw 4vw 3vw 0;
    }

    .page_common_faq .fap_box .que_box .que {
        width: 8vw;
        min-block-size: 8vw;
        font-size: 3.6vw;
    }

    .page_common_faq .fap_box .que_box .text {
        font-size: 4vw;
    }

    .page_common_faq .fap_box .que_box::after {
        width: 4vw;
    }

    .page_common_faq .fap_box .ans_box .text_box {
        gap: 0 4vw;
        padding: 3vw 4vw 3vw 0;
    }

    .page_common_faq .fap_box .ans_box .ans {
        width: 8vw;
        min-block-size: 8vw;
        font-size: 3.8vw;
    }

    .page_common_faq .fap_box .ans_box .text {
        font-size: 3.4vw;
    }

    .page_common_faq .fap_box .ans_box::after {
        width: 4vw;
    }

    .page_common_faq .fap_box .que_box.open::after {
        rotate: unset;
    }

    /* 売りたい方へ */

    .page_sell .catch_box .text_box .catch {
        font-size: 3.8vw;
        margin-bottom: 0.5em;
        line-height: 1.7;
    }

    .page_sell .catch_box .text_box .catch::after {
        background: linear-gradient(#b3d1f4 20%, transparent 20%, transparent 80%, #b3d1f4 80%);
        height: 10vw;
        width: 97%;
        margin: -10vw auto 0;
    }

    .page_sell .catch_box .text_box .text::after {
        background: linear-gradient(#b3d1f4 25%, transparent 25%, transparent 75%, #b3d1f4 75%);
        margin: -9vw 0 0;
        height: 8vw;
        width: 99%;
    }


    .page_sell .catch_box .text_box .text {
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .page_sell .catch_box {
        margin-bottom: 20vw;
    }

    .page_sell .strength_box {
        margin-bottom: 20vw;
    }

    .page_sell .strength_box .strength_list ul {
        grid-template-columns: 1fr;
        gap: 10vw 0;
        margin-bottom: 10vw;
    }

    .page_sell .strength_box .strength_list ul .img img {
        aspect-ratio: 9/5;
        object-position: top;
    }

    .page_sell .strength_box .strength_list ul .text_box {
        padding: 6vw 4.5vw;
    }

    .page_sell .strength_box .strength_list ul .text_box .ttl {
        font-size: 4.6vw;
    }

    .page_sell .strength_box .strength_list ul .text_box .text {
        font-size: 3.6vw;
    }

    .sell_flow_sec {
        padding: 15vw 0;
        margin-bottom: 20vw;
    }

    .page_sell .c_section_title.flex {
        margin-bottom: 6vw;
    }

    .page_sell .sell_flow_sec .sell_list ul {
        gap: 0 8vw;
        margin-bottom: 12vw;
        overflow-x: scroll;
    }

    .page_sell .sell_flow_sec .sell_list ul .icon {
        width: 35vw;
        margin: 0 auto 6vw;
    }

    .page_sell .sell_flow_sec .sell_list ul .icon img {
        width: 100%;
    }

    .page_sell .sell_flow_sec .sell_list ul .icon::before {
        width: 44vw;
        left: -4vw;
        top: -10vw;
    }

    .page_sell .sell_flow_sec .sell_list ul li {
        width: 55vw;
    }

    .page_sell .sell_flow_sec .sell_list ul .text_box .ttl {
        font-size: 4.6vw;
        line-height: 1.5;
    }

    .page_sell .sell_flow_sec .sell_list ul .text_box .ttl::after {
        width: 10vw;
        height: 0.6vw;
        margin-top: 4vw;
    }

    .page_sell .sell_flow_sec .sell_list ul .text_box .text {
        font-size: 3.6vw;
    }

    .page_sell .sell_flow_sec .sell_list ul li+li::before {
        width: 5vw;
        height: 15vw;
        left: -7vw;
        top: 9vw;
    }

    .sell_flow_sec .c_btn02 .catch {
        font-size: 3.4vw;
        gap: 0 2vw;
        margin-bottom: 1em;
    }


    /* コラム */


    .column_page_list ul .link {
        gap: 0 5vw;
        align-items: center;
    }

    .column_page_list ul .link .img {
        width: 35vw;
    }

    .column_page_list ul .link .text_box .date {
        font-size: 3.6vw;
        margin-bottom: .1em;
    }

    .column_page_list ul .link .text_box .ttl {
        font-size: 3.8vw;
        border-left: unset;
        margin-bottom: 1vw;
        padding: unset;
    }

    .column_page_list ul li+li {
        margin-top: 10vw;
    }

    .column_page_list ul .link:hover {
        opacity: 1;
    }

    .page_sell .catch_box .text_box {
        padding: 13vw 5vw;
    }

    .page_sell .catch_box .text_box .catch .color {
        font-size: 5vw;
    }

    .page_sell .catch_box .text_box .catch .color::after {
        margin-top: -3vw;
        border: 3px solid #b3d1f4;
    }

    .page_sell .catch_box .text_box::after {
        height: 20vw;
    }

    .column_page_list ul .link .text_box .content {
        font-size: 3.6vw;
    }

    /* ニュース */

    .news_page .news_page_list ul .link {
        flex-direction: column;
        gap: 3vw 0;
        align-items: unset;
        padding: 5vw 11vw 5vw 0;
    }

    .news_page .news_page_list ul .link .text_box {
        gap: 0 3vw;
    }

    .news_page .news_page_list ul .link .text_box .day {
        font-size: 3.8vw;
    }

    .news_page .news_page_list ul .link .text_box .new {
        font-size: 3.8vw;
        width: 12vw;
        min-block-size: 6vw;
    }

    .news_page .news_page_list ul .link .ttl {
        font-size: 4vw;
        line-height: 1.7;
    }

    .news_page .news_page_list ul .link::after {
        top: 69%;
    }

    .news_page.top .news_page_list {
        margin-bottom: 10vw;
    }

    .news_page.top {
        margin-bottom: 15vw;
    }

    .page_buy .youtube_sec .cont .grid_box {
        grid-template-columns: 1fr;
        gap: 4vw;
        margin-bottom: 7vw;
    }

    .page_buy .youtube_sec .cont .grid_box .inner_sec {
        padding: 4vw;
    }

    .page_buy .youtube_sec .cont .grid_box .inner_sec .inner_sec_ttl {
        font-size: 3.6vw;
    }

    .page_buy .youtube_sec .cont .grid_box .inner_sec .inner_sec_text {
        font-size: 3.2vw;
    }

    .page_buy .youtube_sec .cont .btm_text_area {
        font-size: 3.6vw;
        line-height: 1.8;
        text-align: left;
    }
}