@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "M PLUS Rounded 1c", "Zen Maru Gothic", sans-serif;
    ;
    /* font-family: "Kiwi Maru", serif; */
    box-sizing: border-box;
}

/* ーーーーーーーーーーーーー
共通部分
ーーーーーーーーーーーーー */
body {
    background-image: url(img/back_img.png);
}

.bg-w {
    background-image: url(img/background.jpg);
}

p,
h1,
h2,
h3,
h4 {
    color: #6A3427;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.common-cnt {
    width: 80vw;
    margin: 0 auto;
}

.container {
    width: 90vw;
    margin: 120px auto 120px auto;
    max-width: 1080px;
}

.caption {
    font-size: 12px;
}

.sp,
.sp-br {
    display: none;
}

.fadein {
    opacity: 0;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt40 {
    margin-top: 40px;
}

.mgt50 {
    margin-top: 50px;
}

.mgt80 {
    margin-top: 80px;
}

.mgt120 {
    margin-top: 120px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb30 {
    margin-bottom: 30px;
}

.mgb40 {
    margin-bottom: 40px;
}

.mgb50 {
    margin-bottom: 50px;
}

.mgb80 {
    margin-bottom: 80px;
}

.mgb120 {
    margin-bottom: 120px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt50 {
    padding-top: 50px;
}

.pdt80 {
    padding-top: 80px;
}

.pdt120 {
    padding-top: 120px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb50 {
    padding-bottom: 50px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdb120 {
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp,
    .sp-br {
        display: block;
    }

    .container {
        margin: 60px auto 60px auto;
    }
}

/* ーーーーーーーーーーーーー
ボタン
ーーーーーーーーーーーーー */

.btn {
    display: inline-block;
    width: 200px;
    padding: min(3.5vw, 12px) 0px;
    border-radius: 50px;
    background-color: #ee7800;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

.sns-btn {
    background-color: #ffffff;
    color: #54433b;
}

.line-btn {
    position: relative;
    display: inline-block;
    width: 80%;
    padding: min(3vw, 15px) 0px;
    border-radius: 50px;
    background-color: #ffffff;
    color: #54433b;
    font-size: min(5vw, 20px);
    text-align: center;
    max-width: 320px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

.line-btn::before {
    display: block;
    position: absolute;
    content: "\e5cc";
    color: #54433b;
    font-size: 25px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    font-family: "Material Symbols Outlined";
    font-weight: bold;
}

.news-item-btn {
    display: inline-block;
    width: 170px;
    padding: 10px 0;
    border-radius: 50px;
    background-color: #54433b;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}


/* 予約ボタン */
.book {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}

.book-btn {
    width: 120px;
    height: auto;
    animation: anime1 1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes anime1 {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.1, 1.1);
    }
}

@media screen and (max-width: 768px) {
    .book {
        right: 15px;
        bottom: 20px;
    }

    .book-btn {
        width: 85px;
        height: auto;
    }

    .line-btn {
        width: 70%;
    }
}

/* ーーーーーーーーーーーーーー
ヘッダー
ーーーーーーーーーーーーーー */

header {
    width: 100%;
    background-image: url(img/back_img.png);
    background-position: center;
    position: fixed;
    z-index: 111;
}

.header-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 50px;
    padding: 30px 0;
}

.logo {
    z-index: 999;
}

.logo img {
    width: 250px;
    height: auto;
    vertical-align: top;
}

.burger {
    display: none;
}

.nav-li a {
    padding-left: 20px;
    color: #834f2f;
    font-weight: bold;
}

@media screen and (max-width: 768px) {

    .header-cnt {
        margin: 0 10px;
        padding: 10px 0;
    }

    .logo img {
        width: 180px;
        margin-left: 10px;
        vertical-align: sub;
    }

    .nav-li {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

    .nav-li a {
        padding: 15px 0;
        display: block;
    }

    .burger {
        width: 50px;
        height: 50px;
        z-index: 9999;
        cursor: pointer;
        position: relative;
        display: block;
    }

    .burger span {
        display: inline-block;
        width: 50%;
        height: 3px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        background-color: #8a7558;
        border-radius: 5px;
        transition: all .6s;
    }

    .burger span:first-child {
        top: 17px;
    }

    .burger span:last-child {
        top: 33px;
    }

    #global_nav {
        width: 100%;
        height: 100vh;
        background-color: #fffafa;
        z-index: 999;
        position: fixed;
        top: -150%;
        left: 0;
        transition: all 1s;
    }

    #global_nav ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
    }

    /* h-activeがついている時 */

    #global_nav.h-active {
        top: 0;
        transition: all .8s;
    }

    .burger.h-active span:first-child {
        transform: translate(-11px, 8px) rotate(-45deg);
    }

    .burger.h-active span:nth-child(2) {
        display: none;
    }

    .burger.h-active span:last-child {
        transform: translate(-11px, -8px) rotate(45deg);
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.mv {
    padding: 130px 0 100px 0;
}

.swiper-container {
    width: 90vw;
    height: 600px;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 50px;
}



.swiper-slide img {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width: 768px) {
    .mv {
        padding: 70px 0 50px 0;
    }

    .swiper-container {
        height: 450px;
        width: 90vw;
        border-radius: 20px;
    }

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.news-cnt {
    max-width: 980px;
    width: 75vw;
    margin: 0 auto;
    display: flex;
    gap: 10vw;
}

.news-head {
    margin-bottom: 20px;
    color: #342611;
    font-weight: bold;
    font-size: 24px;
}

.news-head,
.news-btn {
    white-space: nowrap;
}

.news-btn {
    border-bottom: 1px solid#342611;
    ;
    padding-bottom: 5px;
    color: #342611;
    font-size: 14px;
}

.news-sp {
    display: none;
}

.news-box {
    width: 100%;
}

.news-box-item {
    display: flex;
    align-items: center;
    padding: 20px 50px;
    background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
    /* 幅2の線を作る */
    background-size: 8px 1px;
    /* グラデーションの幅・高さを指定 */
    background-position: left bottom;
    /* 背景の開始位置を指定 */
    background-repeat: repeat-x;
    /* 横向きにのみ繰り返す */
}

.news-date {
    color: #ee7800;
    font-size: 16px;
    padding-right: 30px;
    font-weight: bold;
}

.news-text {
    color: #4a381c;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media screen and (max-width: 768px) {
    .news-cnt {
        flex-direction: column;
        gap: 0;
    }

    .news-head {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .news-pc {
        display: none;
    }

    .news-sp {
        display: block;
        margin-top: 20px;
        text-align: right;
    }

    .news-box-item {
        flex-direction: column;
        text-align: left;
        display: block;
        padding: 20px 0;
        background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
        /* 幅2の線を作る */
        background-size: 8px 1px;
        /* グラデーションの幅・高さを指定 */
        background-position: left bottom;
        /* 背景の開始位置を指定 */
        background-repeat: repeat-x;
        /* 横向きにのみ繰り返す */
    }

    .news-date {
        padding-bottom: 5px;
        padding-right: 0;
    }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
about
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.about-cnt {
    width: 100vw;
    margin: 120px auto;
    max-width: 1300px;
}

.about-box01,
.about-box02 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3vw;
    padding: 50px 0;
}

.about-box02 {
    margin-top: 120px;
    flex-direction: row-reverse;
}

.about-box01-img,
.about-box02-img {
    flex: 1;
}

.about-box01-text {
    margin-right: 3%;
    flex: 1;
}

.about-box02-text {
    margin-left: 3%;
    flex: 1;
}

.abotu-txt-ttl {
    font-size: 30px;
    color: #4a381c;
    font-weight: bold;
}

.about-box01-img img,
.about-box02-img img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: center center;
    border-radius: 50px;
}

.about-box01-text::after {
    position: absolute;
    content: "";
    background-color: rgba(176, 113, 69, 0.2);
    background-size: cover;
    background-position: center center;
    width: 70%;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 50px;
}

.about-box02-text::before {
    position: absolute;
    content: "";
    background-color: rgba(176, 113, 69, 0.2);
    background-size: cover;
    background-position: center center;
    width: 70%;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 50px;
}

.text-area {
    margin: 20px 0;
    line-height: 2;
    font-size: 16px;
    text-align: justify;
    color: #4a381c;
}

@media screen and (max-width: 768px) {

    .about-cnt,
    .about-box02 {
        margin: 60px auto;
    }

    .about-box01,
    .about-box02 {
        display: block;
        padding: 0 0 50px 0;
    }

    .about-box01-text,
    .about-box02-text {
        width: 75vw;
        margin: 7% auto 0;
    }

    .about-box01-img img {
        width: 95%;
        object-fit: cover;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .about-box02-img {
        text-align: right;
    }

    .about-box02-img img {
        width: 95%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .about-box01-text::after {
        width: 100%;
        height: 90%;
        top: 55%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .about-box02-text::before {
        width: 100%;
        height: 90%;
        top: 55%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

@media screen and (max-width: 1300px) {

    .about-box01-img img,
    .about-box02-text::before {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .about-box02-img img,
    .about-box01-text::after {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
sns
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.sns-cnt {
    background-image: url(img/bg02.png);
    background-repeat: repeat;
    /* background-color: rgba(137, 122, 100, 0.2); */
}

.sns-box {
    width: 90vw;
    margin: 0 auto;
    padding: 120px 0;
    max-width: 1300px;
}

.PageHeader {
    transform: translateY(8px);
}

.PageHeader_wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

.sns-box-title h2 {
    font-family: "Nunito", sans-serif;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
    color: #ffffff;
    letter-spacing: 1px;
}

.con-box-title h2 {
    font-family: "Nunito", sans-serif;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .sns-box {
        padding: 60px 0;
    }

    .sns-box-title::after {
        right: 15vw;
        width: 8%;
    }

    .sns-box-title::before {
        left: 15vw;
        width: 8%;
    }

    .sns-box-title {
        font-size: 25px;
    }

    .sns-box-title h2 {
        padding-bottom: 20px;
    }
}

/* ーーーーーーーーーーー
インスタ
ーーーーーーーーーーー */

.insta_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 70%;
    margin: auto;
    /* max-width: 1000px; */
    justify-content: space-between;
}

.blog-flex {
    display: flex;
    gap: 20px;
    width: 70%;
    margin: auto;
}

.insta_list li {
    position: relative;
    list-style-type: none;
    width: calc((100% - 40px)/3);
}

@media screen and (max-width: 768px) {
    .insta_list {
        width: 90%;
    }

    .insta_list li {
        width: calc((100% - 20px)/2);
    }

    .insta-btn-box {
        margin-top: 30px;
    }
}

.insta_list li::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.insta_list a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.insta_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.insta-btn-box {
    text-align: center;
    margin-top: 50px;
}

/* ーーーーーーーーーーー
ブログ
ーーーーーーーーーーー */
.sns-box-bl {
    margin-top: 80px;
}

.sns-box-item {
    flex: 1;
}

.sns-box-item img {
    width: 100%;
    border-radius: 10px;
}

.date,
.blog-title {
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.blog-item {
    height: 215px;
}

@media screen and (max-width: 768px) {
    .sns-box-bl {
        margin-top: 60px;
    }

    .blog-flex {
        flex-direction: column;
        width: 90%;
    }

    .blog-img {
        height: 200px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 access
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.access-cnt {
    width: 90vw;
    margin: 120px auto;
    max-width: 1300px;
}

.access-veiw img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.map-item {
    width: 100%;
    height: 300px;
    border-radius: 30px;
}

.access-title h2 {
    font-size: 30px;
    color: #4a381c;
    font-weight: bold;
    letter-spacing: 3px;
}

.access-box {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    margin-top: 30px;
}

.access-veiw {
    margin-bottom: 30px;
}

.access-img,
.access-text {
    flex: 1;
}

.map-text {
    margin-left: 0;
}

.map-text h2 {
    font-size: 27px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #342611;
    padding-bottom: 50px;
    padding-left: 30px;
}

.map-text td {
    vertical-align: top;
    letter-spacing: 1px;
}

.part01 {
    padding-left: 105px;
}

.part02 {
    padding-left: 49px;
}

.part03 {
    padding-left: 165px;
}

.access-text-li td {
    vertical-align: top;
}

.access-item,
.access-item-01 {
    padding-left: 30px;
    color: #342611;
}

.access-item {
    padding-bottom: 30px;
    line-height: 2;
    color: #4a381c;
}

.pdb0 {
    padding-bottom: 0px !important;
}

.access-item :last-child {
    padding-bottom: 0px !important;
}

.access-item-01 {
    padding-bottom: 20px !important;
}

.access-item-01:first-child {
    padding-bottom: 0 !important;
}

.access-h {
    font-size: 20px;
    font-weight: bold;
    color: #4a381c;
}

@media screen and (max-width: 768px) {
    .access-cnt {
        margin: 60px auto;
    }

    .access-box {
        flex-direction: column;
    }

    .access-text-li td {
        display: block;
    }

    .access-item,
    .access-item-01 {
        padding-left: 0px;
        font-size: 15px;
    }

    .access-h {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .part02 {
        padding-left: 53px;
    }

    .access-title h2 {
        font-size: 25px;
    }

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
contact
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.con-cnt {
    background-image: url(img/bg02.png);
    background-repeat: repeat;
    padding: 60px 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.con-box {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
}

.con-box-title,
.con-title,
.con-btn {
    flex: 1;
}

.con-box-title {
    font-size: 40px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-align: center;
}

.con-text {
    margin: 20px 0;
}

.con-text p {
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
}

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

@media screen and (max-width: 768px) {
    .con-cnt {
        padding: 10% 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .con-text p {
        font-size: 16px;
        width: 80vw;
        margin: 0 auto;
        line-height: 1.7;
    }

    .con-box-title {
        text-align: center;
    }

    .con-flex {
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
    }

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.footer_line {
    border: .7px solid #6A3427;
}

.footer {
    padding-top: 20px;
}

.footer_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_item {
    border-right: 1px solid #6A3427;
    padding: 0 20px;
}

.footer_item:last-child {
    border-right: none;
}

.footer_item>a {
    color: #6A3427;
    font-size: 14px;
}

.footer-cnt,
.top-footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.footer-cnt p,
.top-footer p {
    font-size: 14px;
    color: #ee7800;
}

picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: translateY(1px);
}

.pic02 img {
    vertical-align: top;
    transform: translateY(-1px) !important;
}

@media screen and (max-width: 768px) {
    .footer {
        display: none;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ　共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.page-mv {
    width: 100%;
    height: min(49vw, 450px);
    background-image: url(img/DSC02249.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.page-mv-ttl-l {
    color: #fff;
    font-size: min(6vw, 40px);
    margin-left: 7%;
}

.page-mv-ttl-r {
    color: #fff;
    font-size: min(7vw, 40px);
    margin-right: 7%;
}

.lower-ttl {
    font-size: 30px;
    margin-bottom: 80px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lower-ttl {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アバウトページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.head-box {
    padding-top: 90px;
}

/* .page-head{
    width: 100%;
    height: min(20vh, 300px);
    background-image: url(img/page_head_test.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.about-mv img {
    width: 90%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    position: relative;
}

.about-p-box02,
.about-p-box03 {
    margin-top: 80px;
}

.about-p-box01,
.about-p-box02 {
    display: flex;
    gap: 40px;
}

.about-p-img {
    flex: 1;
}

.about-p-text {
    flex: 1;
    color: #342611;
}

.about-p-text p {
    margin-top: 20px;
    display: block;
    line-height: 2;
    text-align: justify;
}

.about-p-img img {
    width: 100%;
    height: 35vh;
    object-fit: cover;
    object-position: center center;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.about-p-box02 {
    flex-direction: row-reverse;
}

.about-p-text>h3 {
    font-size: 26px;
}

.about-box-ctn {
    width: 90vw;
    margin: 0 auto;
    max-width: 1080px;
    padding: 120px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;
}

.about-grid-item {
    background-color: #ffffff;
    padding: 40px 20px;
    border: 3px solid #6A3427;
    border-radius: 15px;
    /* display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 20px!important; */
}

.about-grid-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.about-grid-ttl>h3 {
    text-align: center;
    font-size: 24px;
    color: #ee7800;
    font-weight: 500;
    line-height: 1.5;
}

.dotted_line {
    border-bottom: 2px dashed #6A3427;
    margin-bottom: 20px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ご利用の流れ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.flow-item {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    margin-bottom: 60px;
}

.flow-item>img {
    border-radius: 10px;
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: center center;
}

.flow-item-txt>h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.flow-item-txt-margin {
    margin-right: 10px;
}

@media screen and (max-width: 830px) {
    .about-grid {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 768px) {
    .about-box-ctn {
        padding: 60px 0;
    }

    .head-box {
        padding-top: 70px;
    }

    .about-p-box01,
    .about-p-box02 {
        flex-direction: column;
    }

    .flow-item {
        grid-template-columns: auto;
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .about-grid {
        grid-template-columns: auto;
        gap: 40px;
    }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
料金ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.fee-mv {
    justify-content: end;
}

.fee-box-item {
    margin-top: 80px;
}

.fee-box-item-ttl {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.fee-one_low,
.fee-two_lows,
.fee-three_lows {
    width: 100%;
    border-collapse: collapse;
    color: #6A3427;
}

.fee-one_low tr td,
.fee-two_lows tr td,
.fee-three_lows tr td {
    background-color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.fee-one_low tr th,
.fee-one_low tr td {
    width: 100%;
    padding: 15px 0;
    border: 2px solid #6A3427;
}

.fee-one_low tr th {
    background-color: #DBCBC0;
    font-size: 18px;
}

.fee-two_lows tr th,
.fee-two_lows tr td {
    width: 50%;
    padding: 15px 0;
    border: 2px solid #6A3427;
}

.fee-two_lows tr th {
    background-color: #DBCBC0;
    font-size: 18px;
}

.fee-three_lows tr th,
.fee-three_lows tr td {
    width: 33%;
    padding: 15px 0;
    border: 2px solid #6A3427;
}

.fee-three_lows tr th {
    background-color: #DBCBC0;
    font-size: 18px;
}

.monthly {
    margin-top: 20px;
}

.monthly-head {
    font-size: 16px;
}

.monthly-text {
    font-size: 12px;
    margin-top: 10px;
    text-align: justify;
}

.fee-font-s {
    font-size: 14px;
    font-weight: normal;
}

.cancel-box {
    margin-top: 20px;
    font-size: 16px;
    color: #6A3427;
}

.cancel-td01 {
    vertical-align: top;
}

.cancel-td02 {
    padding-bottom: 10px;
    padding-left: 15px;
    line-height: 1.7;
}

.cancel-space {
    padding-left: 28px;
}

.cancel-tx01 {
    line-height: 1.7;
}

.fee-box-table-sp {
    display: none;
}

.fee-item-sp>h4 {
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    background-color: #DBCBC0;
    border: 2px solid#6A3427;
    border-bottom: none;
}

.fee-item-sp>p {
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    background-color: #ffffff;
    border: 2px solid#6A3427;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fee-box-item {
        margin-top: 60px;
    }

    .fee-box-table-sp {
        display: block;
    }

    .fee-box-table-pc {
        display: none;
    }

    .cancel-box td {
        display: block;
    }

    .cancel-td02 {
        padding: 5px 0 20px 0;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お客様の声
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.voice-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin-top: 60px;
    column-gap: 40px;
}

.voice-box-item {
    background-color: #fff;
    padding: 20px;
    border: 2px solid #6A3427;
    border-radius: 15px;
}

.voice-item-ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.voice-item-img-area>img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.voice-item-ttl-area>h4 {
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 20px;
}

.voice-item-ttl-area>p {
    margin-top: 10px;
    font-size: 14px;
}

.voice-item-txt {
    margin-top: 20px;
}

.voice-btn {
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .voice-box {
        display: block;
        margin-top: 0px;
    }

    .voice-box-item {
        margin-top: 30px;
    }

    .voice-item-ttl {
        gap: 20px;
    }

    .voice-flex:last-child {
        margin-top: 50px;
    }

    .voice-flex {
        padding: 18px 20px;
        gap: 25px;
        margin-top: 50px;
    }

    .line {
        display: none;
    }

    .profile-text {
        font-size: 14px;
        margin-top: 16px;
    }

    .profile {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .profile img {
        width: 65px;
        height: 65px;
    }

    .profile-text>p {
        margin-top: 8px;
    }

    .voice-type {
        font-size: 14px;
    }

    .voice-wrap {
        display: block;
        gap: 20px;
        border-radius: 20px;
        margin-top: 50px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.news-page-inner {
    padding-top: 100px;
}

.news-box-cnt {
    max-width: 768px;
    margin: 0px auto;
    color: #342611;
}


.news-box-date {
    font-size: 16px;
    color: #ee7800 !important;
    font-weight: bold;
}

.news-box-head {
    margin: 10px 0 20px 0;
    font-size: 25px;
}

.news-box-img {
    margin-top: 20px;
    text-align: center;
}

.news-box-img img {
    border-radius: 10px;
}

.news-box-text {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
}

.news-btn-box {
    margin: 80px auto 0px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .news-box-head {
        font-size: 22px;
    }

    .news-box-text,
    .news-box-date {
        font-size: 14px;
    }

    .news-btn-box {
        margin-top: 50px;
    }
}

.blog-cont {
    display: block;
}

.blog-photo img {
    width: 100%;
}

.bolg-text {
    margin-top: 50px;
}

.blog-item-box {
    flex: 1;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.blog-item-txt {
    padding: 3%;
    color: #342611;
}

/* お客様の声テスト */


#test::before {
    content: "";
    display: block;
    padding-top: 100px;
    margin-top: -100px;
    /* ネガティブマージンで上にずらす */
    visibility: hidden;
    /* 見えない状態にする */
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
プライバシーポリシー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.privacy_head {
    text-align: center;
    color: #342611;
}

.privacy_ttl {
    margin-top: 40px;
    color: #342611;
}

.privacy_txt {
    margin-top: 20px;
    color: #342611;
}