@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap'); html {
    font-size: 62.5%;
    overflow-x: hidden;
}

/* font-family: 'EB Garamond', serif; font-family: 'BIZ UDPMincho', serif; font-family: 'Marcellus SC', serif; */
body {
    font-family: 'Zen Maru Gothic', sans-serif;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #171717;
    background-color: #F9F4EE;
    background-image: url(../img/backimg.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: bottom left;
}

:target {
    scroll-margin-top: 116px;
}


a {
    text-decoration: none;
    transition: all 0.6s ease;
}

a:hover {
    opacity: 0.7;
}

.img_hover {
    transition: opacity 0.6s ease;
}

:hover.img_hover {
    opacity: 0.7;
}

header {
}

header.pc {
    background-color: #FF7A00;
    width: 100%;
    height: 96px;
    margin: auto;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 23;
}

header.pc .inner {
    max-width: 1440px;
    display: flex;
    width: 100%;
    padding: 0px 60px;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 10;
    height: 96px;
}

header.pc .inner #head_logo {
}

header.pc .inner ul {
    display: flex;
}

header.pc .inner ul li {
}

header.pc .inner ul li:not(:last-child) {
    margin-right: 30px;
}

header.pc .inner ul li a {
    color: #fff;
    font-weight: 500;
}

section#mv {
    padding-top: 96px;
    position: relative;
}

section#mv .inner {
    position: relative;
}

section#mv .inner .line {
    height: 24px;
    background-color: #FF7A00;
    position: absolute;
    width: 100%;
}

.swiper {
    left: 0;
    margin-right: 60px;
    width: 100%;
    height: calc(100vh - 126px);
    padding-right: 60px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 0px 40px 40px 0px;
}

.swiper-pagination {
    position: absolute !important;
    /* 既存のCSSを上書き */
    right: 90px !important;
    /* 右端に寄せる */
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    /* ボタン間の余白 */
    width: auto !important;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: #E9B59C !important;
    opacity: 1 !important;
    transition: 0.3s !important;
}

.swiper-pagination-bullet-active {
    background: #FF5000 !important;
}

section#mv .inner > h1 {
    position: absolute;
    bottom: -17px;
    z-index: 10;
    max-width: 600px;
}

section#mv .inner .copy {
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-43%);
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    font-weight: bold;
}

section#mv .inner .top_tel {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 21;
    background: #fff;
    border-radius: 100px 0px 0px 100px;
}

section#mv .inner .top_tel a {
    background: #005A32;
    border-radius: 100px 0px 0px 100px;
    width: 290px;
    height: 80px;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

section#mv .inner .top_tel a .telno {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 900;
    font-size: 2.4rem;
    padding-left: 40px;
    padding-top: 3px;
    line-height: 1;
}

section#mv .inner .top_tel a .telno::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    background-image: url(../img/tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

section#mv .inner .top_tel a .datetime {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    padding-left: 30px;
    margin-top: -25px;
}

section#mv .inner .sns {
    position: absolute;
    right: 20px;
    bottom: 110px;
    z-index: 22;
}

section#mv .inner .sns ul {
}

section#mv .inner .sns ul li:nth-child(2) {
    margin-top: 10px;
}

section#mv .inner .sns ul li a {
}

section#mv .inner .sns ul li a img {
    width: 190px;
    height: auto;
}

section#news {
    width: 100%;
    padding: 0px 20px;
}

section#news .inner {
    max-width: 1100px;
    background-color: #FFFAEF;
    border-radius: 20px;
    padding: 80px;
    margin: 100px auto 100px;
    display: flex;
}

section#news .inner .title {
    display: flex;
    flex-direction: column;
    width: 140px;
}

section#news .inner .title h2 {
    font-weight: bold;
    font-size: 3.4rem;
}

section#news .inner .title h2 span {
    font-weight: bold;
    font-size: 2.0rem;
    color: #005A32;
    display: block;
}

section#news .inner .title a {
    margin-top: 40px;
    color: #171717;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    align-items: center;
}

section#news .inner .title a:hover {
    text-decoration: underline;
}

section#news .inner .title a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../img/list_arrow_bt.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

section#news .inner .content {
    margin-left: 100px;
    width: calc(100% - 240px);
}

section#news .inner .content ul {
    width: 100%;
    display: block;
}

section#news .inner .content ul li {
    background-image: url(../img/line1.svg);
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    background-position-y: bottom;
    padding: 30px 0px 30px 20px;
    align-items: baseline;
}

section#news .inner .content ul li .date {
    font-weight: bold;
    font-size: 1.2rem;
}

section#news .inner .content ul li a {
    margin-left: 40px;
    display: block;
    font-weight: 500;
    color: #171717;
}

section#news .inner .content ul li a:hover {
    text-decoration: underline;
}

section#kodawari {
    width: 100%;
    padding: 0px 20px;
}

section#kodawari .inner {
    margin: 0px auto 100px;
}

section#kodawari .inner .title {
    max-width: 1100px;
    margin: 0px auto ;
}

section#kodawari .inner .title h2 {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#kodawari .inner .title h2 img {
}

section#kodawari .inner .title h2 span {
    font-weight: bold;
    font-size: 4.6rem;
    margin-top: 10px;
}

section#kodawari .inner .content {
}

section#kodawari .inner .content .box {
    margin: 60px auto;
    position: relative;
    text-align: center;
}

section#kodawari .inner .content .box#cow .backimg {
    position: absolute;
    top: -155px;
    right: -20px;
    width: 414px;
    height: auto;
    z-index: 2;
}

section#kodawari .inner .content .box#pig .backimg {
    position: absolute;
    top: -88px;
    left: -20px;
    width: 250px;
    height: auto;
    z-index: 2;
}

section#kodawari .inner .content .box#chicken .backimg {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 287px;
    height: auto;
    z-index: 2;
}

section#kodawari .inner .content .box .box_inner {
    max-width: 1100px;
    margin: 0px auto ;
}

section#kodawari .inner .content .box .box_inner .kodawari_num {
    color: #005A32;
    font-size: 2.2rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
}

section#kodawari .inner .content .box .box_inner .kodawari_num span {
    color: #fff;
    background-color: #005A32;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
    font-weight: 700;
}

