/*
Theme Name: おおぎやホームページ
Theme URI:
Description:
Author:
Tags:
Version: 1.0.0
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&family=Shippori+Mincho+B1&family=Tenor+Sans&family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap');

body{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    width: 100%;
}
.home_site{
    font-family: "Halant", "Shippori Mincho B1", sans-serif;
    font-style: normal;
    color: #000000;
    overflow: hidden;
}
.home_site p{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: normal;
    color: #000000;
}
.hp_common_subtitle{
    display: block;
    font-family: "Halant", "Shippori Mincho B1", sans-serif;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 400;
    color: #890b06;
    margin-bottom: 4px;
}
.hp_common_title {
    font-size: clamp(24px, 2.3vw, 32px);
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 10px;
}
.hp_common_th_title{
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(22px, 3.4vw, 28px);
    font-weight: 400;
}
.hp_common_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: clamp(15px, 1.4vw, 16px);
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.08em;
}
.hp_common_btn{
    font-family: "Shippori Mincho B1", serif;
    font-size: 16px;
    font-weight: 400;
}
.circle-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 15px;
}
.arrow-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #890b06;
    position: relative;
    flex-shrink: 0;
    transition: 0.3s;
}
.arrow-circle.m_arrow-circle {
    width: 56px;
    height: 56px;
}
.arrow-circle::before {
    content: "";
    width: 22px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
}
.arrow-circle::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
}
.arrow-circle.m_arrow-circle::before {
    width: 19px;
    left: 19px;
}
.arrow-circle.m_arrow-circle::after {
    width: 12px;
    height: 12px;
    right: 19px;
}
.circle-btn:hover .arrow-circle {
    background: #000000;  
}
br.pc{
    display: block;
}
@media (max-width: 768px) {
    br.pc{
        display: none;
    }
    .arrow-circle.m_arrow-circle {
        width: 45px;
        height: 45px;
    }
    .arrow-circle.m_arrow-circle::after {
        width: 12px;
        height: 12px;
        right: 16px;
    }
    .arrow-circle.m_arrow-circle::before {
        width: 16px;
        left: 14px;
    }
    .hp_common_title {
        font-size: clamp(25px, 5.6vw, 32px);
    }
    .hp_common_text {
        font-size: clamp(15px, 3.1vw, 18px);
    }
}

/* メインビジュアル */
.home_fv {
    width: 95%;
    margin: 0px auto 120px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.home_fv:after {
    background: rgba(0, 0, 0, 0.11);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 15px;
    z-index: 1;
}
.home_fv img {
    height: 760px;
    object-fit: cover;
}
.home_fv .fv-text {
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: #fff;
    z-index: 2;
}
.home_fv .fv-text h1 {
    font-size: clamp(40px, 6.7vw, 67px);
    font-weight: 400;
    line-height: 1;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}
.home_fv .fv-text p {
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(14px, 3vw, 15px);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 2.5px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .home_fv img {
        object-fit: cover;
    }
    .home_fv .fv-text {
        left: 20px;
        bottom: 40px;
    }
}
@media (max-width: 480px){
    .home_fv .fv-text h1 {
        margin-bottom: 2.1%;
    }
}
/* トップ おおぎやについて */
.hp_about_deco{
    position: relative;
}
.hp_about{
    width: 100%;
    padding: 0 2.5%;
    margin: 140px auto;
    margin-bottom: 245px;
    position: relative;
}
.hp_about_deco_01{
    position: absolute;
    z-index: -1;
    right: -13%;
    top: -78px;
}
.hp_about_deco_01 img{
    width: min(56vw, 665px);
}
.hp_about_deco_02{
    position: absolute;
    z-index: -1;
    bottom: 20px;
    left: -6%;
}
.hp_about_deco_02 img{
    width: min(50vw, 566px);
}
.about_content{
    display: flex;
    gap: clamp(50px, 5vw, 80px);
    max-width: 1220px;
    margin: 0 auto;
}
.about-image {
    max-width: 457px;
    width: 65%;
}
.about-image img{
    height: 100%;
    object-fit: cover;
}
.about-sub-image{
    text-align: right;
    margin-top: 10px;
}
.about-sub-image img{
    max-width: 329px;
    width: 50%;
}
.about-image img,
.about-sub-image img {
    border-radius: 10px;
}
.about-box{
    padding-right: clamp(50px, 10vw, 130px);
}
.about-sub-image.sp{
    display: none;
}
.about-sub-image.pc{
    display: block;
}
.about-content{
    width: 100%;
}
@media (max-width: 768px) {
    .hp_about {
        width: 90%;
    }
    .about-sub-image.pc{
        display: none;
    }
    .about-sub-image.sp{
        display: block;
    }
    .about-sub-image img {
        width: 65%;
    }
    .about-box {
        padding-right: 0;
    }
    .about_content {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .about-image {
        width: 80%;
    }
    .hp_about_deco_01 {
        right: -22%;
        top: -90px;
    }
    .hp_about_deco_01 img {
        width: min(80vw, 665px);
    }
    .hp_about_deco_02{
        bottom: 5%;
        left: -6%;
    }
    .hp_about_deco_02 img{
        width: min(66vw, 566px);
    }
    .hp_about {
        margin-top: 0px;
        margin-bottom: clamp(100px, 26vw, 220px);
        padding: 0;
    }
    .about-sub-image {
        margin-top: -12%;
        text-align: right;
    }
    .about-image {
        width: 100%;
        max-width: 100%;
    }
    .about-image img {
        max-width: 457px;
    }
    .about-image img {
        height: auto;
        width: 80%;
    }
    .about-image .about-sub-image img{
        width: 54%;
        max-width: 329px;
    }
}
@media (max-width: 480px) {
    .hp_about {
        margin-top: -40px;
        margin-bottom: 31%;
    }
    .hp_about_deco_01 img {
        width: min(91vw, 665px);
    }
    .hp_about_deco_02 img {
        width: min(80vw, 566px);
    }
    .about-image img {
        width: 82%;
    }
    .about-sub-image {
        margin-top: -7.2%;
    }
}

/* 商品・サービス */
.hp_service{
    width: 95%;
    max-width: 1220px;
    margin: 0 auto;
    margin-bottom: clamp(120px, 24.4vw, 280px);
    position: relative;
}
.service-inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.service-text {
    width: 45%;
    padding: 0 0% 0 50px;
}
.service-image {
    width: 50%;
}
.service-image .img-main {
    width: 100%;
    margin-left: auto;
    padding-left: 50px;
    position: relative;
}
.service-image .img-main img {
    width: 100%;
    display: block;
    max-width: 580px;
}
.service-image .img-sub {
    position: absolute;
    left: -20px;
    bottom: -150px;
    max-width: 292px;
    width: 63%;
}
.service-image .img-sub img {
    width: 100%;
    display: block;
}
.service-image img {
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .service-inner {
        flex-direction: column;
        gap: 30px;
    }
    .service-image .img-main img {
        margin-right: 0;
        margin-left: auto;
    }
    .service-text,
    .service-image {
        width: 100%;
    }
    .service-text {
        padding-left: 0px;
    }
    .service-image {
        min-height: auto;
        padding-bottom: 100px;
    }
    .service-image .img-sub {
        left: 0px;
        bottom: -150px;
    }
    .hp_service {
        margin-top: 30%;
        width: 90%;
    }
}

/* ホームページ振袖トップ */
.hp_furisode{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.furisode-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
    margin-bottom: 65px;
    padding: 0 50px;
}
.hp_furisode-banner_top{
    padding: 0 50px;
}
.furisode-image{
    width: 50%;
}
.furisode-text{
    width: 45%;
}
.furisode-image img{
    width: 100%;
    display: block;
    max-width: 580px;
    border-radius: 10px;
}
.hp_furisode-banner_link{
    display: block;
    height: 100%;
    max-width: 895px;
    margin: auto;
    transition: 0.3s;
}
.hp_furisode-banner_link:hover{
    opacity: 0.7;
}
.hp_furisode-banner img.sp{
    display: none;
}
.hp_furisode-banner img.pc{
    display: block;
}
@media screen and (max-width: 768px) {
    .hp_furisode-banner img.sp{
        display: block;
    }
    .hp_furisode-banner img.pc{
        display: none;
    }
    .furisode-inner {
        gap: 30px;
        flex-direction: column-reverse;
        padding: 0 5%;
        margin-bottom: clamp(40px, 11.5vw, 65px);
    }
    .furisode-image {
        width: 100%;
    }
    .furisode-text {
        width: 100%;
    }
    .furisode-image img {
        max-width: 100%;
    }
    .hp_furisode {
        margin-top: 20%;
        margin-bottom: 18%;
    }
    .hp_furisode-banner_top{
        padding: 0 5%;
    }
}

/* ホームページ　トップ　ロケーション */
.hp_location{
    background: #faf9f8;
    padding-top: 120px;
    padding-bottom: 125px;
}
.location-contents_box{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}
.location-inner{
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    gap: clamp(60px, 11.3vw, 200px);
    margin-bottom: 65px;
}
.location-title{
    width: 60%;
}
/* ロケーションループ */
.location_photo-flow {
    overflow: hidden;
}
.location_flow-track {
    display: flex;
    gap: 23px;
    width: max-content;
    animation: flowSlide 40s linear infinite;
}
.location_flow-item {
    flex-shrink: 0;
    width: 33vw;
    border-radius: 6px;
    overflow: hidden;
}
.location_flow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 流れる動き */
@keyframes flowSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
    .location_flow-item {
        width: 70vw;
    }
    .location_flow-track {
        gap: 16px;
    }
    .location-inner {
        gap: 0;
        margin-bottom: 40px;
        flex-direction: column;
        padding: 0 5%;
    }
    .location-title {
        width: 100%;
    }
    .hp_location {
        padding-top: 18%;
        padding-bottom: 18%;
    }
}

/* ホームページ　トップ着方教室 */
.hp_kitsuke {
    width: 100%;
    padding-right: 50px;
    max-width: 1220px;
    margin: 0 auto;
    margin-bottom: clamp(120px, 23.6vw, 280px);
    padding-top: 120px;
}
.kitsuke-inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.kitsuke-image {
    width: 50%;
    padding: 0 0 0 50px;
}
.kitsuke-text {
    width: 45%;
    padding-left: 50px;
}
.kitsuke-image .img-main {
    width: 100%;
    position: relative;
}
.kitsuke-image .img-sub {
    position: absolute;
    right: -50px;
    bottom: -130px;
    max-width: 292px;
    width: 63%;
}
.kitsuke-image .img-main img {
    width: 100%;
    display: block;
    max-width: 580px;
}
.kitsuke-image img {
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .hp_kitsuke {
        padding: 0 5%;
        margin-bottom: 28.4%;
        padding-top: 18%;
    }
    .kitsuke-inner {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .kitsuke-image .img-main img {
        margin-right: 0;
    }
    .kitsuke-text,
    .kitsuke-image {
        width: 100%;
    }
    .kitsuke-text {
        padding-left: 0px;
    }
    .kitsuke-image {
        min-height: auto;
        padding-left: 0;
        padding-bottom: 100px;
    }
    .kitsuke-image .img-sub {
        right: 0px;
        bottom: -150px;
    }
    .kitsuke-image .img-main {
        padding-right: 50px;
    }
}
@media screen and (max-width: 480px){
    .hp_kitsuke {
        margin-bottom: 32%;
    }
}
/* Instagram */
.hp_instagram{
    background: #faf9f8;
    padding-top: 60px;
    padding-bottom: 60px;
}
.instagram-inner {
    width: 100%;
    max-width: 1220px;
    padding: 0 50px;
    margin: 0 auto;
}
.instagram_box-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.instagram_box-inner .circle-btn {
    margin-top: 0px;
}
.instagram_page_link img{
    display: block;
    width: 15px;
    margin-right: -10px;
}
.instagram_flex{
    gap: 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.instagram_flex a{
    display: block;
    width: 100%;
    height: 100%;
}
.instagram_flex a img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.insta-feed-wrap #sb_instagram #sbi_images {
    padding: 0px 0;
    gap: 20px;
}
.instagram_page_link.sp{
    display: none;
}
@media (max-width: 800px) {
    .insta-feed-wrap #sb_instagram #sbi_images {
        gap: 10px;
    }
}
@media screen and (max-width: 768px) {
    .instagram_page_link{
        text-align: right;
    }
    .instagram_box-inner {
        flex-direction: column;
        align-items: inherit;
        gap: 10px;
    }
    .instagram-inner {
        padding: 0 5%;
    }
    .instagram_page_link.pc{
        display: none;
    }
    .instagram_page_link.sp{
        display: block;
        margin-top: 5px;
    }
}
@media screen and (max-width: 480px) {
    .instagram_flex{
        grid-template-columns: repeat(2, 1fr);
    }
}
/* ホームページ　トップ　お知らせ */
.hp_info{
    width: 100%;
    max-width: 1220px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: clamp(60px, 7.3vw, 75px);
    margin-bottom: 65px;
    padding-top: 60px;
}
.news_link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    border-bottom: solid 1px #999999;
    transition: .3s;
}
.news_link:first-child {
    border-top: solid 1px #999999;
}
.news-date {
    display: block;
    font-family: "Halant", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
.news-text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size:clamp(14px, 1.4vw, 15px);
    margin-top: 4px;
    transition: .3s;
    line-height: 1.8;
    letter-spacing: 0.08em;
}
.hp_news{
    width: 100%;
}
.hp_event{
    width: 100%;
}
.hp_info .hp_common_th_title {
    margin-bottom: 24px;
}
.news-list_btn{
    text-align: right;
}
.news-list_btn .circle-btn {
    margin-top: 20px;
}
.news_link:hover .news-text {
    color: #890b06;
}

