@charset "UTF-8";
@import url(../../common/slick.css);

.l_breadcrumb ul{margin-bottom: 27px;}

.contents_store .wrapper{padding-right: 20px;padding-left: 20px;}

.contents_store .head_title{display: flex;justify-content: space-between;align-items: center;max-width: 640px;margin-right: auto;margin-left: auto;}
.contents_store .head_title h1{background: #D8A619;width: fit-content;height: 55px;border-radius: 0 100vh 100vh 0;display: flex;align-items: center;font-size: 1.5625rem;font-weight: bold;color: #FFF;padding-left: 27px;padding-right: 27px;}

.contents_store .head_title .btn{width: 40%;padding-right: 25px;margin-right:10px;}
.contents_store .head_title .btn{position: relative;background: url(../img/bg_btn_chirashi.png) no-repeat right;background-size: contain;height: 86px;}
.contents_store .head_title .btn a{display: block;text-indent: 100%;white-space: nowrap;overflow: hidden;place-content: center; position: relative;color: #D8A619;border: 4px solid #D8A619;border-bottom: 8px solid;width: 98px;height: 98px;-webkit-border-radius: 100vh;border-radius: 100vh;position: absolute;right: 36px;top: 5px;background: url(../img/btn_chirashi.png) no-repeat 50% calc(100% - 11px) #FFF;background-size: auto 11px;}
.contents_store .head_title .btn a::before{content: "";display: flex;width: 40px;height: 49px;position: absolute;left: 50%;top: 11px;transform: translateX(-50%);background: url(../img/icon_chirashi.svg) no-repeat 50% 50%;background-size: cover;}

.contents_store section:not(.store_goods) h2{font-size: 1.25rem;position: relative;font-weight: bold;padding-left: 15px;letter-spacing: 0.05rem;}
.contents_store section:not(.store_goods) h2::before{content: "";display: block;width: 5px;height: 100%;background: #D8A619;-webkit-border-radius: 100vh;border-radius: 100vh;position: absolute;left: 0;}

.store_data .wrapper{padding-bottom: 40px;}

.store_data .main_image{border-top: 1.5px solid #D8A619;margin-top: 12px;margin-bottom: 10px;padding-top: 8px;}
.store_data .slick-slide img{width: 100%;}

.store_data  dl{margin-bottom: 5px;}
.store_data  dl div{display: flex;align-items: center;height: 50px;font-size: 0.875rem;}
.store_data  dl div:not(:last-of-type){border-bottom: 1.5px solid #D8A619;}
.store_data  dl dt{color: #D8A619;padding: 0 10px;width: 95px;font-weight: bold;}
.store_data  dl dd{width: calc(100% - 95px);padding-left: 20px;}

.store_data .map{position: relative;padding-top: 75%;width: 100%;height: 0;overflow: hidden;}
.store_data .map iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.store_info .wrapper{padding-bottom: 40px;}

.store_info ul.list_info{border-top: 1.5px solid #D8A619;margin-top: 16px;}
.store_info ul.list_info li{display: flex;align-items: center;gap: 0 20px;min-height: 50px;padding: 10px 0;font-size: 0.9375rem;border-bottom: 1px dashed #D8A619;}
.store_info ul.list_info li span.icon{width: 72px;display: grid;place-content: center; height: 32px;-webkit-border-radius: 100vh;border-radius: 100vh;border: 2px solid #D8A619;color: #D8A619;font-weight: bold;}
.store_info ul.list_info li:nth-of-type(even) span.icon{background: #D8A619;color: #FFF;}

.store_info ul.list_info li.day_8 span.icon,
.store_info ul.list_info li.day_17 span.icon{background: #DD7C1B;color: #FFF;border-color: #DD7C1B;}
.store_info ul.list_info li.day_17 span.icon{font-size: 12px;}
.store_info ul.list_info li.day_18 span.icon{display: none;}

.store_service .wrapper{padding-bottom: 24px;}

.list_service{display: flex;flex-wrap: wrap;gap: 40px 0;margin-top: 30px;}
.list_service li{width: 92px;text-align: center;line-height: 1;display: none;}
.list_service li.switch_on{display: block;}
.list_service li.switch_on span{position: relative;display: grid;font-size: 0.875rem;font-weight: bold;color: #7E4E48;padding-top: 84px;}
.list_service li.switch_on span::before{content: "";background:none 50% 50% no-repeat;background-size: 54% auto;display: flex;width: 72px;height: 72px;border: 2px solid #7E4E48;position: absolute;left: 50%;top: 0;transform: translateX(-50%);border-radius: 40%;}
.list_service li.sv_01.switch_on span::before{background-image: url(../img/icon_01.png);}
.list_service li.sv_02.switch_on span::before{background-image: url(../img/icon_02.png);}
.list_service li.sv_03.switch_on span::before{background-image: url(../img/icon_03.png);}
.list_service li.sv_04.switch_on span::before{background-image: url(../img/icon_04.png);background-size: auto 54%;}
.list_service li.sv_05.switch_on span::before{background-image: url(../img/icon_05.png);}
.list_service li.sv_06.switch_on span::before{background-image: url(../img/icon_06.png);background-size: auto 54%;}
.list_service li.sv_07.switch_on span::before{background-image: url(../img/icon_07.png);}
.list_service li.sv_08.switch_on span::before{background-image: url(../img/icon_08.png);}
.list_service li.sv_09.switch_on span::before{background-image: url(../img/icon_09.png);background-size: auto 54%;}
.list_service li.sv_10.switch_on span::before{background-image: url(../img/icon_10.png);}

.store_goods{background: url(../../images/bg_goods.svg) no-repeat #F8E68C;padding-top: 6%;}
.store_goods .wrapper{padding-top: 133px;padding-bottom: 60px;padding-right: 30px;padding-left: 25px;position: relative;}
.store_goods h2,.store_goods .image,.store_goods .text{text-align:center;}
.store_goods .image{display: block;margin-right: -18px;}
.store_goods .text{margin-top: 25px;margin-bottom: 40px;text-align:center;}
.store_goods .text img{max-width:420px;}


/******/
.contents_chirashi{padding-bottom: 50px;}
.contents_chirashi .head_title{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;max-width: 640px;margin-right: auto;margin-left: auto;}
.contents_chirashi .head_title h1{background: #D8A619;width: fit-content;height: 55px;border-radius: 0 100vh 100vh 0;display: flex;align-items: center;font-size: 1.5625rem;font-weight: bold;color: #FFF;padding-left: 27px;padding-right: 27px;}

.store_chirashi .wrapper{position: relative;padding-right: 20px;padding-left: 20px;padding-bottom: 40px;}

.store_chirashi h2{font-size:1.25rem;position: relative;font-weight: bold;padding-left: 10px;letter-spacing: 0.05rem;margin-bottom: 10px;}
.store_chirashi h2::before{content: "";display: block;width: 5px;height: 100%;background: #D8A619;-webkit-border-radius: 100vh;border-radius: 100vh;position: absolute;left: 0;}

.store_chirashi div.date{background: #DD7C1B;color: #FFF;display: flex;justify-content: center;align-items: center;width: fit-content;height: 26px;font-size: 0.875rem;padding: 0 10px;position: absolute;right: 20px;top: -2px;}
.store_chirashi span.note{font-size:0.875rem;display: block;margin-top: 10px;}

.list_chirashi li{padding-top: 40px;}
.list_chirashi li h3{font-weight: bold;text-align: center;margin-bottom: 10px;font-size:1.125rem;}
.list_chirashi li p.popup{/* aspect-ratio: 1 / 1; */max-width: 600px;width: 100%;margin: auto;background: #FFF;display: flex;align-items: center;justify-content: center;border: 2px solid #D8A619;padding: 10px;}
.list_chirashi li.img_row p img{width: 80%;}
.list_chirashi li p img:hover{cursor: pointer;}

/* popup */
.overlay{display: flex;justify-content: center; align-items: flex-start;padding-top: 5vh;position: fixed;top: 0; left: 0;width: 100%;height: 100%;background: rgb(0 0 0/.6);z-index: 9999;overflow-y: auto;opacity: 0;visibility: hidden;transition: opacity 0.3s ease, visibility 0.3s ease;}
.overlay.active{opacity: 1;visibility: visible;}
.pop_cont {background: #FFF;padding: 20px;-webkit-border-radius: 10px;border-radius: 10px;width: 95%;max-width: 1200px;max-height: 90vh;overflow: auto;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;transform: scale(0.95);opacity: 0;transition: all 0.3s ease;}
.overlay.active .pop_cont{transform: scale(1);opacity: 1;}
.pop_cont .img {width: 100%;display: flex;justify-content: center;align-items: center;}
.pop_cont .img img {max-width: 100%;height: auto;object-fit: contain;display: block;}
.closebtn{display: flex;justify-content: center;align-items: center;width: 160px;height: 35px;position: relative;-webkit-border-radius: 5px;border-radius: 5px;border: none;-webkit-appearance: none;margin-top: 20px;background-color: #D8A619;font-weight: bold;color: #FFF;font-size: 0.875rem;cursor: pointer;}
.closebtn::before{content: "";display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 15px;width: 12px;height: 12px; background: url(../img/close.svg) 50% 50% no-repeat;background-size: cover;}

@media screen and (min-width:768px) {
  .contents_store .head_title,
  .contents_chirashi .head_title{max-width:800px;}
  
  .contents_store .head_title h1,
  .contents_chirashi .head_title h1{border-radius: 20px 0 0 0;}
  .contents_store .head_title h1{width:575px;}
  .contents_store .head_title .btn a{-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  .contents_store .head_title .btn a:hover{transform: scale(1.2);}
  
  .contents_store section:not(.store_goods) h2,
  .store_chirashi h2{font-size: 1.25rem;}
  
  .store_data .wrapper dl div{font-size: 1rem;height: 80px;}
  .store_data .main_image{padding-top:30px;margin-bottom:0;}
  .store_data  dl dt{width:125px;}
  
  .store_info ul.list_info li{font-size: 1rem;padding:20px 0;}

  .list_service li{width: 25%;}
  .list_service li.switch_on span{font-size: 1rem;}
  .list_service li.switch_on span::before {width: 100px;height: 100px;}
  .list_service li.switch_on span{padding-top:122px;}
  
  .store_goods h2 img{max-width:460px;}
  .store_goods .image{margin-top:20px;}
  .store_goods .image img{max-width:720px;}
  
  .store_chirashi h2{padding-left:15px;}
  .list_chirashi li h3{margin-bottom:15px;}
  .list_chirashi li p.popup{max-width:800px;}
}

@media screen and (max-width:767px) {
	.list_chirashi li p.popup.sp{position:relative;}
	.list_chirashi li p.popup.sp > a{position: absolute;top: 80%;left: 50%;transform: translateX(-50%);display:block;width:150px;padding: 5px;background-color:#333;border-radius:5px;text-align:center;color:#fff;}
	.list_chirashi li p.popup.sp:before{width:100%;height:100%;display:block;content:"";position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.2);}
}

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

}
