body {
    background-image: linear-gradient(3deg, rgb(61 60 60), rgb(29 29 29));
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        "Meiryo", sans-serif;
    overflow-x: hidden;
}

.too {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
}

.koumo h1 {
    font-size: 20px;
    margin: 1em auto;
    font-family: serif;
    letter-spacing: 1px;
}

.too div {
    width: 48%;
    margin: 1%;
}

.too a {
    color: rgb(252 237 173);
}

.vid_fre video {
    width: 100%;
    height: auto;
}

.rogo_migi img {
    width: 80px;
    height: auto;
}

.koumo {
    width: 100% !important;
}

.koumo h2 {
    font-size: 30px;
    border-bottom: solid 1px #b5922b;
    line-height: 3em;
    display: inline;
    padding-bottom: 5px;
}

.koumo_fre {
    display: flex;
    width: 100% !important;
    height: auto;
    flex-wrap: wrap;
    margin: 2em auto;
}

h1.nakasudenomunara,
.title h2,
.info p,
.info_pp {
    color: white;
}

.title p {
    color: rgb(172, 172, 172);
}

.info p span,
.info_pp span {
    color: rgba(252, 241, 192, 0.89);
    background: none;
}

.info_im {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
    margin: 1em auto;
    line-height: 1.7em;
    width: 95%;
    border-bottom: solid 1px #bebebe;
}

.info_im > .info_im_one {
    width: 30%;
    height: auto;
}

.info_im img {
    width: 100%;
    height: auto;
}

.info_im .info_im_two {
    width: 60%;
    height: auto;
    color: white;
    padding: 0 5%;
}

@media screen and (max-width: 700px) {
    .info_im div {
        width: 100% !important;
        height: auto;
        padding: 0 !important;
    }
}

.koumo h1,
.koumo h2 {
    background: linear-gradient(180deg, #b5922b 0%, #d9c783 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.koumo_fre div a {
    color: rgb(255, 231, 126) !important;
    background-color: none;
}

.koumo_fre div {
    font-size: 14px;
    margin: 1em 1%;
}

.koumo h3 {
    font-size: 16px;
    margin: 1em auto;
}

.fre_kan {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 1em auto;
}

.fre_kan div {
    width: 31%;
    margin: 1%;
}

.fre_kan div img {
    width: 100%;
    height: auto;
}

.shop_bac {
    width: 100%;
    height: 280px;
    background-image: url(../top/shop.jpg);
    /* 背景画像指定 */
    background-size: cover;
    background-repeat: no-repeat;
    /*画像が繰り返すのを防ぐ*/
    background-position: center;
    position: relative;
}

.shop_bac h2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 30px;
}

.botan_sho {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 100%;
    height: auto;
    max-width: 250px;
    border-radius: 15px;
    padding: 0.7em;
    text-align: center;
    font-weight: bold;
}

.botan_sho p {
    text-align: center;
}

.bg_gr {
    width: 100%;
    height: auto;
    padding: 0 0 3em 0;
    background-color: #ececec;
}

.swiper {
    margin-top: -2em;
}

.bff {
    background-image: linear-gradient(90deg, rgb(52 59 76), rgba(0, 0, 0, 1));
    padding: 3em 0;
    margin: 0 auto;
}