section#kodawari .inner .content .box .box_inner h3 {
    font-size: 3.4rem;
}

section#kodawari .inner .content .box .box_inner .detail {
    display: flex;
    margin-top: 40px;
    /* margin-left: 80px; */
    flex-direction: row;
    align-items: flex-start;
}

section#kodawari .inner .content .box .box_inner .detail img {
    max-width: 450px;
    width: 43%;
    height: auto;
    border-radius: 20px;
}

section#kodawari .inner .content .box .box_inner .detail .text {
    text-align: left;
    margin-left: 8%;
}

section#kodawari .inner .content .box .box_inner .detail .text p {
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
}

section#kodawari .inner .content .box .box_inner .detail .text p:not(:last-child) {
    margin-bottom: 30px;
}

section#osusume {
    width: 100%;
    padding: 0px 20px;
}

section#osusume .inner {
    max-width: 1380px;
    background-color: #FFFAEF;
    border-radius: 20px;
    padding: 100px 140px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

section#osusume .inner .title {
    margin: 0px auto;
}

section#osusume .inner .title h2 {
    display: flex;
    flex-direction: column;
}

section#osusume .inner .title h2 span {
    font-weight: bold;
    font-size: 4.6rem;
    margin-top: 10px;
}

section#osusume .inner .box {
    margin-top: 60px;
    display: flex ;
    align-items: flex-start;
}

section#osusume .inner .box img {
    max-width: 590px;
    width: 54%;
    height: auto;
    margin-left: -80px;
}

section#osusume .inner .box .text {
    text-align: left;
    margin-left: 7%;
    margin-bottom: 100px;
}

section#osusume .inner .box .text h3 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 58px;
    margin-bottom: 40px;
    margin-top: 10px;
}

section#osusume .inner .box .text p {
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
}

section#osusume .inner .box .text p:not(:last-child) {
    margin-bottom: 30px;
}

a.d_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #FF5700;
    /* オレンジ */
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    /* 角丸 */
    border: none;
    cursor: pointer;
    position: relative;
    width: 240px;
    /* ボタンの幅 */
    height: 60px;
    /* ボタンの高さ */
}

section#osusume a.d_button {
    margin: -60px auto 0px;
}

/* ボタンのホバーエフェクト */
.button:hover {
}

/* ボタン内のテキスト */
a.d_button span {
    flex-grow: 1;
    text-align: center;
}

/* 矢印アイコン */
a.d_button::after {
    content: "";
    background: url('../img/detail_arrow_bt.png') no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
}

section#service_info {
    width: 100%;
    padding: 0px 20px;
}

section#service_info .inner {
    max-width: 1380px;
    padding: 100px 0px 100px 110px;
    margin: auto;
}

section#service_info .inner .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section#service_info .inner .box .text {
    margin-right: 80px;
}

section#service_info .inner .box .text h2 {
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 67px;
}

section#service_info .inner .box .text h3 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 32px;
    color: #005A32;
}

section#service_info .inner .box .text p {
    margin-top: 40px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 60px;
}

section#service_info .inner .box .text a.d_button {
}

section#service_info .inner .box img {
    border-radius: 40px;
    max-width: 750px;
    height: auto;
    width: 100%;
}

section#shop_info {
    width: 100%;
    padding: 0px 20px;
}

section#shop_info .inner {
    max-width: 1380px;
    background-color: #FFFAEF;
    border-radius: 40px;
    padding: 100px 140px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

section#shop_info .inner .title {
    margin: 0px auto;
}

section#shop_info .inner .title h2 {
    display: flex;
    flex-direction: column;
}

section#shop_info .inner .title h2 span {
    font-weight: bold;
    font-size: 4.6rem;
    margin-top: 10px;
}

section#shop_info .inner .box {
    margin-top: 60px;
    display: flex ;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

section#shop_info .inner .box_img {
    max-width: 560px;
}

section#shop_info .inner .box img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-shrink: 0;
}

section#shop_info .inner .box .text {
    text-align: left;
    margin-left: 60px;
    flex: 1;
}

section#shop_info .inner .box .text h3 {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 29px;
    margin-bottom: 15px;
}

section#shop_info .inner .box .text h3 span.date {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 26px;
    color: #005A32;
}

section#shop_info .inner .box .text h3 span.date_y {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 26px;
    color: #005A32;
    margin-right: 20px;
}

section#shop_info .inner .box .text p {
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
}

section#shop_info .inner .box .text p {
    margin-bottom: 40px;
}

section#shop_info .inner .box2 {
    margin-top: 40px;
    margin: auto;
    max-width: 880px;
    width: 100%;
}

section#shop_info .inner .box2 table {
    width: 100%;
    max-width: 880px;
}

section#shop_info .inner .box2 table tr {
    width: 100%;
    display: flex;
    padding: 30px 0px;
    align-items: flex-start;
    background-image: url(../img/line2.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

section#shop_info .inner .box2 table tr th {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 23px;
    width: 27%;
    text-align: left;
    padding-left: 20px;
    max-width: 200px;
}

section#shop_info .inner .box2 table td {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 23px;
    width: 73%;
    max-width: 660px;
}

section#shop_info .inner .box3 {
    margin: 60px auto;
    max-width: 1100%;
    width: 100%;
    position: relative;
    padding-top: 32.25%;
}

section#shop_info .inner .box3 iframe {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#shop_info .inner .box3 a {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 20px;
    color: #171717;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
    bottom: -30px;
}

section#shop_info .inner .box3 a:hover {
    text-decoration: underline;
}

section#shop_info .inner .box3 a::before {
    content: "";
    display: inline-block;
    width: 12px;
    /* アイコンの幅を調整 */
    height: 14px;
    /* アイコンの高さを調整 */
    background-image: url('../img/map_pin.svg');
    /* ピン画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    /* テキストとの間隔 */
    vertical-align: middle;
}

section#shop_info .inner .box4 {
    margin: 60px auto 0;
    max-width: 1100%;
    width: 100%;
}

