@charset "UTF-8";
.pc_disp{
    display: block !important;
}
.sp_disp{
    display: none;
}
@media screen and (max-width: 480px){
.pc_disp{
    display: none;
}
.sp_disp{
    display: block;
}
}
#p-shop .mainvisual .mainvisual_ttl{
    line-height: 1.4;
}
#p-shop .shopTitle{
    line-height: 1.4;
}
.shop_navi{
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    font-size: 1.6rem;
    z-index: 4;
}
@media screen and (max-width: 480px){
.shop_navi{
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px) !important;
}
}
.shop_navi_inner{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    height: 90px;    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
@media screen and (max-width: 480px){
.shop_navi_inner{
    height: 60px;
    justify-content: left;
    padding: 1rem;
}
}
.shop_menu_btn{
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 65%;
}
@media screen and (max-width: 480px){
.shop_menu_btn{
    width: calc(100% - 90px);
    font-size: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}
}
.shop_reserve_btn{
    display: flex;
    gap: 3rem;
    width: 35%;
    justify-content: flex-end;
}
@media screen and (max-width: 480px){
.shop_reserve_btn{
    display: none !important;
}
}
.shop_navi_jump{
    color: #FFFFFF;
}
.shop_navi_jump:hover{
    color: #FFFFFF;
}
.shop_navi_btn{
    color: #000000;
    background: #FFFFFF;
    padding: 1rem 3rem;
    pointer-events: all !important;
}
#p-shop .pictures{
    margin-top: 0px;
}
#p-shop .meibutsu.is-umadoriya_bridges{
    padding-bottom: 100px;
}
#p-shop .meibutsu.is-umadoriya_bridges .meibutsu_list{
    margin-bottom: unset;
}
.shop_course_wrap{
    margin-top: 0 !important;
    padding: 100px 0;
}
@media screen and (max-width: 480px){
.shop_course_wrap{
    margin-top: 0 !important;
    padding: 80px 0;
}    
}
.shop_course_inner{
    max-width: 1000px !important;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
@media screen and (max-width: 480px){
.shop_course_inner{
    gap: 5vw;
}
}
.course_item{
    display: flex;
    gap: 5vw;
}
@media screen and (max-width: 480px){
.course_item{
    flex-direction: column;
}
}
.course_item_img{
    width: 30%;
}
@media screen and (max-width: 480px){
.course_item_img{
    width: 100%;
}
}
.course_item_img img{
    width: 100%;
}
.course_item_info{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
@media screen and (max-width: 480px){
.course_item_info{
    width: 100%;
}
}
.course_item_info h4{
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
}
.course_item_info dl{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.course_item_info dt{
    width: 20%;
    background: #f3eeea;
    padding: 0.5rem;
}
@media screen and (max-width: 480px){
.course_item_info dt{
    width: 40%;
}
}
.course_item_info dd{
    width: 80%;
}
@media screen and (max-width: 480px){
.course_item_info dd{
    width: 60%;
}
}
.course_price{
    text-align: right;
}
.course_price span{
    font-size: 2rem;
    font-weight: bold;
    color: #8f1d22;
}
.course_drink{
    display: flex;
    flex-direction: column;
}
.drink_title{
    border: 1px solid #CCCCCC;
    padding: 0.5rem;
    text-align: center;
    position: relative;
}
.course_drink_menu{
    display: none;
}
.course_drink_menu dl{
    display: flex;
}
.course_drink_menu dt{
    background: #FFFFFF;
    width: 20%;
    padding: 0.5rem;
    font-size: 1.4rem;
}
@media screen and (max-width: 480px){
.course_drink_menu dt{
    width: 30%;
    font-size: 1.2rem;
}
}
.course_drink_menu dd{
    width: 80%;
    font-size: 1.4rem;
}
@media screen and (max-width: 480px){
.course_drink_menu dd{
    width: 70%;
    font-size: 1.2rem;
}
}
.course_caution{
    font-size: 1.2rem;
}
.course_caution span{
    font-size: 1.4rem;
}

.shop_food_wrap{
    margin-top: 0 !important;
    padding: 100px 0;
    background-color: #e9e3d9;
}
@media screen and (max-width: 480px){
.shop_food_wrap{
    margin-top: 0 !important;
    margin-right: -10px;
    margin-left: -10px;
    padding: 80px 0;
}    
}
.shop_food_inner{
    max-width: 1000px !important;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
@media screen and (max-width: 480px){
.shop_food_inner{
    gap: 5vw;
}
}
.shop_food_inner h4{
    font-size: 2rem;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
}
.food_category{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2vw 2vw;
}
@media screen and (max-width: 480px){
.food_category{
    flex-direction: column;
    gap: 4vw;
    padding: 0 10px;
}
}
.food_item{
    width: calc((100% - 4vw) / 3);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (max-width: 480px){
.food_item{
    width:100%;
}
}
.food_item_img{
    width: 100%;
}
.food_item_img img{
    width: 100%;
}
.food_item_title{
    font-size: 1.6rem;
    font-weight: bold;
}
.food_item_price{
    font-size: 1.6rem;
    text-align: right;
}
.food_item_txt{
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.4;
}
.shop_drink_wrap{
    margin-top: 0 !important;
    padding: 100px 0;
}
@media screen and (max-width: 480px){
.shop_drink_wrap{
    margin-top: 0 !important;
    padding: 80px 0;
}    
}
.shop_drink_inner{
    max-width: 1000px !important;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
@media screen and (max-width: 480px){
.shop_drink_inner{
    gap: 5vw;
}
}
.shop_drink_inner h4{
    font-size: 2rem;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
}
.drink_category{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2vw 2vw;
}
@media screen and (max-width: 480px){
.drink_category{
    flex-direction: column;
    gap: 4vw;
}
}
.drink_item{
    width: calc((100% - 2vw) / 2);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (max-width: 480px){
.drink_item{
    width: 100%;
}
}
.drink_item_img{
    width: 100%;
}
.drink_item_img img{
    width: 100%;
}
.drink_item_title{
    font-size: 1.6rem;
    font-weight: bold;
}
.drink_item_price{
    font-size: 1.6rem;
    text-align: right;
}
.drink_item_txt{
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.4;
}
@media screen and (max-width: 480px) {
#p-shop .shopSideBtn {
     display: none; 
}
}
.information_map iframe{
    height: 100%;
}
.shop_fixed{
    display: none;
}
@media screen and (max-width: 480px) {
#footer{
    padding-bottom: 60px;
}
.shop_fixed{
    width: 100%;
    height: 60px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index:5;
    margin-top: unset !important;
    background: #FFFFFF;
    display: flex;
}
.shop_fixed_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop_fixed_btn li{
    width: 50%;
    height: 60px;
}
.shop_fixed_btn li a.shop_tel_btn{
    display: block !important;
    width: 100%;
    height: 60px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: #000000;
    padding: 1.6rem;
    text-align: center;
    text-decoration: none;
}
.shop_fixed_btn li a.shop_reserve_btn{
    display: block !important;
    width: 100%;
    height: 60px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: #8f1d22;
    padding: 1.6rem;
    text-align: center;
    text-decoration: none;
}
}

.m_box::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: translateY(-50%) rotate(135deg);
}
.drink_title.open .m_box::after {
    transform: translateY(-50%) rotate(315deg);
}
.drink_title.open .m_box::after {
    transform: translateY(-50%) rotate(315deg);
}


#p-shop .mainvisual .mainvisual_inner{
    max-height: calc(100vh - 30px) !important;
    height: calc(100vw - 130px) !important;
}
.mainvisual_inner video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/*@media only screen and (max-width: 780px) {*/
/*#p-shop .mainvisual .mainvisual_inner{*/
/*    height: unset !important;*/
/*}*/
/*}*/
@media screen and (max-width: 780px) {
/*#p-shop .mainvisual .mainvisual_inner{*/
/*    height: calc(60vh - 130px);*/
/*}*/
#p-shop .mainvisual .mainvisual_heading{
    margin-top: 50px !important;
}
}
