<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
p {
	font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
}
.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#breadcrumbs {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
    font-weight: 300;
}

/* -----------------------------
    TOPページ
----------------------------- */
/* エリア別で探す */
.area_search_pc .AreaBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 5px 0;
}
.area_search_pc .AreaBlock li {
    width: 14%;
    margin-top: 20px;
    margin-right: 3.2%;
}
.area_search_pc .AreaBlock li a {
    display: block;
    max-width: 170px;
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 500;
    text-align: center;
    border-radius: 10px;
    padding: 9px 0;
}
.area_search_pc .AreaBlock li:nth-child(6n) {
    margin-right: 0;
}
.area_search_pc .AreaBlock li a span {
	font-size: 15px;
	font-weight: 300;
    font-feature-settings: "palt";
    margin-left: 5px;
}
.area_search_pc .AreaBlock li a:hover {
    opacity: 1;
    text-decoration: none;
}

.area_search_pc .PrefectureBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 23px 0;
}
.area_search_pc .PrefectureBlock li {
    width: 9.3%;
    margin-top: 20px;
    margin-right: 2%;
}
.area_search_pc .PrefectureBlock li a {
    display: block;
    max-width: 112px;
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
    text-align: center;
    border-radius: 18px;
    padding: 8px 0;
}
.area_search_pc .PrefectureBlock li:nth-child(9n) {
    margin-right: 0;
}
.area_search_pc .PrefectureBlock li a span {
	font-weight: 300;
    font-feature-settings: "palt";
    margin-left: 3px;
}
.area_search_pc .PrefectureBlock li a:hover {
    opacity: 1;
    text-decoration: none;
}

.theme_scene .area_search_pc .AreaBlock {
    padding: 18px 0 0;
}
.theme_scene .area_search_pc .AreaBlock li {
    width: 15%;
    margin-top: 15px;
    margin-right: 2%;
}
.theme_scene .area_search_pc .AreaBlock li:nth-child(6n) {
    margin-right: 0;
}
.theme_scene .area_search_pc .AreaBlock li a {
    max-width: 150px;
	font-size: 17px;
    padding: 8px 0;
}
.theme_scene .area_search_pc .AreaBlock li a span {
	font-size: 13px;
}
.theme_scene .area_search_pc .PrefectureBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.theme_scene .area_search_pc .PrefectureBlock li {
    width: 10%;
    margin-top: 14px;
    margin-right: 1.25%;
}
.theme_scene .area_search_pc .PrefectureBlock li:nth-child(9n) {
    margin-right: 0;
}
.theme_scene .area_search_pc .PrefectureBlock li a {
    max-width: 100px;
	font-size: 13px;
    padding: 7px 0;
}

