@charset "UTF-8";

h2.page_ttl {
    padding: 50px 0 50px;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #aa9609;
    font-family: "Noto Sans JP", sans-serif;
}

.p-gourmet-map {
    height: 80vh;
    margin-bottom: 5%;
}
.gm-style .gm-style-iw-d {
    max-height: 470px !important;
    overflow-y: auto;
}
.gm-style .gm-style-iw {
    overflow: visible !important;
}
#gmap .p-gourmet-map__pop {
    max-height: 470px;
    overflow-y: auto;
}
.p-gourmet-map__pop .ttl {
    font-size: 1.5rem;
    font-weight: 600;
}
.p-gourmet-map__pop p{
    line-height: 1.8;
}
.p-gourmet-map__pop .root{
    text-decoration: underline;
    color: #aa9609;
}
.p-gourmet-bnr {
    width: 40%;
    max-width: 600px;
    margin: 0 auto;
}
.p-gourmet-bnr img {
    width: 100%;
}
.p-gourmet-store__list {
    width: 1020px;
    margin: 5% auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.p-gourmet-store__item {
    width: 100%;
}

.p-gourmet-store__item__img {
    width: 100%;
}

.p-gourmet-store__item__img img {
    width: 100%;
    object-fit: cover;
}
.p-gourmet-store__item__desc {
    padding: 15px;
    border: solid 3px #aa9609;
}
.p-gourmet-store__item__ttl {
    font-size: 2.3rem;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;

}
.p-gourmet-store__item__info div,
.p-gourmet-store__item__info a,
.p-gourmet-store__item__info span {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}
.p-gourmet-store__item__info span::after{
    content: ':';
    display: inline-block;
}
.p-gourmet-store__item__info .map a{
    border-bottom: 1px solid #111;
    font-family: "Noto Sans JP", sans-serif;
}


#detail{
	padding: 50px 0 0;
}
#detail .wrap{
	border-bottom: 4px solid #aa9609;
	padding-bottom: 95px;
	background: #fff;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../../2025/img/arrow_white.png) no-repeat 0 0;
    background-size: contain;
    transform: scaleX(-1);
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../../2025/img/arrow_white.png) no-repeat 0 0;
    background-size: contain;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: 0 0;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

#detail .fv_wrap{
	margin-bottom: 30px;
}
#detail .fv_wrap img{
	width: 100%;
}
#detail  .desc{
	width: 750px;
	margin: auto;
}
#detail  .desc p + p{
	margin-top: 20px;
}
#detail  .desc dl + dl{
	margin-top: 20px;
}
#detail dl dt{
	display: inline-block;
	background: #aa9609;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	width: 113px;
	padding: 7px 0 7px;

}
#detail dl dd{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 24px;
	margin-top: 2px;
	margin-left: 10px;
}
#detail .desc a {
    border-bottom: 1px solid #111;
    transition: .3s;
}

#detail .desc a:hover {
    opacity: .5;
}
#detail .desc .tel {
    border-bottom: none;
} 
#detail  .txt{
	font-size: 1.5rem;
	line-height: 28px;
	margin-top: 50px!important;
	margin-bottom: 50px;
}

/* 基本的なcarousel_sliderスタイル */
.carousel_slider {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.carousel_slider_inner {
	position: relative;
	width: 100%;
}

.carousel_slider_inner li {
	width: 100%;
}

.carousel_slider_inner li a {
	display: block;
}

/* fv_slider専用スタイル */
#detail .fv_wrap .carousel_slider {
	margin-bottom: 0;
}

#detail .fv_wrap .carousel_slider_inner {
	width: 100%;
}

#detail .fv_wrap .carousel_slider_inner li {
	width: 100%;
}

#detail .fv_wrap .carousel_slider_inner li img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

#detail .fv_wrap .carousel_slider .bx-wrapper .bx-controls {
	width: 100%;
	margin-top: -25px;
}



#detail .fv_wrap .carousel_slider .bx-wrapper .bx-pager {
	display: none;
}

.kpf-outline__bottom__btn{
    display: inline-block;
    width: 70%;
    max-width: 300px;
    position: relative;
    border: #000 solid 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 15px 0px;
    font-size: 1.5rem;
    border-radius: 10px;
    font-family: "Noto Sans JP",sans-serif;
    margin: 25px auto;
}
.kpf-outline__bottom__btn::after{
    content: '';
    position: absolute;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




@media screen and (max-width: 768px) {

    h2.page_ttl {
        padding: 7% 0 7%;
        font-size: 2rem;
    }
    .p-gourmet-map {
        height: 60vh;
    }
    .p-gourmet-bnr {
    width: 100%;
    margin: 0 auto;
    }
    .p-gourmet-bnr img {
    width: 100%;
    }
    .p-gourmet-store__list {
        width: 90%;
        margin: 10% auto 0;
        gap: 15px 10px;
    }
    .p-gourmet-store__item {
        width: 100%;
    }

    #detail{
        padding: 10% 0 0;
    }
    #detail .wrap{
        border-bottom: 4px solid #aa9609;
        padding-bottom: 20%;
    }
    #detail .fv_wrap img{
        width: 100%;
    }
    
    /* スマートフォン向けfv_sliderスタイル */
    #detail .fv_wrap .carousel_slider_inner li img {
        height: 250px;
    }
    
    #detail .fv_wrap .carousel_slider .bx-wrapper .bx-prev,
    #detail .fv_wrap .carousel_slider .bx-wrapper .bx-next {
        width: 30px;
        height: 30px;
    }
    
    #detail  .desc{
        width: 96%;
    }
    #detail  .desc img {
        width: 90%;
        margin: 0 auto;
    }
    #detail  .desc p + p{
        margin-top: 5%;
    }
    #detail  .desc dl + dl{
        margin-top: 5%;
    }
    #detail dl dt{
        font-size: 1.2rem;
        padding: 5px 0 6px;
    
    }
    #detail dl dd{
        width: 100%;
        font-size: 1.4rem;
        line-height: 18px;
        margin-top: 3%;
        margin-left: 0;
    }
    #detail .desc a {
        border-bottom: 1px solid #111;

    }
    #detail  .txt{
        font-size: 1.4rem;
        line-height: 1.5;
        margin-top: 10%!important;
        margin-bottom: 10%;
    }
    #detail dl dd p{
        margin-top: 5px;
        font-size: 1.2rem;
        line-height: 20px;
    }
    .p-gourmet-store__item__desc {
        padding: 10px;
    }
    .p-gourmet-store__item__ttl {
        font-size: 1.3rem;
        line-height: normal;
        margin-bottom: 5px;
    }
    .p-gourmet-store__item__info div,
    .p-gourmet-store__item__info a,
    .p-gourmet-store__item__info span {
        font-size: 1rem;
    }
}

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