section#shop_info .inner .box4 ul {
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section#shop_info .inner .box4 ul li {
    max-width: 540px;
    width: calc(50% - 20px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section#shop_info .inner .box4 ul li img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

section#shop_info .inner .box4 ul li .text {
    margin-top: -20px;
    /* 画像と重なるように調整 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 40px 7px;
    gap: 10px;
    color: #005A32;
    background: #FFFFFF;
    border: 2px solid #005A32;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 19px;
}

section#foot_contact {
    width: 100%;
    padding: 0px 20px;
    margin-top: 40px;
}

section#foot_contact .inner {
    max-width: 1380px;
    margin: auto;
}

footer {
    width: 100%;
    padding: 0px 20px;
    margin: 60px auto;
}

footer .inner {
    max-width: 1240px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .inner .footer_logo {
    width: 220px;
}

footer .inner .footer_logo a {
}

footer .inner .footer_logo a img {
}

footer .inner .nav {
}

footer .inner .nav ul {
    display: flex;
}

footer .inner .nav ul li {
}

footer .inner .nav ul li a {
    font-weight: 700;
    font-size: 1.5rem;
    color: #171717;
}

footer .inner .nav ul li:not(:last-child) {
    margin-right: 30px;
}

footer .inner .nav .copy {
    font-weight: 700;
    font-size: 1.2rem;
    color: #171717;
    text-align: center;
    margin-top: 10px;
}

footer .inner .sns {
}

footer .inner .sns ul {
}

footer .inner .sns ul li {
}

footer .inner .sns ul li:nth-child(2) {
    margin-top: 10px;
}

footer .inner .sns ul li a {
}

footer .inner .sns ul li a img {
    width: 190px;
    height: auto;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

@media (max-width: 1235px) {
    section#service_info .inner .box img {
        max-width: 620px;
    }

    section#service_info .inner {
        padding: 100px 0px 100px 60px;
    }

    section#shop_info .inner {
        padding: 100px 70px;
    }

    section#shop_info .inner .box_img {
        max-width: 500px;
    }
}

@media (max-width: 1130px) {
    footer .inner .footer_logo {
        width: 160px;
    }

    footer .inner .nav ul li a {
        font-size: 1.2rem;
    }

    footer .inner .nav ul li:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 1060px) {
    section#service_info .inner {
        padding: 100px 0px 100px 0px;
    }

    section#service_info .inner .box .text {
        margin-right: 40px;
    }

    section#service_info .inner .box img {
        max-width: 520px;
    }

    section#shop_info .inner .box_img {
        max-width: 430px;
    }

    section#osusume .inner {
        padding: 100px 60px 100px 100px;
    }
}

@media (max-width: 1020px) {
    section#mv .inner > h1 {
        position: absolute;
        bottom: -16px;
        z-index: 10;
        max-width: 500px;
    }

    header.pc .inner {
        padding: 0px 30px;
    }

    section#shop_info .inner .box4 ul li .text {
        padding: 6px 20px 7px;
        font-size: 1.2rem;
    }
}

@media (max-width: 970px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none !important;
    }

    .menu-toggle {
        display: flex;
        cursor: pointer;
        width: 50px;
        height: 56px;
        z-index: 1000;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .menu-toggle span {
        display: block;
        background: white;
        height: 4px;
        width: 40px;
        transition: 0.3s;
        margin-top: 2px;
    }

    /* メニューの文字 */
    #menu-text {
        color: white;
        font-size: 1.1rem;
        margin-top: 0px;
        text-align: center;
    }

    /* メニューが開いた時 */
    .nav-menu.active {
        display: flex;
    }

    /* 三本線 → ×印 のアニメーション */
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 11px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 95px;
        left: 0;
        width: 100%;
        background: #FF7A00;
        text-align: center;
        height: 100vh;
        z-index: 100;
        overflow-y: auto;
        padding-bottom: 120px;
    }

    .nav-menu ul {
        margin-top: 15%;
    }

    .nav-menu ul li {
    }

    .nav-menu ul li a {
        font-weight: 700;
        font-size: 2.0rem;
        line-height: 29px;
        color: #FFFFFF;
        padding: 20px 0px;
        display: block;
    }

    .nav-menu .sns {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-menu .sns a {
        display: flex;
        justify-content: center;
    }

    .nav-menu .sns a img {
        width: 80%;
    }

    .nav-menu .sns a:nth-child(2) {
        margin-top: 25px;
    }

    .sp_tel {
        margin-top: 25px;
    }

    .sp_tel a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
    }

    .sp_tel a .telno {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        font-weight: 900;
        font-size: 3.4rem;
        padding-top: 2px;
        line-height: 1;
    }

    .sp_tel a .telno::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 22px;
        background-image: url(../img/tel.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 5px;
        vertical-align: middle;
    }

    .sp_tel a .datetime {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.6;
        margin-top: 10px;
    }

    header.pc .inner > ul {
        display: none;
    }

    section#mv .inner .top_tel {
        display: none;
    }

    section#mv .inner .sns {
        display: none;
    }

    section#mv .inner > h1 {
        display: none;
    }

    .swiper {
        height: calc(65vh - 96px);
        padding-right: 20px !important;
    }

    section#mv .inner .copy {
        display: none;
    }

    section#mv .inner .mv_h1 {
    }

    section#mv .inner .mv_h1 .mv_h1_inner {
        width: 100%;
        padding: 40px 0px 40px 40px;
    }

    section#mv .inner .mv_h1 .mv_h1_inner h1 {
        font-weight: 700;
        font-size: 4.0rem;
        line-height: 58px;
        letter-spacing: 2px;
    }

    section#mv .inner .mv_h1 .mv_h1_inner p {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 26px;
        letter-spacing: 2px;
        color: #005A32;
        margin-top: 20px;
    }

    .swiper-pagination {
        right: 50px !important;
    }

    section#news .inner {
        padding: 40px;
        margin: 40px auto 100px;
        flex-direction: column;
    }

    section#news .inner .content {
        margin-left: 0px;
        width: 100%;
    }

    section#news .inner .title a {
        margin-top: 20px;
        align-items: center;
    }

    section#news .inner .content ul li {
        background-image: url(../img/line1.svg);
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        background-position-y: bottom;
        padding: 30px 0px 30px 0px;
        flex-direction: column;
    }

    section#news .inner .content ul li a {
        margin-left: 0;
        display: block;
        color: #171717;
        margin-top: 10px;
    }

    section#service_info .inner .box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    section#kodawari .inner .title h2 span {
        font-weight: bold;
        font-size: 3.6rem;
        margin-top: 10px;
    }

    section#kodawari .inner .content .box#cow .backimg {
        position: absolute;
        top: -43px;
        right: -20px;
        width: 207px;
        height: auto;
        z-index: 2;
    }

    section#kodawari .inner .content .box .box_inner .detail {
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    section#kodawari .inner .content .box .box_inner .detail img {
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    section#kodawari .inner .content .box .box_inner .detail .text {
        text-align: left;
        margin-left: 0;
        margin-top: 30px;
    }

    section#kodawari .inner .content .box#pig .backimg {
        position: absolute;
        top: -13px;
        left: -20px;
        width: 125px;
        height: auto;
        z-index: 2;
    }

    section#kodawari .inner .content .box#chicken .backimg {
        position: absolute;
        top: 13px;
        right: -20px;
        width: 144px;
        height: auto;
        z-index: 2;
    }

    section#osusume .inner {
        padding: 60px 30px;
    }

    section#osusume .inner .box {
        margin-top: 60px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    section#osusume .inner .box img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-left: -10px;
    }

    section#osusume .inner .title h2 span {
        font-weight: bold;
        font-size: 3.6rem;
        margin-top: 10px;
        text-align: center;
    }

    section#osusume .inner .box .text {
        text-align: left;
        margin-left: 0;
        margin-bottom: 100px;
    }

    section#service_info .inner .box img {
        max-width: 100%;
        border-radius: 20px;
    }

    section#service_info .inner {
        padding: 60px 0px 80px 0px;
    }

    a.d_button {
        width: 100%;
    }

    section#service_info .inner .box .text h2 {
        font-weight: 700;
        font-size: 3.6rem;
        line-height: 67px;
    }

    section#service_info .inner .box .text {
        margin-right: 0;
        margin-top: 40px;
        width: 100%;
    }

    section#shop_info .inner {
        padding: 60px 30px;
        border-radius: 20px;
    }

    section#shop_info .inner .title h2 {
        display: flex ;
        flex-direction: column;
        align-items: center;
    }

    section#shop_info .inner .title h2 span {
        font-weight: bold;
        font-size: 3.6rem;
        margin-top: 10px;
    }

    section#shop_info .inner .box {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    section#shop_info .inner .box_img {
        max-width: 100%;
    }



    section#shop_info .inner .box .text {
        text-align: left;
        margin-left: 0;
        flex: 1;
        margin-top: 40px;
    }

    section#shop_info .inner .box .text p {
        font-size: 1.6rem;
        line-height: 28px;
        font-weight: 500;
    }

    section#shop_info .inner .box2 table tr {
        flex-direction: column;
    }

    section#shop_info .inner .box2 table tr th {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 23px;
        width: 100%;
        text-align: left;
        padding-left: 0;
        max-width: 100%;
    }

    section#shop_info .inner .box2 table td {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 23px;
        width: 100%;
        max-width: 100%;
    }

    section#shop_info .inner .box3 {
        margin: 60px auto;
        max-width: 1100%;
        width: 100%;
        position: relative;
        padding-top: 85.25%;
    }

    section#shop_info .inner .box4 ul {
        gap: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    section#shop_info .inner .box4 ul li {
        max-width: 100%;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    section#shop_info .inner .box4 ul li .text {
        margin-top: -15px;
        padding: 4px 10px 4px;
        font-size: 1.1rem;
    }

    footer .inner {
        max-width: 1240px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }

    footer .inner .footer_logo {
        width: 160px;
        margin-top: 40px;
    }

    footer .inner .sns ul li a img {
        width: 100%;
        height: auto;
        max-width: 350px;
    }

    footer .inner .sns ul li:nth-child(2) {
        margin-top: 30px;
    }

    footer .copy {
        display: block;
        text-align: center;
        margin: 20px 0px;
        font-size: 1.2rem;
        font-weight: 500;
    }
}