/* 旅色編集部Pick up */
.theme_pickup .pickup__title  {
    min-height: 84px;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.theme_pickup .pickup__title img  {
    width: 100%;
    max-width: 354px;
    height: auto;
}
.theme_pickup .pickup__list {
    position: relative;
    z-index: 0;
}
.theme_pickup .pickup__item {
    padding: 70px 0 66px;
    position: relative;
}
.theme_pickup .pickup__item:last-child {
    padding-bottom: 107px;
}
.theme_pickup .pickup__item::after {
    content: '';
    background-image: linear-gradient(to right, #FFF, #FFF 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.theme_pickup .pickup__item:first-child::after {
    display: none;
}

/* 旅色編集部Pick upスライダー */
.theme_pickup .pickup__item-img {
    width: 100%;
    max-width: 1200px;
	display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.theme_pickup .pickup__item-num {
    width: 96px;
    height: 108px;
    font-size: 20px;
    font-weight: 500;
    color: #3C679B;
    text-align: center;
    line-height: 1;
    padding-top: 10px;
    position: absolute;
    left: 3.54%;
    top: 0;
    z-index: 5;
    background-image: url(/images/gourmet/theme/ittogashi/pickup_num_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.theme_pickup .pickup__item-num span {
    display: block;
    font-size: 42px;
    font-weight: 600;
    color: #3C679B;
    padding-top: 3px;
}
.theme_pickup .swiper-button-next, .theme_pickup .swiper-button-prev {
    display: none;
}
.theme_pickup .swiper-main--wrap {
    width: 66%;
    max-width: 822px;
    margin-right: 2.5%;
    position: relative;
}
.theme_pickup .swiper-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.theme_pickup .swiper-slide img {
    max-height: 543px;
    object-fit: cover;
}
.theme_pickup .swiper-pagination {
    opacity: 0;
}
.theme_pickup .swiper-thumbnail {
    width: 31.5%;
    max-width: 378px;
}
.theme_pickup .swiper-thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.theme_pickup .swiper-thumbnail .swiper-slide {
    width: 45%;
    max-width: 170px;
    height: auto;
    max-height: 117px;
    margin-bottom: 6.6%;
    opacity: .7;
}
.theme_pickup .swiper-thumbnail .swiper-slide:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.theme_pickup .swiper-thumbnail .swiper-slide:hover {
    cursor: pointer;
}
.theme_pickup .swiper-thumbnail .swiper-slide img {
    max-height: 117px;
    object-fit: cover;
}
.theme_pickup .swiper-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
    position: relative;
}
.theme_pickup .swiper-thumbnail .swiper-slide-thumb-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #333;
}
.theme_pickup .swiper-slide img {
    display: block;
    width: 100%;
}

.theme_pickup .item__name {
	font-size: 45px;
	font-weight: 500;
    color: #FFF;
    border-bottom: 2px solid #FFF;
    padding-bottom: 18px;
    margin-top: 25px;
}
.theme_pickup .item__text {
    width: 100%;
    min-height: 405px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.theme_pickup .item__text .item__text-left {
    width: 62%;
    max-width: 745px;
    margin-right: 9%;
}
.theme_pickup .item__text-area {
    font-size: 20px;
	font-weight: 500;
    color: #FFF;
}
.theme_pickup .item__text-main {
    font-size: 30px;
	font-weight: 500;
    color: #FFF;
    margin-top: 8px;
}
.theme_pickup .item__text-sub {
    font-size: 20px;
	font-weight: 300;
    line-height: 2;
    color: #FFF;
    margin-top: 18px;
}
.theme_pickup .item__map {
    width: 29%;
}
.theme_pickup .item__map img {
    width: 100%;
    max-width: 302px;
    height: auto;
}
.theme_pickup .item__info {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.theme_pickup .info__text {
    width: calc(91.5% - 275px);
    max-width: 757px;
    margin-right: 8.5%;
    font-weight: 300;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
}
.theme_pickup .info__text dt {
    width: 77px;
    background: #333;
    text-align: center;
    margin: 30px 15px 0 0;
    padding: 2px 0;
    font-size: 14px;
    align-self: flex-start;
}
.theme_pickup .info__text dd {
    width: calc(100% - 92px);
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 30px;
    overflow-wrap: break-word;
}
.theme_pickup .info__text dt:first-child,
.theme_pickup .info__text dt:first-child + dd {
    margin-top: 0;
}
.theme_pickup .info__btn {
    width: 275px;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 4%;
    bottom: 0;
}
.theme_pickup .info__btn a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #333;
    padding: 10px 0;
    background: #FFF;
    margin-top: 10px;
    box-sizing: border-box;
}
.theme_pickup .info__btn a:first-child {
    margin-top: 0;
}
.theme_pickup .info__btn a:nth-child(2) {
    color: #333;
    background-image: url(/images/gourmet/theme/xmas_gourmet/pickup_btn_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}
.theme_pickup .item__articleLink {
    background: #FFF;
    border-radius: 10px;
    margin-top: 60px;
    position: relative;
}
.theme_pickup .item__articleLink a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 14px 5% 14px 1.8%;
}
.theme_pickup .item__articleLink a::after {
    content: '';
    width: 5%;
    max-width: 60px;
    height: 100%;
    background: #EDE8D2;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
}
.theme_pickup .item__articleLink:hover::after {
    opacity: 0.7;
}
.theme_pickup .item__articleLink a .articleLink__topics {
    width: 15.4%;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding: 9px 0 11px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 15px 1.6% 15px 0;
}
.theme_pickup .item__articleLink a .articleLink__img {
    width: 14%;
    max-width: 155px;
    height: auto;
    margin-right: 2.9%;
}
.theme_pickup .item__articleLink a .articleLink__text {
    width: 61.7%;
    margin: 10px 4.4% 10px 0;
}
.theme_pickup .item__articleLink a .articleLink__text::before,
.theme_pickup .item__articleLink a .articleLink__text::after {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 1.6%;
    border-radius: 100px;
    transform: rotate(30deg);
    transform-origin: 100% 50%;
    z-index: 1;
}
.theme_pickup .item__articleLink a .articleLink__text::after {
    transform: rotate(-30deg);
}
.theme_pickup .item__articleLink a .articleLink__title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.theme_pickup .item__articleLink a .articleLink__read {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 宿のタイプ */
.theme_type_pc {
    padding: 95px 0 85px;
}
.theme_type_pc .theme_type-title {
    text-align: center;
    position: relative;
}
.theme_type_pc .theme_type-title img {
    width: 100%;
    max-width: 960px;
    height: auto;
}
.theme_type_pc .theme_type-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 72px;
}
.theme_type_pc .theme_type-main .type {
    width: 50%;
    padding: 42px 0  46px;
    border-bottom: 1px solid #E3D6D6;
    box-sizing: border-box;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) {
    padding-right: 5.7%;
    border-right: 1px solid #E3D6D6;
}
.theme_type_pc .theme_type-main .type:nth-child(even) {
    padding-left: 5.7%;
}
.theme_type_pc .theme_type-main .type:nth-child(-n+2) {
    padding-top: 0;
}
.theme_type_pc .theme_type-main .type:nth-last-child(-n+2) {
    border-bottom: 0;
}
.theme_type_pc .type .type__title img {
    width: 100%;
    max-width: 530px;
    height: auto;
    vertical-align: top;
}
.theme_type_pc .type .type__img {
    margin-top: 22px;
}
.theme_type_pc .type .type__img img {
    width: 100%;
    max-width: 525px;
    height: auto;
    border-radius: 15px;
    vertical-align: top;
}
.theme_type_pc .type .type__text {
	font-size: 16px;
	font-weight: 300;
    line-height: 1.75;
    color: #333;
    margin-top: 25px;
    max-width: 525px;
}

/* シーン別特集 */
.theme_scene {
    padding: 65px 0 103px;
}
.theme_scene .theme_scene-title {
    text-align: center;
}
.theme_scene .theme_scene-title img {
    width: 100%;
    max-width: 934px;
    height: auto;
}
.theme_scene .theme_scene-main .scene {
    background: #FFF;
    padding: 65px 8% 72px;
}
.theme_scene .theme_scene-main .scene:not(:first-child) {
    margin-top: 90px;
}
.theme_scene .scene__top {
    display: flex;
    flex-wrap: wrap;
}
.theme_scene .top__text {
    width: 51.3%;
    max-width: 528px;
    margin-right: 7.5%;
}
.theme_scene .top__title img {
    width: 100%;
    max-width: 528px;
    height: auto;
}
.theme_scene .top__text-sub {
	font-size: 16px;
	font-weight: 300;
    color: #333;
    margin-top: 40px;
}
.theme_scene .top__img {
    width: 41.2%;
}
.theme_scene .top__img img {
    width: 100%;
    max-width: 415px;
    height: auto;
}
.theme_scene .scene__main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}
.theme_scene .gourmet {
    width: 46.8%;
    max-width: 471px;
    margin-top: 50px;
    margin-right: 6.4%;
}
.theme_scene .gourmet a {
    display: block;
}
.theme_scene .gourmet:nth-child(2n) {
    margin-right: 0;
}
.theme_scene .gourmet .gourmet__img {
    position: relative;
}
.theme_scene .gourmet .gourmet__img img {
    width: 100%;
    max-width: 470px;
    height: auto;
    vertical-align: top;
}
.theme_scene .gourmet .gourmet__img .gourmet__area {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 8px 0 13px 47px;
    box-sizing: border-box;
}
.theme_scene .gourmet .gourmet__img .gourmet__area::before {
    content: '';
    width: 14px;
    height: 20px;
    background-image: url(/images/gourmet/theme/common/area_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 21px;
}
.theme_scene .gourmet .gourmet__name {
	font-size: 20px;
	font-weight: 500;
    color: #333;
    margin-top: 13px;
}
.theme_scene .gourmet__text-main {
	font-size: 16px;
	font-weight: 500;
    margin-top: 14px;
    border-bottom: 1px solid #CCC;
}
.theme_scene .gourmet__text-sub {
    margin-top: 14px;
    position: relative;
    min-height: 96px;
}
.theme_scene .gourmet__text-sub .lead {
    font-size: 16px;
	font-weight: 300;
    color: #333;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.theme_scene .gourmet__text-sub .more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
	font-weight: 300;
    text-decoration: underline;
}
.theme_scene .info__btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
.theme_scene .info__btn a {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #3C679B;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #3C679B;
    padding: 7px 0;
    box-sizing: border-box;
}
.theme_scene .info__btn a:first-child {
    width: 49.3%;
    margin-right: 1.4%;
}
.theme_scene .info__btn a:nth-child(2) {
    width: 49.3%;
    background: #3C679B;
    color: #FFF;
}
.theme_scene .info__btn a:nth-child(3) {
    margin-top: 10px;
}

/* 查看其他特輯介紹 スライダー */
.bottom {
    margin: 80px 0 0;
}
.bottom .search__text {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
    padding-left: 10px;
}
.gourmet__slider {
    margin-top: 90px;
}
.gourmet__slider .other__theme {
    max-width: 1200px;
    margin: auto;
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
    color: #333;
    border-left: 5px solid #000;
    padding-left: 10px;
}
.gourmet__slider .slider__wrap {
    position: relative;
}
.gourmet__slider .swiper-container {
    position: relative;
    font-size: 0;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
    margin-top: 16px;
}
.gourmet__slider .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.gourmet__slider .swiper-pagination-bullet {
	width: 8px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #000;
    background: #FFF;
    opacity: 1;
}
.gourmet__slider .swiper-pagination-bullet-active {
    background-color: #E8A2A2;
}
.gourmet__slider .swiper-slide img {
    width: 100%;
    height: auto;
}
.gourmet__slider .swiper-slide a {
    display: block;
    position: relative;
}
.gourmet__slider .swiper-slide a:focus {
    outline: none;
}
.gourmet__slider .swiper-slide.tokusyuBtn a::after {
    content: '查看此特輯▸';
    width: 120px;
    height: 45px;
    background: #333;
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
    font-size: 17px;
    color: #FFF;
    line-height: 1;
    text-align: center;
    padding: 11px 0 11px 5px;
    border: 2px solid #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.gourmet__slider .swiper-button-prev, .gourmet__slider .swiper-button-next {
    position: absolute;
    margin-top: 0;
    width: 50px;
    height: calc(100% - 30px);
    background:rgba(0,0,0,0.5);
    z-index: 3;
}
.gourmet__slider .swiper-button-prev::before, .gourmet__slider .swiper-button-next::before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    top: 46%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.gourmet__slider .swiper-button-prev:hover, .gourmet__slider .swiper-button-next:hover,
.gourmet__slider .swiper-button-prev:focus, .gourmet__slider .swiper-button-next:focus {
    color: #fff;
    outline: none;
}
.gourmet__slider .swiper-button-prev:hover::before, .gourmet__slider .swiper-button-next:hover::before,
.gourmet__slider .swiper-button-prev:focus::before, .gourmet__slider .swiper-button-next:focus::before {
    opacity: 1;
}
.gourmet__slider .swiper-button-prev.slick-disabled:before,
.gourmet__slider .swiper-button-next.slick-disabled:before {
    opacity: .8;
}
.gourmet__slider .swiper-button-prev {
    left: 0;
}
.gourmet__slider .swiper-button-prev::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 18px;
}
.gourmet__slider .swiper-button-next {
    right: 0;
}
.gourmet__slider .swiper-button-next::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px;
}

/* -----------------------------
    検索結果ページ
----------------------------- */
.search .search__img {
    position: relative;
}
.search .search__img-wrap {
    z-index: 0;
    position: relative;
}
.search .search__img-wrap::before {
    content: '';
    width: 100%;
    height: 470px;
    background-color: rgba(51,51,51,0.75);
    z-index: 1;
    position: absolute;
}
.search .search__img .search__img-wrap img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    vertical-align: top;
}
.search__text-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    box-sizing: border-box;
}
.search .search__text-title .search__text-key {
    display: inline-block;
	font-size: 46px;
	font-weight: 300;
    color: #FFF;
    margin-top: 20px;
}
.search .search__img .search__text-right {
    width: 48%;
    max-width: 577px;
    align-self: flex-end;
    margin-bottom: 33px;
}
.search .search__img .search__text-right .top__text-main a {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
    color: #FFF;
}
.search .search__img .search__text-right .top__text-main a:hover {
    opacity: 1;
    text-decoration: underline !important;
}
.search .search__img .search__text-right .top__text-sub {
	font-size: 14px;
	font-weight: 300;
    color: #FFF;
    line-height: 2;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.search__wrap {
    display: flex;
    margin: 38px auto 150px;
}

.theme {
    width: calc(95% - 220px);
    max-width: 915px;
}
.theme__top {
    margin-bottom: 30px;
}
.theme__top .theme__title {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 500;
}
.theme__top .theme__title span {
    display: block;
    font-size: 18px;
}
.theme__top .theme__text {
	font-size: 16px;
	font-weight: 300;
    color: #333;
    margin-top: 25px;
}
.theme__top .theme__ranking {
    margin-top: 13px;
    text-align: right;
}
.theme__top .theme__ranking a {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
    text-decoration: underline !important;
}
.theme .theme__num {
    display: inline-block;
	font-size: 16px;
	font-weight: 500;
    color: #333;
    margin-right: 35px;
}
.theme .theme__num span {
	font-size: 25px;
    vertical-align: -1px;
}
.theme .theme__select {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: 3px;
}
.theme .theme__select li {
    margin: 5px 20px 5px 0;
}
.theme .theme__select li a {
    display: block;
    padding: 3px 11px;
    background: #EDE8D2;
    border-radius: 13px;
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 300;
    color: #333;
    white-space: nowrap;
}

/* 検索結果ページ スライダー */
.theme {
    position: relative;
}
.theme .theme__item {
    margin: 0;
    padding: 71px 0 68px;
    position: relative;
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.theme .theme__item.blur {
    overflow: hidden;
    max-height: 420px;
    padding: 0;
    margin-top: 71px;
    pointer-events: none;
}
.theme .theme__item.blur .wrap {
    overflow: hidden;
}
.theme .theme__item.blur .theme__item-img,
.theme .theme__item.blur .item__name,
.theme .theme__item.blur .item__text,
.theme .theme__item.blur .item__info,
.theme .theme__item.blur .info__btn,
.theme .theme__item.blur .sub__left {
    filter: blur(5px);
}
.theme .theme__item.blur::after {
    display: none;
}
.theme .theme__item.none {
    display: none;
    overflow: hidden;
    height: 0;
    padding: 0;
 }

.theme .theme__item.pr .swiper-main--wrap::before {
    content: 'Pick up';
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
    color: #333;
    text-align: center;
    width: 70px;
    background: rgba(255, 255, 255, 0.73);
    position: absolute;
    top: 14px;
    left: 19px;
    z-index: 3;
}
.theme .theme__item::after {
    content: '';
    background-image: linear-gradient(to right, #AAA, #AAA 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.theme .theme__item:last-child::after {
    display: none;
}
.theme .theme__item:first-child {
    padding-top: 20px;
}
.theme .theme__item-img {
    width: 100%;
	display: flex;
}
.theme .swiper-button-next, .theme .swiper-button-prev {
    display: none;
}
.theme .swiper-main--wrap {
    width: 67.2%;
    max-width: 615px;
    margin-right: 2.6%;
    position: relative;
}
.theme .swiper-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.theme .swiper-slide img {
    max-height: 422px;
    object-fit: cover;
}
.theme .swiper-pagination {
    opacity: 0;
}
.theme .swiper-thumbnail {
    width: 30.2%;
    max-width: 275px;
}
.theme .swiper-thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.theme .swiper-thumbnail .swiper-slide {
    width: 45%;
    max-width: 129px;
    height: auto;
    max-height: 89px;
    margin-bottom: 9.5%;
    opacity: .7;
}
.theme .swiper-thumbnail .swiper-slide:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.theme .swiper-thumbnail .swiper-slide:hover {
    cursor: pointer;
}
.theme .swiper-thumbnail .swiper-slide img {
    max-height: 89px;
    object-fit: cover;
}
.theme .swiper-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
    position: relative;
}
.theme .swiper-thumbnail .swiper-slide-thumb-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #333;
}
.theme .swiper-slide img {
    display: block;
    width: 100%;
}
.theme .theme__item-area {
    width: 100%;
    height: 40px;
	font-size: 15px;
	font-weight: 500;
    color: #FFF;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    padding: 9px 0 12px 48px;
    box-sizing: border-box;
}
.theme .theme__item-area::before {
    content: '';
    width: 16px;
    height: 23px;
    background-image: url(/images/gourmet/theme/common/area_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 21px;
}

.theme .item__name {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 500;
    color: #333;
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #AAA;
}
.theme .item__text {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
}
.theme .item__text-left {
    width: 67.2%;
    max-width: 615px;
    margin-right: 2.6%;
}
.theme .item__text-left .item__text-main {
	font-size: 21px;
	font-weight: 500;
    color: #333;
}
.theme .item__text-left .item__text-sub {
	font-size: 15px;
	font-weight: 300;
    line-height: 1.75;
    color: #333;
    margin-top: 24px;
}
.theme .item__text-right {
    width: 30.2%;
    max-width: 275px;
    background: #F6F5F0;
    padding: 13px 2%;
    box-sizing: border-box;
}
.theme .item__text-right li {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
    color: #333;
    padding-left:  30px;
    position: relative;
}
.theme .item__text-right li::before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
}
.theme .item__text-right li + li {
    margin-top: 16px;
}
.theme .item__text-right li.icon_flg1::before {
    background: url(/images/gourmet/icon_flg1.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_flg2::before {
    background: url(/images/gourmet/icon_flg2.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_flg3_nosmoke::before {
    background: url(/images/gourmet/icon_flg3_nosmoke.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_flg3_allowed::before {
    background: url(/images/gourmet/icon_flg3_allowed.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_flg4::before {
    background: url(/images/gourmet/icon_flg4.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_flg5::before {
    background: url(/images/gourmet/icon_flg5.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_flg6::before {
    background: url(/images/gourmet/icon_flg6.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_flg7::before {
    background: url(/images/gourmet/icon_flg7.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_parking::before {
    background: url(/images/gourmet/icon_parking.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_creditcard::before {
    background: url(/images/gourmet/icon_creditcard.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_takeout::before {
    background: url(/images/gourmet/icon_takeout.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icon_lunch::before {
    background: url(/images/gourmet/icon_lunch.svg) no-repeat;
    background-size: contain;
}
.theme .item__info {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.theme .info__text {
    width: 67.7%;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-right: 2.3%;
}
.theme .info__text dt {
    width: 71px;
    background: #333;
    text-align: center;
    margin: 25px 21px 0 0;
    padding: 2px 0;
    font-size: 12px;
    color: #FFF;
    align-self: flex-start;
}
.theme .info__text dd {
    width: calc(100% - 92px);
    max-height: 40px;
    font-size: 13px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 25px;
    overflow-wrap: break-word;
}
.theme .info__text dt:first-child,
.theme .info__text dt:first-child + dd {
    margin-top: 0;
}
.theme .info__text dd:last-child {
    width: 57%;
}
.theme .info__btn {
    width: 30%;
    max-width: 275px;
    height: 100%;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px
}
.theme .info__btn a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #E8A2A2;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #E8A2A2;
    padding: 10px 0;
    margin-top: 10px;
    box-sizing: border-box;
}
.theme .info__btn a:first-child {
    margin-top: 0;
}
.theme .info__btn a:nth-child(2) {
    color: #FFF;
    background: #E8A2A2;
}
.theme .item__moreBtn {
    position: absolute;
    bottom: 187px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 100%;
    display: none;
}
.theme .item__moreBtn a {
    display: block;
    width: 100%;
    max-width:  550px;
    border: 2px solid #333;
    border-radius: 10px;
    background: #FFF;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    box-sizing: border-box;
}
.theme .item__moreBtn a:hover {
    cursor: pointer;
}
.theme__item.sub {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 56px 0;
}
.theme__item.sub .sub__left {
    width: 42.4%;
    max-width: 388px;
    margin-right: 2.6%;
    position: relative;
    align-self: flex-start;
}
.theme__item.sub .sub__left img {
    width: 100%;
    max-width: 388px;
    height: auto;
    vertical-align: top;
}
.theme__item.sub .sub__right {
    width: 55%;
    max-width: 503px;
}
.theme__item.sub .item__name {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 87px;
}
.theme__item.sub .item__text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #333;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.theme__item.sub .info__btn {
    width: 100%;
    max-width: unset;
    margin-top: 15px;
    margin-left: auto;
}
.theme__item.sub .info__btn a {
    width: calc(50% - 5px);
    margin-top: 0;
    font-size: 16px;
    box-sizing: border-box;
}
.theme__item.sub .info__btn a:first-child {
    margin-right: 10px;
}
.theme__item.sub.blur {
    padding-bottom: 85px;
}

/* 検索結果ページ 絞り込み条件 */
.searchPanel_pc {
    width: 220px;
    margin-right: 5%;
    background: #F6F5F0;
    align-self: flex-start;
}
.searchPanel_pc .searchPanel__title {
	font-size: 14px;
	font-weight: 500;
    color: #FFF;
    text-align: center;
    background: #D1C9AE;
    padding: 5px 0;
}
.searchPanel_pc .select__title {
	font-size: 12px;
	font-weight: 500;
    color: #333;
}
.searchPanel_pc .searchPanel__main {
    padding: 14px 15px 25px;
}
.searchPanel_pc .searchPanel__select + .searchPanel__select {
    margin-top: 25px;
}
.searchPanel_pc .select_box {
    position: relative;
    margin-top: 6px;
}
.searchPanel_pc .select_box::after {
    content:'\025bc';
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 9px;
	font-weight: 300;
    color: #333;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    cursor: pointer;
    pointer-events: none;
}
.searchPanel_pc .select_box select {
    width: 100%;
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 300;
    color: #222;
    border: 1px solid #707070;
    border-radius: 5px;
    background: #FFF;
    padding: 4px 22px 4px 13px;
    height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchPanel_pc .select_box .prefecture,
.searchPanel_pc .select_box .kanko,
.searchPanel_pc .select_box .syosai,
.searchPanel_pc .select_box .type {
    color: #AAA;
}
#js-pulldown-kanko,
#js-pulldown-syosai {
    display: none;
}
.searchPanel_pc .select_box select:hover {
    cursor: pointer;
}
.searchPanel_pc .select_box + .select_box {
    margin-top: 11px;
}
.searchPanel_pc .search__btn {
    width: 100%;
    max-width: 160px;
    margin: 28px auto 0;
}
.searchPanel_pc .search__btn button {
    width: 100%;
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
    color: #FFF;
    background: #000;
    border-radius: 18px;
    border: 0;
    padding: 9px 0;
}
.searchPanel_pc .search__btn button:hover {
    cursor: pointer;
    opacity: 0.7;
}
.searchPanel_sp {
    display: none;
}
.bgAll {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* -----------------------------
    404ページ
----------------------------- */
.top404 {
    padding-bottom: 70px;
}
.top404 .top404__img {
    position: relative;
}
.top404 .top404__img-wrap {
    z-index: 0;
    position: relative;
}
.top404 .top404__img-wrap::before {
    content: '';
    width: 100%;
    height: 155px;
    background-color: rgba(51,51,51,0.75);
    z-index: 1;
    position: absolute;
}
.top404 .top404__img .top404__img-wrap img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    vertical-align: top;
}
.top404 .top404__text-wrap {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.top404 .top404__text {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 25px;
	font-weight: 500;
    color: #333;
    text-align: center;
    margin: 60px auto;
}
.top404 .search__text {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
    padding-left: 10px;
}

/* -----------------------------
    ランキングページ
----------------------------- */
.ranking .ranking__img {
    position: relative;
}
.ranking .ranking__img-wrap {
    z-index: 0;
    position: relative;
}
.ranking .ranking__img-wrap::before {
    content: '';
    width: 100%;
    height: 470px;
    background-color: rgba(51,51,51,0.75);
    z-index: 1;
    position: absolute;
}
.ranking .ranking__img .ranking__img-wrap img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    vertical-align: top;
}
.ranking .ranking__text-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.ranking .ranking__img .ranking__date {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #FFF;
    position: absolute;
    top: 30px;
    right: 0;
}
.ranking .ranking__title {
    font-size: 50px;
    font-weight: 500;
    color: #FFF;
    position: relative;
    padding-top: 100px;
}
.ranking .ranking__title::before {
    content: '';
    width: 60px;
    height: 45px;
    background-image: url(/images/gourmet/theme/common/crown_icon_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.ranking .ranking__title-sub {
    display: block;
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
}
.ranking .ranking__title-sub::before {
    content: '\0300a';
}
.ranking .ranking__title-sub::after {
    content: '\0300b';
}
.ranking .ranking__text {
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
    text-align: left;
    max-width: 626px;
    margin: 18px auto 0;
}
.ranking .ranking__detail {
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.ranking .ranking__main {
    display: flex;
    margin-top: 27px;
}
.ranking .ranking__main-left {
    width: 75%;
    max-width: 900px;
    margin-right: 3.4%;
}
.ranking .ranking__main-right {
    width: 21.6%;
    max-width: 260px;
}
/* エリア別人気ランキング */
.ranking_area .area__title,
.ranking_area_pop_pc .area__title {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
    color: #333;
    padding: 0 0 5px 30px;
    border-bottom: 1px solid #AAA;
    position: relative;
}
.ranking_area .area__title::before,
.ranking_area_pop_pc .area__title::before {
    content: '';
    width: 21px;
    height: 16px;
    background-image: url(/images/gourmet/theme/common/crown_icon_y.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.ranking_area .area__link .area {
    display: flex;
    flex-wrap: wrap;
}
.ranking_area .area__link .area li {
    width: 30%;
    max-width: 77px;
    margin-top: 12px;
    margin-right: 5%;
}
.ranking_area .area__link .area li a {
    display: block;
    font-size: 13px;
	font-weight: 500;
    color: #333;
    text-align: center;
    background: #F6F5F0;
    border-radius: 5px;
    padding: 5px 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ranking_area .area__link .area li.on a {
    color: #FFF;
    background: #D1C9AE;
}
.ranking_area .area__link .area li a:hover {
    cursor: pointer;
    color: #FFF;
    background: #D1C9AE;
    opacity: 1;
}
.ranking_area .area__link .area li:nth-child(3n) {
    margin-right: 0;
}
.ranking_area .area__link .all {
    margin-top: 10px;
}
.ranking_area .area__link .all a {
    width: 100%;
    display: block;
    font-size: 13px;
	font-weight: 500;
    color: #333;
    text-align: center;
    background: #F6F5F0;
    border-radius: 5px;
    padding: 5px 0;
}
.ranking_area .area__link .all.on a {
    color: #FFF;
    background: #D1C9AE;
}
.ranking_area .area__link .all a:hover {
    cursor: pointer;
    color: #FFF;
    background: #D1C9AE;
    opacity: 1;
}
/* エリア別人気ランキングPOP */
.ranking_area_pop_pc {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1300px;
    background: #FFF;
    z-index: 11;
    padding: 35px  3.8%;
    box-sizing: border-box;
}
.ranking_area_pop_pc .area__title {
    padding-bottom: 5px;
    border-bottom: 1px solid #AAA;
}
.ranking_area_pop_pc .area__link {
    padding: 35px 0;
    display: none;
}
.ranking_area_pop_pc .area__link .area__select {
    width: 100%;
    max-width: 170px;
}
.ranking_area_pop_pc .area__link .area__select a {
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    text-align: center;
    background: #F6F5F0;
    border-radius: 10px;
    padding: 9px 0;
    position: relative;
}
.ranking_area_pop_pc .area__link .area__select a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    margin-left: 5px;
    vertical-align: 2px;
}
.ranking_area_pop_pc .area__link .area__select a:hover {
    background: #D1C9AE;
    opacity: 1;
    cursor: pointer;
}
.ranking_area_pop_pc .area__link .prefecture {
    display: flex;
    flex-wrap: wrap;
    padding-top:  10px;
}
.ranking_area_pop_pc .area__link .prefecture li {
    width: 12%;
    max-width: 145px;
    margin-top:  15px;
    margin-right: 2.5%;
}
.ranking_area_pop_pc .area__link .prefecture li:nth-child(7n) {
    margin-right: 0;
}
.ranking_area_pop_pc .area__link .prefecture li a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    text-align: center;
    background: #FFF;
    border: 1px solid #333;
    border-radius: 25px;
    padding: 10px 0;
    position: relative;
}
.ranking_area_pop_pc .area__link .prefecture li a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin-left: 14px;
    vertical-align: 2px;
}
.ranking_area_pop_pc .area__link .prefecture a:hover {
    background: #D1C9AE;
    opacity: 1;
    cursor: pointer;
}
.ranking_area_pop_pc .closeButton {
    display: none;
    position: fixed;
    background: #FFF;
    width: 36px;
    height: 36px;
    top: 20px;
    right: 5%;
    z-index: 11;
    border: 1px solid #333;
    padding: 0;
}
.ranking_area_pop_pc .closeButton:hover {
    cursor: pointer;
    opacity: 0.7;
}
.closeButton span {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 1;
}

/* ランキング一覧 */
.ranking_list {
    margin-top: 50px;
    background: #F8F8F8;
    padding: 15px 4.6% 30px;
}
.ranking_list .list__title {
    font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 14px;
}
.ranking_list .list__title::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.ranking_list .list__content .list__item {
    padding: 15px 0;
    border-bottom: 1px solid #DDD;
}
.ranking_list .list__content .list__item a {
    display: block;
}
.ranking_list .list__content .list__item a:hover {
    opacity: 0.7;
}
.ranking_list .list__content .list__item .list__num {
    max-width: 65px;
    font-size: 12px;
	font-weight: 500;
    color: #FFF;
    line-height: 25px;
    text-align: center;
    background: #D1C9AE;
    border-radius: 5px;
}
.ranking_list .list__content .list__item:first-child .list__num {
    background: #E6CC3A;
}
.ranking_list .list__content .list__item:nth-child(2) .list__num {
    background: #AAAAAA;
}
.ranking_list .list__content .list__item:nth-child(3) .list__num {
    background: #C1823E;
}
.ranking_list .list__content .list__item .list__num span {
    font-size: 19px;
    font-weight: 500;
    color: #FFF;
    vertical-align: -1px;
    margin-right: 2px;
}
.ranking_list .list__content .list__item .list__num::before {
    content: '';
    width: 13px;
    height: 10px;
    background-image: url(/images/gourmet/theme/common/crown_icon_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 2px;
}
.ranking_list .list__content .list__item .list__wrap {
    display: flex;
}
.ranking_list .list__content .list__item .list__text {
    width: 61%;
    max-width: 144px;
    margin-right: 4%;
}
.list__text .list__area {
    font-size: 11px;
    font-weight: 300;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 6px;
}
.list__text .list__area::before {
    content: '';
    width: 9px;
    height: 12px;
    background-image: url(/images/gourmet/theme/common/area_icon_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.list__text .list__name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 3px;
}
.ranking_list .list__content .list__item .list__img {
    width: 35%;
    max-width: 82px;
    align-self: flex-end;
}
.ranking_list .list__content .list__item .list__img img {
    width: 100%;
    max-width: 82px;
    height: auto;
    vertical-align: top;
}
.ranking_list .list__moreBtn {
    width: 100%;
    max-width: 165px;
    margin: 30px auto 0;
    display: none;
}
.ranking_list .list__moreBtn a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    background: #FFF;
    border: 1px solid #333;
    padding: 6px 0;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.ranking_list .list__moreBtn a:hover {
    cursor: pointer;
}
.ranking_list .list__content .list__item.blur {
    filter: blur(2px);
    pointer-events: none;
}
.ranking_list .list__content .list__item:nth-child(n + 11) {
    display: none;
}
/* ランキング */
.ranking_theme {
    position: relative;
}
.ranking_theme .ranking-card {
    margin: 60px 0;
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.ranking_theme .ranking-card.blur {
    overflow: hidden;
    max-height: 155px;
}
.ranking_theme .ranking-card.blur .ranking-card__top,
.ranking_theme .ranking-card.blur .ranking-card-row {
    filter: blur(5px);
}
.ranking_theme .ranking-card.none {
    display: none;
}
.ranking_theme .ranking-card:first-child {
    margin-top: 0;
}
.ranking_theme .ranking-card .ranking-card__top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__num {
    width: 55px;
    height: 55px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    background: #D1C9AE;
    padding: 5px 0 4px;
    margin-right: 14px;
    box-sizing: border-box;
}
.ranking_theme .ranking-card:first-child .ranking-card__top .ranking-card__num {
    background: #E6CC3A;
}
.ranking_theme .ranking-card:nth-child(2) .ranking-card__top .ranking-card__num {
    background: #AAA;
}
.ranking_theme .ranking-card:nth-child(3) .ranking-card__top .ranking-card__num {
    background: #C1823E;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__num::before {
    content: '';
    width: 22px;
    height: 16.5px;
    background-image: url(/images/gourmet/theme/common/crown_icon_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__num span {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.3;
    margin-right: 3px;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__text {
    width: calc(100% - 70px);
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__area {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding-top: 2px;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__area::before {
    content: '';
    width: 11px;
    height: 15px;
    background-image: url(/images/gourmet/theme/common/area_icon_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__ttl {
    font-size: 22px;
    font-weight: 500;
    color: #333;
}
.ranking_theme .ranking-card-row {
    display: flex;
    flex-wrap: wrap;
}
.ranking_theme .ranking-card__img {
    width: 60%;
    max-width: 540px;
}
.ranking_theme .ranking-card__img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.ranking_theme .ranking-card__body {
    width: calc(40% - 20px);
    margin-left: 20px;
    position: relative;
}
.ranking_theme .ranking-card__body p {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.ranking_theme .ranking-card__heading {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ranking_theme .ranking-card__btn-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    position: unset;
}
.ranking_theme .ranking-card__btn-wrap a {
    display: block;
    border-radius: 25px;
    padding: 11px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
}
.ranking_theme .ranking-btn--sand {
    background: #e8a2a2;
    color: #fff;
}
.ranking_theme .ranking-btn--white {
    background: #FFF;
    color: #e8a2a2;
    border: 1px solid #e8a2a2;
}
.ranking_theme .ranking-btn:first-child {
    width: 48.5%;
    margin-top: 10px;
    margin-right: 3%;
}
.ranking_theme .ranking-btn:nth-child(2) {
    width: 48.5%;
    margin-top: 10px;
    background: #e8a2a2;
    color: #fff;
}
.ranking_theme .ranking-btn:nth-child(3) {
    width: 100%;
    margin-top: 10px;
}
.ranking_theme .ranking-btn--sand:hover,
.ranking_theme .ranking-btn--white:hover {
    cursor: pointer;
}
.ranking_theme .ranking-card__info {
    border: 1px solid #333;
    margin-top: 20px;
    padding: 20px 6.6% 10px;
}
.ranking_theme .ranking-card__info-heading {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}
.ranking_theme .ranking-card__info-table .col1 {
    width: 100px;
}
.ranking_theme .ranking-card__info-table td, .ranking_theme .ranking-card__info-table th {
    font-size: 13px;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    vertical-align: top;
}
.ranking_theme .ranking-card__info-maplink {
    text-decoration: underline !important;
}
.ranking_theme .ranking-card__info-maplink:hover {
    cursor: pointer;
}
.ranking_theme .ranking-card__info-maplink::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/images/gourmet/theme/common/link_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.ranking_theme .ranking-share {
    margin-bottom: 0;
    font-size: 0;
    margin: 10px -7px;
    display: flex;
    align-items: center;
}
.ranking_theme .ranking-share a {
    margin: 0 7px;
}
.ranking_theme .ranking-card__repletion {
    background: #F6F5F0;
    padding: 20px 6.6%;
    margin-top: 40px;
}
.ranking_theme .ranking-card__repletion-heading {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
}
.ranking_theme .ranking-card__repletion-row {
    display: flex;
    flex-wrap: wrap;
}
.ranking_theme .ranking-card__repletion-row__img {
    width: 25.5%;
    max-width: 200px;
    margin-right: 20px;
    margin-top: 4px;
}
.ranking_theme .ranking-card__repletion-row__img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.ranking_theme .ranking-card__repletion-row__img+.ranking-card__repletion-row__body {
    width: calc(74.5% - 20px);
    padding-top: 12px;
}
.ranking_theme .ranking-card__repletion-row__body p {
    font-size: 13px;
    font-weight: 300;
    color: #333;
}
.ranking_theme .ranking-card__repletion-row__body p a {
    color: #E8A2A2;
}
.ranking_theme .ranking-card__repletion-row__body p a:hover {
    cursor: pointer;
    text-decoration: underline !important;
}
.ranking_theme .ranking__moreBtn {
    width: 100%;
    max-width: 550px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    display: none;
}
.ranking_theme .ranking__moreBtn a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #FFF;
    border: 2px solid #333;
    border-radius: 10px;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}
.ranking_theme .ranking__moreBtn a:hover {
    cursor: pointer;
}

/* -----------------------------
    テーマ一覧
----------------------------- */
.theme_list_top {
    position: relative;
  }
  .theme_list_top .top__img-wrap {
      position: relative;
  }
  .theme_list_top .top__img-wrap::before {
      content: '';
      width: 100%;
      height: 155px;
      background-color: rgba(51,51,51,0.35);
      z-index: 1;
      position: absolute;
  }
  .theme_list_top .top__img-wrap img,
  .theme_list_top .top__img-wrap source {
      width: 100%;
      height: 155px;
      object-fit: cover;
      vertical-align: top;
  }
  .theme_list_top .top__text-title {
      width: 100%;
      max-width: 543px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      z-index: 1;
  }
  .theme_list_top .top__text-title img,
  .theme_list_top .top__text-title source {
      width: 100%;
      max-width: 543px;
      height: auto;
      vertical-align: top;
  }
  .super_theme_list {
    display: flex;
    flex-wrap: wrap;
  }
  .super_theme_list_card {
    width: 50%;
  }
  .super_theme_list_card.xmas_gourmet {
    background: #bbc2e3;
  }
  .super_theme_list_card.jizakana {
    background: #F4EEE6;
  }
  .super_theme_list_card.soba {
    background: #E8E5DB;
  }
  .super_theme_list_card.yakiniku {
    background: #D6D2C3;
  }
  .super_theme_list_card.italian {
    background: #83B589;
  }
  .super_theme_list_card.yakitori {
    background: #E2DAD2;
  }
  .super_theme_list_card.unagi {
    background: #EDB687;
  }
  .super_theme_list_card.izakaya {
    background: #DFE2E5;
  }
  .super_theme_list_card.smoking {
    background: #318EA5;
  }
  .super_theme_list_card.pet_restaurant {
    background: #F4EED6;
  }
  .super_theme_list_card.sushi {
    background: #81BFD5;
  }
  .super_theme_list_card.vegetarian {
    background: #F5FFAA;
  }
  .super_theme_list_card.kappou {
    background: #B79F5E;
  }
  .super_theme_list_card.kominka-cafe {
    background: #B7BEA8;
  }
  .super_theme_list_card.retro {
    background: #F08869;
  }
  .super_theme_list_card.french {
    background: #F7F7F7;
  }
  .super_theme_list_card.comingsoon {
    background: #f2f2f2;
  }
  .super_theme_list_card .card_wrap {
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 45px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  .super_theme_list_card:nth-child(odd) .card_wrap {
    margin-left: auto;
    padding-left: 0;
  }
  .super_theme_list_card:nth-child(even) .card_wrap {
    margin-right: auto;
    padding-right: 0;
  }
  .super_theme_list_card .card_wrap a {
    display: block;
    width: 100%;
  }
  .super_theme_list_card .card_wrap .card_img {
    width: 100%;
    max-width: 570px;
    height: auto;
    vertical-align: top;
  }
  .super_theme_list_card .card_wrap .card_title {
    width: 100%;
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #333;
    margin-top: 25px;
  }
  .super_theme_list_card .card_wrap .card_text {
    width: 100%;
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.75;
    margin-top: 5px;
  }
  .super_theme_list_card .card_wrap .card_btn {
    display: block;
    width: 100%;
    max-width: 530px;
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #F6F5F0;
    border-radius: 50px;
    padding: 20px 0;
    margin: 20px auto 0;
    border: 2px solid #FFF;
    box-sizing: border-box;
    text-align: center;
    align-self: flex-end;
  }
  .super_theme_list_card.xmas_gourmet .card_wrap .card_btn {
    background: #C4B11D;
  }
  .super_theme_list_card.jizakana .card_wrap .card_btn {
    background: #102F6A;
  }
  .super_theme_list_card.soba .card_wrap .card_btn {
    background: #2E5375;
  }
  .super_theme_list_card.yakiniku .card_wrap .card_btn {
    background: #957C2C;
  }
  .super_theme_list_card.italian .card_wrap .card_btn {
    background: #1E6525;
  }
  .super_theme_list_card.yakitori .card_wrap .card_btn {
    background: #A59355;
  }
  .super_theme_list_card.unagi .card_wrap .card_btn {
    background: #92080F;
  }
  .super_theme_list_card.izakaya .card_wrap .card_btn {
    background: #484E72;
  }
  .super_theme_list_card.smoking .card_wrap .card_btn {
    background: #0B3A46;
  }
  .super_theme_list_card.pet_restaurant .card_wrap .card_btn {
    background: #2C772F;
  }
  .super_theme_list_card.sushi .card_wrap .card_btn {
    background: #185367;
  }
  .super_theme_list_card.vegetarian .card_wrap .card_btn {
    background: #055D08;
  }
  .super_theme_list_card.kappou .card_wrap .card_btn {
    background: #171313;
  }
  .super_theme_list_card.kominka-cafe .card_wrap .card_btn {
    background: #829827;
  }
  .super_theme_list_card.retro .card_wrap .card_btn {
    background: #195F79;
  }
  .super_theme_list_card.french .card_wrap .card_btn {
    background: #AD9464;
  }
  .super_theme_list_card.comingsoon .card_wrap {
    align-content: center;
  }
  .super_theme_list_card.comingsoon .tabiiro_img {
    width: 100%;
    text-align: center;
  }
  .super_theme_list_card.comingsoon .tabiiro_img img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .super_theme_list_card.comingsoon .comingsoon_img {
    width: 100%;
    text-align: center;
  }
  .super_theme_list_card.comingsoon .comingsoon_img img {
    width: 100%;
    max-width: 305px;
    height: auto;
  }
  /* スーパーテーマ特集の件数が偶数の時coming soonを非表示にする */
  .super_theme_list_card:nth-child(odd).comingsoon {
    display: none;
  }

  .theme_list {
    background: #F6F5F0;
    padding: 55px 0 70px;
    box-sizing: border-box;
  }
  .theme_list .other__theme img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-left: 5px solid #000;
    padding-left: 15px;
  }
  .theme_list_banners {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .theme_list_banners li {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
  .theme_list_banners li:nth-child(even) {
    margin-right: 0;
  }
  .theme_list_banners li a {
    display: block;
  }
  .theme_list_banners li a img {
    width: 100%;
    max-width: 585px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
  }
  .theme_list_banners li:nth-child(n + 11) {
      display: none;
  }
  .theme_list_more {
    display: block;
    max-width: 190px;
    margin: 35px auto 0;
    text-align: center;
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
  }
  .theme_list_more:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .theme_list_bottom {
      margin: 50px 0 0;
  }


.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
.btn-search a {
    display: none;
}
@media screen and (max-width: 1280px) {
    .wrap {
        width: 92%;
    }
    .theme_pickup .pickup__item-img {
        width: 92%;
    }
    .gourmet__slider .other__theme {
        width: 92%;
        box-sizing: border-box;
    }
    .theme_type_sp .wrap {
        width: 93.3%;
    }
    .theme_scene .wrap {
        width: 93.3%;
    }
    .bottom .QuestionBlock .Container {
        width: 92%;
        margin: 0 auto;
    }
    /* 検索結果ページ */
    .search__text-wrap {
        width: 92%;
    }
    /* 404ページ */
    .top404 .top404__text-wrap {
        width: 92%;
    }
    /* ランキングページ */
    .ranking .ranking__text-wrap {
        width: 92%;
    }
    /* テーマ一覧 */
    .super_theme_list_card .card_wrap {
        padding: 45px 8%;
    }
    .super_theme_list_card:nth-child(odd) .card_wrap {
        padding-left: 8%;
    }
    .super_theme_list_card:nth-child(even) .card_wrap {
        padding-right: 8%;
    }
    .theme_list_banners li a img {
        height: 180px;
    }
}
@media screen and (max-width: 1180px) {
    .area_search_pc .AreaBlock li a {
        font-size: 15px;
    }
    .area_search_pc .AreaBlock li a span {
        font-size: 12px;
    }
    .area_search_pc .PrefectureBlock li a {
        font-size: 12px;
    }
    .theme_scene .area_search_pc .AreaBlock li a {
        font-size: 13px;
    }
    .theme_scene .area_search_pc .AreaBlock li a span {
        font-size: 12px;
    }
    .theme_scene .area_search_pc .PrefectureBlock li a {
        font-size: 11px;
    }
    .theme_scene .area_search_pc .PrefectureBlock li a span {
        font-size: 10px;
    }
}
@media screen and (max-width: 1120px) {
    .theme_list_banners li a img {
      height: 180px;
    }
}
@media screen and (max-width: 1000px) {
    .theme_list_banners li a img {
        height: 140px;
    }
}
@media screen and (min-width: 960px) {
    .gourmet__slider .swiper-button-prev, .gourmet__slider .swiper-button-next {
        top: 0;
    }
    .gourmet__slider .swiper-container {
        position: static;
        height: 430px;
        width: 3569px;
        margin-left: calc(-1784px + 50%);
    }
    .gourmet__slider .swiper-container .swiper-slide img {
        width: 100%;
    }
    .theme_list_top .top__text-title {
        max-width: 450px;
    }
    .theme_list_top .top__text-title img {
        max-width: 450px;
    }
    .theme_list_bottom .QuestionBlock .Container {
        width: 92%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 870px) {
    .theme_list_banners li a img {
      height: 120px;
    }
}
@media screen and (max-width: 740px) {
    .theme_list_banners li a img {
      height: 100px;
    }
}
@media screen and (max-width: 690px) {
    .searchPanel_pc {
      width: 150px;
    }
    .theme {
        width: calc(95% - 150px);
    }
    .theme .item__name {
        font-size: 24px;
    }
    .theme__item.sub .item__name {
        font-size: 24px;
    }
    .theme .item__text-left .item__text-main {
        font-size: 18px;
    }
    .theme__item.sub .sub__left {
        width: 100%;
        max-width: 599px;
        margin-right: 0%;
    }
    .theme__item.sub .sub__left img {
        width: 100%;
        max-width: 599px;
    }
    .theme__item.sub .sub__right {
        width: 100%;
        max-width: 599px;
    }
    .theme__item.sub .item__name {
        margin-top: 25px;
    }
}
@media screen and (min-width: 600px) and (max-width:959px) {
    .area_search_pc .AreaBlock li a span {
        display: block;
    }
    .area_search_pc .PrefectureBlock li,
    .area_search_pc .PrefectureBlock li:nth-child(9n) {
        width: 13.42%;
        margin-top: 20px;
        margin-right: 1%;
    }
    .area_search_pc .PrefectureBlock li:nth-child(7n) {
        margin-right: 0;
    }
    .area_search_pc .PrefectureBlock li a {
        font-size: 11px;
    }
    .theme_scene .area_search_pc .PrefectureBlock li,
    .theme_scene .area_search_pc .PrefectureBlock li:nth-child(9n) {
        width: 15.62%;
        margin-top: 14px;
        margin-right: 1.25%;
    }
    .theme_scene .area_search_pc .PrefectureBlock li:nth-child(6n) {
        margin-right: 0;
    }
    .theme_pickup .item__articleLink a .articleLink__topics {
        font-size: 15px;
    }
    .theme_pickup .item__articleLink a .articleLink__title {
        font-size: 15px;
    }
    .theme_pickup .item__articleLink a .articleLink__text::before,
    .theme_pickup .item__articleLink a .articleLink__text::after {
        width: 15px;
    }
    .theme_pickup .item__name {
        font-size: 30px;
    }
    .theme_pickup .item__text-area {
        font-size: 18px;
    }
    .theme_pickup .item__text-main {
        font-size: 25px;
    }
    .theme_pickup .item__text-sub {
        font-size: 18px;
        line-height: 1.7;
    }
    .theme_pickup .info__text {
        width: calc(91.5% - 170px);
    }
    .theme_pickup .info__btn {
        width: 170px;
    }
    .theme_pickup .info__btn a {
        font-size: 18px;
    }
    .gourmet__slider  .swiper-button-prev, .gourmet__slider .swiper-button-next {
        top: 0;
        background-color: transparent;
    }
    .gourmet__slider .swiper-container {
        position: static;
        height: unset;
        width: 960px;
        margin-left: calc(-480px + 50%);
    }
    .gourmet__slider .swiper-slide img {
        width: 100%;
    }

    /* 検索結果ページ */
    .search .search__text-title .search__text-key {
        font-size: 32px;
    }
    .theme .info__text dd:last-child {
        width: calc(100% - 92px);
    }
    .theme .info__btn {
        position: relative;
        margin-top: 10px;
        margin-left: auto;
    }
    .theme .info__btn a {
        font-size: 14px;
    }
    .theme__item.sub .info__btn a {
        font-size: 14px;
    }
    /* ランキングページ */
    .ranking_area_pop_pc .area__link .prefecture li,
    .ranking_area_pop_pc .area__link .prefecture li:nth-child(7n) {
        width: 18%;
    }
    .ranking_area_pop_pc .area__link .prefecture li:nth-child(5n) {
        margin-right: 0;
    }
    .ranking_theme .ranking-card__btn-wrap a {
        font-size: 13px;
    }
}
@media screen and (max-width:599px) {
    /* -----------------------------
        TOPページ
    ----------------------------- */
    /* エリア別で探す */
    .area_search_sp .AreaBlock {
        margin-top:  15px;
        margin-bottom:  23px;
    }
    .area_search_sp .AreaBlock li {
        position: relative;
    }
    .area_search_sp .AreaBlock&gt;li:not(.sub_list) {
        margin-top: 1px;
    }
    .area_search_sp .AreaBlock .sub_list ul li {
        position: relative;
    }
    .area_search_sp .AreaBlock li:not(.sub_list)::after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: calc(50% - 4px);
        right: 22px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .area_search_sp .AreaBlock li:not(.sub_list).active .name {
        text-decoration: underline;
    }
    .area_search_sp .AreaBlock li:not(.sub_list).active::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .area_search_sp .AreaBlock .noLink {
        padding: 15px 30px 15px 15px;
    }
    .area_search_sp .AreaBlock li.noLink::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .area_search_sp .AreaBlock li a {
        display: block;
        padding: 15px 30px 15px 15px;
    }
    .area_search_sp .AreaBlock .name {
        width: 80px;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
    }
    .area_search_sp .AreaBlock .num {
        font-size: 13px;
        font-weight: 300;
        margin-left: 10px;
    }
    .area_search_sp .AreaBlock .sub_list {
        display: none;
    }
    .area_search_sp .AreaBlock .sub_list .name {
        width: 115px;
    }
    .area_search_sp .AreaBlock .sub_list ul li a {
        padding: 15px 30px 15px 30px;
    }


    /* エリアで絞り込む */
    .area_search_sp.upside {
        margin-top: 30px;
    }
    .area_search_sp .search__title {
        background-color: #D1C9AE;
        text-align: center;
        color: #fff;
        font-size: 15px;
        padding: 4px 0;
    }
    .area_search_sp.upside .AreaBlock {
        margin-top:  0px;
        margin-bottom:  23px;
    }
    .area_search_sp.upside .AreaBlock .noLink {
        background: #F6F5F0;
    }
    .area_search_sp.upside .AreaBlock&gt;li:not(.sub_list) {
        margin-top: 0px;
    }
    .area_search_sp.upside .AreaBlock li:not(.sub_list).active .name {
        text-decoration: none
    }
    .area_search_sp.upside .AreaBlock .name {
        width: auto;
    }
    .area_search_sp.upside .AreaBlock .name.kanko_syosai {
        width: 230px;
    }
    .area_search_sp.upside .AreaBlock .sub_list.kanko_syosai .name {
        width: 215px;
    }
    .area_search_sp.upside .AreaBlock .sub_list ul li a {
        background: #F6F5F0;
        position: relative;
    }
    .area_search_sp.upside .AreaBlock .sub_list ul li a::before {
        position: absolute;
        content: '';
        background-image: linear-gradient(to right,#D1C9AE 4px, transparent 4px);
        background-size: 8px 1px;
        background-repeat: repeat-x;
        width: calc(315 / 345 * 100%);
        height: 1px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    /* 旅色編集部Pick up */
    .theme_pickup .pickup__title  {
        min-height: 54px;
    }
    .theme_pickup .pickup__title img  {
        max-width: 220px;
    }
    .theme_pickup .pickup__item {
        padding: 27px 0 25px;
    }
    .theme_pickup .pickup__item:first-child {
        padding-top: 10px;
    }
    .theme_pickup .pickup__item::after {
        background-size: 10px 1px;
    }
    .theme_pickup .pickup__item:last-child {
        padding-bottom: 40px;
     }

    /* 旅色編集部Pick upスライダー */
    .theme_pickup .pickup__item-img {
        width: 100%;
    }
    .theme_pickup .pickup__item-num {
        width: 52px;
        height: 59px;
        font-size: 12px;
        padding-top: 5px;
    }
    .theme_pickup .pickup__item-num span {
        font-size: 22px;
    }
    .theme_pickup .swiper-main--wrap {
        width: 100%;
        margin-right: 0;
    }
    .theme_pickup .swiper-slide img {
        max-height: 257px;
    }
    .theme_pickup .swiper-thumbnail {
        width: 92%;
        max-width: 600px;
        margin-top: 10px;
    }
    .theme_pickup .swiper-thumbnail .swiper-slide-thumb-active::after {
        border: 1px solid #000;
    }
    .theme_pickup .swiper-thumbnail .swiper-slide {
        width: 100%;
        max-width: 600px;
        margin-bottom: 0;
    }
    .theme_pickup .swiper-button-prev, .theme_pickup .swiper-button-next {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 20px;
        height: 34px;
        bottom: calc( 50% - 34px );
        background: rgba(0,0,0,0.7);
        z-index: 3;
        top: unset;
        left: unset;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    .theme_pickup .swiper-button-prev::before, .theme_pickup .swiper-button-next::before {
        display: block;
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        top: 30%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .theme_pickup .swiper-button-prev.slick-disabled:before,
    .theme_pickup .swiper-button-next.slick-disabled:before {
        opacity: .8;
    }
    .theme_pickup .swiper-button-next:hover:before,
    .theme_pickup .swiper-button-next:focus:before {
        opacity: 1;
    }
    .theme_pickup .swiper-button-prev {
        left: 0;
    }
    .theme_pickup .swiper-button-prev::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 8px;
    }
    .theme_pickup .swiper-button-next {
        right: 0;
    }
    .theme_pickup .swiper-button-next::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 2px;
    }

    .theme_pickup .item__name {
        font-size: 21px;
        border-bottom: 1px solid #FFF;
        padding-bottom: 13px;
        margin-top: 13px;
    }
    .theme_pickup .item__text {
        min-height: unset;
        margin-top: 17px;
        position: relative;
    }
    .theme_pickup .item__text .item__text-left {
        width: 100%;
        margin-right: 0;
    }
    .theme_pickup .item__text-area {
        font-size: 12px;
        max-width: 220px;
        margin-top: 23px;
    }
    .theme_pickup .item__text-main {
        font-size: 16px;
        margin-top: 4px;
        max-width: 220px;
    }
    .theme_pickup .item__text-sub {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 72px;
    }
    .theme_pickup .item__map {
        width: 100%;
        max-width: 143px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .theme_pickup .item__map img {
        max-width: 143px;
    }
    .theme_pickup .item__info {
        margin-top: 21px;
        display: block;
    }
    .theme_pickup .info__name {
        font-size: 14px;
        font-weight: 500;
        color: #FFF;
        padding-left: 5px;
        border-left: 3px solid #A6BDD8;
    }
    .theme_pickup .info__text {
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
    .theme_pickup .info__text dt {
        width: 60px;
        margin: 14px 11px 0 0;
        padding: 1.5px 0;
        font-size: 12px;
    }
    .theme_pickup .info__text dd {
        width: calc(100% - 71px);
        font-size: 12px;
        -webkit-line-clamp: 3;
        margin-top: 17px;
        overflow-wrap: break-word;
    }
    .theme_pickup .info__btn {
        position: relative;
        right: unset;
        bottom: unset;
        width: 100%;
        margin: 23px auto 0;
    }
    .theme_pickup .info__btn a {
        font-size: 15px;
        line-height: 1;
        border-radius: 10px;
        margin-top: 0;
        padding: 12px 0 11px;
    }
    .theme_pickup .info__btn a:nth-child(2) {
        margin-top: 10px;
        background-image: url(/images/gourmet/theme/xmas_gourmet/pickup_btn_sp.png);
    }
    .theme_pickup .info__btn a:nth-child(3) {
        width: 100%;
        margin-top: 10px;
    }
    .theme_pickup .item__topics {
        width: 100vw;
        font-size: 14px;
        font-weight: 500;
        color: #FFF;
        padding: 3px 0;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        margin-top: 30px;
        margin-left: -4%;
        padding-left: 4%;
    }
    .theme_pickup .item__articleLink {
        border-radius: 5px;
        margin-top: 20px;
    }
    .theme_pickup .item__articleLink a {
        padding: 8px 23px 8px 10px;
    }
    .theme_pickup .item__articleLink a::after {
        width: 23px;
        border-radius: 0 5px 5px 0;
    }
    .theme_pickup .item__articleLink a .articleLink__topics {
        display: none;
    }
    .theme_pickup .item__articleLink a .articleLink__img {
        width: 30%;
        max-width: 94px;
        margin-right: 2%;
    }
    .theme_pickup .item__articleLink a .articleLink__text {
        width: 66%;
        margin: 11px 2% 11px 0;
    }
    .theme_pickup .item__articleLink a .articleLink__text::before,
    .theme_pickup .item__articleLink a .articleLink__text::after {
        width: 11px;
        right: 5px;
    }
    .theme_pickup .item__articleLink a .articleLink__title {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .theme_pickup .item__articleLink a .articleLink__read {
        display: none;
    }

    /* 宿のタイプ */
    .theme_type_sp {
        padding: 38px 0 25px;
        position: relative;
    }
    .theme_type_sp .theme_type-title {
        text-align: center;
    }
    .theme_type_sp .theme_type-title img {
        max-width: 345px;
    }
    .theme_type_sp .theme_type-main {
        margin-top: 30px;
        position: relative;
    }
    .theme_type_sp .theme_type-main .swiper-slide {
        height: auto;
    }
    .theme_type_sp .theme_type-main .type {
        width: 100%;
        height: 100%;
        padding: 19px 5% 25px;
        background: #F8F8F8;
        border: 0;
        box-sizing: border-box;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    .theme_type_sp .theme_type-main .type:nth-child(odd) {
        border-right: 0;
    }
    .theme_type_sp .theme_type-main .type .type__img {
        margin-top: 16px;
    }
    .theme_type_sp .theme_type-main .type .type__img img {
        border-radius: 15px;
    }
    .theme_type_sp .theme_type-main .type .type__text {
        font-size: 15px;
        font-weight: 300;
        margin-top: 16px;
        line-height: 1.6;
    }
    .theme_type_sp .theme_type-main .swiper-container {
        padding-bottom: 40px;
        overflow: unset;
    }
    .theme_type_sp .theme_type-main .swiper-button-prev, .theme_type_sp .theme_type-main .swiper-button-next {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 20px;
        height: 34px;
        bottom: calc( 50% - 34px );
        background: rgba(0,0,0,0.7);
        z-index: 3;
        top: unset;
        left: unset;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    .theme_type_sp .theme_type-main .swiper-button-prev::before, .theme_type_sp .theme_type-main .swiper-button-next::before {
        display: block;
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        top: 33%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .theme_type_sp .theme_type-main .swiper-button-prev.slick-disabled:before,
    .theme_type_sp .theme_type-main .swiper-button-next.slick-disabled:before {
        opacity: .8;
    }
    .theme_type_sp .theme_type-main .swiper-button-next:hover:before,
    .theme_type_sp .theme_type-main .swiper-button-next:focus:before {
        opacity: 1;
    }
    .theme_type_sp .theme_type-main .swiper-button-prev {
        left: -4%;
    }
    .theme_type_sp .theme_type-main .swiper-button-prev::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 10px;
    }
    .theme_type_sp .theme_type-main .swiper-button-next {
        right: -4%;
    }
    .theme_type_sp .theme_type-main .swiper-button-next::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -1px;
    }
    .theme_type_sp .theme_type-main .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
    .theme_type_sp .theme_type-main .swiper-pagination-bullet {
        border: 0;
        width: 25%;
        height: 5px;
        display: inline-block;
        border-radius: 0;
        background: #F2F2F2;
        opacity: 1;
    }
    .theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
        background: #E6C6C6;
    }

    /* シーン別特集 */
    .theme_scene {
        padding: 40px 0 45px;
    }
    .theme_scene .theme_scene-title img {
        max-width: 283px;
    }
    .theme_scene .theme_scene-main .scene {
        padding: 28px 5%;
    }
    .theme_scene .theme_scene-main .scene:not(:first-child) {
        margin-top: 40px;
    }
    .theme_scene .scene__top {
        position: relative;
    }
    .theme_scene .top__text {
        width: 100%;
        max-width: 600px;
        margin-right: 0;
    }
    .theme_scene .top__title img {
        max-width: 305px;
    }
    .theme_scene .top__text-sub {
        font-size: 15px;
        margin-top: 247px;
    }
    .theme_scene .top__img {
        width: 225px;
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    .theme_scene .top__img img {
        max-width: 225px;
    }
    .theme_scene .scene__main {
        margin-top: 20px;
    }
    .theme_scene .gourmet {
        width: 100%;
        max-width: 600px;
        margin-top: 35px;
        margin-right: 0;
    }
    .theme_scene .gourmet:first-child {
        margin-top: 0;
    }
    .theme_scene .gourmet .gourmet__img img {
        max-width: 600px;
    }
    .theme_scene .gourmet .gourmet__img .gourmet__area {
        height: 26px;
        font-size: 13px;
        padding: 4px 0 3px 30px;
    }
    .theme_scene .gourmet .gourmet__img .gourmet__area::before {
        width: 10px;
        height: 14px;
        top: 8px;
        left: 14px;
    }
    .theme_scene .gourmet .gourmet__name {
        font-size: 18px;
        margin-top: 5px;
    }
    .theme_scene .gourmet__text-main {
        font-size: 15px;
        margin-top: 5px;
        padding-bottom: 7px;
    }
    .theme_scene .gourmet__text-sub {
        margin-top: 5px;
        min-height: unset;
    }
    .theme_scene .gourmet__text-sub .lead {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .theme_scene .info__btn a {
        font-size: 15px;
        line-height: 1;
        padding: 12px 0 11px;
    }
    .theme_scene .info__btn a:first-child {
        width: 100%;
        margin-right: 0;
    }
    .theme_scene .info__btn a:nth-child(2) {
        width: 100%;
        margin-top: 10px;
    }
    .theme_scene .gourmet__text-sub .more {
        position: relative;
        text-align: right;
    }
    .theme_scene .area_search_sp .AreaBlock li a {
        padding: 13px 30px 13px 15px;
    }
    .theme_scene .area_search_sp .AreaBlock .noLink {
        padding: 13px 30px 13px 15px;
    }
    .theme_scene .area_search_sp .AreaBlock .sub_list ul li a {
        padding: 13px 30px 13px 15px;
    }

    /* 查看其他特輯介紹 スライダー */
    .bottom {
        margin: 35px 0 0;
    }
    .bottom .search__text {
        font-size: 18px;
        line-height: 1.6;
    }
    .gourmet__slider .other__theme {
        font-size: 18px;
    }
    .gourmet__slider .swiper-container {
        padding-bottom: 50px;
    }
    .gourmet__slider .swiper-slide a::after {
        width: 100px;
        height: 35px;
        font-size: 14px;
        padding: 8px 0 8px 5px;
        bottom: 10px;
        right: 10px;
    }
    .gourmet__slider .swiper-button-prev, .gourmet__slider .swiper-button-next {
        background: none;
        height: 35px;
        top: auto;
        bottom: 15px;
    }
    .gourmet__slider .swiper-button-prev::before, .gourmet__slider .swiper-button-next::before {
        border-color: #333;
        width: 12px;
        height: 12px;
    }
    .gourmet__slider .swiper-pagination {
        bottom: 25px;
    }
    .gourmet__slider {
        margin-top: 0;
    }
    .top404 + .bottom  .gourmet__slider {
        margin-top: 55px;
    }
    .QuestionBlock .TitleArea img {
        height: auto;
    }


    /* -----------------------------
        検索結果ページ
    ----------------------------- */
    .search .search__img-wrap::before {
        height: 320px;
        background-color: rgba(51,51,51,0.5);
    }
    .search .search__img .search__img-wrap img {
        height: 320px;
    }
    .search__text-wrap {
        height: 100%;
        padding: 15px 0 15px 17px;
    }
    .search .search__text-title .search__text-key {
        font-size: 25px;
        margin-top: 5px;
        font-feature-settings: "palt";
    }
    .search .search__img .search__text-right {
        width: 100%;
        margin: 0;
    }
    .search .search__img .search__text-right .top__text-main a {
        font-size: 13px;
    }
    .search .search__img .search__text-right .top__text-sub {
        font-size: 11px;
        line-height: 1.6;
        margin-top: 4px;
    }
    .search__wrap {
        margin: 15px auto 0;
    }
    .theme {
        width: 100%;
    }
    .theme__top {
        margin-bottom: 40px;
    }
    .theme__top .theme__title {
        font-size: 21px;
        line-height: 1.4;
        height: unset;
    }
    .theme__top .theme__title span {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .theme__top .theme__text {
        font-size: 15px;
        margin-top: 10px;
    }
    .theme__top .theme__ranking {
        margin-top: 15px;
    }
    .theme__top .theme__ranking a {
        font-size: 15px;
    }
    .theme .theme__num {
        font-size: 14px;
        display: block;
        margin-right: 0;
    }
    .theme .theme__select li {
        margin: 5px 15px 5px 0;
    }

    /* 検索結果ページ スライダー */
    .theme .theme__list {
        padding-bottom: 25px;
    }
    .theme .theme__item {
        padding: 21px 0 28px;
        overflow: unset;
    }
    .theme .theme__item.blur {
        height: 236px;
        padding: 0;
        margin-top: 21px;
    }
    .theme .theme__item.pr .swiper-main--wrap::before {
        top: 10px;
        left: 8px;
    }
    .theme .theme__item:first-child {
        padding-top: 5px;
    }
    .theme .swiper-button-next, .theme .swiper-button-prev {
        display: block;
    }
    .theme .swiper-button-prev, .theme .swiper-button-next {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 22.5px;
        height: 45px;
        bottom: calc( 50% - 34px );
        background: #D1C9AE;
        z-index: 3;
        top: unset;
        left: unset;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    .theme .swiper-button-prev::before, .theme .swiper-button-next::before {
        display: block;
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        top: 35%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .theme .swiper-button-prev.slick-disabled:before,
    .theme .swiper-button-next.slick-disabled:before {
        opacity: .8;
    }
    .theme .swiper-button-next:hover:before,
    .theme .swiper-button-next:focus:before {
        opacity: 1;
    }
    .theme .swiper-button-prev {
        left: -4%;
        border-radius: 0 22.5px 22.5px 0;
    }
    .theme .swiper-button-prev::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 5px;
    }
    .theme .swiper-button-next {
        right: -4%;
        border-radius:22.5px 0 0 22.5px;
    }
    .theme .swiper-button-next::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 5px;
    }
    .theme .swiper-main--wrap {
        width: 100%;
        margin-right: 0%;
    }
    .theme .swiper-main {
        position: relative;
    }
    .theme .swiper-pagination {
        opacity: 1;
        background: rgba(51, 51, 51, 0.7);
        width: auto;
        padding: 4px 10px;
        color: #fff;
        border-radius: 2em;
        font-size: 11px;
        line-height: 1;
        left: auto;
        right: 10px;
        bottom: 39px;
    }
    .theme .swiper-pagination span {
        color: #fff
    }
    .theme .swiper-slide img {
        max-height: 236px;
    }
    .theme .swiper-thumbnail {
        display: none;
    }
    .theme .theme__item-area {
        width: 100%;
        height: unset;
        font-size: 13px;
        color: #333;
        background: unset;
        position: relative;
        cursor: unset;
        padding: 0 0 0 14px;
        margin-top: 10px;
    }
    .theme .theme__item-area::before {
        content: '';
        width: 10px;
        height: 14px;
        background-image: url(/images/gourmet/theme/common/area_icon_b.svg);
        top: 4px;
        left: 0;
    }
    .theme .item__name {
        font-size: 20px;
        margin-top: 3px;
        padding-bottom: 3px;
        overflow: hidden;
    }
    .theme .item__text {
        margin-top: 10px;
        overflow: hidden;
    }
    .theme .item__text-left {
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .theme .item__text-left .item__text-main {
        font-size: 16px;
    }
    .theme .item__text-left .item__text-sub {
        line-height: 1.5;
        margin-top: 7px;
        position: relative;
    }
    .theme .item__text-left .item__text-sub.blur {
        height: 180px;
        overflow: hidden;
    }
    .theme .item__text-left .item__text-sub.blur::after {
        content: '';
        width: 100%;
        height: 90px;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .theme .item__text-left .item__text-moreBtn {
        width: 140px;
        border: 1px solid #333;
        background: #FFF;
        padding: 5px 0;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        box-sizing: border-box;
    }
    .theme .item__text-left .item__text-moreBtn a {
        font-size: 13px;
        font-weight: 500;
        color: #333;
    }
    .theme .item__text-right {
        width: 100%;
        max-width: 599px;
        margin-top: 16px;
        padding: 13px 2.6% 17px 2.9%;
        display: flex;
        flex-wrap: wrap;
    }
    .theme .item__text-right li {
        width: 50%;
        box-sizing: border-box;
    }
    .theme .item__text-right li + li {
        margin: 0;
    }
    .theme .item__text-right li:nth-child(n + 3) {
        margin-top: 14px;
    }
    .theme .item__info {
        margin-top: 20px;
        padding-bottom: 0;
        overflow: hidden;
    }
    .theme .info__text {
        width: 100%;
        font-weight: 300;
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
    }
    .theme .info__text dt {
        width: 60px;
        margin: 10px 16px 0 0;
    }
    .theme .info__text dd {
        width: calc(100% - 76px);
        -webkit-line-clamp: 5;
        margin-top: 9px;
    }
    .theme .info__text dt:first-child,
    .theme .info__text dt:first-child + dd {
        margin-top: 0;
    }
    .theme .info__text dd:last-child {
        width: calc(100% - 76px);
    }
    .theme .info__btn {
        width: 100%;
        max-width: 320px;
        position: relative;
        margin: 25px auto 0;
    }
    .theme .info__btn a {
        max-height: 45px;
        font-size: 15px;
        line-height: 1;
        padding: 14px 0 15px;
        margin-top: 10px;
    }
    .theme .item__moreBtn {
        bottom: 118px;
    }
    .theme .item__moreBtn a {
        max-width:  187px;
        padding: 10px 0;
    }
    .theme__item.sub {
        display: flex;
        width: 100%;
        padding: 32px 0;
    }
    .theme__item.sub .item__name {
        font-size: 20px;
        min-height: unset;
        margin-top: 0;
    }
    .theme__item.sub .item__text {
        line-height: 1.6;
        -webkit-line-clamp: 7;
    }
    .theme__item.sub .info__btn {
        max-width: 320px;
        margin-top: 23px;
    }
    .theme__item.sub .info__btn a {
        font-size: 15px;
        line-height: 1;
        padding: 14px 0 15px;
        margin-top: 10px;
        max-height: 45px;
    }
    .theme__item.sub .info__btn a:first-child {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .theme__item.sub .info__btn a:nth-child(2) {
        width: 100%;
    }
    .theme__item.sub .info__btn a:nth-child(3) {
        width: 100%;
    }

    /* 検索結果ページ 絞り込み条件 */
    .searchPanel_sp {
		right: -100vw;
        -webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
		display: unset;
        top: 0;
		left: unset;
		background: #F6F5F0;
        align-self: flex-start;
        position: absolute;
        width: 90%;
        height: 100vh;
        z-index: 3000;
        position: fixed;
	}
	.searchPanel_sp.active {
		right: 0;
		display: unset;
	}
    .searchPanel_sp .searchPanel__title {
        font-size: 18px;
        font-weight: 500;
        color: #FFF;
        background: #D1C9AE;
        padding: 7px 40px;
    }
    .searchPanel_sp .select__title {
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }
    .searchPanel_sp .closeBtn {
        position: absolute;
        top: 8px;
        right: 10px;
        color: #FFF;
        width: 25px;
        height: 25px;
        text-align: center;
    }
    .searchPanel_sp .searchPanel__main {
        padding: 16px 12% 25px;
    }
    .searchPanel_sp .searchPanel__select + .searchPanel__select {
        margin-top: 32px;
    }
    .searchPanel_sp .select_box {
        position: relative;
        margin-top: 6px;
    }
    .searchPanel_sp .select_box::after {
        content:'\025bc';
        font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
        font-size: 9px;
        font-weight: 300;
        color: #333;
        position: absolute;
        top: 50%;
        right: 13px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        cursor: pointer;
    }
    .searchPanel_sp .select_box select {
        width: 100%;
        font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
        font-size: 15px;
        font-weight: 300;
        color: #222;
        border: 1px solid #707070;
        border-radius: 5px;
        background: #FFF;
        padding: 4px 22px 4px 13px;
        height: 50px;
    }
    .searchPanel_sp .select_box .prefecture,
    .searchPanel_sp .select_box .type {
        color: #AAA;
    }
    .searchPanel_sp .select_box + .select_box {
        margin-top: 25px;
    }
    .searchPanel_sp .search__btn {
        width: 100%;
        max-width: 203px;
        margin: 36px auto 0;
    }
    .searchPanel_sp .search__btn button {
        width: 100%;
        font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #FFF;
        background: #000;
        border-radius: 24px;
        border: 0;
        padding: 12px 0;
    }
    .searchPanel_sp .search__btn button:hover {
        cursor: pointer;
        opacity: 0.7;
    }
    /* -----------------------------
        404ページ
    ----------------------------- */
    .top404 {
        padding-bottom: 0;
    }
    .top404 .top404__text-wrap {
        justify-content: space-around;
        align-items: center;
    }
    .top404 .top404__img-wrap::before {
        height: 120px;
        background-color: rgba(51,51,51,0.6);
    }
    .top404 .top404__img .top404__img-wrap img {
        height: 120px;
    }
    .top404 .top404__text {
        font-size: 18px;
        margin: 27px auto 70px !important;
        height: unset;
    }
    .top404 .search__text {
        font-size: 18px;
    }

    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    /* .theme__search #fixed-navi {
        bottom: 115px;
    }
    .search__fixicon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9990;
        display: none;
    }
    .search__fixicon .btn-search a {
        margin-top: 10px;
        background-size: 85px 85px;
        background-repeat: no-repeat;
        display: block;
        width: 85px;
        height: 85px;
        text-indent: -9999px;
        background-image: url(/images/gourmet/theme/common/fixed-navi-search.svg);
    } */

    /* -----------------------------
        ランキングページ
    ----------------------------- */
    .ranking .ranking__img-wrap::before {
        height: 360px;
        background-color: rgba(51,51,51,0.5);
    }
    .ranking .ranking__img .ranking__img-wrap img {
        height: 360px;
    }
    .ranking .ranking__text-wrap {
        padding-top: 15px;
    }
    .ranking .ranking__img .ranking__date {
        font-size: 12px;
        top: 15px;
    }
    .ranking .ranking__title {
        font-size: 22px;
        padding-top: 52px;
        height: unset;
        line-height: 1.45;
    }
    .ranking .ranking__title::before {
        width: 32px;
        height: 24px;
        top: 16px;
    }
    .ranking .ranking__title-sub {
        font-size: 20px;
    }
    .ranking .ranking__text {
        font-size: 13px;
        margin: 10px auto 0;
    }
    .ranking .ranking__detail {
        font-size: 10px;
    }
    .ranking .ranking__area {
        font-size: 15px;
        font-weight: 500;
        color: #FFF;
        text-decoration: underline;
        margin-top: 10px;
    }
    .ranking .ranking__main {
        display: block;
        margin-top: 0px;
    }
    /* エリア別人気ランキングPOP */
    .ranking_area,
    .ranking_area_pop_pc {
        display: none;
    }
    .ranking_area_pop_sp {
		top: -100vh;
        -webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
		display: unset;
		left: 0;
        bottom: unset;
		background: #FFF;
        width: 100%;
        height: 100%;
        z-index: 3000;
        position: fixed;
        overflow-y: scroll;
    }
    .ranking_area_pop_sp.active {
        top: 0;
        display: unset;
    }
    .ranking_area_pop_sp .area__top {
        padding: 11px 4%;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        z-index: 5;
        background: #FFF;
        position: fixed;
    }
    .ranking_area_pop_sp .area__title {
        font-family: "Noto Sans TC","Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        color: #333;
    }
    .ranking_area_pop_sp .area__title::before {
        content: '';
        width: 21px;
        height: 16px;
        background-image: url(/images/gourmet/theme/common/crown_icon_y.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 7px;
    }
    .ranking_area_pop_sp .AreaBlock {
        padding: 63px 4% 50px;
        box-sizing: border-box;
    }
    .ranking_area_pop_sp .AreaBlock li {
        position: relative;
    }
    .ranking_area_pop_sp .AreaBlock&gt;li:not(.sub_list) {
        margin-top: 1px;
    }
    .ranking_area_pop_sp .AreaBlock .sub_list ul li {
        position: relative;
    }
    .ranking_area_pop_sp .AreaBlock li:not(.sub_list)::after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: calc(50% - 4px);
        right: 22px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .ranking_area_pop_sp .AreaBlock li:not(.sub_list).active {
        text-decoration: underline;
    }
    .ranking_area_pop_sp .AreaBlock li:not(.sub_list).active::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .ranking_area_pop_sp .AreaBlock .noLink {
        background: #F6F5F0;
        padding: 15px 30px 15px 15px;
    }
    .ranking_area_pop_sp .AreaBlock li.noLink::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .ranking_area_pop_sp .AreaBlock li a {
        display: block;
        background: #F6F5F0;
        padding: 15px 30px 15px 15px;
    }
    .ranking_area_pop_sp .AreaBlock .name {
        color: #333;
    }
    .ranking_area_pop_sp .AreaBlock .sub_list {
        display: none;
    }
    .ranking_area_pop_sp .AreaBlock .sub_list .name {
        width: 115px;
    }
    .ranking_area_pop_sp .AreaBlock .sub_list ul li a {
        padding: 15px 30px 15px 30px;
        background: #F0EDDE;
    }
    .ranking_area_pop_sp .AreaBlock li:not(.sub_list)::after {
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }
    .ranking_area_pop_sp .closeButton {
        display: block;
        position: absolute;
        background: #FFF;
        width: 32px;
        height: 32px;
        top: 8px;
        right: 4%;
        z-index: 11;
        border: 1px solid #333;
        padding: 0;
    }

    /* ランキング一覧 */
    .ranking_list {
        border: 1px solid #333;
        margin-top: 12px;
        padding: 9px 3.4% 14px;
        position: relative;
    }
    .ranking_list .list__title {
        font-size: 16px;
    }
    .ranking_list .list__content {
        margin-top: 2px;
    }
    .ranking_list .list__content .list__item {
        padding: 10px 0;
    }
    .ranking_list .list__content .list__item .list__num {
        max-width: 57px;
        border-radius: 3px;
    }
    .ranking_list .list__content .list__item .list__num::before {
        width: 12px;
        height: 9px;
        margin-right: 2px;
    }
    .ranking_list .list__content .list__item .list__text {
        width: 52%;
        max-width: 300px;
        margin-right: 4%;
    }
    .ranking_list .list__content .list__item .list__img {
        width: 44%;
        max-width: 300px;
    }
    .ranking_list .list__content .list__item .list__img img {
        width: 100%;
        max-width: 300px;
    }
    .ranking_list .list__moreBtn {
        max-width: 235px;
        margin: auto 0;
        position: absolute;
        bottom: 58px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    .ranking_list .list__moreBtn a {
        font-size: 13px;
        padding: 8px 0;
    }
    .ranking_list .list__content .list__item:nth-child(n + 5) {
        display: none;
    }
    /* ランキング */
    .ranking_theme {
        margin-top: 40px;
    }
    .ranking_theme .ranking-card {
        margin: 50px 0;
        position: relative;
    }
    .ranking_theme .ranking-card.blur {
        max-height: 115px;
    }
    .ranking_theme .ranking-card .ranking-card__top {
        margin-bottom: 0;
    }
    .ranking_theme .ranking-card .ranking-card__top .ranking-card__num {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ranking_theme .ranking-card__body .ranking-card__text {
        margin-top: 10px;
    }
    .ranking_theme .ranking-card__body .ranking-card__area {
        font-size: 13px;
        font-weight: 500;
        color: #333;
        padding-top: 0;
    }
    .ranking_theme .ranking-card__body .ranking-card__area::before {
        content: '';
        width: 11px;
        height: 15px;
        background-image: url(/images/gourmet/theme/common/area_icon_b.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 6px;
        vertical-align: middle;
    }
    .ranking_theme .ranking-card__body .ranking-card__ttl {
        font-size: 20px;
        font-weight: 500;
        color: #333;
    }
    .ranking_theme .ranking-card__img {
        width: 100%;
        max-width: 599px;
    }
    .ranking_theme .ranking-card__body {
        width: 100%;
        margin-left: 0;
    }
    .ranking_theme .ranking-card__body p {
        -webkit-line-clamp: 9;
    }
    .ranking_theme .ranking-card__btn-wrap {
        margin-top: 20px;
    }
    .ranking_theme .ranking-card__btn-wrap a {
        border-radius: 20px;
        line-height: 1;
        padding: 14px 0 15px;
        font-size: 15px;
        margin-top: 10px;
        max-height: 45px;
    }
    .ranking_theme .ranking-btn:first-child {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .ranking_theme .ranking-btn:nth-child(2) {
        width: 100%;
    }
    .ranking_theme .ranking-card__heading {
        color: #D1C9AE;
        margin: 18px 0 10px;
    }
    .ranking_theme .ranking-btn--sand,
    .ranking_theme .ranking-btn--white {
        padding: 10px 0;
    }
    .ranking_theme .ranking-card__info {
        margin-top: 24px;
        padding: 20px 5.7% 10px;
    }
    .ranking_theme .ranking-card__info-table .col1 {
        width: 100px;
    }
    .ranking_theme .ranking-share a {
        margin: 0 10px;
    }
    .ranking_theme .ranking-card__repletion {
        line-height: 1.8;
        background: #F8F8F8;
        padding: 20px 5.7%;
        margin-top: 20px;
    }
    .ranking_theme .ranking-card__repletion-heading {
        margin-bottom: 10px;
    }
    .ranking_theme .ranking-card__repletion-row__img {
        width: 100%;
        max-width: 265px;
        margin: 0 auto;
    }
    .ranking_theme .ranking-card__repletion-row__img+.ranking-card__repletion-row__body {
        width: 100%;
        padding-top: 10px;
    }
    .ranking_theme .ranking__moreBtn {
        max-width: 235px;
        bottom: 40px;
    }
    .ranking_theme .ranking__moreBtn a {
        font-size: 13px;
        font-weight: 300;
        border: 1px solid #333;
        border-radius: 0;
        padding: 8px 0;
    }

    /* -----------------------------
       テーマ一覧
    ----------------------------- */
    .theme_list_top .top__img-wrap::before {
        height: 115px;
    }
    .theme_list_top .top__img-wrap img,
    .theme_list_top .top__img-wrap source {
        height: 115px;
    }
    .theme_list_top .top__text-title {
        max-width: 230px;
    }
    .theme_list_top .top__text-title img,
    .theme_list_top .top__text-title source {
        max-width: 230px;
    }
    .super_theme_list_card {
        width: 100%;
    }
    .super_theme_list_card .card_wrap {
        padding: 25px 4%;
    }
    .super_theme_list_card:nth-child(odd) .card_wrap {
        padding-left: 4%;
    }
    .super_theme_list_card:nth-child(even) .card_wrap {
        padding-right: 4%;
    }
    .super_theme_list_card .card_wrap .card_img {
        max-width: unset;
    }
    .super_theme_list_card .card_wrap .card_title {
        font-size: 18px;
        margin-top: 15px;
    }
    .super_theme_list_card .card_wrap .card_text {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 15px;
    }
    .super_theme_list_card .card_wrap .card_btn {
        max-width: 345px;
        font-size: 15px;
        padding: 17px 0;
    }
    .super_theme_list_card.comingsoon {
        display: none;
    }

    .theme_list {
        padding: 25px 0;
    }
    .theme_list .other__theme img {
        max-width: 175px;
    }
    .theme_list_banners {
        margin-top: 20px;
    }
    .theme_list_banners li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .theme_list_banners li a img {
        max-width: unset;
        height: auto;
        object-fit: unset;
    }
    .theme_list_more {
        max-width: 135px;
        margin: 0 auto;
        font-size: 15px;
    }
    .theme_list_bottom {
        margin: 15px 0 0;
    }
    .theme_list_bottom .QuestionBlock {
        padding-bottom: 0;
    }
}
@media screen and (max-width:340px) {
    .ranking .ranking__text {
        font-size: 12px;
    }
}</pre></body></html>