.bana,
.bana_two {
    margin: 2em auto 0 auto;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bana_two {
    max-width: 1200px;
}

.bana div {
    width: 33%;
    margin: 1%;
}

.bana_two div {
    width: 31%;
    margin: 1%;
}

.bana img,
.bana_two img {
    width: 100%;
    height: auto;
}

.bff_fre {
    display: flex;
    flex-wrap: wrap;
}

.bff_fre div {
    width: 48%;
    height: auto;
    margin: 1%;
    line-height: 2em;
}

.bff_fre h3 {
    font-size: 20px;
    border-bottom: solid 1px #ffff;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 1em;
}

.bff_fre a {
    margin: 1em auto;
    color: white;
    padding: 1em 0;
}

.bff_in {
    max-width: 886px;
    width: 100%;
    margin: 0 auto;
}

.bff_in a {
    color: white;
}

.bff_in h5,
.bff_in h6 {
    padding: 1em;
    font-size: 11px;
}

.shop_i {
    width: 100%;
    height: 280px;
    background-image: url(../top/shop.jpg);
    /* 背景画像指定 */
    background-size: cover;
    background-repeat: no-repeat;
    /*画像が繰り返すのを防ぐ*/
    background-position: center;
    position: relative;
}

.shop_2 {
    width: 100%;
    height: 280px;
    background-image: url(../top/456.png);
    /* 背景画像指定 */
    background-size: cover;
    background-repeat: no-repeat;
    /*画像が繰り返すのを防ぐ*/
    background-position: center;
    position: relative;
}

.shop_3 {
    width: 100%;
    height: 280px;
    background-image: url(../top/123.png);
    /* 背景画像指定 */
    background-size: cover;
    background-repeat: no-repeat;
    /*画像が繰り返すのを防ぐ*/
    background-position: center;
    position: relative;
}

.shop_i p,
.shop_2 p,
.shop_3 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.dai_me {
    line-height: 2em;
    margin: 1em auto;
    width: 95%;
    height: auto;
    text-align: justify;
    color: white;
}

.com {
    color: white;
}

.stre {
    display: flex;
    margin: 1em 0;
    align-items: center;
}

.stre h4 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #f0c647;
    border-radius: 50%;
    color: #252525;
    text-align: center;
    font-size: 20px;
    margin: 0 7px;
}

.stre p {
    font-size: 18px;
    color: #f0c647;
    font-weight: bold;
}

.stt {
    width: 90%;
    height: auto;
    margin: 1em auto;
}

.stt img {
    width: 100%;
    margin: 1em auto;
    height: auto;
}

.stt p {
    color: #ffffff;
    line-height: 1.8em;
    text-align: justify;
    font-size: 15px;
}

.fre_po {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 2em auto;
}

.fre_po div {
    width: 48%;
    margin: 1%;
}

.fre_po div img {
    width: 100%;
    height: auto;
}