/* must_try */
section#sec_mv {
    width: 100%;
    padding: 126px 20px 0px;
    position: relative;
}

section#sec_mv .inner {
    max-width: 1380px;
    height: 320px;
    background: #F8E1B7;
    border-radius: 20px;
    margin: 0px auto 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section#sec_mv .inner h1 {
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 67px;
    color: #171717;
}

/* パンくずリストのスタイル */
.breadcrumb {
    font-size: 1.2rem;
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 40px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    color: #cccccc;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color: #171717;
}

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

.breadcrumb a:hover {
    text-decoration: underline;
}

/* 最後のリスト（現在のページ）はリンクなし */
.breadcrumb li:last-child {
    color: #cccccc;
}

section#sec_mv .top_tel {
    position: absolute;
    top: 150px;
    right: 0px;
    z-index: 10;
    background: #fff;
    border-radius: 100px 0px 0px 100px;
}

section#sec_mv .top_tel a {
    background: #005A32;
    border-radius: 100px 0px 0px 100px;
    width: 290px;
    height: 80px;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

section#sec_mv .top_tel a .telno {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 900;
    font-size: 2.4rem;
    padding-left: 40px;
    padding-top: 3px;
    line-height: 1;
}

section#sec_mv .top_tel a .telno::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    background-image: url(../img/tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

section#sec_mv .top_tel a .datetime {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    padding-left: 30px;
    margin-top: -25px;
}

section#homemade_sauce,
section#homemade_seasoning {
    width: 100%;
    padding: 0px 20px;
}

section#homemade_sauce .inner,
section#homemade_seasoning .inner {
    max-width: 1100px;
    margin: 100px auto 0;
}

section#homemade_sauce .inner .title,
section#homemade_seasoning .inner .title {
    text-align: center;
}

section#homemade_sauce .inner .title .title_img,
section#homemade_seasoning .inner .title .title_img {
    display: block;
    margin: 0 auto 10px;
    /* 中央配置 & 文字との間隔 */
    width: 66px;
    height: auto;
}

section#homemade_sauce .inner .title h2,
section#homemade_seasoning .inner .title h2 {
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 67px;
}

section#homemade_sauce .inner .title p,
section#homemade_seasoning .inner .title p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
}

section#homemade_seasoning .inner .title p span {
    font-weight: 500;
    font-size: 1.2rem;
}