/* ホームページ　イベント・展示会 */
.event_link{
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.event_link_img img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 520 / 272;
    object-fit: cover;
    transition: .3s;
    opacity: 1;
}
.event_link:hover .event_link_img img {
    opacity: .7;
}
.event_text_link {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 19px 0 13px;
    border-bottom: solid 1px #999999;
}
.arrow-right {
    position: relative;
    flex-shrink: 0;
    transition: 0.3s;
    display: block;
    margin-left: 17px;
}
.arrow-right::before {
    content: "";
    width: 19px;
    height: 1px;
    background: #890b06;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translateY(-50%);
}
.arrow-right::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #890b06;
    border-right: 1px solid #890b06;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
}
.event_text{
    font-size: clamp(16px, 1.4vw, 18px);
    letter-spacing: 1px;
    font-weight: 400;
    transition: 0.3s;
    line-height: 1.6;
}
.event_link:hover .event_text{
    color: #890b06;
}
@media screen and (max-width: 768px) {
    .hp_info {
        flex-direction: column;
        gap: clamp(50px, 11.9vw, 60px);
        padding: 0 5%;
        padding-top: 60px;
    }
    .hp_news {
        width: 100%;
    }
    .hp_event {
        width: 100%;
    }
    .news-text{
        font-size: clamp(14px, 3.1vw, 16px);
    }
    .event_text {
        font-size: clamp(16px, 3vw, 18px);
    }
}

