@charset "utf-8";
/* ===========================================
 * グルメ案内
 * ======================================== */
/*-------------
 * 共通設定
-------------------------*/
/* 見出し */
main #com_content_wrapper .com_content{
    padding-top: 30px;
    box-shadow: 3px 3px 6px #00000029;
    background-color: #FFFEF0;
}

.u_mb_10 {
	margin-bottom: 10px;
}

.u_mb_20 {
	margin-bottom: 20px;
}

.u_mb_50 {
	margin-bottom: 50px;
}

.u_mb_60 {
	margin-bottom: 60px;
}

.gourmet_text_top {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

span.nav-text{
    position: absolute;
    display: flex;
    bottom: 55px;
    left: 0px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

.category_gourmet .nav-text img {
    background-color: unset;
}

span.nav-text.nav-mini {
    left: 15px;
}

span.nav-text.nav-gohan {
    left: 15px;
}

span.nav-text.nav-maruha {
    left: 55px;
}

span.nav-text.nav-bihu {
    left: 61px;
}

.image_content_top img {
    border-radius: 10px;
}

.image_wrapper img {
    background: #FFF;
}
.image_wrapper img.tokotan_abs {
    background: unset;
}

.category_facility .image_wrapper .par-title01,
.category_floormap_2F .image_wrapper .par-title01 {
    font-size: 30px;
    line-height: 1.5;
    color: #003288;
    background-color: unset;
    border-left: unset;
    border-bottom: 2px solid var(--MAIN_COLOR, #003288);
    padding: 0px 0px 5px 0px;
}

a.link-item {
        position: relative;
}
/* 2列 */
.floor,
.other_block {
    padding-top: 30px;
    display: flex;
    gap: 50px;
    width: 100%;
}

.category_gourmet .nav-ico {
    position: absolute;
    bottom: -10px;
    left: 112px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--red);
    cursor: pointer;
}

.category_gourmet .nav-ico::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 34%;
    bottom: 140%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(136deg);
}
/*----------------
 *   場内マップ
----------------*/
/* tokonyan位置 */
.category_gourmet .image_wrapper .tokotan_abs {
    position: absolute;
    right: 245px;
    top: -100px;
    z-index: 1;
}

.image_content_top {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.food_court {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.food_court img {
    margin-top: 20px;
}

.rokumenu_2 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #003288;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #003288;
}
.rokumenu_2 .contact p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;

}

.sisetsu_button p{
    display: flex;
    margin: 0 auto;
    width: 320px;
    height: 60px;
    line-height: 60px;
    border-radius: 20px;
    background-color: #003288;
    color: #ffffff;
    text-align: center;
    justify-content: center;   /* 全体を中央寄せ */
    position: relative;
}

.right_icon_bg {
  position: absolute;
  right: 0;
  top: 51%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 15px;
  transform: translateY(-50%);
  background-color: #ffffff;
  margin-right: 20px;
}

.right_icon_bg img {
    margin-left: 4px;
}
.sisetsu_button span.nextpage_icon{
    content: '';
    position: absolute;
    width: 3.0rem;
    height: 3.0rem;
    right: 0rem;
    top: 0rem;
    background-color: #003288;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

.sisetsu_button span.nextpage_icon::after{
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 41%;
    width: 1.0rem;
    height: 1.0rem;
    border-left: 0.2rem solid white;
    border-bottom: 0.2rem solid white;
    transform: translate(-50%, -50%) rotate(-45deg);
}