section#homemade_sauce .inner .content,
section#homemade_seasoning .inner .content {
    margin-top: 40px;
}

section#homemade_sauce .inner .content ul,
section#homemade_seasoning .inner .content ul {
    display: flex;
}

section#homemade_sauce .inner .content ul li,
section#homemade_seasoning .inner .content ul li {
max-width: 340px;
width: calc(100% - 80px / 3);
}
section#homemade_sauce .inner .content ul li:not(:last-child),
section#homemade_seasoning .inner .content ul li:not(:last-child) {
    margin-right: 40px;
}


section#homemade_sauce .inner .content ul li img,
section#homemade_seasoning .inner .content ul li img {
    width: 100%;
    border-radius: 20px;
}

section#homemade_sauce .inner .content ul li h3,
section#homemade_seasoning .inner .content ul li h3 {
margin-top: 30px;
font-weight: 700;
font-size: 2.4rem;
line-height: 35px;
}


section#homemade_sauce .inner .content ul li p,
section#homemade_seasoning .inner .content ul li p {
margin-top: 10px;
font-weight: 500;
font-size: 1.6rem;
line-height: 23px;
}

section#homemade_hamburg,
section#homemade_chicken_meatballs
 {
    width: 100%;
    padding: 0px 20px;
}

section#homemade_hamburg .inner,
section#homemade_chicken_meatballs .inner {
    max-width: 1100px;
    margin: 100px auto 0;
}

section#homemade_hamburg .inner .title,
section#homemade_chicken_meatballs .inner .title {
    text-align: center;
}

section#homemade_hamburg .inner .title .title_img,
section#homemade_chicken_meatballs .inner .title .title_img  {
    display: block;
    margin: 0 auto 10px;
    /* 中央配置 & 文字との間隔 */
    width: 66px;
    height: auto;
}

section#homemade_hamburg .inner .title h2,
section#homemade_chicken_meatballs .inner .title h2 {
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 67px;
}

section#homemade_hamburg .inner .detail,
section#homemade_chicken_meatballs .inner .detail {
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    align-items: flex-start;
}

section#homemade_hamburg .inner .detail img,
section#homemade_chicken_meatballs .inner .detail img{
    max-width: 520px;
    width: 48%;
    height: auto;
    border-radius: 20px;
}
section#homemade_hamburg .inner .detail .text,
section#homemade_chicken_meatballs .inner .detail .text{
    text-align: left;
    margin-left: 5.5%;
}
section#homemade_hamburg .inner .detail .text p,
section#homemade_chicken_meatballs .inner .detail .text p {
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
    margin-top: 20px;
}
section#homemade_hamburg .inner .detail .text p:not(:last-child),
section#homemade_chicken_meatballs .inner .detail .text p:not(:last-child) {
    margin-bottom: 30px;
}

section#insta_box {
    width: 100%;
    padding: 0px 20px;
    margin-top: 100px;
}

section#insta_box .inner {
    max-width: 1100px;
    background-color: #FFFAEF;
    border-radius: 20px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

section#insta_box .inner .title{
    text-align: center;
}
section#insta_box .inner .title h2{
font-weight: 700;
font-size: 2.4rem;
line-height: 35px;
}
section#insta_box .inner .row{
    text-align: center;
    margin-top: 30px;
}

section#insta_box .inner .row a.d_button::after {
    content: "";
    background: url(../img/insta_bt.png) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
}

@media (max-width: 970px) {
    section#sec_mv .top_tel {
        display: none;
    }
    section#sec_mv .inner {
        max-width: 1380px;
        height: 300px;
        background: #F8E1B7;
        border-radius: 20px;
        margin: 0px auto 100px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding: 30px;
    }

    section#sec_mv .inner h1 {
        font-weight: 700;
        font-size: 3.6rem;
        line-height:52px;
        color: #171717;
    }
    section#homemade_sauce .inner .title h2, section#homemade_seasoning .inner .title h2 {
        font-weight: 700;
        font-size: 3.4rem;
        line-height: 50px;
    }
    section#homemade_sauce .inner .content ul, section#homemade_seasoning .inner .content ul {
        display: flex;
        flex-direction: column;
    }
    section#homemade_sauce .inner .content ul li:not(:last-child), section#homemade_seasoning .inner .content ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 60px;
    }
    section#homemade_sauce .inner .content ul li, section#homemade_seasoning .inner .content ul li {
        max-width: 100%;
        width: 100%;
    }
    section#homemade_hamburg .inner .title h2, section#homemade_chicken_meatballs .inner .title h2 {
        font-weight: 700;
        font-size: 3.4rem;
        line-height: 49px;
    }
    section#homemade_hamburg .inner .detail, section#homemade_chicken_meatballs .inner .detail {
        display: flex
    ;
        margin-top: 40px;
        flex-direction: column;
        align-items: flex-start;
    }
    section#homemade_hamburg .inner .detail img, section#homemade_chicken_meatballs .inner .detail img {
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    section#homemade_hamburg .inner .detail .text, section#homemade_chicken_meatballs .inner .detail .text {
        text-align: left;
        margin-left: 0;
    }
    section#homemade_hamburg .inner .detail .text p, section#homemade_chicken_meatballs .inner .detail .text p {
        font-size: 1.6rem;
        line-height: 23px;
        font-weight: 500;
        margin-top: 20px;
    }
    section#insta_box .inner {
        max-width: 1100px;
        background-color: #FFFAEF;
        border-radius: 20px;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

}

section#pointcard{
    width: 100%;
    padding: 0px 20px;
}
section#pointcard .inner{
    max-width: 1380px;
    margin: 100px auto 0;
    padding: 0px 140px;
}
section#pointcard .inner .detail{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;


}
section#pointcard .inner .detail .text{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
section#pointcard .inner .detail .text .title{
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
}
section#pointcard .inner .detail .text .title img{
    margin-top: 5px;
    margin-right: 15px;
}
section#pointcard .inner .detail .text .title h2{
font-weight: 700;
font-size: 3.4rem;
}
section#pointcard .inner .detail .text p{
font-weight: 500;
font-size: 1.6rem;
line-height: 32px;
}
section#pointcard .inner .detail .text p:not(:last-child){
    margin-bottom: 20px;
}
section#pointcard .inner .detail .img{
    width: 100%;
    max-width: 500px;
    margin-left: 46px;
    flex-shrink: 0;
}
section#pointcard .inner .detail .img img{
    width: 100%;
    height: auto;
    border-radius: 20px;

}