/* ホームページ　トップ　ブログ */
.hp_blog{
    padding-bottom: clamp(100px, 19.6vw, 120px);
    padding-top: 60px;
    background: #faf9f8;
}
.blog_box-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.blog_box-inner .circle-btn {
    margin-top: 0px;
}
.blog-list{
    width: 100%;
    gap: clamp(25px, 2.9vw, 35px);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.blog-inner{
    width: 100%;
    max-width: 1220px;
    padding: 0 50px;
    margin: 0 auto;
}
.blog_date{
    display: block;
    font-family: "Halant", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    padding-top: 20px;
}
.blog_link{
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.blog_link_img img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 350 / 205;
    object-fit: cover;
    transition: .3s;
    opacity: 1;
}
.blog_link:hover .blog_link_img img {
    opacity: .7;
}
.blog_text_link {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: solid 1px #999999;
}
.blog-list .arrow-right {
    position: relative;
    flex-shrink: 0;
    transition: 0.3s;
    display: block;
    margin-left: 17px;
}
.blog-list .arrow-right::before {
    content: "";
    width: 16px;
    height: 1px;
    background: #890b06;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.blog-list .arrow-right::after {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 1px solid #890b06;
    border-right: 1px solid #890b06;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
}
.blog_text{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 500;
    transition: 0.3s;
}
.blog_link:hover .blog_text{
    color: #890b06;
}
.blog_page_link.sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .blog_page_link.pc{
        display: none;
    }
    .blog_page_link.sp{
        display: block;
        margin-top: clamp(10px, 2.7vw, 20px);
    }
    .blog-list {
        gap: 60px 25px;
        grid-template-columns: repeat(1, 1fr);
    }
    .blog_page_link{
        text-align: right;
    }
    .blog_box-inner {
        flex-direction: column;
        align-items: inherit;
        gap: 10px;
    }
    .blog-inner {
        padding: 0 5%;
    }
    .blog_text {
        font-size: clamp(15px, 3.1vw, 18px);
    }
}
@media screen and (max-width: 480px) {
    .blog-list {
        gap: 50px 25px;
    }
}

/* フッター */
.site-footer {
    padding: 60px 0 20px;
    border-top: 1px solid #b78f3e;
}
.footer-inner {
    max-width: 1220px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: clamp(20px, 3.1vw, 240px);
}

/* 左側 */
.footer-left {
    width: 21%;
    max-width: 210px;
}
.footer-logo img {
    max-width: 210px;
    height: auto;
}
.footer-left a{
    display: block;
    width: auto;
    height: auto;
}
.footer-sns {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
.footer-sns img{
    max-width: 27px;
}
.footer-sns a {
    transition: 0.5s;
}
.footer-sns a:hover {
    opacity: 0.6;
}
/* 上段 */
.footer-tel{
    display: flex;
    align-items: center;
    font-family: "Shippori Mincho B1", serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer-tel img{
    display: block;
    max-width: 14px;
    margin-right: 3px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 35px;
}
.footer-btn {
    background: #890b06;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    max-width: 174px;
    width: 100%;
    display: block;
    width: 174px;
    min-height: 46px;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
}
.footer-btn:hover {
    background: #000000;
}
/* ナビ */
.footer-nav ul {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 20px 55px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav a {
    font-size: clamp(15px, 3.4vw, 16px);
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
}
.footer-nav a:hover {
    color: #890b06;
}
/*   下部   */
.footer-bottom_inner{
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}
.footer-bottom {
    max-width: 1220px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}
.footer-bottom p{
    font-family: "Shippori Mincho B1", serif;
}
.footer-privacy_link{
    font-size: 12px;
}
.footer-copyright{
     font-size: 11px;
     color: #424242;   
}
.footer-copyright a{
     border-bottom: 1px solid #565656;   
}
.footer-bottom a {
    transition: 0.5s;
}
.footer-bottom a:hover {
    opacity: .6;
}
.footer-top_btn {
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 1024px) {
    .footer-inner {
        flex-direction: column;
        gap: 40px;
    }
    .footer-left {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .footer-sns {
        justify-content: center;
        gap: 20px;
    }
    .footer-top {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px 20px;
    }
    .footer-nav ul {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
    .footer-logo{
        max-width: 210px;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .footer-btn {
        text-align: center;
        padding: 14px;
    }
    .footer-inner{
        padding: 0 5%;
    }
    .footer-bottom {
        padding: 0 5%;
    }
}
@media screen and (max-width: 480px) {
    .footer-bottom_inner {
        gap: 10px;
        flex-direction: column;
    }
}

/* ヘッダー */
.site-header{
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    height: 114px;
    background: #fff;
}
.header-inner{
    padding-left: 2.5%;
    margin:auto;
    /* height:114px; */
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.header-logo a{
    width: min(16vw, 213px);
    display: block;
}
/* PC右側*/
.header-right .tel-number{
    display: flex;
    align-items: center;
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(19px, 5vw, 22px);
    font-weight: 500;
    letter-spacing: 0.9px;
}
.header-right .tel-number img{
    display: inline-block;
    max-width: 13px;
    margin-right: 3px;
}
.header-right{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    width: 83%;
}
.header-top{
    display:flex;
    gap:14px;
    align-items:center;
    margin-bottom:23px;
}
.contact-link-list{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#8f0000;
    border-bottom-left-radius: 10px;
    color: #fff;
    list-style: none;
}
header .contact-link-list .top-btn {
    display: block;
    position: relative;
    padding: 12px  40px;
    transition: 0.5s;
    font-size: clamp(15px, 3vw, 16px);
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
}
header .contact-link-list .list-item:not(:first-of-type) .top-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(245, 245, 245, 1);
}
header .contact-link-list .top-btn:hover{
    background:#790000;
}
header .contact-link-list .top-btn.top-btn_f{
    border-bottom-left-radius: 10px;
}
header .contact-link-list .top-btn.top-btn_f:hover{
    border-bottom-left-radius: 10px;
}
/* PCナビ*/
.global-nav{
    padding-right: 2.5%;
    display: block;
}
.nav-list{
    display:flex;
    list-style:none;
}
.nav-list li.pc_nav-item {
    padding-right: clamp(15px, 1.2vw, 20px);
    padding-left: clamp(15px, 1.2vw, 20px);
    border-left: solid 1px #d1d1d1;
}
.nav-list li.pc_nav-item:first-child {
    border-left: none;
}
.nav-list li{
    position:relative;
}
a.pc_nav-item_link{
    display: block;
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(13px, 1.27vw, 16px);
    font-weight: 500;
    letter-spacing: 1.3px;
    transition: 0.5s;
}
a.pc_nav-item_link:hover{
    color: #890b06;
}
/* dropdown */
.sub-menu{
    position:absolute;
    top:100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width:220px;
    background:#fff;
    list-style:none;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(15px, 1.5vw, 16px);
    font-weight: 500;
    gap: 23px;
    padding: 25px 20px;
    border-radius: 4px;
}
.sub-menu li a{
    transition: 0.5s;
} 
.sub-menu li a:hover{
    color: #890b06;
}
.has-child:hover .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
}
.sub-menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 5px;
    padding-bottom: 4px;
    width: 100%;
}
.sub-menu li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #890b06;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* ホバー時 */
.sub-menu li a:hover::after {
  width: 100%;
}
/* ハンバーガー*/
.hamburger{
    width: 60px;
    height: 60px;
    border:none;
    border-radius: 50%;
    background: #890b06;
    display:none;
    position:relative;
    cursor:pointer;
    z-index:1001;
}
.hamburger span{
    position: absolute;
    left: 16px;
    width: 28px;
    height: 1px;
    background: #fff;
    transition: 0.35s ease;
}
.hamburger span:nth-child(1){
    top: 20px;
}
.hamburger span:nth-child(2){
    top:30px;
}
.hamburger span:nth-child(3){
    top:40px;
}
/* 開いた時（×になる） */
.hamburger.active span:nth-child(1){
    transform:rotate(45deg);
    top:30px;
}
.hamburger.active span:nth-child(2){
    opacity:0;
}
.hamburger.active span:nth-child(3){
    transform:rotate(-45deg);
    top:30px;
}

/* SPメニュー*/
body.menu-open{
  overflow:hidden;
  height:100vh;
}
.sp-nav{
    position:fixed;
    background: #faf9f8;
    display:block;
    height: 100vh;
    height: 100dvh;
    min-height: -webkit-fill-available;
    top:0;
    left:0;
    width:100%;
    overflow-y:auto;
    opacity:0;
    visibility:hidden;
    transition:0.4s ease;
    z-index:999;
    padding: 80px 20px 100px;
}
.sp-nav_logo{
    position: fixed;
    top: 23px;
    left: 2.5%;
    width: min(43vw, 213px);
    display: block;
}
.sp-nav.active{
  opacity:1;
  visibility:visible;
}
.sp-nav ul {
    list-style: none;
    width: 80%;
    margin: auto;
}
.sp_nav_box {
    width: 100%;
}
.hamburger.active{
  position:fixed;
  right:2.5%;
    top: 14px;
}
.hamburger{
  z-index:1001;
}
.sp-nav a{
  display:block;
}
.sp-nav_item{
    border-bottom: solid 1px #999999;
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(18px, 3.4vw, 26px);
    font-weight: 400;
    letter-spacing: 1.3px;
    transition: 0.5s;
    margin-top: 5%;
}
.sp-nav_item a{
    padding: 15px 0;
    transition: 0.5s;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.sp-nav_item a:hover{
    color: #890b06;
}
.sp-dropdown a{
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(16px, 2.9vw, 20px);
    font-weight: 300;
    letter-spacing: 1.3px;
    transition: 0.5s;
    position: relative;
}
.sp-dropdown a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 1px;
    content: "";
    background: #999999;
}
.sp-dropdown a:hover{
    color: #890b06;
}
.sp-nav ul.sp-dropdown{
    width: auto;
    padding-top: clamp(25px, 4.8vw, 30px);
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    display: grid;
    flex-direction: column;
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 20px;
}
.sp_nav_box .cv-content {
    max-width: 100%;
    width: 80%;
    margin: auto;
    margin-top: 6%;
}
.sp_nav_box a.cv-btn {
    display: flex;
    font-family: "Shippori Mincho B1", sans-serif;
}
.sp_nav_box a.cv-tel {
    display: inline-flex;
}
.sp_nav_box .cv-box-left p {
    font-size: clamp(16px, 2.5vw, 20px);
}
.sp-dropdown li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 15px;
}
/* .sp-dropdown li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: currentColor;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}
.sp-dropdown li a:hover::after {
    width: 100%;
} */
.sp-nav_item a .arrow-right {
    position: relative;
    flex-shrink: 0;
    transition: 0.3s;
    display: block;
    margin-left: 17px;
    left: 0;
}
.sp-nav_item a .arrow-right::before {
    content: "";
    width: 16px;
    height: 1px;
    background: #890b06;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.sp-nav_item a .arrow-right::after {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 1px solid #890b06;
    border-right: 1px solid #890b06;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
}
.hp_furisode-banner_menu{
    margin-top: 20px;
}
@media screen and (max-width:1024px){
    .header-inner{
        height:80px;
    }
    .header-logo img{
        max-height:46px;
    }
    .header-right{
        display:none;
    }
    .hamburger{
        display:block;
        margin-right: 2.5%;
    }
    .site-header {
        height: 100px;
    }
    .header-logo a {
        width: min(43vw, 213px);
    }
}
@media screen and (max-width:768px){
    .sp-nav ul.sp-dropdown{
        gap: 25px;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 0px;
    }
    .sp-nav ul {
        width: 100%;
    }
    .sp_nav_box .cv-content {
        width: 100%;
        margin: auto;
        margin-top: 10%;
    }
    .sp-nav {
        padding: 80px 8% 18%;
    }
    .site-header {
        height: 95px;
    }
    .sp_nav_box .cv-box-left p {
        font-size: clamp(14px, 2.7vw, 20px);
    }
}
@media screen and (max-width:480px){
    .sp-nav ul.sp-dropdown{
        gap: 20px;
        padding-top: 19px;
        padding-left: 15px;
    }
    .sp_nav_box .cv-box-left p {
        font-size: 16px;
    }
}
/* PC時SPメニュー非表示 */
@media screen and (min-width:1025px){
  .sp-nav{
    display:none !important;
  }
}

/* ファーストビュー スライダー */
.fv {
    width: 95%;
    height: 740px;
    margin: 20px auto 120px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 0;
}
/* スライダー本体 */
.fv-slider {
    width: 100%;
    height: 100%;
    position: relative;
}
/* picture内のimg */
.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 各画像 */
.slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 2s ease;
}
/* スライド */
.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease;
}
/* 表示中 */
.slide.active {
    opacity: 1;
}
.fv .sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .fv {
        height: 600px;
    }
    .fv .sp{
        display: inline-block;
    }
}
@media screen and (max-width: 480px) {
    .fv {
        height: 500px;
    }
}

