@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
#page_title .title {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, .8));
}
#event {
  margin: 50px 0 150px;
}
#event .cts_ttl {
  color: var(--mainColor);
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: .1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
#event .wrap:before {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .3));
}
#recommend .list_wrap {
  justify-content: flex-start;
}
#recommend .list_wrap .col .image {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}
#recommend .list_wrap .col .image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#recommend .list_wrap .col .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
}
#recommend .list_wrap .col a {
  display: block;
  text-decoration: none;
  color: var(--mainColor);
}
#recommend .list_wrap .col a:hover,
#recommend .list_wrap .col a:hover img {
  opacity: 1;
}
#recommend .list_wrap .col a:hover .image img {
  border-radius: 500px;
}
#recommend .list_wrap .col .image .btn {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: var(--mainColor);
  position: absolute;
  right: -20px;
  bottom: -20px;
  transition: .3s;
  z-index: 5;
}
#recommend .list_wrap .col .image .btn.arrow:before {
  content: '';
  width: 20px;
  height: 9px;
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
#recommend .list_wrap .col a:hover .image .btn {
  transform: scale(1.1);
}
#recommend .list_wrap .col a:hover .image .btn:before {
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  animation: btnArrow .3s ease-out forwards;
}
#recommend .list_wrap .col .date {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 5px;
}
#recommend .list_wrap .col h3 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
}

#shop_list {
  position: relative;
  background: url(../p_common/images/bgi_contents.png) no-repeat center top / cover;
  padding: 50px 0 60px;
}
#shop_list .title {
  margin: 0 0 20px;
  padding: 0 20px;
}
#shop_list #restaurant .main_title,
#shop_list #sweets .main_title {
  color: #897D55!important;
}
#shop_list .list_wrap {
  justify-content: center;
  position: relative;
  z-index: 1;
}
#shop_list .list_wrap .col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px 0;
}
#shop_list .list_wrap .col a {
  text-decoration: none;
  display: block;
}
#shop_list .list_wrap .col a:hover,
#shop_list .list_wrap .col a:hover img {
  opacity: 1;
}
#shop_list .list_wrap .col .image {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
#shop_list .list_wrap .col .image img {
  border-radius: 10px;
}
#shop_list .list_wrap .col .name {
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  flex-wrap: nowrap;
  margin: 30px 0;
}
#shop_list .list_wrap .col .name h3 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  min-height: 2.8em;
  display: flex;
  align-items: center;
}
#shop_list .list_wrap .col .name .btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--mainColor);
  position: relative;
  transition: .3s;
}
#shop_list .list_wrap .col .name .btn.arrow:before {
  content: '';
  width: 16px;
  height: 7px;
  background: url(../p_common/images/icon/btn_circle_arrow.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
#shop_list .list_wrap .col a:hover .name .btn {
  background: var(--mainColor);
}
#shop_list .list_wrap .col a:hover .name .btn:before {
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  animation: btnArrow .3s ease-out forwards;
}
#shop_list .list_wrap .col p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  letter-spacing: -.07em;
}
#shop_list .list_wrap .col p.floor {
  margin: 0 0 2px;
}
#shop_list .list_wrap .col .tag_list {
  justify-content: flex-start;
  gap: 8px;
}
#shop_list .list_wrap .col .tag_list li {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  border-radius: 15px;
  padding: 3px 12px;
}
#shop_list .list_wrap .col .btn_wrap {
  margin-top: 30px;
}
#shop_list .list_wrap .col a.rsv_btn {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #897d55;
  border-radius: 10px;
  position: relative;
}
#shop_list .list_wrap .col a.rsv_btn:hover {
  opacity: .8;
}
#shop_list .list_wrap .col a.rsv_btn:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../p_common/images/icon/link_wht.png) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
}
#shop_list .list_wrap .col .btm_cts {
  width: 100%;
  position: relative;
}
#shop_list #sweets .list_wrap .col {
  gap: 0;
}
#shop_list .btn_list .btn_list_wrap {
  justify-content: flex-start;
  gap: 30px;
}
#shop_list .btn_list .btn_list_wrap a.btn {
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px*2)/3);
  height: 80px;
  text-decoration: none;
  border: 1px solid var(--mainColor);
  background: #fff;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.6em;
}
#shop_list .btn_list .btn_list_wrap a.btn span {
  padding: 0 30px 0 0;
  position: relative;
}
#shop_list .btn_list .btn_list_wrap a.btn span:after {
  content: '';
  width: 14px;
  height: 6px;
  background: url(../p_common/images/icon/btn_circle_arrow.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
#shop_list .btn_list .btn_list_wrap a.btn:hover {
  color: #fff;
  background: var(--mainColor);
  opacity: 1;
}
#shop_list .btn_list .btn_list_wrap a.btn:hover span:after {
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  right: -5px;
}
/* #shop_list .btn_list p {
  display: block;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
  border-top: 1px solid var(--mainColor);
  text-align: center;
} */
#shop_list .btn_list .wrap {
  padding-bottom: 0;
}
#event .tab_wrap .tab_navi {
  margin: 0 0 50px;
}
#event .tab_wrap .tab_navi .tab_menu .tab:after {
  content: none;
}
#event .event_list .list_wrap {
  width: calc(100% + 40px);
}
#event .tab_wrap .tab_navi {
  gap: 0;
}
#event .tab_wrap .tab_navi,
#event .tab_wrap .tab_navi .tab_menu,
#event .tab_wrap .tab_navi .tab_menu:first-child {
  padding: 0;
}
#event .tab_wrap .tab_navi .tab_menu:not(:last-child):after {
  right: 0;
}
#event .tab_wrap .tab_navi .tab_menu .tab {
  background: #F0F0DC;
  transition: .3s;
}
#event .tab_wrap .tab_navi .tab_menu .tab:hover,
#event .tab_wrap .tab_navi .tab_menu.active .tab {
  background: #897D55;
  color: #fff;
}
.cancel_policy {
  width: 100%;
  display: block;
  margin: 60px 0 0 0;
}
.cancel_policy .bdr_box {
  justify-content: flex-start;
  align-items: center;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  padding: 15px;
  flex-wrap: nowrap;
  max-width: 1000px;
  margin: 0 auto;
}
.cancel_policy .bdr_box h4 {
  width: 320px;
  text-align: center;
  font-size: 28px;
  line-height: 2em;
  font-weight: 600;
  padding: 10px 0;
  border-right: 1px solid var(--mainColor);
}
.cancel_policy .bdr_box p {
  padding: 0 35px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
}
#event .event_list a.btn_circle {
  display: none;
}



