@charset "UTF-8";

@media screen and (min-width: 1401px) {
    html {
        font-size: 14px;
    }
}

html {
    font-size: 0.833vw;
    /* 10px / 1200px * 100 */
}

@media screen and (max-width: 767px) {
    html {
        font-size: 1.302vw;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 2.083vw;
    }
}

:root {
    --main-color: #FD930A;
    --sub-color: #FFF692;
    --sub-white: #FCFAF2;
    --part-color: #20A64F;
    --main-txt: #723901;



}

body {
    color: #444;
    /* カラー */
    font-family: "Noto Sans JP",
        "Yu Gothic",
        "YuGothic",
        "游ゴシック",
        "Hiragino Kaku Gothic Pro",
        "ヒラギノ角ゴ Pro W3",
        "游ゴシック体",
        "Meiryo",
        "メイリオ",
        sans-serif;

    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2.0;
}

a {
    color: #444;
}

p {
    color: var(--main-txt);
}

h3 {
    color: var(--main-txt);
}

h4 {
    color: var(--main-txt);
}

article {
    background-color: var(--sub-white);
}


/*  ----------------------------------------------------------

header

----------------------------------------------------------  */
header {
    padding: 2.5rem 0 0 0;
    width: 100%;
    z-index: 100;
    position: relative;
}

header::after {
    content: '';
    top: 0;
    width: 100%;
    height: 1.4rem;
    background-color: var(--part-color);
    position: absolute;
}

.header-logo {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: start;

}

.header-logo p {
    font-size: 1.2rem;
    line-height: 1.3;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 38px 0 4rem;
}



header h1 {
    width: 25rem;
    padding-bottom: 1rem;
}