/* おおぎやについてページ */
.u_inner{
    width:90%;
    max-width:1120px;
    margin:auto;
    margin-top: clamp(60px, 9.6vw, 90px);
}
/* メインビジュアル */
.page-mv{
    position:relative;
    width:95%;
    margin:0px auto 50px;
    border-radius:10px;
    overflow:hidden;
}
.page-mv:after {
    background: rgba(0, 0, 0, 0.11);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    z-index: 1;
}
.page-mv img{
    height:440px;
    object-fit:cover;
}
.u_mv-text{
    position:absolute;  
    left:50px;
    bottom:40px;
    color:#fff; 
    z-index: 2;
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-family: "Halant", "Shippori Mincho B1", sans-serif;
}
.u_mv-text h2{
    font-size: clamp(30px, 5vw, 56px);
    font-weight: 400;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
}
.u_mv-text span{
    font-size: clamp(15px, 3.7vw, 22px);
    font-weight: 400;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
/* パンくず */
.breadcrumbs{
    max-width: 1120px;
    width: 90%;
    margin: auto;
    padding-bottom: 13px;
    border-bottom: solid 1px #e6e6e6;
    color: #4d4d4d;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
}
#breadcrumbs span{
    color: #890b06;
}
#breadcrumbs span a{
    color: #141414;
}
#breadcrumbs span .breadcrumb_last{
    color: #141414;
}