section#petit_gift{
    width: 100%;
    padding: 0px 20px;
}
section#petit_gift .inner{
    max-width: 1380px;
    margin: 80px auto 0;
    padding: 80px 150px 80px 140px;
    background-color: #FFFAEF;
    border-radius: 40px;
}

section#petit_gift .inner .detail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
section#petit_gift .inner .detail .text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
section#petit_gift .inner .detail .text .title{
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
}
section#petit_gift .inner .detail .text .title img{
    margin-right: 15px;
}
section#petit_gift .inner .detail .text .title h2{
    font-weight: 700;
font-size: 3.4rem;
line-height: 64px;
}
section#petit_gift .inner .detail .text p{
font-weight: 500;
font-size: 1.6rem;
line-height: 32px;
}
section#petit_gift .inner .detail .img{
    width: 100%;
    max-width: 480px;
    margin-left: 66px;
    flex-shrink: 0;

}
section#petit_gift .inner .detail .img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
section#petit_gift .inner .detail_text1{
    margin-top: 60px;
    width: 100%;
padding: 40px 60px;
    border-radius: 20px;
    background-color: #EEEEEE;
    position: relative;
}
section#petit_gift .inner .detail_text1 .h3_cover{
    display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 6px 14px 7px;
        background: #FFFFFF;
        border: 2px solid #005A32;
        border-radius: 40px;

        position: absolute;
        top: -21px;
        left: 40px;
}


section#petit_gift .inner .detail_text1 .h3_cover h3{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 26px;
    color: #005A32;

}
section#petit_gift .inner .detail_text1 ul{
}
section#petit_gift .inner .detail_text1 ul li{

font-weight: 500;
font-size: 1.6rem;
line-height: 170%;
letter-spacing: 2px;

}
section#petit_gift .inner .detail_text2{
    margin-top: 40px;
}
section#petit_gift .inner .detail_text2 p{
font-weight: 500;
font-size: 16px;
line-height: 170%;
/* または27px */
letter-spacing: 2px;

/* 黒 */
color: #171717;


}
section#petit_gift .inner .detail_text3{
    margin-top: 60px;
    width: 100%;
    border: 2px solid #FF5000;
    padding: 40px 60px;
        border-radius: 20px;
        background-color: #FFEECE;
        position: relative;
    
}
section#petit_gift .inner .detail_text3 .h3_cover{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 14px 7px;
    background: #FFFFFF;
    border: 2px solid #FF5000;
    border-radius: 40px;

    position: absolute;
    top: -21px;
    left: 40px;
}
section#petit_gift .inner .detail_text3 .h3_cover h3{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 26px;
    color: #FF5000;
}
section#petit_gift .inner .detail_text3 p{
font-weight: 500;
font-size: 1.6rem;
line-height: 170%;
letter-spacing: 2px;
}

section#event{
    width: 100%;
    padding: 0px 20px;
}
section#event .inner{
    max-width: 1380px;
    margin: 100px auto 0;
    padding: 0px 140px;
}
section#event .inner .detail{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;


}
section#event .inner .detail .text{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
section#event .inner .detail .text .title{
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
}
section#event .inner .detail .text .title img{
    margin-right: 15px;
}
section#event .inner .detail .text .title h2{
font-weight: 700;
font-size: 3.4rem;
line-height: 64px;
}
section#event .inner .detail .text p{
font-weight: 500;
font-size: 1.6rem;
line-height: 32px;
padding-right: 30px;
}
section#event .inner .detail .text p:not(:last-child){
    margin-bottom: 20px;
}
section#event .inner .detail .img{
    width: 100%;
    max-width: 480px;
    margin-left: 66px;
    flex-shrink: 0;
}
section#event .inner .detail .img img{
    width: 100%;
    height: auto;
    border-radius: 20px;

}

section#event .inner .detail_text4{
    margin-top: 60px;
    width: 100%;
padding: 40px 60px;
    border-radius: 20px;
    background-color: #FFFAEF;
    border: 2px solid #FF5000;

    position: relative;
}
section#event .inner .detail_text4 .h3_cover{
    display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 6px 14px 7px;
        background: #FFFFFF;
        border: 2px solid #FF5000;
        border-radius: 40px;

        position: absolute;
        top: -21px;
        left: 40px;
}


section#event .inner .detail_text4 .h3_cover h3{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 26px;
    color: #FF5000;

}
section#event .inner .detail_text4 ul{
}
section#event .inner .detail_text4 ul li{

font-weight: 500;
font-size: 1.6rem;
line-height: 170%;
letter-spacing: 2px;

}
section#event .inner .detail_text4 ul li a{
    color: #FF5000;
}
section#event .inner .detail_text4 ul li a:hover{
text-decoration: underline;
}


section#gift{
    width: 100%;
    padding: 0px 20px;
}
section#gift .inner{
    max-width: 1380px;
    margin: 80px auto 0;
    padding: 80px 150px 80px 140px;
    background-color: #FFFAEF;
    border-radius: 40px;
}

section#gift .inner .detail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
section#gift .inner .detail .text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
section#gift .inner .detail .text .title{
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
}
section#gift .inner .detail .text .title img{
    margin-right: 15px;
}
section#gift .inner .detail .text .title h2{
    font-weight: 700;
font-size: 3.4rem;
line-height: 64px;
}
section#gift .inner .detail .text p{
font-weight: 500;
font-size: 1.6rem;
line-height: 32px;
}
section#gift .inner .detail .img{
    width: 100%;
    max-width: 480px;
    margin-left: 66px;
    flex-shrink: 0;

}
section#gift .inner .detail .img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

section#gift .inner .row{
    display: flex;
    gap: 40px;
}

section#gift .inner .detail_text5{
    margin-top: 60px;
    width: 100%;
padding: 40px 60px;
    border-radius: 20px;
    background-color: #EEEEEE;
    position: relative;
}
section#gift .inner .detail_text5 .h3_cover{
    display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 6px 14px 7px;
        background: #FFFFFF;
        border: 2px solid #005A32;
        border-radius: 40px;

        position: absolute;
        top: -21px;
        left: 40px;
}


