@charset "utf-8";

.in-bg01 {
    background: url(/system_panel/uploads/images/in-bg01.jpg) no-repeat center top / 100% 60%;
}

/*-----------------------------------------------------------
スライダー
-----------------------------------------------------------*/

.shop-title-box {
    padding: 30px 0 0;
}

.shop-title-box .title120 {
    margin: -3.5% 0 0;
}

.shop-swiper {
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
  	margin: 40px auto 0
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
}

span.swiper-pagination-bullet {
    background: var(--base-body-color);
    opacity: 1;
  	transition: all .3s;
}

span.swiper-pagination-bullet:hover {
    opacity: .6;
}


.swiper-pagination {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
}

span.swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    border-radius: 0;
}

.swiper-button-prev, .swiper-button-next{
	max-width: 30px;
  	width: 36%;
  	aspect-ratio: 1 / 1;
    top: auto;
    bottom: 0;
  	transition: all .3s;
}

.swiper-button-prev {
    left: 10%;
}

.swiper-button-next {
    right: 10%;
}

.swiper-button-prev:after {
    content: '';
    position: absolute;
    width: 100%;
  	height: 100%;
    background: url(/system_panel/uploads/images/in-prev.svg)no-repeat center / contain;
    z-index: 1;
}

.swiper-button-next:after {
    content: '';
    position: absolute;
    width: 100%;
  	height: 100%;
    background: url(/system_panel/uploads/images/in-next.svg)no-repeat center / contain;
    z-index: 1;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: .6;
}

.area-title {
  	color: var(--white);
  	background: var(--fifth);
  	padding: 0 30px;
  	font-size: clamp(15px, 13.786px + 0.324vw, 20px);
  	line-height: 1.85;
  	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 1;
}

/*-----------------------------------------------------------
バナー
-----------------------------------------------------------*/

.menu-banner {
    display: block;
    position: relative;
    background: var(--base-body-color);
    padding: 30px;
    margin: 50px auto 0;
  	transition: all .3s;
}

.menu-banner:hover .menu-banner-right img {
    transform: scale(1.05);
}

.menu-banner-in {
    border: 1px solid var(--border-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 35px;
    padding: 30px 0 0 0;
}

.menu-banner-left {
    max-width: 492px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  	padding: 0 15px;
}

.menu-banner-icon {
    max-width: 45px;
    width: 15%;
    aspect-ratio: 46 / 45;
}

.menu-banner-text {
    font-size: clamp(18px, 15.087px + 0.777vw, 30px);
    width: 100%;
    text-align: center;
}

.menu-banner-text span {
    font-size: 150%;
    padding: 0 2% 0 0
}

.menu-banner-arrow {
    max-width: 163px;
    width: 50%;
    aspect-ratio: 163 / 11;
}

.menu-banner-right {
    position: relative;
    width: 100%;
	max-width: 968px;
    min-height: 200px;
  	overflow: hidden;
}

.menu-banner-right img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: top;
    transition: all .5s;
}

/*-----------------------------------------------------------
店舗紹介
-----------------------------------------------------------*/

.shop-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
}

.shop-left {
    max-width: 600px;
    width: 100%;
}

.shop-left-text-block {
    margin: 30px 0 0;
}

.shop-access-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.shop-access-title-box {
    display: flex;
    align-items: center;
    gap: 15px;
  	font-weight: 700;
}

.g-map-link {
    width: 200px;
    color: var(--white);
    background: var(--base-body-color);
  	border: 1px solid;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
    border-radius: 100vmax;
    padding: 1px 15px 4px;
  	transition: all .3s;
}

.g-map-link:hover {
    color: var(--base-body-color);
    background: var(--white);
}

.shop-access-list-box {
    margin: 10px 0 0;
    padding: 10px 10px 9px;
    background: var(--secondary);
}

.shop-access-list-row {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.shop-right {
    max-width: 600px;
    width: 100%;
}

.shop-title-row01 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.shop-title-row02 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.shop-logo {
    max-width: 150px;
    width: 35%;
    aspect-ratio: 150 / 120;
}

.shop-table {
    margin: 50px 0 0;
    width: 100%;
}

.shop-tr {
    display: flex;
    flex-direction: column;
    padding: 13px 0 15px;
    border-bottom: 1px solid var(--border-primary);
    gap: 10px;
}

.shop-th {
    width: 100px;
  	font-weight: 900;
}

.shop-td {
    flex: 1;
}

.shop-td-row {
    display: flex;
}

/*-----------------------------------------------------------
お問い合わせ
-----------------------------------------------------------*/

.contact-deco01 {
    position: relative;
    width: 100%;
    min-height: 40px;
}

.contact-deco01 img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    transition: all .5s;
}

.contact-area {
    background: var(--base-body-color);
}

.contact-contents {
    color: var(--white);
    padding: 50px 0 70px;
  	max-width: 720px;
  	width: 100%;
  	margin: 0 auto;
}

.contact-text-box {
	margin: 30px 0 0;
  	font-weight: 400;
}

.contact-text span {
    font-size: 125%;
  	padding: 0 .5%;
  	text-decoration: underline;
}

.contact-btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  	flex-direction: column;
    gap: 30px;
    margin: 40px auto 0;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {

    .shop-tr {
        flex-direction: row;
        gap: 0px;
    }
  
}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {


    .menu-banner-in {
        flex-direction: row;
        gap: 10px;
        padding:0;
    }
  
    .menu-banner-left {
      	width: 51%;
    }

   .menu-banner-right {
      max-width: 968px;
      flex: 1;
      min-height: 300px;
    }
  
}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .in-bg01 {
        background: url(/system_panel/uploads/images/in-bg01.jpg)no-repeat center top / 100% 80%;
    }
  
    .swiper-button-prev {
		max-width: 44px;
        left: 20%;
		width: 36%;
    }

    .swiper-button-next {
		max-width: 44px;
        right: 20%;
		width: 36%;
    }
  
    span.swiper-pagination-bullet {
        width: 38px;
        height: 4px;
        border-radius: 0;
    }

    /*-----------------------------------------------------------
    バナー
    -----------------------------------------------------------*/

    .menu-banner {
        margin: 70px auto 0;
    }
  
    .menu-banner-left {
      	width: 40%;
    }
  

    /*-----------------------------------------------------------
    店舗紹介
    -----------------------------------------------------------*/

	.shop-row {
        align-items: flex-start;
        flex-direction: row;
        gap: 40px;
    }
  
    .shop-left {
        width: 45%;
    }
  
    .shop-right {
        width: 52%;
    }
  
    .shop-th {
        width: 100px;
        font-weight: 700;
    }

    .contact-btn-row {
        flex-direction: row;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .shop-th {
        width: 120px;
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    .shop-swiper {
        margin: 65px auto 0;
        padding-bottom: 80px;
    }
  
    .swiper-button-prev {
        left: 36%;
    }

    .swiper-button-next {
        right: 36%;
    }

    .menu-banner-right {
        min-height: 440px;
    }
  
    .shop-title-row01 {
        flex-direction: row;
    }
  
    .contact-deco01 {
        min-height: 48px;
    }

}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1400px) {

    .swiper-button-prev {
        left: 36%;
    }

    .swiper-button-next {
        right: 36%;
    }

}

/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