.header-timetable {
    display: flex;
    gap: 3rem;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.timetable-left {
    padding: 1rem 0;
    min-width: 30rem;
}

.timetable-left p {
    font-size: 1rem;
    line-height: 1.4;
}

.header-info .header-phone {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 1rem;
    align-items: center;
}


.header-contact {
    background-color: var(--main-color);
    border-radius: 2.5rem;
    padding: 0.6rem 2rem;
    text-align: center;
}

.header-contact a {

    color: #fff;
}

.header-tel {
    font-weight: bolder;
    background: url(../img/ico-tel.png) no-repeat left center;
    background-size: 2.6rem auto;
    padding-left: 3.8rem;
    font-size: 2.5rem;
}

header nav ul li {
    font-family: 'Noto Sans JP', serif;
}

.header-sns {
    width: 4rem;
}

.header-sns li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


@media screen and (min-width: 768px) {
    .float-reserve {
        position: fixed;
        right: 0;
        top: 16rem;
        z-index: 100;
        line-height: 1;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.float-reserve a {
    background: url(../img/arrow1.png) no-repeat center bottom 1.5rem;
    background-size: 1.6rem;
    background-color: var(--part-color);
    color: #fff;
    display: block;
    border-radius: 2.5rem;
    padding: 2.5rem 2rem 4.5rem 1.7rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    header {
        padding: 0;
        height: 12rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .header-wrap {
        display: block;
        padding: 0;
    }

    header h1 {
        margin-top: 3rem;
        width: 25rem;
    }

    .float-reserve {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 100;
        line-height: 1;
        width: 100%;
    }

    .float-reserve a {
        background: url(../img/arrow1.png) no-repeat center right 1.5rem;
        background-size: 2.4rem;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        padding: 3rem 0;
        font-size: 2.4rem;
        text-align: center;
        background-color: var(--part-color);
        border-radius: 0;
    }


    .header-sns li {
        display: block;
        width: 4rem;
    }
}


.lower {
    position: relative;

}

/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */


footer .gnav {
    padding: 1.2rem 0;
    background: var(--part-color);
}

footer .gnav ul {
    border-bottom: none;
    margin: 0;
}

.footer-wrap {
    padding: 5rem 11% 3rem 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--footer-bg);
}

.footer-wrap div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
}

.footer-wrap .logo {
    width: 25rem;
    margin-bottom: 1rem;
}

.footer-wrap address {
    margin-bottom: 1rem;
}

.footer-wrap .more {
    margin: 0;
}

footer small {
    display: block;
    text-align: center;
    color: var(--sub-color);
}

.footer-sns {
    display: flex;
    gap: 2rem;
    width: 4rem;
}

.footer-sns ul li {
    width: 4rem;
}

footer .top-tel {
    font-weight: 800;
    background: url(../img/ico-tel.png) no-repeat left center;
    background-size: 2.8rem auto;
    padding-left: 3.5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    font-size: 2.5rem;
}

footer .top-tel ul li img {
    padding-bottom: 0.6rem;
}

@media screen and (max-width: 767px) {
    footer .top-tel ul li img {
        padding-bottom: 0.2rem;
    }

    .footer-wrap .more {
        margin: 0 auto;
    }

}

footer .more {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
    width: 26rem;
}

.footer__copy {
    text-align: center;
    padding: 1rem;
    background-color: var(--part-color);
    color: #fff;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 8rem;
    }

    .footer-wrap {
        padding: 4rem 5% 3rem 5%;
        display: block;
        text-align: center;
    }

    .footer-wrap .logo {
        width: 20rem;
        margin: 0 auto 2rem auto;
    }

    .footer-wrap address {
        display: none;
    }

    footer .top-tel {
        margin: 0 auto;
        padding-left: 5.5rem
    }

    .footer-wrap div:nth-of-type(3) {
        gap: 1rem;

    }

    /* footer .time-schedule tr > th:not(:first-of-type) {
        width: calc(65% / 7);
    } */

    footer .time-schedule {
        margin-bottom: 2rem;

    }

    .footer-wrap > div:first-of-type {
        margin-bottom: 3rem;
    }

    .footer__copy {
        text-align: center;

    }

    .footer-sns {
        flex-direction: column;
        gap: 1rem;
        width: 4rem;
        align-items: center;
    }
}


/*  ----------------------------------------------------------

gnav

----------------------------------------------------------  */
.gnav ul {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 10%;
    background-color: var(--part-color);
    margin-top: 2rem;
    border-bottom: 0.3rem var(--main-color) solid;

}

.gnav ul li {
    width: calc(100% / 7);
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 1.4rem;


}

.gnav ul li a img {
    width: 1.7rem;
}

.gnav ul li:not(:last-child) {
    border-right: 1px solid #bebebe;
}

.gnav ul li span {
    font-family: 'Noto Serif JP', sans-serif;
    color: var(--main-color);
    display: block;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    transition: all .3s;
}

.gnav ul li a {
    display: block;
    color: #fff;
    font-weight: 400;

}


nav ul .current-pg a {
    color: var(--main-color);

}


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


/*  ----------------------------------------------------------

page-ttl

----------------------------------------------------------  */
.page-ttl {
    background: url(../img/page-bg.jpg) no-repeat center;
    background-size: cover;
}

.page-ttl div {
    background: rgba(0, 0, 0, 0.5);
}

.page-ttl h2 {
    color: #fff;
    font-size: 4.2rem;
    line-height: 1;
    text-align: center;
    padding: 10.5rem 0;
}

@media screen and (max-width: 767px) {
    .page-ttl h2 {
        padding: 6rem 0;

    }
}

.page-ttl h2 span {
    display: block;
    color: var(--main-color);
    font-size: 1.4rem;
    margin-top: 1.5rem;
}


/*  ----------------------------------------------------------

style

----------------------------------------------------------  */
.heading {
    text-align: center;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 6rem;
    color: var(--main-txt);
}

.heading span {
    color: var(--main-color);
    font-size: 3.2rem;
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 900;
}

.more {
    text-align: center;
    line-height: 1;
    display: block;
    color: #fff;
    width: 24rem;
    padding: 1.8rem 0;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    background: url(../img/arrow1.png) no-repeat center right 1.5rem;
    background-size: 1.8rem;
    background-color: var(--main-color);
    border-radius: 3rem;
}

.border-blue {
    position: relative;
    margin-bottom: 8rem;
}

.border-blue:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 10rem;
    /*線の長さ*/
    height: 3px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: var(--main-color);
    /*線の色*/
    border-radius: 2px;
    /*線の丸み*/
}

@media screen and (max-width: 767px) {
    .more {
        width: 100%;
    }
}

.time-schedule {
    width: 100%;
    background: #fff;
    font-size: 1.4rem;
    font-size: 1rem;
}

.time-schedule th {
    border-color: var(--main-txt);
    border-style: solid;
    border-width: 1px;
    text-align: center;
    color: var(--main-txt);
    line-height: 1.6;
}

.time-schedule td {
    border-color: var(--main-txt);
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    line-height: 1.6;
    color: var(--main-txt);

}

.time-schedule tr > th:first-of-type {
    width: 18%;
}

.time-schedule tr > th:not(:first-of-type) {
    width: calc(82% / 7);
}


.time-schedule td:not(:first-of-type) {
    color: var(--main-color);
}

.ttl {
    border-bottom: solid 1px var(--main-color);
    /* 細 */
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    padding: 1rem 0 1.4rem 0;
    position: relative;
}