section#gift .inner .detail_text5 .h3_cover h3{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 26px;
    color: #005A32;

}
section#gift .inner .detail_text5 ul{
}
section#gift .inner .detail_text5 ul li{

font-weight: 500;
font-size: 1.6rem;
line-height: 170%;
letter-spacing: 2px;

}
section#gift .inner .detail_text5 ul li span{
font-size: 1.2rem;
}
    

section#kisyo{
    width: 100%;
    padding: 0px 20px;
}
section#kisyo .inner{
    max-width: 1380px;
    margin: 100px auto 0;
    padding: 0px 140px;
}
section#kisyo .inner .detail{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;


}
section#kisyo .inner .detail .text{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
section#kisyo .inner .detail .text .title{
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
}
section#kisyo .inner .detail .text .title img{
    margin-right: 15px;
}
section#kisyo .inner .detail .text .title h2{
font-weight: 700;
font-size: 3.4rem;
line-height: 64px;
}
section#kisyo .inner .detail .text p{
font-weight: 500;
font-size: 1.6rem;
line-height: 32px;
padding-right: 30px;
}
section#kisyo .inner .detail .text p:not(:last-child){
    margin-bottom: 20px;
}
section#kisyo .inner .detail .img{
    width: 100%;
    max-width: 480px;
    margin-left: 66px;
    flex-shrink: 0;
}
section#kisyo .inner .detail .img img{
    width: 100%;
    height: auto;
    border-radius: 20px;

}

section#taimen{
    width: 100%;
    padding: 0px 20px;
}
section#taimen .inner{
    max-width: 1380px;
    margin: 80px auto 0;
    padding: 80px 150px 80px 140px;
    background-color: #FFFAEF;
    border-radius: 40px;
}

section#taimen .inner .detail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
section#taimen .inner .detail .text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
section#taimen .inner .detail .text .title{
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
}
section#taimen .inner .detail .text .title img{
    margin-right: 15px;
}
section#taimen .inner .detail .text .title h2{
    font-weight: 700;
font-size: 3.4rem;
line-height: 64px;
}
section#taimen .inner .detail .text p{
font-weight: 500;
font-size: 1.6rem;
line-height: 32px;
}

section#taimen .inner .detail .img{
    width: 100%;
    max-width: 480px;
    margin-left: 66px;
    flex-shrink: 0;

}
section#taimen .inner .detail .img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

section#taimen .inner .row{
    display: flex;
    gap: 40px;
}

@media (max-width: 1235px) {
    section#pointcard .inner {
        padding: 0px 5%;
    }
    section#petit_gift .inner {
        padding: 80px 5% 80px 5%;
    }
    section#event .inner {
        padding: 0px 5%;
    }
    section#gift .inner {
        padding: 80px 5% 80px 5%;
    }
    section#kisyo .inner {
        padding: 0px 5%;
    }
    section#taimen .inner {
        padding: 80px 5% 80px 5%;
    }
}

@media (max-width: 1060px) {
    section#pointcard .inner .detail .text {
        width: 44%;
    }
    section#pointcard .inner .detail .img {
        max-width: 51%;
        margin-left: 5%;
    }
    section#petit_gift .inner .detail .text {
        width: 44%;
    }
    section#petit_gift .inner .detail .img {
        max-width: 51%;
        margin-left: 5%;
    }
    section#event .inner .detail .text {
        width: 44%;
    }
    section#event .inner .detail .img {
        max-width: 51%;
        margin-left: 5%;
    }
    section#gift .inner .detail .text {
        width: 44%;
    }
    section#gift .inner .detail .img {
        max-width: 51%;
        margin-left: 5%;
    }
    section#kisyo .inner .detail .text {
        width: 44%;
    }
    section#kisyo .inner .detail .img {
        max-width: 51%;
        margin-left: 5%;
    }
    section#taimen .inner .detail .text {
        width: 44%;
    }
    section#taimen .inner .detail .img {
        max-width: 51%;
        margin-left: 5%;
    }
}