.fre_po div h3 {
    background: linear-gradient(180deg, #b5922b 0%, #d9c783 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5em;
    font-size: 28px;
    font-weight: bold;
    margin: 1em auto;
    font-family: serif;
}

.fre_po div p {
    line-height: 1.5em;
    font-size: 15px;
    color: #ffffff;
    text-align: justify;
}

.qr {
    background-color: white;
    padding: 2em 2%;
    border-radius: 20px;
    margin: 2em auto;
    max-width: 800px;
    width: 90%;
    height: auto;
}

.qr h3 {
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

.qr p span {
    color: #ad7446;
    font-size: 15px;
}

.qr p {
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
}

.sp_too {
    display: none;
}

/* その他のスタイル */

.so {
    color: black;
}

.fre_so {
    display: flex;
    max-width: 300px;
    width: 90%;
}

.fre_so div {
    width: 20%;
    margin: 1%;
}

.fre_so img {
    width: 100%;
    height: auto;
}

.sho_fre {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 1em auto;
}

.sho_inf {
    width: 31%;
    margin: 1%;
    height: auto;
}

.sho_inf img {
    width: 80px;
    height: auto;
}

.sho_inf {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    width: 100%;
    height: 346px !important;
    text-align: center;
    line-height: 300px;
    text-align: center;
    line-height: 2em;
    margin: 0 10px;
    max-width: 323px;
    padding: 1em;
    border: solid 1px #cdcdcd;
    margin: 1em auto;
}

.sho_inf h3 {
    font-family: serif;
    text-align: center;
    margin: 1em auto;
}

.sho_inf h5 {
    background-color: #fefefe;
    border: solid 1px #b98f11;
    margin: 1em auto;
    padding: 1em;
    width: 75%;
    max-width: 250px;
    border-radius: 50px;
    text-align: center;
}

.sho_inf h5 a {
    color: #b98f11;
}

.sho_inf p {
    color: #333;
    font-size: 14px;
    height: 100px;
}

.nav {
    background: linear-gradient(96deg, #f4d294 0%, #aa9439 100%);
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

@media screen and (max-width: 700px) {
    .too div {
        width: 100%;
    }
    .fre_kan div {
        width: 80%;
        margin: 1em auto;
    }
    .shop_bac {
        height: 200px;
    }
    .shop_bac h2 {
        top: 35%;
    }
    .bff_fre div {
        width: 100%;
        margin: 1em auto;
    }
    .bff_fre {
        padding: 1em;
    }
    .bana div,
    .bana_two div {
        width: 90%;
        margin: 5px auto;
    }
    .fre_po div {
        width: 95%;
        margin: 1em auto;
    }
    .rogo_migi {
        display: none;
    }
    .sp_too h2 {
        font-size: 22px;
        border-bottom: solid 1px white;
        line-height: 2em;
        display: inline;
        padding-bottom: 5px;
        color: white;
    }
    .sp_too a {
        color: white;
    }
    .too {
        position: relative;
    }
    .sp_too {
        display: block;
        position: absolute;
        bottom: 30px;
        left: 19px;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: block !important;
    }
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        background-color: #313030;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        opacity: 0.7;
    }
    .swiper .swiper-button-next::after,
    .swiper .swiper-button-prev::after {
        font-weight: 900;
        color: #fff;
        font-size: 1.5rem;
    }
    .swiper .swiper-button-next::after {
        content: ">";
        /* FontAwesomeの右矢印 */
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 20px;
    }
    .swiper .swiper-button-prev::after {
        content: "<";
        /* FontAwesomeの左矢印 */
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 20px;
    }
}

.LINE_ba {
    width: 90%;
    height: auto;
    max-width: 600px;
    margin: 1em auto;
}

.LINE_ba img {
    width: 100%;
    height: auto;
}

/* スライダーのコンテナ */

.swiper {
    max-width: 1200px;
    margin: -30px auto 0 auto;
    padding: 0;
    overflow: hidden;
}

/* スライダーの中のラッパー */

.swiper-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    /* はみ出さないように調整 */
}

/* 各スライドのスタイル */

.swiper-slide {
    width: 100%;
    /* スライドの幅を自動調整 */
    box-sizing: border-box;
    background-color: white;
    padding: 1em;
    overflow: hidden;
    height: auto;
    min-height: 346px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    /* スライドを中央に配置 */
    text-align: center;
    /* テキストを中央に */
    visibility: visible;
    /* これを確認 */
    display: block !important;
    /* 必要に応じて */
}

/* モバイル表示の調整 */

@media (max-width: 480px) {
    .swiper-slide {
        width: 100%;
        /* スライドをスマホでは少し縮小 */
        margin: 0 auto;
        /* スライドを中央に配置 */
        display: flex;
        justify-content: center;
        /* 中央に配置 */
    }
}

/* スライダーの基本スタイル */

.swiper {
    width: 100%;
    max-width: 1200px;
    /* 最大幅を1200pxに設定 */
    margin: -30px auto 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    width: 100%;
    /* 画像をスライド内で適切に広げる */
    height: auto;
    object-fit: cover;
    /* 画像がスライドに合わせてトリミングされる */
}

.swiper-slide h3 {
    font-family: serif;
    text-align: center;
    margin: 1em auto;
}

.swiper-slide h5 {
    background-color: #fefefe;
    border: solid 1px #353535;
    margin: 1em auto;
    padding: 1em;
    width: 75%;
    max-width: 250px;
    border-radius: 50px;
    text-align: center;
}

.swiper-slide h5 a {
    color: #353535;
    text-decoration: none;
}

.swiper-slide p {
    color: #333;
    font-size: 10px;
    line-height: 2em;
    margin-bottom: 10px;
}

/* レスポンシブ対応 */

@media (min-width: 768px) {
    .swiper-slide {
        width: 33.33%;
        /* タブレット表示でスライドを3つ表示 */
    }
}

@media (max-width: 767px) {
    .swiper-slide {
        width: 100%;
        /* スマホ表示時は1つのスライドのみ表示 */
    }
}

.swiper-container.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    width: 90%;
    height: auto;
    position: relative;
}

.swiper-slide img {
    width: 100px;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #252525 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -1px) !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -10px) !important;
}