.ttl:after {
    border-bottom: solid 3px var(--main-color);
    /* 太 */
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.ttl-guide {

    text-align: center;
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--part-color);
    position: relative;
    padding-bottom: 1cqb;
}

.ttl-guide::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    display: inline-block;
    width: 10rem;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--part-color);
    border-radius: 2px;


}

@media screen and (max-width: 767px) {
    .ttl:after {
        width: 40%;
    }

    .time-schedule {
        font-size: 1.4rem;
    }

    .time-schedule th {
        padding: 2.5rem 0;
    }

    .time-schedule td {
        padding: 1.5rem 0;
    }
}

.ft-ttl {
    width: 100%;
    border-bottom: var(--sub-color) solid 1px;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    position: relative;
    font-size: 2.4rem;
    font-weight: 900;
}

.ft-ttl::after {
    content: '';
    bottom: 0;
    left: 0;
    border-bottom: var(--main-color) 2px solid;
    width: 40%;
    height: 2%;
    position: absolute;
}

/*  ----------------------------------------------------------

hamburger

----------------------------------------------------------  */
nav.gnav-sp {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: -1;
    opacity: 0;
}

.open nav.gnav-sp {
    top: 0;
    opacity: 1;
    z-index: 99999;
}

nav.gnav-sp .inner {
    padding: 6rem 2.5rem 3rem 2.5rem;
}

nav.gnav-sp .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.gnav-sp .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid var(--part-color);
    font-size: 2rem;
    font-weight: bold;
}

nav.gnav-sp .inner ul li span {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: var(--main-color);
    margin-left: 2rem;
}

nav.gnav-sp .inner ul li a {
    display: block;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
}

.sp-sns img {
    width: 6rem;
}

@media screen and (max-width: 767px) {
    /*nav {
		left: -220px;
		width: 220px;
	}*/
}

/* toggle_btn */
.toggle_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    transition: all .5s;
    cursor: pointer;
    z-index: 100000;
    background: var(--main-color);
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 1.5rem;
    width: 3rem;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 1.9rem;
}

.toggle_btn span:nth-child(2) {
    top: 2.9rem;
}

.toggle_btn span:nth-child(3) {
    top: 3.9rem;
}

.open .toggle_btn span {
    background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(1rem) rotate(-45deg);
    transform: translateY(1rem) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-1rem) rotate(45deg);
    transform: translateY(-1rem) rotate(45deg);
}

/* mask */
#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}


/*  ----------------------------------------------------------

guide

----------------------------------------------------------  */
.guide-list {
    display: flex;
    flex-wrap: wrap;
}

.gallery-list li {
    width: calc(20% - 20px * 4/5);
    /* margin: 0 2.5% 2.5% 0; */
    margin-right: 20px;
    margin-top: 20px;
}

/* .gallery-list li:nth-child(5n) {
    margin-right: 0;
}

.gallery-list li:nth-child(-n+5) {
    margin-top: 0;
} */

.gallery-list img {
    height: 16rem;
    width: 100%;
    object-fit: cover;
}

.gallery-list span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 1rem 0 0 0;
    text-align: center;
}

.object-fit-img {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

@media screen and (min-width: 1025px) {
    .gallery-list li {
        width: calc(20% - 20px * 4/5);
        /* margin: 0 2.5% 2.5% 0; */
        margin-right: 20px;
        margin-top: 20px;
    }

    .gallery-list li:nth-child(5n) {
        margin-right: 0;
    }

    .gallery-list li:nth-child(-n+5) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .gallery-list li {
        width: calc(33.3333333% - 12px * 2/3);
        /* margin: 0 3.5% 3.5% 0; */
        margin-right: 12px;
        margin-top: 12px;
    }

    .gallery-list li:nth-child(3n) {
        margin-right: 0;
    }

    .gallery-list li:nth-child(-n+3) {
        margin-top: 0;
    }

    /* .gallery-list li:nth-child(5n) {
        margin-right: 12px;
    }

    .gallery-list li:nth-child(-n+5) {
        margin-top: 12px;
    } */

    .gallery-list img {
        height: 14rem;
    }
}


/*  ----------------------------------------------------------

layout

----------------------------------------------------------  */
.base-layout {
    padding: 12rem 10%;
    background: var(--sub-white);
}

.container {
    margin: 10rem auto;
    width: 80%;
}

.container .inner {
    display: flex;
    margin-bottom: 6rem;
}

.container .inner > div:first-of-type {
    margin-right: 6rem;
}

.container .inner img {
    width: 42rem;
    border-radius: 1rem;
}

.container .inner img + span {
    display: block;
    margin-top: 1rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .base-layout {
        padding: 8rem 2rem 0 2rem;
    }

    .container {
        margin: 8rem 2rem;
        width: auto;
    }

    .container .inner {
        display: block;
    }

    .container .inner > div:first-of-type {
        margin-right: 0;
        margin-bottom: 3rem;
    }

    .container .inner img {
        width: 100%;
        height: auto;
    }
}


/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

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


/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
    line-height: 1;
    position: fixed;
    z-index: 999;
}