/* 下層ページ共通タイトル */
.hp_u_common_title {
    font-size: clamp(24px, 3.1vw, 40px);
    font-weight: 400;
    margin-bottom: 10px;
    margin-bottom: 17px;
    line-height: 1.7;
}
.hp_u_common_subtitle {
    display: block;
    font-family: "Halant", "Shippori Mincho B1", sans-serif;
    font-size: clamp(14px, 3.6vw, 18px);
    font-weight: 400;
    color: #890b06;
    margin-bottom: 3px;
}
.hp_u_common_text{
    letter-spacing: 1.1px;
    line-height: 2.2;
    font-size: clamp(15px, 1.7vw, 16px);
}
.text_mb{
    margin-bottom: clamp(15px, 1.8vw, 20px);
}
@media screen and (max-width: 768px) {
    .hp_u_common_title {
        font-size: clamp(30px, 7.2vw, 40px);
        margin-bottom: 10px;
    }
    .u_mv-text {
        left: 30px;
        bottom: 30px;
        padding-right: 10px;
    }
    .page-mv img{
        height:290px;
    }
    .u_mv-text {
        left: 15px;
        bottom: 15px;
        gap: 5px 12px;
    }
    .hp_u_common_text{
        font-size: clamp(15px, 3.1vw, 18px);
    }
}
@media screen and (max-width: 480px) {
    .page-mv img {
        height: 190px;
    }
    .u_mv-text {
        flex-wrap: wrap;
    }
}
/* ご挨拶 */
.greeting_inner_top{
    display: flex;
    gap: clamp(50px, 6.6vw, 80px);
}
.greeting-img img{
    width: 100%;
    display: block;
    max-width: 450px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.greeting-img{
    width: 80%;
}
.greeting_inner_bottom{
    display: flex;
    gap: clamp(50px, 7.9vw, 80px);
    align-items: flex-end;
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
}
.greeting-sub-img{
     width: 60%;   
}
.greeting-sub-img img{
    width: 100%;
    display: block;
    max-width: 442px;
    border-radius: 10px;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
}
.greeting-content{
    width: 100%;
    max-width: 590px;
}
.home_site p.greeting_name{
    display: flex;
    align-items: flex-end;
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(15px, 3.4vw, 30px);
    gap: 13px;
    margin-top: 20px;
}
.greeting_name .name{
    font-size: clamp(13px, 3.3vw, 14px);
}
@media screen and (max-width: 768px) {
    .greeting_inner_top {
        flex-direction: column-reverse;
        gap: clamp(30px, 7.9vw, 80px);
    }
    .greeting-img {
        width: 100%;
    }
    .greeting-sub-img {
        width: 100%;
    }
    .greeting-sub-img img {
        height: 100%;
        min-height: inherit;
        max-width: 100%;
    }
    .greeting_inner_bottom {
        flex-direction: column;
        gap: clamp(30px, 7.9vw, 80px);
        margin-top: clamp(30px, 7.9vw, 80px);
    }
    .home_site p.greeting_name {
        font-size: clamp(20px, 5.8vw, 30px);
    }
    .greeting-img img {
        max-width: 100%;
    }
    .greeting-content {
        width: 100%;
        max-width: 100%;
    }
}

/* 会社概要 */
.company_area{
    background: #faf9f8;
    padding-top: clamp(60px, 9.6vw, 90px);
    padding-bottom: clamp(60px, 9.6vw, 90px);
    margin-top: clamp(60px, 9.6vw, 90px);
}
.company_inner{
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}
.company-wrap{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(50px, 6.8vw, 75px);
    align-items:start;
    margin-top: 30px;
}
.company-img img{
    width: 100%;
    display: block;
    max-width: 520px;
    border-radius: 10px;
}
.company-table th{
    width: 130px;
}
.company-table,
.history-table{
    width:100%;
    border-collapse:collapse;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: clamp(15px, 2.8vw, 16px);
    line-height: 2.2;
    letter-spacing: 1.2px;
}
.company-table tr,
.history-table tr{
    border-top:1px solid #999999;
}
.company-table tr:last-child,
.history-table tr:last-child{
    border-bottom:1px solid #999999;
}
.company-table th, .company-table td{
    padding: 24px 0px;
    text-align: left;
    vertical-align: top;
}
.history-table th,
.history-table td{
    padding: 30px 0px;
    text-align:left;
    vertical-align:top;
}
.company-table th,
.history-table th{
    font-weight:500;
}
.company-table td,
.history-table td{
    font-weight:400;
}
/* 歴史 */
.history_inner{
    display: flex;
    gap: clamp(50px, 6.8vw, 75px);
    justify-content: space-between;
}
.history_area {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: clamp(60px, 9.6vw, 90px);
    margin-bottom: clamp(100px, 9.6vw, 115px);
}
.history-table{
    max-width: 754px;
    width: 74%;
}
.history-table th {
    width: 176px;
}
@media(max-width:768px){
    .company-wrap {
        gap: 40px;
        display: flex;
        flex-direction: column-reverse;
    }
    .company-img img {
        width: 100%;
        display: block;
        max-width: 100%;
        border-radius: 10px;
    }
    .history_inner {
        gap: 0;
        flex-direction: column;
    }
    .history-table {
        width: 100%;
    }
}
@media(max-width:480px){
    .history-table th {
        width: 140px;
    }
}

/* 商品・サービス */
.u_common_inner_top {
    display: flex;
    gap: clamp(50px, 7.9vw, 80px);
    align-items: center;
}
.u_common-img {
    width: 80%;
}
.u_common-img img {
    width: 100%;
    display: block;
    max-width: 524px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.product_box{
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 30px 20px;
    list-style: none;
    max-width: 895px;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 60px;
}
.product_box_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    transition: 0.3s;
}
.product_box_link img{
    transition: 0.3s;
}
.product_box_link:hover img{
    opacity: .7;
}
.home_site p.product_box_link_text{
    font-family: "Shippori Mincho B1", sans-serif;
    letter-spacing: 0.2em;
    font-size: clamp(16px, 2.2vw, 20px);
    display: flex;
    gap: 3px;
    align-items: center;
    margin-left: 10px;
}
.u_bg_area {
    background: #faf9f8;
    padding-top: clamp(60px, 9.6vw, 90px);
    padding-bottom: clamp(60px, 9.6vw, 90px);
    margin-top: clamp(60px, 9.6vw, 90px);
}
.product_box_link .arrow-circle {
    width: 25px;
    height: 25px;
}
.product_box_link .arrow-circle::before {
    content: "";
    width: 9px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}
.product_box_link .arrow-circle::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%) rotate(45deg);
}
.product_box_link:hover .arrow-circle {
    background: #000000;
}
.u_common_content_inner {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}
.u_common_inner_top {
    display: flex;
    gap: clamp(50px, 7.9vw, 80px);
    align-items: center;
}
.alt_inner_img {
    width: 90%;
}
.alt_inner_img img {
    width: 100%;
    display: block;
    max-width: 560px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.u_bg_area.u_bg_b {
    padding-bottom: clamp(100px, 9.6vw, 115px);
}
@media screen and (max-width: 768px) {
    .u_common_inner_top {
        gap: clamp(30px, 7.9vw, 80px);
        flex-direction: column;
    }
    .u_common-img {
        width: 100%;
    }
    .u_common-img img {
        max-width: 100%;
    }
    .product_box {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 20px;
        list-style: none;
        margin-top: 12%;
        padding-bottom: 8%;
        justify-content: center;
    }
    .product_box_item{
        width: 30%;
    }
    .home_site p.product_box_link_text {
        font-size: clamp(16px, 3.7vw, 20px);
    }
    .u_common_inner_top.alt_inner{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 480px){
    .product_box {
        gap: 35px 12px;
    }
    .u_common-img img{
        max-height: 240px;
    }
    .product_box_link .arrow-circle {
        width: 22px;
        height: 22px;
    }
    .product_box_link .arrow-circle::before {
        left: 6px;
    }
    .product_box_link {
        gap: 9px;
    }
}

.maintenance_content {
    display: flex;
    gap: clamp(50px, 5.9vw, 60px);
}
.maintenance_text_box{
    width: 50%;
    max-width: 540px;
    display: block;
}
.maintenance_price{
    width: 50%;
}
.maintenance_price-table_title {
    font-size: 18px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #999999;
}
.maintenance_price-table_wrap {
  overflow-x: auto;
}
.maintenance_price-table_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.maintenance_price-table_table tr {
    border-bottom: 1px solid #e5e5e5;
}
.maintenance_price-table_table th,
.maintenance_price-table_table td {
    padding: 18px 0px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
}
.maintenance_price-table_table th {
    width: 40%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.maintenance_price-table_none {
    font-size: 16px;
    font-weight: 500;
}
.maintenance{
    padding-top: clamp(60px, 9.6vw, 100px);
}
.home_site p.maintenance_price_text{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1.1px;
    line-height: 1.6;
    color: #444444;
}
@media screen and (max-width: 768px) {
    .maintenance_content {
        flex-direction: column;
        gap: clamp(35px, 5.9vw, 40px);
    }
    .maintenance_text_box {
        width: 100%;
        max-width: 100%;
    }
    .maintenance_price {
        width: 100%;
    }
    .maintenance_price-table_table th {
        width: clamp(135px, 20.8vw, 140px);
    }
}

/* 撮影の流れ */
.rs-flow-sec_inner {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: clamp(13px, 1.4vw, 18px);
}
.rs-flow-card {
    background: #fff;
    border-radius: 10px;
    padding: 26px 20px 24px;
    width: 260px;
    box-sizing: border-box;
    position: relative;
    border: solid 1px #e6e6e6;
}
.home_site p.rs-flow-card_step {
    text-align: center;
    font-family: "Halant", "Shippori Mincho B1", sans-serif;
    font-size: clamp(14px, 3.6vw, 17px);
    font-weight: 400;
    color: #890b06;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}
.rs-flow-card_title {
    font-size: clamp(15px, 1.7vw, 20px);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative;
}
.rs-flow-card_title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    bottom: 0;
}
.rs-flow-card_text {
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.8;
    letter-spacing: 1px;
}
.rs-flow-arrow {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #890b06;
    align-self: center;
}

@media screen and (max-width: 768px) {
    .rs-flow-sec_inner {
            flex-direction: column;
            align-items: center;
            gap: 16px;
    }
    .rs-flow-card {
        width: 100%;
        max-width: 100%;
        padding: 8% 6% 8%;
    }
    .rs-flow-arrow {
        transform: rotate(90deg);
    }
    .rs-flow-card_title {
        font-size: clamp(20px, 3.5vw, 25px);
    }
    .rs-flow-card_text {
        font-size: clamp(15px, 3vw, 17px);
    }
    .home_site p.rs-flow-card_step {
        margin-bottom: 3%;
    }
}
/* 撮影プラン */
.f_plans_content {
    display: flex;
    gap: clamp(50px, 5.9vw, 60px);
}
.f_plans_img_box{
    width: 50%;
    max-width: 520px;
    display: block;
}
.f_plans_price{
    width: 60%;
}
.f_plans_price-table_title {
    font-size: 18px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #999999;
}
.f_plans_price-table_wrap {
  overflow-x: auto;
}
.f_plans_price-table_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.f_plans_price-table_table tr {
    border-bottom: 1px solid #e5e5e5;
}
.f_plans_price-table_table th,
.f_plans_price-table_table td {
    padding: 20px 0px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
}
.f_plans_price-table_table th {
    width: 150px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.f_plans_price-table_none {
    font-size: 16px;
    font-weight: 500;
}
.f_plans{
    padding-top: clamp(60px, 9.6vw, 100px);
}
.home_site p.f_plans_price_text{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1.1px;
    line-height: 1.6;
    color: #444444;
}
@media screen and (max-width: 768px) {
    .f_plans_content {
        flex-direction: column;
        gap: clamp(35px, 5.9vw, 40px);
    }
    .f_plans_img_box {
        width: 100%;
        max-width: 100%;
    }
    .f_plans_price {
        width: 100%;
    }
    .f_plans_price-table_table th {
        width: clamp(115px, 22.8vw, 170px);
    }
    .f_plans_price-table_none {
        font-size: clamp(15px, 3vw, 16px);
    }
}

/* 撮影ロケーション */
.f_location{
    padding-top: clamp(60px, 9.6vw, 90px);
    margin-bottom: clamp(100px, 9.6vw, 115px);
}
.u_f_location_inner {
    display: flex;
    gap: clamp(50px, 6vw, 70px);
    align-items: center;
}
.u_f_location-img img {
    width: 100%;
    display: block;
    max-width: 550px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.u_f_location-img {
    width: 100%;
}
.hp_u_fl_title{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: clamp(18px, 1.8vw, 20px);
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: clamp(15px, 1.8vw, 14px);
}
.hp_u_fl_sub_title{
    font-size: clamp(13px, 1.8vw, 14px);
    color: #3f3f3f;
    display: inline-block;
    margin-top: 8px;
}
.u_f_location_inner_b {
    display: flex;
    gap: clamp(50px, 6vw, 70px);
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(20px, 3.3vw, 40px);
}
.u_f_location_inner_b img {
    width: 100%;
    display: block;
    max-width: 450px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.u_f_location-img_b {
    width: 70%;
}
.u_f_location_inner_b .u_common-content{
    width: 100%;
}
@media screen and (max-width: 768px) {
    .u_f_location_inner {
        flex-direction: column-reverse;
    }
    .u_f_location-img img {
        max-width: 100%;
    }
    .hp_u_fl_title {
        font-size: clamp(20px, 4.1vw, 24px);
    }
    .hp_u_fl_sub_title {
        font-size: clamp(14px, 2.6vw, 15px);
        margin-top: 2.3%;
    }
    .u_f_location_inner {
        gap: clamp(28px, 6vw, 40px);
    }
    .u_f_location_inner_b {
        flex-direction: column;
        gap: clamp(28px, 6vw, 40px);
        margin-top: clamp(28px, 6vw, 40px);
    }
    .u_f_location_inner_b img {
        max-width: 100%;
    }
    .u_f_location-img_b {
        width: 100%;
    }
}


/* コンバージョンエリア */
.cv-inner {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(50px, 5vw, 80px);
}
.cv-heading {
    width: 33%;
}
.cv-content {
    width: 60%;
    max-width: 680px;
}
.cv-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 28px 40px;
    margin-bottom: 15px;
}
.cv-box:last-child {
    margin-bottom: 0;
}
.cv-box-left {
    width: 34%;
    padding: 20px 0;
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
}
.cv-box-left p {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.08em;
    font-family: "Halant", "Shippori Mincho B1", sans-serif;
}
.cv-box-right {
    width: 66%;
    padding-left: 40px;
    text-align: center;
}
.cv-tel {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: 0.3s;
}
.cv-tel:hover {
    opacity: 0.7;
}
.cv-tel img {
    max-width: 22px;
    margin-bottom: -8px;
    width: 8.9%;
}
.cv-tel span {
    font-size: clamp(30px, 3.5vw, 36px);
    font-weight: 500;
    letter-spacing: 0.04em;
    font-family: "Shippori Mincho B1", sans-serif;
}
.cv-btn {
    background: #8c0600;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 20px;
    border-radius: 5px;
    transition: 0.3s;
    max-width: 322px;
    margin: 0 auto;
    text-align: center;
}
.cv-btn.cv-btn_line{
    background: #06C755;
}
.cv-btn:hover {
    background: #000000;
}
.cv-btn img {
    max-width: 27px;
    width: 18.4%;
}
.cv-btn-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cv-btn-main {
    font-size: clamp(18px, 1.8vw, 20px);
    font-weight: 500;
    letter-spacing: 0.02em;
}
.cv-btn-sub {
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 0.22em;
}
.u_bg_area.u_cv_bg_area {
    background: #faf9f8;
    padding-top: clamp(60px, 9.6vw, 70px);
    padding-bottom: clamp(60px, 9.6vw, 70px);
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .cv-inner {
        flex-direction: column;
        gap: 40px;
    }
    .cv-heading,
    .cv-content {
        width: 100%;
    }
    .cv-box-left p {
        font-size: clamp(15px, 3.1vw, 20px);
    }
    .cv-tel span {
        font-size: clamp(27px, 5.5vw, 36px);
    }
    .cv-btn-main {
        font-size: clamp(16px, 3vw, 20px);
    }
    .cv-box{
        padding: 28px 5%;
    }
    .cv-box-right {
        padding-left: 8%;
    }
    .cv-btn img {
        width: 13.4%;
    }
    .cv-btn {
        padding: 20px 13px;
    }
}

@media screen and (max-width: 480px){
    .cv-box-left {
        width: 100%;
        padding: 0px 0 18px;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px;
    }
    .cv-box {
        flex-direction: column;
        padding: 30px 20px;
    }
    .cv-box-right {
        width: 100%;
        padding-left: 0;
    }
    .cv-tel {
        justify-content: center;
    }
    .cv-btn {
        width: 90%;
        padding: 20px;
    }
    .cv-box-left p {
        font-size: 18px;
        line-height: 1.5;
    }
    .cv-tel span {
        font-size: 36px;
    }
    .cv-btn-main {
        font-size: 18px;
    }
    .cv-box-left p {
        font-size: 16px;
    }
}

.f_menu_area{
    max-width: 980px;
    margin: auto;
    margin-top: clamp(30px, 9.6vw, 60px);
    background: #faf9f8;
    padding: 40px;
    border-radius: 10px;
}
.f_menu_title{
    font-size: clamp(20px, 3.4vw, 28px);
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: solid 1px #999999;
}
.f_menu_box{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, auto);
    padding-top: 20px;
}
.f_menu_ttl{
    width: 180px;
    display: grid;
    grid-template-columns: 1fr 16px;
    align-items: center;
    column-gap: 10px;
}
.f_menu_ttl:after {
    content: "";
    width: 16px;
    height: 1px;
    background: #ccc;
}
.f_menu_text{
    padding-left: 20px;
}
.f_menu_item {
    padding: 10px 20px;
    display: flex;
    position: relative;
    align-items: center;
    letter-spacing: 1.1px;
    line-height: 1.3;
    font-size: clamp(15px, 1.7vw, 18px);
    font-weight: 500;
}
.f_menu_item::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    border-radius: 50%;
    background-color: #890b06;
    content: "";
}
@media screen and (max-width: 768px){
    .f_menu_box {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(1, auto);
        padding-top: 20px;
    }
    .f_menu_ttl {
        width: clamp(168px, 32.5vw, 200px);
    }
    .f_menu_item {
        font-size: clamp(15px, 2.8vw, 18px);
    }
}
@media screen and (max-width: 480px){
    .f_menu_area {
        padding: 40px 6%;
    }
    .f_menu_item {
        padding: 10px 0px 10px 18px;
    }
}

/* 着付教室 */
.hp_u_class_subtitle{
    display: inline-block;
    font-family: "Halant", "Shippori Mincho B1", sans-serif;
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 400;
    color: #890b06;
    margin-bottom: 15px;
    margin-right: 5px;
}
.k_class{
    width: 50%;
}
.k_class-table_title {
    font-size: 18px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #999999;
}
.k_class-table_wrap {
  overflow-x: auto;
}
.k_class-table_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.k_class-table_table tr {
    border-bottom: 1px solid #e5e5e5;
}
.k_class-table_table th,
.k_class-table_table td {
    padding: 18px 0px;
    vertical-align: middle;
    line-height: 1.7;
}
.k_class-table_table th {
    width: 34%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.k_class-table_none {
    font-size: 16px;
    font-weight: 500;
}
.k_class_map_box {
    width: 50%;
    max-width: 520px;
    display: block;
}
.k_class_map_box iframe{
    width: 100%;
    height: 50%;
}
.k_class_content {
    display: flex;
    gap: clamp(50px, 5.9vw, 60px);
}
.kimono_class {
    padding-top: clamp(60px, 9.6vw, 70px);
}
.price_small{
    font-size: 14px;
    color: #444444;
    display: inline-block;
}
.kimono_leaflet_area{
    max-width: 980px;
    margin: auto;
    margin-top: clamp(30px, 9.6vw, 60px);
    background: #faf9f8;
    padding: 40px;
    border-radius: 10px;
}
.kimono_leaflet_box{
    display: flex;
    align-items: center;
    gap: 40px;
}
.kimono_leaflet_text{
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.9;
    letter-spacing: 1px;
    font-weight: 500;
}
.leaflet-box-right {
    width: 35%;
    min-width: 290px;
    text-align: center;
}
.leaflet-btn {
    background: #8c0600;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 20px;
    border-radius: 5px;
    transition: 0.3s;
    max-width: 322px;
    margin: 0 auto;
    text-align: center;
}
.leaflet-btn:hover{
    background: #000000;
}
.leaflet-btn img {
    max-width: 22px;
    width: 8%;
}
.leaflet-btn-main {
    font-size: clamp(18px, 1.8vw, 20px);
    font-weight: 500;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px){
    .hp_u_class_subtitle {
        font-size: clamp(14px, 3vw, 16px);
    }
    .k_class_content {
        gap: clamp(30px, 5.9vw, 40px);
        flex-direction: column;
    }
    .k_class_map_box iframe {
        height: 100%;
    }
    .k_class{
        width: 100%;
    }
    .k_class_map_box {
        width: 100%;
        max-width: 100%;
    }
    .k_class-table_table th {
        width: clamp(120px, 22.8vw, 170px);
        padding-bottom: 0;
    }
    .k_class-table_table td.k_class-table_none {
        font-size: clamp(15px, 3vw, 16px);
        padding-top: 10px;
    }
    .k_class_map_box {
        height: 400px;
        object-fit: cover;
    }
    .kimono_leaflet_area {
        padding: 8% 8%;
    }
    .leaflet-box-right {
        min-width: 222px;
    }
    .kimono_leaflet_box {
        gap: clamp(25px, 5vw, 40px);
    }
    .kimono_leaflet_text {
        font-size: clamp(15px, 2.6vw, 18px);
    }
    .k_class-table_table tr {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 480px){
    .k_class_map_box {
        height: 280px;
    }
    .leaflet-box-right {
        min-width: 100%;
        width: 100%;
    }
    .kimono_leaflet_box {
        gap: clamp(20px, 5vw, 40px);
        flex-direction: column;
    }
    .leaflet-btn img {
        width: 7.1%;
    }
}

/* おすすめポイント */
.class-point-sec_inner {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: clamp(13px, 1.4vw, 18px);
}
.class-point-card {
    background: #fff;
    border-radius: 10px;
    padding: 26px 20px 24px;
    width: 360px;
    box-sizing: border-box;
    position: relative;
    border: solid 1px #e6e6e6;
}
.home_site p.class-point-card_step {
    text-align: center;
    font-family: "Halant", "Shippori Mincho B1", sans-serif;
    font-size: clamp(14px, 3.6vw, 17px);
    font-weight: 400;
    color: #890b06;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}
.class-point-card_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative;
}
.class-point-card_title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    bottom: 0;
}
.class-point-card_text {
    font-size: clamp(15px, 1.4vw, 16px);
    line-height: 1.9;
    letter-spacing: 1px;
    text-align: center;
}
.class-point-arrow {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #890b06;
    align-self: center;
}
.class-point-card_sub-text{
    color: #444444;   
}
@media screen and (max-width: 768px) {
    .class-point-sec_inner {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .class-point-card {
        width: 100%;
        max-width: 100%;
        padding: 8% 6% 8%;
    }
    .class-point-arrow {
        transform: rotate(90deg);
    }
    .class-point-card_title {
        font-size: clamp(20px, 4.5vw, 25px);
    }
    .class-point-card_text {
        font-size: clamp(15px, 3vw, 17px);
    }
    .home_site p.class-point-card_step {
        margin-bottom: 3%;
    }
}

.u_cv_kimono_bg_area{
    background: #faf9f8;
    padding-top: clamp(60px, 9.6vw, 70px);
    padding-bottom: clamp(100px, 9.6vw, 115px);
    margin-top: clamp(60px, 9.6vw, 70px);
}

/* お知らせ一覧 */
.page_news_list .news_link {
    display: flex;
    align-items: baseline;
    line-height: 1.8;
}
.page_news_list .news-date {
    font-size: 16px;
    margin-bottom: 0px;
    width: 150px;
}
.page_news_list .news-text {
    font-size: clamp(15px, 4.1vw, 16px);
    letter-spacing: 1.8px;
    margin-top: 0px;
    transition: .3s;
    line-height: 1.8;
}
.u_ca_inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    margin-top: clamp(60px, 9.6vw, 90px);
    padding-bottom: clamp(100px, 9.6vw, 115px);
}
.page_news_list .news_link:first-child {
    border-top: solid 1px #999999;
}

@media screen and (max-width: 768px) {
    .page_news_list .news_link {
        flex-direction: column;
        gap: 5px;
    }
}

.pagination {
    margin-top: clamp(60px, 9.6vw, 80px);
    display: flex;
    justify-content: center;
}
.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 13px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
    position: relative;
}
.pagination .page-numbers.prev,.pagination .page-numbers.next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    transition: .3s;
}
.pagination .page-numbers.current {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #890b06;
    background: #890b06;
    color: #fff;
    line-height: normal;
}
.pagination a.page-numbers:hover {
    color: #890b06;
}
.page-arrow {
    width: 13px;
    height: 13px;
    display: block;
    position: relative;
}
.page-arrow::before {
    content: "";
    width: 13px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
}
.page-arrow::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 2px;
}
.page-arrow.prev::before {
    right: 0;
}
.page-arrow.prev::after {
    left: 0;
    transform: rotate(-135deg);
}
.page-arrow.next::before {
    left: 0;
}
.page-arrow.next::after {
    right: 0;
    transform: rotate(45deg);
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
    border: 1px solid #890b06;
    background: #890b06;
}
.pagination .page-numbers:hover .page-arrow::before {
    background: #ffffff;
}
.pagination .page-numbers:hover .page-arrow::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px){
    .pagination .page-numbers.current {
        width: 45px;
        height: 45px;
    }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
        width: 45px;
        height: 45px;
    }
    .page-arrow::after {
        top: 3px;
    }
}
@media screen and (max-width: 480px){
    .page-arrow::after {
        top: 2px;
    }
}
/* お知らせ詳細ページ */
.article_date{
    color: #890b06;
    font-size: clamp(15px, 3.4vw, 18px);
    margin-bottom: 10px;
    display: block;
}
.article_title{
    font-size: clamp(26px, 3.4vw, 36px);
    line-height: 1.6;
    letter-spacing: 0.7px;
    padding-bottom: clamp(20px, 3.4vw, 25px);
    border-bottom: solid 1px #999999;
}
.h-article{
    padding-bottom: clamp(50px, 5.6vw, 60px);
}
.article_s_img img{
    height: auto;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 70 / 41;
    object-fit: cover;
}
.article_s_img{
    padding-bottom:clamp(50px, 5.6vw, 60px);
}