@media (max-width: 970px) {
    section#pointcard .inner {
        padding: 0px 0;
    }
    section#pointcard .inner .detail {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    section#pointcard .inner .detail .img {
        max-width: 100%;
        margin-left: 0;
    }
    section#pointcard .inner .detail .text {
        width: 100%;
    }
    section#petit_gift .inner .detail {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    section#petit_gift .inner .detail .img {
        max-width: 100%;
        margin-left: 0;
    }
    section#petit_gift .inner .detail .text {
        width: 100%;
    }
    section#petit_gift .inner .detail_text1 {
        margin-top: 60px;
        width: 100%;
        padding: 40px 20px;
        border-radius: 20px;
        background-color: #EEEEEE;
        position: relative;
    }
    section#petit_gift .inner .detail_text1 .h3_cover {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 3px 14px 5px;
        background: #FFFFFF;
        border: 2px solid #005A32;
        border-radius: 40px;
        position: absolute;
        top: -19px;
        left: 50%;
        transform: translateX(-50%);
    }
    section#petit_gift .inner .detail_text3 {
        margin-top: 60px;
        width: 100%;
        border: 2px solid #FF5000;
        padding: 40px 20px;
        border-radius: 20px;
        background-color: #FFEECE;
        position: relative;
    }
    section#petit_gift .inner .detail_text3 .h3_cover {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 3px 14px 5px;
        background: #FFFFFF;
        border: 2px solid #FF5000;
        border-radius: 40px;
        position: absolute;
        top: -19px;
        left: 50%;
        transform: translateX(-50%);
    }
    section#event .inner {
        padding: 0px 0;
    }
    section#event .inner .detail {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    section#event .inner .detail .img {
        max-width: 100%;
        margin-left: 0;
    }
    section#event .inner .detail .text {
        width: 100%;
    }
    section#event .inner .detail .text p {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 32px;
        padding-right: 0;
    }
    section#event .inner .detail_text4 {
        margin-top: 60px;
        width: 100%;
        padding: 40px 20px;
        border-radius: 20px;
        background-color: #FFFAEF;
        border: 2px solid #FF5000;
        position: relative;
    }
    section#event .inner .detail_text4 .h3_cover {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 3px 14px 5px;
        background: #FFFFFF;
        border: 2px solid #FF5000;
        border-radius: 40px;
        position: absolute;
        top: -19px;
        left: 50%;
        transform: translateX(-50%);
    }
    section#event .inner .detail_text4 ul li:first-child {
        margin-bottom: 10px;
    }
    section#gift .inner .detail {
        display: flex
    ;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    section#gift .inner .detail .text {
        width: 100%;
    }
    section#gift .inner .detail .img {
        max-width: 100%;
        margin-left: 0;
    }
    section#gift .inner .row {
        display: flex
    ;
        gap: 0;
        flex-direction: column;
    }
    section#gift .inner .detail_text5 {
        margin-top: 60px;
        width: 100%;
        padding: 40px 20px;
        border-radius: 20px;
        background-color: #EEEEEE;
        position: relative;
    }
    section#gift .inner .detail_text5 .h3_cover {
        display: inline-flex
    ;
        justify-content: center;
        align-items: center;
        padding: 3px 14px 5px;
        background: #FFFFFF;
        border: 2px solid #005A32;
        border-radius: 40px;
        position: absolute;
        top: -19px;
        left: 50%;
        transform: translateX(-50%);
    }
    section#kisyo .inner {
        padding: 0px 0;
    }
    section#kisyo .inner .detail {
        display: flex
    ;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    section#kisyo .inner .detail .img {
        max-width: 100%;
        margin-left: 0;
    }
    section#kisyo .inner .detail .text {
        width: 100%;
    }
    section#kisyo .inner .detail .text p {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 32px;
        padding-right: 0;
    }
    section#taimen .inner .detail {
        display: flex
    ;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    section#taimen .inner .detail .text {
        width: 100%;
    }
    section#taimen .inner .detail .img {
        max-width: 100%;
        margin-left: 0;
    }


    .service_title_sp{
        margin-bottom: 40px;
        display: flex;
        align-items: baseline;
    }
    .service_title_sp img{
        margin-top: 5px;
        margin-right: 15px;
    }
    .service_title_sp h2{
    font-weight: 700;
    font-size: 3.4rem;
    }
    section#sec_mv .inner h1 span {
        display: block;
        font-size: 3.2rem;
        text-align: left;
        line-height: 40px;
    }
}


section#sec_mv .inner h1 span{
    display: block;
    font-size: 3.2rem;
    text-align: center;
    line-height: 40px;
}


section#news_list_box {
    width: 100%;
    padding: 0px 20px;
}

section#news_list_box .inner{
    max-width: 1380px;
    background-color: #FFFAEF;
    border-radius: 20px;
    padding: 100px 20px;
    margin: 100px auto 100px;
}

section#news_list_box .inner .dropdown{
    margin: auto;
    width: 100%;
    display: flex;
    max-width: 880px;
}

section#news_list_box .inner .dropdown select{
    margin: auto;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 12px; 
    display: block;
}


section#news_list_box .inner .news_list{
    max-width: 880px;
    width: 100%;
    margin: 50px auto 0;
}

section#news_list_box .inner .news_list ul{
}

section#news_list_box .inner .news_list ul li {
    background-image: url(../img/line3.svg);
    background-repeat: no-repeat;
    width: 100%;
    display: flex
;
    background-position-y: bottom;
    padding: 30px 0px 20px 0px;
    flex-direction: column;
}
section#news_list_box .inner .news_list ul li .date{
    font-weight: 500;
    font-size: 1.4rem;
}
section#news_list_box .inner .news_list ul li a{
    display: block;
    color: #171717;
    font-weight: 500;
    font-size: 1.6rem;

}
section#news_list_box .inner .news_list ul li a:hover {
    text-decoration: underline;
}

.gohome{
    margin: 100px auto 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.gohome a{}

.gohome a.d_button::after {
    background: none;
}

section#news_detail_box{
    width: 100%;
    padding: 0px 20px;
}
section#news_detail_box .inner{
    max-width: 1380px;
    background-color: #FFFAEF;
    border-radius: 20px;
    padding: 100px 20px;
    margin: 100px auto 100px;
}
section#news_detail_box .inner .post_detail{
    max-width: 880px;
    width: 100%;
    margin: 50px auto 0;

    background-image: url(../img/line3.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
padding-bottom: 100px;
word-break: break-all;
}
section#news_detail_box .inner .post_detail .title{
    background-image: url(../img/line3.svg);
    background-repeat: no-repeat;
    width: 100%;
    display: flex
;
    background-position-y: bottom;
    padding: 30px 0px 20px 0px;
    flex-direction: column;
}
section#news_detail_box .inner .post_detail .title .date{
font-weight: 700;
font-size: 1.6rem;
line-height: 170%;
}
section#news_detail_box .inner .post_detail .title h2{
font-weight: 700;
font-size: 2.4rem;
line-height: 170%;
}
section#news_detail_box .inner .post_detail .content{
    margin-top: 40px;
}
section#news_detail_box .inner .post_detail .content img{
    max-width: 100%;
}
section#news_detail_box .inner .post_detail .content p{
font-weight: 500;
font-size: 1.6rem;
line-height: 170%;
margin-top: 20px;
}

section#news_detail_box .inner .post_detail .content ul{
    margin-top: 20px;
}
section#news_detail_box .inner .post_detail .content ul li{
    margin-bottom: 10px;
    font-weight: 500;
font-size: 1.6rem;
line-height: 170%;
list-style-type: disc;
margin-left: 2rem;
}
section#news_detail_box .inner .post_detail .content h3{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2.1rem;
}
section#news_detail_box .inner .post_detail .content h4{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.9rem;
}
section#news_detail_box .inner .post_detail .content a{
    color: #FF5000;
}
section#news_detail_box .inner .post_detail .content a:hover{
    text-decoration: underline;
}

@media (max-width: 970px) {

section#sec_mv .inner h1 span {
    display: block;
    font-size: 3.2rem;
    text-align: left;
    line-height: 40px;
}

section#news_detail_box .inner {
    max-width: 1380px;
    background-color: #FFFAEF;
    border-radius: 20px;
    padding: 10px 20px 50px;
    margin: 100px auto 100px;
}

}