#page-top a {
    color: var(--main-color);
    /* カラー */
}

@media screen and (min-width: 768px) {
    #page-top {
        bottom: 20px;
        right: 15px;
    }

    #page-top i {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    #page-top {
        bottom: 9rem;
        right: 1rem;
    }

    #page-top i {
        font-size: 5rem !important;
    }
}


/*  ----------------------------------------------------------

link

----------------------------------------------------------  */
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        color: var(--main-txt);
    }
}

@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}


/*  ----------------------------------------------------------

Google翻訳

----------------------------------------------------------  */
#google_translate {
    position: absolute;
    z-index: 9999;
}

#google_translate img {
    width: auto;
    height: auto;
}

@media screen and (min-width: 768px) {
    #google_translate {
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    #google_translate {
        left: 0;
        bottom: 0;
    }
}


/*  ----------------------------------------------------------

fade

----------------------------------------------------------  */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 0.6s ease;
    -moz-animation: fadeInUp 0.6s ease;
    -ms-animation: fadeInUp 0.6s ease;
    animation: fadeInUp 0.6s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both
}

.fade {
    opacity: 0;
}

.delay1 {
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
}

.delay2 {
    animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
}

.delay3 {
    animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
}

.delay4 {
    animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
}

.delay5 {
    animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
}


/*  ----------------------------------------------------------

class

----------------------------------------------------------  */
.mb10 {
    margin-bottom: 1rem !important;
}

.mb15 {
    margin-bottom: 1.5rem !important;
}

.mb20 {
    margin-bottom: 2.0rem !important;
}

.mb25 {
    margin-bottom: 2.5rem !important;
}

.mb30 {
    margin-bottom: 3.0rem !important;
}

.mb35 {
    margin-bottom: 3.5rem !important;
}

.mb40 {
    margin-bottom: 4.0rem !important;
}

.mb45 {
    margin-bottom: 4.5rem !important;
}

.mb50 {
    margin-bottom: 5.0rem !important;
}

.mb55 {
    margin-bottom: 5.5rem !important;
}

.mb60 {
    margin-bottom: 6.0rem !important;
}

.mb70 {
    margin-bottom: 7.0rem !important;
}

.mb80 {
    margin-bottom: 8.0rem !important;
}

.mb90 {
    margin-bottom: 9.0rem !important;
}

.mb100 {
    margin-bottom: 10.0rem !important;
}

.fit {
    height: auto;
    width: 100%;
}


@media screen and (max-width: 767px) {
    .ttl:after {
        width: 40%;
    }
}

dl.detail {
    display: flex;
    flex-wrap: wrap;
}

dl.detail dt {
    font-weight: bold;
    padding: 1.5rem;
    width: 25%;
}

dl.detail dd {
    padding: 1.5rem;
    width: 75%;
}

dl.detail dt:last-of-type,
dl.detail dd:last-of-type {
    border-bottom: none;
}

dl.bk dt,
dl.bk dd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

dl.wh dt,
dl.wh dd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 767px) {
    dl.detail {
        display: block;
    }

    dl.detail dt {
        font-weight: bold;
        padding: 1.2rem 1.2rem 0 1.2rem;
        width: 100%;
    }

    dl.detail dd {
        padding: 0 1.2rem 1.2rem 1.2rem;
        width: 100%;
    }

    dl.bk dt {
        border-bottom: none;
    }

    dl.wh dt {
        border-bottom: none;
    }
}

/* 画像とテキスト逆配置 */

.flex-row {
    flex-direction: row-reverse;
}

.flex-row-img {
    margin: 0 0 0 6rem !important;
}

@media screen and (max-width: 767px) {
    .flex-row-img {
        margin-left: 0 !important;
        margin-bottom: 3rem !important;
    }
}


/* 偶数番目のセクション内の .inner に反転適用 */
.container > section:nth-of-type(even) .inner {
    flex-direction: row-reverse;
}

/* 偶数番目：画像右、余白を左に変更 */
.container > section:nth-of-type(even) .inner > div:first-child {
    margin-right: 0;
    /* margin-right をリセット */
    margin-left: 6rem;
    /* 代わりに左に余白を追加 */
}

@media screen and (max-width: 767px) {
    .container > section:nth-of-type(even) .inner > div:first-child {
        margin-left: 0;
    }
}