.article_pager {
    margin-top: clamp(60px, 9.6vw, 90px);
    padding-top: 30px;
    border-top: solid 1px #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pager_link {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}
.pager_link.disabled {
    pointer-events: none;
    opacity: .3;
}
.pager_arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #161616;
    background: #fff;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: .3s;
}
.pager_arrow::before {
    content: "";
    width: 14px;
    height: 1px;
    background: #161616;
    position: absolute;
    top: 50%;
    transition: .3s;
}
.pager_arrow::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #161616;
    border-right: 1px solid #161616;
    position: absolute;
    top: 21px;
    transition: .3s;
}
.pager_arrow.prev::before {
    right: 18px;
}
.pager_arrow.prev::after {
    left: 16px;
    transform: rotate(-135deg);
}
.pager_arrow.next::before {
    left: 18px;
}
.pager_arrow.next::after {
    right: 16px;
    transform: rotate(45deg);
}
.pager_link:hover {
    color: #890b06;
}
.pager_link:hover .pager_arrow {
    border: 1px solid #890b06;
    background: #890b06;
}
.pager_link:hover .pager_arrow::before {
    background: #ffffff;
}
.pager_link:hover .pager_arrow::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

@media screen and (max-width: 480px) {
.pager_link {
    gap: 10px;
    font-size: 15px;
}
.pager_arrow {
    width: 45px;
    height: 45px;
}
.pager_arrow::after {
    top: 18px;
}
.pager_arrow.prev::before {
    right: 14px;
}
.pager_arrow.next::before {
    left: 15px;
}
.pager_arrow.next::after {
    right: 14px;
}
}

