@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@400;500;700&display=swap');

/* 共通設定 */
body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    font-size: 16px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.w-container {
    width: min(92%, 1080px);
    margin: auto;
}

.text-right {
    text-align: right;
}

.pc-only {
    display: none;
}
.pc-only-image {
    display: none !important;
}
.sp-only {
    display: block;
}
.dark_red {
	color:#D11C2C;
}

.top_image {
    padding: 70px 0 32px 0;
}
.top_image_container img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.news_detail {
    padding-top: 70px;
}

/* TOP hero */
.hero {
    padding-top: 70px;
}
.hero_column {
    height: calc((100vh - 70px - 10px) / 2);
    min-height: 350px;
    width: 100%;
}
.hero_left {
    background: url(../images/top/top_feb_01.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    animation: hero_left_animate 10s ease 0s infinite normal;
    -webkit-animation: hero_left_animate 10s ease 0s infinite normal;
    */
}
.hero_center {
    background: url(../images/top/top_yeli_01.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    animation: hero_left_animate 10s ease 0s infinite normal;
    -webkit-animation: hero_left_animate 10s ease 0s infinite normal;
    */
}
.hero_right {
    background: url(../images/top/top_nalufe_01.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    animation: hero_right_animate 10s ease 0s infinite normal;
    -webkit-animation: hero_right_animate 10s ease 0s infinite normal;
    */
}
.hero_left-image {
    padding-left: 15%;
}
.hero_center-image {
    padding-left: 7.5%;
    padding-right: 7.5%;	
    text-align: center;
}
.hero_right-image {
    text-align: right;
    padding-right: 15%;
}
.hero_left-image img,
.hero_center-image img,
.hero_right-image img {
    width: 30%;
}

@keyframes hero_left_animate {
    0% {
        background-image: url('../images/top/top_feb_01.jpg');
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes hero_center_animate {
    0% {
        background-image: url('../images/top/top_yeli_01.jpg');
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes hero_right_animate {
    0% {
    background-image: url('../images/top/top_pc_slider_nalufe.jpg');
    opacity: 0;
    }
    10% {
    opacity: 1;
    }
    40% {
    opacity: 1;
    }
    50% {
    opacity: 0;
    background-image: url('../images/top/top_pc_slider_nalufe.jpg');
    }
    60% {
    opacity: 1;
    }
    90% {
    opacity: 1;
    }
    100% {
    background-image: url('../images/top/top_pc_slider_nalufe.jpg');
    opacity: 0;
    }
}

/* 新着情報 */
.news {
    padding: 44px 0 48px 0;
    background-color: #EEECDD;
}
.news_title h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news__list li {
    padding: 15px 0;
    border-bottom: 1px solid #C4ACA3;
}
.news__list li > a {
    display: flex;
    align-items: center;
}
.news_text-container {
    width: 90%;
}
.news_icon-container {
    width: 10%;
}
.news_text-container > .date {
    font-size: 14px;
    color: #895947;
    line-height: 1.5;
}
.news_text-container > .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    width: 90%;
}
.news_icon-container > .icon {
    font-size: 35px;
    color: #C4ACA3;
    text-align: right;
}

/* ヘアスタイル */
.hair_style {
    padding: 0 0 17px 0;
    background-color: #EEECDD;
}
.hair_style__list {
    display: flex;
    gap: 10px ;
}
.hair_style__list li:last-child {
    margin-right: 0;
}
.hair_style__list img {
    width: 100%;
}
.hair_style_sns p {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 500;
}
.hair_style_sns .instagram {
    width: 45px;
}

.button_more a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 156px;
    color: #EEECDD;
    background-color: #3F3026;
    border-radius: 50vh;
    margin-top: 24px;
}



/* インスタグラムフォロー */
.instagram_link-top {
    padding: 0 0 34px 0;
    background-color: #EEECDD;
}
.instagram_link-top h2 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.instagram_link-top .hair_style_sns {
    text-align: center;
    padding-top: 14px;
}
.instagram_link-other {
    background-color: #E7E4D2;
}
.instagram_link-other .hair_style_sns {
    text-align: center;
    padding-top: 37px;
}


/* リクルート */
.recruit {
    background-color: #EEECDD;
}
.recruit h1 {
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}
.recruit h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 30px;
}
.recruit .sup {
    font-size: 14px;
    text-align: center;
}
.recruit_message {
    padding: 24px 3% 40px 3%;
}
.recruit_message p {
    font-size: 16px;
    line-height: 2;
}
.recruit_about {
    padding: 39px 0 26px 0;
}
.recruit_about h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    padding-left: 3%;
    padding-right: 3%;
}
.recruit_about .tel {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
}
.recruit_about .tel::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    padding-right: 5px;
    background-image: url(../images/common/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-top;
}
.recruit_about .apoint {
    font-weight: 700;
    padding-left: 3%;
    padding-right: 3%;
}
.recruit_about-detail {
    padding-bottom: 28px;
}
.recruit_about-detail p {
    line-height: 1.5;
    padding-left: 3%;
    padding-right: 3%;
}
.recruit_info {
    background-color: #EEECDD;
    padding: 51px 0 38px 0;
}
.recruit_info p {
    padding-top: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 3%;
    padding-right: 3%;
}
.recruit_info h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-left: 3%;
    padding-right: 3%;
}
.recruit_info table {
    width: 100%;
    border-collapse: collapse;
}
.recruit_info th {
    width: 30%;
    text-align: left;
    line-height: 1.5;
    padding: 15px 0 15px 3%;
    border-top: 1px solid #3F3026;
    border-bottom: 1px solid #3F3026;
}
.recruit_info td {
    width: 70%;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 3% 15px 0;
    border-top: 1px solid #3F3026;
    border-bottom: 1px solid #3F3026;
}
.recruit_info-border {
    border-bottom: 1px solid#3F3026;
    padding-bottom: 10px;
    margin-bottom: 10px;    
}
.recruit_about-boder {
    border-bottom: 1px solid#3F3026;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* 会社概要 */
.company {
    background-color: #EEECDD;
    padding-bottom: 26px;
}
.company h1 {
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}
.company .sup {
    font-size: 14px;
    text-align: center;
}
.company_ideology {
    background-color: #C74C3E;
    color: #EFEDDE;
    padding: 39px 3% 34px 3%;
}
.company_ideology h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 29px;
    font-weight: 500;
    padding-bottom: 8px;
}
.company_ideology-text {
    margin-bottom: 33px;
}
.company_ideology-text p {
    font-weight: 700;
}
.company_ideology-exp p {
    font-size: 14px;
    line-height: 1.7;
}
.company_ideology_feb {
    background-color: #EEECDD;
    padding: 28px 3% 26px 3%;
}
.company_ideology_feb h2{
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 8px;
}
.company_ideology_feb span {
    color: #BA372E;
}
.company_ideology_feb-text {
    margin-bottom: 19px;
}
.company_ideology_feb-text p {
    font-weight: 700;
}
.company_ideology_feb-exp p {
    font-size: 14px;
    line-height: 1.7;
}
.feb_market {
    background-color: #3F3026;
    padding: 26px 0 25px 0;
}
.feb_market-contaienr {
    text-align: center;
}
.feb_market-contaienr h2 {
    font-size: 20px;
    line-height: 1.35;
    color: #EEECDD;
    margin-bottom: 17px;
}
.feb_market-contaienr img {
    width: 41px;
}
.feb_market-contaienr p {
    display: none;
}
.company_history {
    background-color: #EEECDD;
    padding: 21px 3% 26px 3%;
}
.company_history h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.company_second_image-container img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.access, .salon_access .access {
    background-color: #EEECDD;
    padding: 21px 3% 0 3%;
}
.access h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}
.access_map {
    margin-top: 22px;
}
.access_map p {
    margin-bottom: 14px;
}
.access h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.access p {
    font-size: 18px;
    font-weight: 500;
}
.access iframe {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    aspect-ratio: 16/9;
}
.parking {
    margin-top: 22px;
    margin-bottom: 78px;
}
.parking h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 3%;
    margin-bottom: 5px;
}
.parking h3::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    margin-right: 5px;
    background-image: url(../images/company/chushajyo_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.parking .parking-image {
    width: 100%;
    height: auto;
}
.parking .parking-image > img {
    width: 100%;
    height: auto;
}
.time-schedule {
    list-style: none;
    margin: 0 auto 0 0.25em;
    padding: 10px 0;
    border-left: 1px solid #6B5142;
    box-sizing: border-box;
}
.time-schedule span.time {
    display: inline-block;
    margin-left: 0;
    padding: 0 0 5px;
    margin-top: 10px;
    vertical-align: top;
    position: relative;
    text-align: right;
    box-sizing: border-box;
  }
  .time-schedule span.time::after {
    content: "";
    position: absolute;
    right: -0.3em;
    top: 0;
    background: #734536;
    width: 11px;
    height: 11px;
    border-radius: 11px;
}
.time-schedule .sch_box {
    display: inline-block;
    margin-left: 18px;
    padding: 8px 0;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}


/* 記事一覧 */
.news_lists-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.news_list-thumb {
    width: 50%;
}
.news_list-contents {
    width: 50%;
    border-bottom: 1px solid #B39483;
    padding-bottom: 10px;
}
.news_list-thumb img {
    width: 100%;
    height: auto;
    max-height: 195px;
    object-fit: cover;
}
.news_lists-container .date {
    font-size: 15px;
    color: #895947;
    margin-bottom: 10px;
}  
.news_lists-container h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}
.news_lists-container .main-text {
    font-weight: 500;
} 
.wp-pagenavi {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend {
    display: block;
    color: #895947;
    margin: 0 6px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid #895947;
}
.current {
    background: #DDDAC9 !important;
}
a.nextpostslink,
a.last,
a.previouspostslink,
a.first {
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.nextpostslink::after {
    font-family: "Font Awesome 6 Free";
	content: "\f105";
    font-weight: 900;
    border: 1px solid #895947;
    padding: 12px 14px;
    margin: 0 5px;
}
.last::after {
    font-family: "Font Awesome 6 Free";
	content: "\f101";
    font-weight: 900;
    border: 1px solid #895947;
    padding: 12px 12px;
    margin: 0 5px;
}
.previouspostslink::after {
    font-family: "Font Awesome 6 Free";
	content: "\f104";
    font-weight: 900;
    border: 1px solid #895947;
    padding: 12px 14px;
    margin: 0 5px; 
}
.first::after {
    font-family: "Font Awesome 6 Free";
	content: "\f100";
    font-weight: 900;
    border: 1px solid #895947;
    padding: 12px 12px;
    margin: 0 5px;
} 


/* 記事詳細 */
.news_detail-container {
    padding: 20px 0 35px 0;
}
.news_detail-container img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news_detail-container .date {
    font-size: 18px;
    color: #875746;
    margin-bottom: 10px;
}
.news_detail-container h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B39483;
}
.news_detail-container .main-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.news_detail-contents {
    margin-bottom: 57px;
}
.news_detail-pager {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.news_detail-pager .prev-link::before {
    font-family: "Font Awesome 6 Free";
	content: "\f104";
    font-weight: 900;
    margin-right: 5px;
}
.news_detail-pager .next-link::after {
    font-family: "Font Awesome 6 Free";
	content: "\f105";
    font-weight: 900;
    margin-left: 5px;
}
.news_detail-pager .prev-link,
.news_detail-pager .next-link,
.news_detail-pager .index-link {
    font-size: 16px;
    font-weight: 700;
    color: #895947;
    line-height: 39px;
    padding: 0 7px;
    height: 40px;
    border: 1px solid #895947;
}

/* フッター用 */
.footer {
    padding: 22px 0 20px 0;
    background-color: #E7E4D2;
}
.footer-container {
    text-align: center;
}
.footer_goto_top {
    width: 87%;
    border-bottom: 1px solid #3F3026;
    margin: 0 auto;
    margin-bottom: 45px;
}
.footer_goto_top img {
    width: 21px;
    padding-bottom: 13px;
}
.footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.footer_logo > .footer_logo_item {
    width: 100%;
}
.footer_logo img {
    width: auto;
    max-width: 100px;
}
.copyright {
    font-size: 12px;
}

.not-found {
    padding-top: 70px;
    height: calc(100vh - 277px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-found p {
    text-align: center;
    padding: 100px 0;
}




/* 768px 以上 */
@media (min-width: 768px) {
    .pc-text-right {
        text-align: right;
    }
    .pc-only {
        display: block;
    }
    .pc-only-image {
        display: block !important;
    }
    .sp-only-image {
        display: none !important;
    }
    .sp-only {
        display: none !important;
    }
    .hero_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hero {
        padding-top: 110px;
    }
    .hero_column {
        width: calc(100% / 3);
        height: calc(100vh - 110px);
        /* min-height: 950px; */
    }
    .hero_left {
        margin-bottom: 0;
    }
    .hero_center {
        margin-bottom: 0;
    }	
    .hero_left-image,
    .hero_center-image,	
    .hero_right-image {
        text-align: center;
        padding: 0;
    }
    .hero_left-image img,
    .hero_center-image img,	
    .hero_right-image img {
        width: 50%;
    }
    .news {
        padding: 115px 0 108px 0;
    }
    .news_title h2 {
        text-align: left;
        font-size: 40px;
        margin-bottom: 0;
    }
    .news_text-container {
        display: flex;
        gap: 5%;
    }
    .news_text-container > .date {
        font-size: 20px;
    }
    .news_text-container > .title {
        font-size: 20px;
    }
    .news_icon-container > .icon {
        font-size: 51px;
    }
    .news-container {
        display: flex;
        align-items: flex-start;
    }
    .news-container > .news_title {
        width: 40%;
    }
    .news-container > .news__list {
        width: 60%;
    }
    .news__list li {
        padding: 47px 0;
    }
    .news__list li:first-child {
        padding: 0 0 47px 0;
    }
    .news__list li > a {
        display: flex;
        align-items: center;
    }
    .button_more a {
        width: 232px;
        font-size: 20px;
        margin-top: 38px;
    }

    /* トップイメージ */
    .top_image {
        padding-top: 110px;
        padding-bottom: 82px;
    }

    .news_detail {
        padding-top: 110px;
    }
    

    

    .hair_style {
        background-color: #E7E4D2;
        padding: 88px 0 85px 0;
    }
    .instagram_link-top h2 {
        font-size: 22px;
        padding: 25px;
    }
    .hair_style_sns {
        padding-top: 0;
    }
    .hair_style_sns .instagram {
        width: 68px;
    }
    .hair_style_sns p {
        font-size: 18px;
        padding-top: 24px;
    }

    /* リクルート */
    .recruit h1 {
        font-size: 40px;
        padding-bottom: 13px;
    }
    .recruit .sup {
        font-size: 16px;
    }
    .recruit_message {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 87px 0 110px 0;
        margin: 0 auto;
    }
    .recruit_message h2 {
        font-size: 38px;
        padding-bottom: 0;
    }
    .recruit_message p {
        font-size: 18px;
    }
    .recruit_about {
        background-color: #EEECDD;
        padding-top: 0;
        padding-bottom: 70px;
    }
    .recruit_about h2 {
        padding: 0 0 15px 0;
        margin-bottom: 15px;
        font-size: 25px;
    }
    .recruit_about-detail {
        padding-bottom: 42px;
    }
    .recruit_about-detail p {
        padding: 0;
        font-size: 16px;
        font-weight: 500;
    }
    .recruit_about .tel {
        font-size: 29px;
        padding: 0;
    }
    .recruit_about .tel::before {
        width: 40px;
        height: 40px;
    }
    .recruit_about .apoint {
        display: none;
    }
    .recruit_info {
        background-color: #E7E4D2;
        padding-top: 74px;
        padding-bottom: 68px;
    }
    .recruite_info-container {
        display: flex;
    }
    .recruit_info h2 {
        padding: 0;
        width: 30%;
        font-size: 25px;
    }
    .recruite_info-detail {
        width: 70%;
    }
    .recruit_info th {
        padding: 20px 0;
    }
    .recruit_info td {
        padding: 20px 0;
        font-size: 16px;
    }
    .recruit_info p {
        padding: 29px 0 0 0;
    }
    .access iframe {
        width: 100%;
        margin: auto;
        max-height: 300px;
    }

    /* 会社概要 */
    .company {
        padding-bottom: 100px;
    }
    .company h1 {
        font-size: 40px;
        padding-bottom: 13px;
    }
    .company .sup {
        font-size: 16px;
    }
    .company_ideology {
        width: min(92%, 1080px);
        margin: auto;
        text-align: center;
        padding: 46px 0 55px 0;
    }
    .company_ideology h2 {
        font-size: 55px;
        padding-bottom: 25px;
    }
    .company_ideology-text {
        font-size: 30px;
        font-weight: 700;
    }
    .company_ideology-exp p {
        font-size: 18px;
        line-height: 1.5;
    }
    .company_ideology_feb {
        text-align: center;
        padding: 57px 0 99px 0;
    }
    .company_ideology_feb h2 {
        font-size: 55px;
        padding-bottom: 25px;
    }
    .company_ideology_feb-text p {
        font-size: 30px;
    }
    .company_ideology_feb-exp p {
        font-size: 16px;
        font-weight: 500;
    }
    .feb_market {
        padding: 59px 0 63px 0;
    }
    .feb_market-contaienr h2 {
        font-size: 30px;
        line-height: 1.75;
        margin-bottom: 27px;
    }
    .feb_market-contaienr img {
        width: 68px;
        margin-bottom: 20px;
    }
    .feb_market-contaienr p {
        color: #EEECDD;
        font-size: 18px;
        display: block
    }
    .company_history-container {
        display: flex;
        align-items: center;
    }
    .company_history {
        padding: 45px 0 50px 0;
    }
    .company_history h2 {
        font-size: 38px;
        width: 33%;
    }
    .time-schedule {
        padding: 35px 0;
    }
    .time-schedule .sch_box {
        padding: 22px 0;
        font-size: 18px;
    }
    .time-schedule span.time {
        margin-top: 25px;
    }
    .access {
        padding: 64px 0 21px 0;
    }
    .access h2 {
        font-size: 38px;
        margin-bottom: 50px;
    }
    .access h3 {
        display: inline-block;
        font-size: 25px;
        font-weight: 700;
        margin-right: 61px;
        margin-bottom: 17px;
    }
    .access h3 a {
        font-weight: 700;
    }	
    .access p {
        display: inline-block;
        font-weight: 700;
    }
    .access_map {
        margin-top: 43px;
    }
    .salon_access .access {
        padding: 21px 0;
    }	
    .parking h3 {
        padding: 0;
        font-size: 25px;
    }
    .parking .parking-image {
        width: 92%;
        margin: 0 auto;
    }


    /* 記事一覧 */
    .news_lists-container {
        gap: 25px;
        margin-bottom: 45px;
    }
    .news_list-thumb {
        width: 45%;
    }
    .news_list-contents {
        width: 55%;
        border-bottom: none;
    }
    .news_list-thumb img {
        max-height: 222px;
    }
    .news_lists-container .date {
        font-size: 20px;
        margin-bottom: 10px;
    }  
    .news_lists-container h2 {
        font-size: 25px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #C4ACA3;
    }
    .news_lists-container .main-text {
        font-size: 18px;
        line-height: 1.5;
        overflow: hidden; 
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    /* 記事詳細 */
    .news_detail-container {
        padding: 40px 0 95px 0;
    }
    .news_detail-container img {
        width: 100%;
        margin-bottom: 75px;
    }
    .news_detail-container .date {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .news_detail-container h1 {
        font-size: 38px;
        padding-bottom: 10px;
        margin-bottom: 48px;
    }
    .news_detail-container .main-text {
        font-size: 18px;
    }
    .news_detail-contents {
        margin-bottom: 106px;
    }

    .wp-pagenavi {
        padding-top: 53px;
        margin-bottom: 100px;
    }

    .news_detail-pager {
        gap: 22px;
    }
    .news_detail-pager .prev-link,
    .news_detail-pager .next-link,
    .news_detail-pager .index-link {
        font-size: 18px;
        padding: 0 17px;
    }
    


    /* インスタグラムフォロー */
    .instagram_link-top {
        background-color: #E7E4D2;
    }
    .instagram_link-other {
        padding-top: 103px;
    }
    .instagram_link-other h3 {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }
    .footer {
        padding: 48px 0;
    }
    .footer_goto_top {
        display: none;
    }
    .footer_pclayout {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .footer_logo {
        margin-bottom: 0;
        align-items: center;
        gap: 40px;
    }
    .copyright {
        font-size: 16px;
    }
    .boder-none {
        border: none !important;
    }
    .not-found {
        padding-top: 110px;
        height: calc(100vh - 264px);
    }

    .pc-text-right {
        text-align: right;
    }
}



@media (min-width: 960px) {
    .hero_column {
        /* max-height: 1100px; */
        max-height: calc(100vh - 110px);
    }
    .price_feb-category {
        padding: 20px 5%;
    }
    .news_lists-container {
        gap: 50px;
        margin-bottom: 45px;
    }
    .news_list-thumb {
        width: 38%;
    }
    .news_list-contents {
        width: 62%;
    }
    .parking .parking-image {
        width: 36%;
        margin: 0 auto;
    }
}