/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #recommend .wrap,
  #restaurant .wrap,
  #cafe .wrap {
    padding-bottom: 0;
  }
  #shop_list .list_wrap .col {
    gap: 0;
  }
  #recommend .list_wrap .col .image .btn {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    right: -10px;
    bottom: -10px;
  }
  #recommend .list_wrap .col .image .btn.arrow:before {
    width: 9px;
    height: 4px;
  }
  #recommend .list_wrap .col .image {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #recommend .list_wrap .col .date {
    font-size: 11px;
  }
  #recommend .list_wrap .col h3 {
    font-size: 12px;
  }
  #shop_list {
    background: url(../p_common/images/bgi_contents_sp.png) no-repeat center top / cover;
  }
  #shop_list .list_wrap .col .name h3 {
    font-size: 15px;
    min-height: 2.8em;
  }
  #shop_list .list_wrap .col .name .btn {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  #shop_list .list_wrap .col p {
    font-size: 12px;
    letter-spacing: .05em;
  }
  #shop_list .list_wrap .col .tag_list {
    margin: 20px 0 0 0;
  }
  #shop_list .list_wrap .col .tag_list li {
    font-size: 11px;
  }
  #shop_list .list_wrap .col a.rsv_btn {
    font-size: 14px;
    border-radius: 5px;
  }
  #shop_list .list_wrap .col .btn_wrap {
    margin-top: 25px;
  }
  #shop_list .list_wrap .col {
    padding-bottom: 0;
    position: relative;
  }
  #shop_list .list_wrap .col {
    padding-bottom: 0;
    position: relative;
  }
  #shop_list .list_wrap .col .btm_cts {
    position: relative;
  }
  #shop_list .list_wrap .col .name {
    margin: 15px 0;
  }
  #shop_list:before {
    height: 83%;
    top: 47%;
    transform: translate(0, -50%);
    z-index: -1;
  }
  #shop_list #sweets .list_wrap .col {
    padding-bottom: 30px;
  }
  #shop_list .btn_list .wrap {
    padding: 0;
  }
  #shop_list .btn_list .btn_list_wrap {
    gap: 15px;
  }
  #shop_list .btn_list .btn_list_wrap a.btn {
    width: calc((100% - 15px) / 2);
    font-size: 14px;
    line-height: 1.6em;
  }
  #shop_list .btn_list .btn_list_wrap a.btn span {
    text-align: center;
  }
  /* #shop_list .btn_list p {
    text-align: left;
    font-size: 20px;
    line-height: 1.5em;
  } */
  #event {
    margin: 30px 0 50px;
  }
  #event .cts_ttl {
    font-size: 21px;
    margin: 0 0 30px;
  }
  #event .event_list .list_wrap {
    width: 100%;
  }
  #event .tab_wrap .tab_navi {
    gap: 15px;
    flex-wrap: wrap;
  }
  #event .tab_wrap .tab_navi .tab_menu:not(:last-child):after {
    content: none;
  }
  #event .tab_wrap .tab_navi .tab_menu {
    width: calc((100% - 15px) / 2);
  }
  #event .tab_wrap .tab_navi .tab_menu .tab {
    border-radius: 5px;
    padding: 20px 10px;
  }
  .cancel_policy {
    margin: 50px 0 0 0;
  }
  .cancel_policy .bdr_box {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .cancel_policy .bdr_box h4 {
    width: 100%;
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid var(--mainColor);
    font-weight: 500;
  }
  .cancel_policy .bdr_box p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    padding: 0;
    font-weight: 400;
  }

  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}