/* お知らせ・ブログ共通 */
.blog_bl_img{
    border: 1px solid #ddd;
}
.article_text_area{
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 1px;    
}
.article_text_area p{
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 1px;
    margin: 24px 0px 0px 0px;
}
.article_text_area a{
    color: #890b06;
    text-decoration: underline;
    transition: .3s;
}
.article_text_area a:hover{
    opacity: .7;
}
.article_text_area h1{
    font-size: clamp(26px, 3.4vw, 36px);
    color: #890b06;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 1.6;
    margin: 40px auto 20px;
}
.article_text_area h2{
    font-size: clamp(24px, 3.4vw, 30px);
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-left: 20px;
    margin: 40px auto 20px;
    text-align: justify;
    position: relative;
}
.article_text_area h2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5px;
    background-color: #890b06;
}
.article_text_area h3{
    font-size: clamp(22px, 3.4vw, 26px);
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-bottom: 6px;
    border-bottom: solid 1px #890b06;
    margin: 30px auto 20px;
}
.article_text_area h4{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin: 10px 0;
}
.article_text_area h5{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin: 10px 0;
}
.article_text_area h6{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin: 10px 0;
}
.article_text_area img{
    height: auto;
    max-width: 100%;
    margin: 20px 0;
    border-radius: 10px;
}
.article_text_area ul,.article_text_area ol{
    list-style-position: inside;
    margin: 10px 0;
}
.article_text_area li{
    margin: 10px 0;
}
.article_text_area table{
    border: 1px solid #161616;
    border-spacing: unset;
    margin: 20px 0;
    table-layout: auto;
}
.article_text_area table tr td, .article_text_area table tr th {
    border: 1px solid #161616;
    padding: 12px;
}
.article_text_area .wp-block-buttons {
    margin: 30px 0;
}
.article_text_area .wp-block-buttons .wp-block-button__link {
    border-radius: 4px;
    background: #890b06;
    color: #ffffff;
    text-decoration: none;
}
.article_text_area .wp-block-buttons .wp-block-button__link:hover {
    background: #000000;
    opacity: 1;
}
.article_text_area .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #890b06;
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        padding: 0 0%;
    }
}
/* おおぎやブログ一覧ページ */
.blog-page_list.blog-list {
    gap: clamp(25px, 2.9vw, 30px);
    row-gap: 60px;
}
@media screen and (max-width: 768px){
    .blog-page_list.blog-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px){
    .blog-page_list.blog-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* ブログ詳細ページ */
.u_s_blog_inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    margin-top: clamp(60px, 9.6vw, 90px);
    padding-bottom: clamp(60px, 9.6vw, 90px);
}
.s_blog_inner{
    max-width: 1000px;
    margin: auto;
}
.s_blog_inner_bg {
    padding: 0 5%;
    padding-bottom: clamp(100px, 9.6vw, 115px);
    background: #faf9f8;
    padding-top: 60px;
}
.s_blog_inner .hp_common_th_title{
    margin-bottom: 24px;
}
.blog-item-4 {
    display: none;
}
@media screen and (max-width: 768px) {
    .blog-item-4 {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .blog-item-4 {
        display: none;
    }
}

/*固定ページ*/
.u_mv-text h1 {
    font-size: clamp(30px, 5vw, 56px);
    font-weight: 400;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
}
.edit-content{
	padding-bottom:80px;
}
.home_site ul li {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: normal;
    color: #000000;
}

/*ContactForm7カスタマイズ*/
.article_text_area table p{
	margin-top:0;
}
.article_text_area table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 1px solid #e5e5e5;
}

