* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
}
a{
    text-decoration: none;
    overflow-wrap: break-word;
}
body.menu-open {
    overflow: hidden;
}

.container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1515px;
    padding: 20px;
    box-sizing: border-box;
    background-color: transparent;
    z-index: 100;
    transition: all 0.3s ease;
}

.header.is-scrolled {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}

.header__nav {
    display: flex;
    align-items: center;
}

.header__nav-list {
    display: flex;
    gap: 30px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__nav-list li {
    margin: 0;
    padding: 0;
}

.header__nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    transition: opacity 0.3s;
    font-family: "游明朝 Light", "YuMincho Light", "游明朝", "YuMincho", "Yu Mincho", serif;
}

.header__nav-link:hover {
    opacity: 0.7;
}

.header__hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #876949;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
    z-index: 101;
}

.header__hamburger-line {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.3s;
    transform-origin: center;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg) translateY(0);
}

.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
    opacity: 0;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) translateY(0);
}

.header__nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.header__nav-overlay.is-active {
    display: block;
}

.header__right {
    display: flex;
    align-items: center;
}

.header__right-list {
    display: flex;
    gap: 15px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__right-list li {
    margin: 0;
    padding: 0;
}

.header__map,
.header__instagram {
    display: block;
    transition: opacity 0.3s;
}

.header__map:hover,
.header__instagram:hover {
    opacity: 0.6;
}

.header__map img,
.header__instagram img {
    width: auto;
    height: auto;
    max-width: 40px;
    display: block;
}

.fv {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-image: linear-gradient(to bottom, rgba(4, 0, 0, 0.9) 0%, rgba(63, 60, 60, 0.4) 24%, rgba(255, 255, 255, 0.0) 100%), url(../img/fv_bg01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv__inner {
    position: relative;
    z-index: 1;
}

.fv h1 {
    margin-left: 20px;
    margin-right: 20px;
}

.fv__logo {

    max-width: 100%;
    display: block;
}

.company-fv {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-image: url('../img/fv_underline_w.png'), url('../img/company_fv.jpg');
    background-size: auto, cover;
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-fv__inner {
    position: relative;
    z-index: 1;
}

.company-fv h1 {
    margin-left: 20px;
    margin-right: 20px;
}

.company-fv__logo {
    width: 322px;
    max-width: 100%;
    height: auto;
    display: block;
}

.shop-fv {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-image: url('../img/fv_underline_w.png'), url('../img/shoplist_fv.jpg');
    background-size: auto, cover;
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-fv__inner {
    position: relative;
    z-index: 1;
}

.shop-fv h1 {
    margin-left: 20px;
    margin-right: 20px;
}

.shop-fv__logo {
    width: 322px;
    max-width: 100%;
    height: auto;
    display: block;
}

.shop-01-fv {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-image: url('../img/fv_underline_b.png'), url('../img/company_fv.jpg');
    background-size: auto, cover;
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-01-fv__inner {
    position: relative;
    z-index: 1;
}

.shop-01-fv h1 {
    margin-left: 20px;
    margin-right: 20px;
}

.shop-01-fv__logo {
    width: 322px;
    max-width: 100%;
    height: auto;
    display: block;
}

.company-content {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 100px 20px;
}

.company-content__inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.company-content__title {
    margin: 0;
    padding-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: center;
    font-family: "游明朝 Light", "YuMincho Light", "游明朝", "YuMincho", "Yu Mincho", serif;
}

.company-content__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #3e3a39;
    border-right: 1px solid #3e3a39;
}

.company-content__item {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-bottom: 1px solid #3e3a39;
}

.company-content__term {
    width: 120px;
    margin: 0;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 400;
    background-color: #3e3a39;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
}

.company-content__item:last-child .company-content__term {
    border-bottom: none;
}

.company-content__item--address .company-content__term {
    width: 120px;
    margin-bottom: 0;
}

.company-content__item--address .company-content__desc {
    margin-left: 0;
    width: 100%;
}

.company-content__item--address .company-content__map {
    margin-top: 0;
}

.company-content__desc-inner {
    width: 100%;
}

.company-content__desc {
    padding: 10px 15px;
    font-size: 22px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    flex: 1;
    display: flex;
    align-items: center;
}

.company-content__map {
    width: 100%;
    margin: 20px 0 0 0;
    flex-basis: 100%;
}

.company-content__map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

.slider {
    width: 100%;
    max-width: 1515px;
    padding: 0;
    margin: 0 auto;
}

.slider .slick-list {
    margin: 0;
    padding: 0;
    overflow: visible !important;
}

.slider .slick-track {
    display: flex;
    margin: 0;
    padding: 0;
}

.slider .slick-slide {
    margin: 0;
    padding: 0;
    outline: none;
}

.slider__item {
    margin: 0;
    padding: 0;
    outline: none;
    height: 400px;
    overflow: hidden;
}

.slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.top-con01 {
    position: relative;
    width: 100%;
    padding-top: 50px;
    background-image: url('../img/top_con01_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    font-family: "游明朝 Light", "YuMincho Light", "游明朝", "YuMincho", "Yu Mincho", serif;
}

.top-con01__decoration {
    position: absolute;
    z-index: 1;
}

.top-con01__decoration--left-center {
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.top-con01__decoration--right-center {
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.top-con01__decoration--left-bottom {
    left: 50px;
    bottom: 0;
}

.top-con01__decoration--right-bottom {
    right: 0;
    bottom: -15px;
}

.top-con01__img {
    width: 100%;
    height: auto;
    display: block;
}

.top-con01__inner {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.top-con01__content {
    display: flex;
    gap: 45px;
    align-items: flex-start;
    margin-top: 40px;
    padding-bottom: 50px;
    justify-content: center;
}

.top-con01__text {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.top-con01__text p {
    margin: 0;
    line-height: 1.8;
    font-size: 20px;
    width: 100%;
    height: 350px;
    letter-spacing: 2px;
}

.top-con01__headings {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    flex-shrink: 0;
    align-items: flex-start;
}

.top-con01__heading {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 20px 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.1em;
    width: auto;
    height: auto;
}

.top-con01__heading--01 {
    background-color: #925c6d;
}

.top-con01__heading--02 {
    background-color: #b96260;
}

.top-con01__heading--03 {
    background-color: #b08e9e;
}

.top-con01__heading--large {
    font-size: 135%;
}



.top-con02 {
    position: relative;
    width: 100%;
    background-color: #000;
}

.top-con02__bg {
    position: relative;
    width: 100%;
    padding-top: 150px;
    background-image: url('../img/top_line.png'), url('../img/fv_bg02.jpg');
    background-size: auto, contain;
    background-position: top center, top center;
    background-repeat: no-repeat;
}

.top-con02__inner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    z-index: 3;
}

.top-con02__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
}

.top-con02__img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.top-con02__cards {
    list-style: none;
    padding: 40px 0 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.top-con02__card {
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.top-con02__card-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.top-con02__card-title {
    margin: 0 0 15px 0;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    font-family: "游明朝", "YuMincho", "Yu Mincho", serif;
    font-size: 18px;
    font-weight: normal;
}

.top-con02__card-desc {
    margin: 0 0 15px 0;
    line-height: 1.8;
    font-size: 14px;
}

.top-con02__card-detail {
    font-size: 12px;
    line-height: 1.8;
}

.top-con02__card-detail p {
    margin: 0 0 8px 0;
}

.top-con03 {
    position: relative;
    width: 100%;
    background-color: #000;
    background-image: url('../img/top_bgbeer.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 250px;
}

.top-con03__inner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-con03__logo {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100%;
    height: auto;
    max-width: 350px;
    z-index: 10;
}

.top-con03__logo-absolute {
    position: absolute;
    top: -67px;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.top-con03__logo-absolute img {
    width: 322px;
    max-width: 100%;
    height: auto;
    display: block;
}

.top-con03__img {
    max-width: 100%;
    display: block;
    margin: 0 auto 40px auto;
}

.top-con03__cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
}

.top-con03__card {
    flex: 0 0 calc((100% - 60px) / 3);
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.top-con03__card--transparent {
    background-color: transparent;
}

.top-con03__card--transparent img {
    width: 100%;
    height: auto;
    display: block;
}

.top-con03__card-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.top-con03__card-title {
    margin: 0 0 15px 0;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    font-family: "游明朝", "YuMincho", "Yu Mincho", serif;
    font-size: 18px;
    font-weight: normal;
}

.top-con03__card-desc {
    margin: 0 0 15px 0;
    line-height: 1.8;
    font-size: 14px;
}

.top-con03__card-detail {
    font-size: 12px;
    line-height: 1.8;
}

.top-con03__card-detail p {
    margin: 0 0 8px 0;
}

.map {
    width: 100%;
}

.map__inner {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.map__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    background-image: url('../img/footerbg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer__inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.footer__logo {
    width: auto;
    height: auto;
    max-width: 200px;
    display: block;
    margin: 0 auto 30px auto;
}

.footer__info {
    margin-bottom: 30px;
    color: #fff;
}

.footer__address,
.footer__company {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
}

.footer__tel {
    display: inline-block;
    margin: 0 0 10px 0;
    transition: opacity 0.3s;
}

.footer__tel:hover {
    opacity: 0.6;
}

.footer__tel img {
    width: 280px;
    height: auto;
    display: block;
}

.footer__sns {
    margin-bottom: 20px;
}

.footer__instagram {
    display: inline-block;
    transition: opacity 0.3s;
}

.footer__instagram:hover {
    opacity: 0.6;
}

.footer__instagram img {
    width: auto;
    height: auto;
    max-width: 40px;
    display: block;
}

.footer__copyright {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #925c6d;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    box-sizing: border-box;
}

.footer__copyright p {
    margin: 0;
    font-size: 14px;
}

.shop-list-header {
    position: relative;
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
}

.shop-list-header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 20px;
}

.shop-list-header__img {
    width: 150px;
    height: auto;
    display: block;
}

.shop-list-header__text--left {
    font-size: 20px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}

.shop-list-header__text--right {
    font-size: 20px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}

.shop-list-content {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 40px 20px;
}

.shop-list-content__inner {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1080px;
    margin: 0 auto;
}

.shop-list-content__item {
    display: flex;
    margin-bottom: 40px;
}

.shop-list-content__info {
    flex: 6;
    padding: 40px;
    background-image: url('../img/shoplist_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.shop-list-content__info-inner {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.shop-list-content__text {
    flex: 1;
}

.shop-list-content__genre {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 120px;
    text-align: center;
}

.shop-list-content__shop-name {
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}

.shop-list-content__description {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.8;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}
.shop-list-content__more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    transition: all 0.3s;
    position: relative;
}

.shop-list-content__more-link:hover , .top_shop-list-content__more-link:hover{
    background-color: #000;
    color: #fff;
}
.shop-list-content__more-link::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    margin-left: 8px;
    vertical-align: middle;
}

.shop-list-content__more-link:hover::after , .top_shop-list-content__more-link:hover::after{
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.shop-list-content__image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-list-content__logo {
    max-width: 150px;
    width: auto;
    height: auto;
    display: block;
    border: 5px solid #fff;
}

.shop-list-content__map {
    flex: 4;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.shop-list-content__map iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: 0;
    display: block;
}

.shop-list-content__map-img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    display: block;
}

.shop-header {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 100px 20px;
    background-color: #231815;
}

.shop-header__inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-header__logo {
    width: 300px;
    height: auto;
    display: block;
}

.shop-detail {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 50px 20px 0;
}

.shop-detail__inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 6px solid;
}

.shop-detail__info {
    flex: 1;
}

.shop-detail__genre {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 120px;
    text-align: center;
}

.shop-detail__shop-name {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    font-family: "游明朝 Light", "YuMincho Light", "游明朝", "YuMincho", "Yu Mincho", serif;
}

.shop-detail__links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shop-detail__tel {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    padding-left: 30px;
    transition: opacity 0.3s;
}

.shop-detail__tel:hover {
    opacity: 0.6;
}

.shop-detail__tel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url('../img/tel_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-detail__instagram {
    display: block;
    transition: opacity 0.3s;
}

.shop-detail__instagram:hover {
    opacity: 0.6;
}

.shop-detail__instagram img {
    width: auto;
    height: auto;
    max-width: 30px;
    display: block;
}

.shop-info {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 50px 20px 30px;
}

.shop-info__inner {
    max-width: 1080px;
    margin: 0 auto;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

.shop-info__list {
    margin: 0 auto;
    padding: 0;
}

.shop-info__item {
    display: flex;
    flex: 1 1 calc((100% - 60px) / 4);
    min-width: 0;
    margin-bottom: 20px;
}

.shop-info__term {
    margin: 0;
    padding: 10px 15px;
    background-color: #b96260;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    flex-shrink: 0;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-info__desc {
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    flex: 1;
}

.shop-info__link {
    text-decoration: none;
    color: #000;
}

.shop-info__link:hover {
    text-decoration: underline;
}

.shop-description {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 0 20px;
}

.shop-description__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.shop-description__text {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    font-family: "游明朝 Light", "YuMincho Light", "游明朝", "YuMincho", "Yu Mincho", serif;
}

.shop-gallery {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 50px 20px;
}

.shop-gallery__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.shop-gallery__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.shop-gallery__item {
    flex: 0 0 calc((100% - 40px) / 2);
    min-width: 0;
}

.shop-gallery__img {
    width: 100%;
    height: auto;
    display: block;
}

.shop-navigation {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 50px 20px;
}

.shop-navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.shop-navigation__item {
    margin: 0;
    padding: 0;
}

.shop-navigation__item--divider {
    width: 1px;
    height: 30px;
    background-color: #000;
    margin: 0 20px;
}

.shop-navigation__link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    transition: opacity 0.3s;
}

.shop-navigation__link:hover {
    opacity: 0.6;
}

.shop-navigation__img {
    width: 30px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.shop-navigation__text {
    font-size: 16px;
    font-weight: 600;
    font-family: "Zen Kaku Gothic", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.shop-back {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
}

.shop-back__inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.shop-back__link {
    display: inline-block;
    padding: 20px 80px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: "Zen Kaku Gothic", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    transition: all 0.3s;
}

.shop-back__link:hover {
    opacity: 0.6;
}


/* 1250px以下 */
@media (max-width: 1250px) {
    .top-con01__decoration--right-bottom , .top-con01__decoration--left-bottom{
        width: 250px;
    }
}
/* 1080px以下 */
@media (max-width: 1080px) {
    .container {
        padding: 0 20px;
    }
    
    .slider {
        padding: 0 20px;
    }
     
    .top-con01__decoration{
        display: none;
    }

    .top-con02__inner {
        padding: 0 20px;
    }
    
    .top-con03__inner {
        padding: 0 20px;
    }

    
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-con03__logo-absolute{
        display: none;
    }

}

/* 768px以下 */
@media (max-width: 768px) {
    .header {
        padding: 10px 20px;
    }
    .header__hamburger {
        display: flex;
    }
    
    .header__inner {
        gap: 20px;
    }
    
    .header__nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        padding: 80px 30px 30px;
        transition: left 0.3s ease;
        z-index: 100;
        align-items: flex-start;
    }
    
    .header__nav.is-active {
        left: 0;
    }
    
    .header__nav-list {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    
    .header__nav-link {
        font-size: 18px;
        width: 100%;
        padding: 10px 0;
    }
    
    .header__right {
        flex-direction: row;
        margin-left: auto;
    }
    
    .fv__logo {
        width: 100%;
        height: auto;
    }
    
    .top-con01__content {
        flex-direction: column;
    }
    
    .top-con01__text {
        writing-mode: horizontal-tb;
    }
    
    .top-con01__headings {
        order: -1;
        width: 100%;
        flex-direction: column;
    }
    
    .top-con01__heading {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        text-align: center;
        padding: 5px 20px;
        width: 100%;
    }
    .top-con01__text p {
        font-size: 18px;
        height: auto;
    }
    .top-con02__bg {
        padding-top: 100px;
    }
    .top-con02__img , .top-con03__img {
        width: 150px;
        height: auto;
    }
    .top-con02__cards {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 40px 0 25px;
    }
    
    .top-con02__card {
        flex: 1 1 calc((100% - 30px) / 2);
    }
        
    .top-con03__cards {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .top-con03__card {
        flex: 1 1 calc((100% - 30px) / 2);
    }
    
    .top-con03__logo {
        position: static;
        max-width: 200px;
        margin: 20px auto 0;
        display: block;
    }
    .top-con03__card--transparent {
        display: none;
    }
    .top-con03 {
        padding-bottom: 100px;
    }
    
    .shop-list-content__item {
        flex-direction: column;
    }
    
    .shop-list-content__map-img {
        width: 100%;
    }
    .shop-detail__inner{
        flex-direction: column;
        align-items: baseline;
    }
    .shop-info__item {
        flex-direction: column;
        gap: 10px;
    }
    .shop-info__desc {
        padding: 0 20px 0 0;
    }
    .shop-gallery__list {
        gap: 20px;
    }
    .shop-header__logo {
        width: 200px;
    }
    .shop-header {
        padding: 50px 20px;
    }
    .shop-detail__shop-name {
        margin: 0;
        font-size: 26px;
    }
    .shop-detail__tel {
        font-size: 20px;
    }
    .shop-detail__tel::before {
        width: 20px;
        height: 20px;
    }
    .shop-detail__instagram img {
        max-width: 20px;
    }
    .shop-info__term {
        width: 100px;
    }
    .shop-info__desc {
        font-size: 16px;
    }
    .shop-description__text {
        font-size: 18px;
    }
    .company-content {
        padding: 50px 20px;
    }
    .shop-list-header__inner {
        padding: 50px 20px;
    }
}
@media (max-width: 500px) {
    .top-con02__card , .top-con03__card{
        flex: 1 100%;
    }
    .footer__address, .footer__company {
        font-size: 13px;
    }
    .footer__tel img {
        width: 230px;
    }
    
    .shop-list-content__info {
        padding: 40px 20px;
    }
    .shop-list-content__info-inner {
        flex-direction: column;
        gap: 30px;
    }
    
    .shop-list-content__image {
        order: -1;
    }
    
    .shop-list-content__text {
        text-align: center;
    }
    
    .shop-list-content__more-link {
        display: inline-block;
    }
    .company-content__item {
        flex-direction: column;
    }
    .company-content__term {
        width: 100%;
        font-size: 20px;
    }

    .company-content__desc {
        font-size: 18px;
    }
    .company-content__item--address .company-content__term {
        width: 100%;
    }
    .company-content__map {
        width: 100%;
    }
    .company-content__map iframe {
        width: 100%;
    }
    .company-content__list{
        border-left: 1px solid #3e3a39;
    }
    .company-content__title {
        font-size: 26px;
    }
    .shop-list-content {
        padding: 0 20px 10px 20px;
    }
    }
/* 1225追記 */
    .shop-list-link-wrap {
        text-align: center;
        margin-top: auto;
    }
    /* aタグにホバーした時にimgのスタイルを変更 */
    .top-con02__card a img,
    .top-con03__card a img {
        transition: opacity 0.3s;
    }
    .top-con02__card a:hover img,
    .top-con03__card a:hover img {
        opacity: 0.8;
    }
    .shop-info__desc a{
        text-decoration: none;
        color: #000;
        transition: all 0.3s;
    }
    .shop-info__desc a:hover {
        text-decoration: underline;
    }
    .top_shop-list-content__more-link {
        display: inline-block;
        width: 100%;
        padding: 12px 20px;
        border: 1px solid #000;
        background-color: #fff;
        color: #000;
        text-decoration: none;
        font-size: 10px;
        font-family: "Noto Sans JP", sans-serif;
        transition: all 0.3s;
        position: relative;
    }
    .top_shop-list-content__more-link::after {
        content: '';
        display: block;
        width: 15px;
        height: 4px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: skew(45deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 2px);
    }