.article_text_area table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}
.article_text_area table.CF7_table tr td, .article_text_area table.CF7_table tr th{
	padding:25px 12px;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.article_text_area table.CF7_table input,
.article_text_area table.CF7_table textarea,
.article_text_area table.CF7_table select{
	border-radius:5px;
	padding:4px 10px;
	width:100%;
	border: 1px solid #d8d8d8;
}
.article_text_area table.CF7_table textarea{
	height:8em;
}
.article_text_area table.CF7_table input[type="checkbox"]{
	appearance:auto;
	width:auto;
}
input[type="date"] {
  position: relative;
  cursor: pointer;
	min-height:2.8em;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.8em;
	padding: 5px;
	background: #8f0000;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.8em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
#form-step>p,
#confirm-step>p{
	text-align:center;
	margin-bottom:30px;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#faf9f8
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	.article_text_area table.CF7_table{
	width:100%;
	}
	.article_text_area table.CF7_table tr td, .article_text_area table.CF7_table tr th{
	display: block;
	width: 100%;
	line-height:2.5em;
		border:none;
	}
	.CF7_table th{
	background-color:#faf9f8;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit,
button#btn-confirm,
button#btn-back,
button#btn-submit{
	background-color:#e88630;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin:30px auto 0;
	padding:10px;
	width:100%;
	max-width:320px;
	border-radius:10px
}
button#btn-back{
	background-color:#999;/* オレンジ*/
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

