@charset "UTF-8";

.header-box {
  width: 100%;
  display: table;
}
.header-box__logo {
  display: table-cell;
  vertical-align: middle;
  padding-top: 1em;
  padding-bottom: .4em;
}
.header-box__img {
  width: 70px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .header-box__img {
    width: 13.125%;
  }
}
.header__menu--global {
  background-image: url("../images/v2/top/header/icon_list.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.nav-l__border {
  background-color: #fff;
  background-image: none;
}
.nav-l__list {
  width: 700px;
}
.nav-l__link.is-active, .nav-l__link:hover {
  background-color: #fff;
  background-image: none;
}

.l-main {
  padding-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .l-main {
    padding-bottom: 9.25em;
  }
}

.hero {
  background-color: #11151a;
  position: relative;
  overflow: hidden;
  height: 740px;
}
@media screen and (max-width: 640px) {
  .hero {
    background-color: #fff;
    background-image: url("../images/v2/top/hero/herobelt.jpg");
    background-position: bottom center;
    background-repeat: repeat-x;
    padding-bottom: 9px;
    height: auto;
  }
}
.hero__img {
  position: absolute;
  vertical-align: bottom;
  height: 100%;
  width: auto;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .hero__img {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.hero__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.about {
  background-image: url("../images/v2/top/about/bg_about.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .about {
    background-image: none;
  }
}
.about-row__box {
  content: "";
  display: table;
  clear: both;
}
.about-box-crab {
  width: 100%;
  height: 410px;
  content: "";
  display: table;
  clear: both;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .about-box-crab {
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.about-box-crab__explain {
  float: right;
}
@media screen and (max-width: 640px) {
  .about-box-crab__explain {
    float: none;
  }
}
.about-box-crab__figure {
  float: left;
}
@media screen and (max-width: 640px) {
  .about-box-crab__figure {
    float: none;
    margin-top: 2em;
  }
}
.about-box-crab__head {
  float: right;
  color: #680808;
}
@media screen and (max-width: 640px) {
  .about-box-crab__head {
    float: none;
  }
}
.about-box-crab__desc {
  float: right;
  width: 400px;
  height: 270px;
  text-align: right;
  padding-top: 20px;
  margin-right: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .about-box-crab__desc {
    float: none;
    width: auto;
    height: auto;
    padding-top: 1.8em;
    margin-right: 0;
    text-align: left;
    line-height: 1.5;
    background-image: url("../images/v2/top/about/bg_about_s.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
}
.about-box-season {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
.about-box-season__explain {
  content: "";
  display: table;
  clear: both;
  float: left;
  width: 560px;
  background-image: url("../images/v2/top/about/bg_flower_season.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media screen and (max-width: 640px) {
  .about-box-season__explain {
    float: none;
    width: auto;
    background-image: none;
  }
}
.about-box-season__figure {
  float: left;
  width: 560px;
  text-align: right;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .about-box-season__figure {
    float: none;
    width: auto;
    padding-top: 2.0em;
    text-align: left;
  }
}
.about-box-season__figure-sub {
  float: right;
}
.about-box-season__head {
  float: right;
  color: #0a0f43;
}
@media screen and (max-width: 640px) {
  .about-box-season__head {
    float: none;
  }
}
.about-box-season__desc {
  float: right;
  width: 280px;
  height: 270px;
  padding-top: 52px;
  margin-right: 40px;
  text-align: right;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .about-box-season__desc {
    float: none;
    width: auto;
    height: auto;
    padding-top: 2.0em;
    margin-right: 0;
    text-align: left;
    line-height: 1.5;
  }
}
.about-box-omotenashi {
  width: 100%;
  content: "";
  display: table;
  clear: both;
  background-image: url("../images/v2/top/about/bg_omotenashi.png");
  background-repeat: no-repeat;
  background-position: 220px 0;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .about-box-omotenashi {
    background-image: none;
    padding-top: 2.0em;
  }
}
.about-box-omotenashi__explain {
  content: "";
  display: table;
  clear: both;
  float: right;
  width: 485px;
}
@media screen and (max-width: 640px) {
  .about-box-omotenashi__explain {
    width: auto;
  }
}
.about-box-omotenashi__figure {
  float: left;
}
.about-box-omotenashi__head {
  float: right;
  color: #0a0f43;
}
@media screen and (max-width: 640px) {
  .about-box-omotenashi__head {
    float: none;
  }
}
.about-box-omotenashi__desc {
  float: right;
  width: 360px;
  height: 286px;
  padding-top: 52px;
  margin-right: 40px;
  text-align: right;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .about-box-omotenashi__desc {
    float: none;
    width: auto;
    height: auto;
    padding-top: 1.0em;
    margin-right: 0;
    text-align: left;
    line-height: 1.5;
  }
}


.belt {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .belt {
    margin-top: 3.0em;
    margin-bottom: 3.0em;
  }
}
.belt-box {
  min-width: 960px;
  height: 340px;
  background-image: url("../images/v2/top/belt/p_view.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .belt-box {
    min-width: auto;
    min-width: initial;
    height: 9.75em;
  }
}

.party-box-use {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
.party-box-use__explain {
  float: right;
  width: 446px;
}
@media screen and (max-width: 640px) {
  .party-box-use__explain {
    float: none;
    width: auto;
  }
}
.party-box-use__figure {
  float: left;
  width: 452px;
}
.party-box-use__head {
  color: #950000;
}
.party-box-use__desc {
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .party-box-use__desc {
    padding-top: 1.0em;
  }
}
.party-box-course {
  width: 100%;
  content: "";
  display: table;
  clear: both;
  margin-top: 85px;
  padding-bottom: 68px;
  background-image: url("../images/v2/top/party/bg_course.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 640px) {
  .party-box-course {
    background-image: none;
    margin-top: 2.0em;
    padding-bottom: 0;
  }
}
.party-box-course__explain {
  float: left;
  width: 386px;
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  .party-box-course__explain {
    float: none;
    width: auto;
    padding-top: 1.0em;
  }
}
.party-box-course__figure-top {
  float: right;
}
@media screen and (max-width: 640px) {
  .party-box-course__figure-top {
    float: none;
  }
}
.party-box-course__figure {
  float: left;
  width: 386px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .party-box-course__figure {
    float: none;
    width: auto;
    margin-top: 1.0em;
  }
}
.party-box-course__head {
  color: #161616;
}
.party-box-course__desc {
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .party-box-course__desc {
    padding-top: 1.0em;
  }
}

.keijihouji-head {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .keijihouji-head {
    margin-top: 3.25em;
    margin-bottom: 3.25em;
  }
}
.keijihouji-head__tl {
  color: #353635;
}
.keijihouji-box-keiji {
  width: 100%;
  content: "";
  display: table;
  clear: both;
  background-image: url("../images/v2/top/keijihouji/bg_keiji.png");
  background-repeat: no-repeat;
  background-position: 436px 0;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-keiji {
    background-image: none;
  }
}
.keijihouji-box-keiji__explain {
  float: right;
  width: 456px;
  padding-top: 90px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-keiji__explain {
    float: none;
    width: auto;
    padding-top: 0;
  }
}
.keijihouji-box-keiji__figure {
  float: left;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-keiji__figure {
    float: none;
    margin-top: 1.5em;
  }
}
.keijihouji-box-keiji__head {
  position: relative;
  color: #950000;
}
.keijihouji-box-keiji__head-cap {
  position: absolute;
  top: -50px;
  left: -25px;
  font-size: 1.1875em;
  line-height: 1.736;
  display: inline-block;
  color: #fff;
  width: 130px;
  height: 33px;
  text-align: center;
  background-image: url("../images/v2/top/keijihouji/bg_cap.png");
}
@media screen and (max-width: 640px) {
  .keijihouji-box-keiji__head-cap {
    width: auto;
    height: auto;
    font-size: 1.5em;
    line-height: 1.75;
    top: initial;
    left: initial;
    position: static;
    padding-right: 1.125em;
    padding-left: 1.125em;
    margin-right: .5em;
    vertical-align: super;
  }
}
.keijihouji-box-keiji__desc {
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-keiji__desc {
    padding-top: 2.0em;
  }
}
.keijihouji-box-irodori {
  width: 100%;
  content: "";
  display: table;
  clear: both;
  margin-top: 34px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-irodori {
    margin-top: 2.625em;
  }
}
.keijihouji-box-irodori__explain {
  float: left;
  width: 312px;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-irodori__explain {
    float: none;
    width: auto;
    padding-top: 0;
  }
}
.keijihouji-box-irodori__figure {
  float: right;
  width: 630px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-irodori__figure {
    float: none;
    width: auto;
  }
}
.keijihouji-box-irodori__desc {
  margin-top: 32px;
  width: 300px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-irodori__desc {
    margin-top: 0;
    width: auto;
  }
}
.keijihouji-box-irodori__note {
  margin-top: 42px;
  border: 2px solid #c5c5c5;
  padding: 20px 30px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-irodori__note {
    margin-top: 2.0em;
    padding: 1.875em 2em;
  }
}
.keijihouji-box-houji {
  width: 100%;
  content: "";
  display: table;
  clear: both;
  background-image: url("../images/v2/top/keijihouji/bg_houji.png");
  background-repeat: no-repeat;
  background-position: 395px 0;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-houji {
    background-image: none;
  }
}
.keijihouji-box-houji__explain {
  float: right;
  width: 512px;
  padding-top: 84px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-houji__explain {
    float: none;
    width: auto;
    padding-top: 0;
  }
}
.keijihouji-box-houji__figure {
  float: left;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-houji__figure {
    float: none;
    margin-top: 1.75em;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
  }
}
.keijihouji-box-houji__head {
  position: relative;
  color: #0a0f43;
}
.keijihouji-box-houji__head-cap {
  position: absolute;
  top: -50px;
  left: -25px;
  font-size: 1.1875em;
  line-height: 1.736;
  display: inline-block;
  color: #fff;
  width: 130px;
  height: 33px;
  text-align: center;
  background-image: url("../images/v2/top/keijihouji/bg_caphouji.png");
}
@media screen and (max-width: 640px) {
  .keijihouji-box-houji__head-cap {
    width: auto;
    height: auto;
    font-size: 1.5em;
    line-height: 1.75;
    top: initial;
    left: initial;
    position: static;
    padding-right: 1.125em;
    padding-left: 1.125em;
    margin-right: .5em;
    vertical-align: super;
  }
}
.keijihouji-box-houji__desc {
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-houji__desc {
    margin-top: 0;
  }
}
.keijihouji-box-houji__note {
  margin-top: 60px;
  border: 2px solid #c5c5c5;
  padding: 20px 60px;
}
@media screen and (max-width: 640px) {
  .keijihouji-box-houji__note {
    margin-top: 2.0em;
    padding: 1.875em 2em;
  }
}

.restaurantlist {
  margin-top: 67px;
  background-image: url("../images/v2/top/restaurantlist/bg_restaurantlist.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #fefcf8;
}
@media screen and (max-width: 640px) {
  .restaurantlist {
    background-image: none;
    background-color: transparent;
    margin-top: 0;
  }
}
.restaurantlist-head {
  padding-top: 65px;
  height: 210px;
}
@media screen and (max-width: 640px) {
  .restaurantlist-head {
    padding-top: 4.0em;
    height: auto;
  }
}
.restaurantlist-head__tl {
  color: #353635;
}
.restaurantlist-head__desc {
  font-size: 1.125em;
  margin-top: 47px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .restaurantlist-head__desc {
    font-size: 1.75em;
    margin-top: 1.25em;
    text-align: left;
  }
}
.restaurantlist-sp {
  margin-top: 2em;
}


.map-tab {
  width: 960px;
  min-height: 780px;
  margin-left: auto;
  margin-right: auto;
}
.map-tab__head {
  position: relative;
}
.map-tab__body {
  border-top: 0;
  position: relative;
}

.map-tab-list {
  overflow: hidden;
}
.map-tab-list__item {
  float: left;
  width: 478px;
}
.map-tab-list__item--right {
  float: right;
}
.map-tab-list__btn {
  display: block;
  width: 100%;
  height: 54px;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
.map-tab-list__btn--map {
  background-image: url("../images/v2/top/map/tab_map.png");
}
.map-tab-list__btn--list {
  background-image: url("../images/v2/top/map/tab_list.png");
}
.is-current .map-tab-list__btn, .map-tab-list__btn:hover {
  background-position: 0 -54px;
}

.map-tab-content {
  display: none;
}
.map-tab-content.is-current {
  display: block;
}


.area-map {
  padding-top: 40px;
}
.area-map__img {
  width: auto;
  height: auto;
  text-align: right;
}
.area-map__map {
  text-align: right;
}
.area-map__box--middle {
  position: absolute;
  top: 50px;
  left: 0;
}
.area-map__box--west {
  position: absolute;
  top: 516px;
  left: 15px;
}
.area-map__box--east {
  position: absolute;
  top: 380px;
  right: 0;
}


.area-list-box__head {
  text-indent: -9999px;
  overflow: hidden;
}
.area-list-box__body {
  padding: 20px;
  background-color: #fff;
}
.area-list-box--middle {
  width: 510px;
}
.area-list-box--middle .area-list-box__head {
  background: url("../images/v2/top/map/img_map_head_middle.png") no-repeat 0 0;
  width: 510px;
  height: 40px;
}
.area-list-box--west {
  width: 527px;
}
.area-list-box--west .area-list-box__head {
  background: url("../images/v2/top/map/img_map_head_west.png") no-repeat 0 0;
  width: 527px;
  height: 40px;
}
.area-list-box--east {
  width: 316px;
}
.area-list-box--east .area-list-box__head {
  background: url("../images/v2/top/map/img_map_head_east.png") no-repeat 0 0;
  width: 316px;
  height: 40px;
}


.area-list__item {
  border-bottom: 1px solid #ccc;
}
.area-list__item:first-child {
  padding-top: 0;
}
.area-list--middle .area-list__item {
  padding: 8px 0;
}
.area-list--east .area-list__item {
  padding: 6px 0;
}
.area-list--west .area-list__item {
  padding: 6px 0;
  overflow: hidden;
}
.area-list--west .area-list__item .pref-shop-list {
  width: 55%;
  float: left;
}
.area-list--west .area-list__item .pref-shop-list02 {
  width: 40%;
  float: left;
}



.pref-shop-list {
  overflow: hidden;
}
.pref-shop-list02 {
  overflow: hidden;
}
.pref-shop-list__head {
  width: 75px;
  float: left;
  line-height: 1;
  font-size: 1em;
}
.pref-shop-list__title {
  width: auto;
  height: auto;
  vertical-align: middle;
}
.pref-shop-list__body {
  float: right;
  margin-top: -8px;
}
.pref-shop-list__list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.pref-shop-list__item {
  float: left;
  padding-left: 16px;
  box-sizing: border-box;
  width: 68px;
  margin-left: 16px;
  margin-top: 6px;
  position: relative;
}
.pref-shop-list__item:hover {
  opacity: .7;
}
.pref-shop-list__item:before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
}
.pref-shop-list__link {
  display: block;
  box-sizing: content-box;
}
.pref-shop-list__img {
  width: auto;
  vertical-align: middle;
}
.pref-shop-list--middle .pref-shop-list__list {
  width: 368px;
}
.pref-shop-list--middle .pref-shop-list__item {
  margin-left: 4px;
}
.pref-shop-list--middle .pref-shop-list__item:before {
  background: url("../images/v2/top/map/icon_arrow_blue.png") no-repeat 0 0;
  margin-top: -4px;
  width: 8px;
  height: 10px;
}
.pref-shop-list--east .pref-shop-list__list {
  width: 170px;
}
.pref-shop-list--east .pref-shop-list__item:before {
  background: url("../images/v2/top/map/icon_arrow_red.png") no-repeat 0 0;
  margin-top: -4px;
  width: 8px;
  height: 10px;
}
.pref-shop-list--west .pref-shop-list__head {
  width: 90px;
}
.pref-shop-list--west .pref-shop-list__body {
  float: left;
}
.pref-shop-list--west .pref-shop-list__item:before {
  background: url("../images/v2/top/map/icon_arrow_yellow.png") no-repeat 0 0;
  margin-top: -4px;
  width: 8px;
  height: 10px;
}

.pref-shop-list--west.pref-shop-list--even .pref-shop-list__item {
  width: 50px;
}


.areas {
  padding-top: 40px;
}
.areas__desc {
  font-size: 14px;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 30px;
  width: 462px;
}
.areas__desc-rc, .areas__desc-fc {
  padding-left: 50px;
}
.areas__desc-rc:before, .areas__desc-fc:before {
  left: 0;
}
.areas__desc-rc {
  float: left;
}
.areas__desc-fc {
  float: right;
}
.areas__icon--rc {
  position: relative;
}
.areas__icon--rc:before {
  position: absolute;
  content: " ";
  background: url("../images/v2/top/map/icon_rc.png") no-repeat 0 0;
  width: 40px;
  height: 20px;
}
.areas__icon--fc {
  position: relative;
}
.areas__icon--fc:before {
  position: absolute;
  content: " ";
  background: url("../images/v2/top/map/icon_fc.png") no-repeat 0 0;
  width: 40px;
  height: 20px;
}


.area {
  margin-top: 45px;
}
.area:first-child {
  margin-top: 0;
}
.area__head {
  padding-left: 14px;
  border-left: 7px solid #872d31;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
}


.area-row {
  display: table;
  width: 100%;
  overflow: hidden;
  color: #040000;
}
.area-row__head {
  width: 92px;
  float: left;
  padding-top: 6px;
  font-size: 18px;
}
.area-row__body {
  width: 868px;
  padding-left: 40px;
  float: right;
  background-color: #efedea;
  position: relative;
}
.area-row__body:before {
  position: absolute;
  content: " ";
  background: url("../images/v2/top/map/icon_arrow_red_l.png") no-repeat 0 0;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 15px;
}
.area-row__body:hover {
  opacity: .7;
}
.area-row__body--even {
  background-color: #fdfcf9;
}
.area-row__cell {
  display: table-cell;
  min-height: 40px;
  padding: 8px 10px;
}
.area-row__cell--rcfc {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}
.area-row__cell.areas__icon--rc:before, .area-row__cell.areas__icon--fc:before {
  top: 10px;
  left: 0;
}
.area-row__cell--name {
  width: 176px;
}
.area-row__cell--tel {
  padding-left: 28px;
  position: relative;
}
.area-row__cell--tel .area-row__cell__icon {
  top: 50%;
  left: 0;
  position: absolute;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area-row__cell--address {
  width: 422px;
}


.area-list {
  overflow: hidden;
}
.area-list__head {
  border-radius: 0.5em;
  background-color: #bf0000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3MDAwMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzIwMDAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWQwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #d70000 0%, #c20000 50%, #ad0000 100%);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  border: solid 2px #c1c1c1;
  overflow: hidden;
  position: relative;
}
.area-list__head-label {
  border-radius: 0.375em;
  display: block;
  border: solid 2px #fff;
}
.area-list__head-icon {
  position: absolute;
  display: block;
  width: 2.5em;
  height: 2.5em;
  top: 50%;
  right: 1.25em;
  bottom: 50%;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("../images/v2/top/shoplistsp/icon_close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.area-list__head-areaname {
  font-size: 2em;
  line-height: 2.5;
}
.area-list__body {
  background-color: #fffef8;
}
.area-list__shop {
  overflow: hidden;
  position: relative;
}
.area-list__shop-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  margin-top: -100%;
  transition: margin-top 0.3s ease-in-out;
  border-bottom: solid 1px #c1c1c1;
}
.area-list__shop-link {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 1.2em 1em 1.2em 1em;
}
.area-list__shop-space {
  width: 100%;
}
.area-list__shop-name {
  font-size: 1.75em;
  display: inline-block;
  width: 8em;
}
.area-list__prefname {
  display: inline-block;
  font-size: 1.5em;
  margin-top: 0.1em;
  margin-right: 1.0em;
  min-width: 4em;
  text-align: right;
  vertical-align: top;
}
.area-list__icon-rcfc {
  margin-top: 0.5em;
  margin-right: 0.8em;
  vertical-align: top;
}

.is-open .area-list__box {
  background-color: transparent;
}
.is-open .area-list__head-icon {
  background-image: url("../images/v2/top/shoplistsp/icon_open.png");
}
.is-open .area-list__shop-item {
  margin-top: 0;figure
}


.banner_box {
	padding-top:10px;
	
}
@media screen and (max-width: 640px) {
.banner_box {
    display: block;
    float: none;
  width: 100%;
  height: auto;
}
}

.banner_left {
	float:left;
}
@media screen and (max-width: 640px) {
.banner_left {
    display: block;
    float: none;
  width: 100%;
  height: auto;
	margin-bottom:1rem;
  }
}

.banner_right {
	float:right;
}
@media screen and (max-width: 640px) {
.banner_right {
    display: block;
    float: none;
  width: 100%;
  height: auto;
  }
}

.oseti_box {

	
}
@media screen and (max-width: 640px) {
.oseti_box {
  display: none;
}
}
}
@media screen and (max-width: 640px) {
.banner_width {
    display: block;
    float: none;
  width: 100%;
  height: auto;
}
}

.mb20 {
	padding-bottom:14px;
	
}
@media screen and (max-width: 640px) {
.mb20 {
    display: block;
    float: none;
  width: 100%;
  height: auto;
	padding-bottom:2px;
}
}




.rNote-restaurant {
  background-color: #fff;
  border: solid 1px #d70c19;
  padding: 20px;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant {
    padding: 6.66667%;
  margin-bottom: 14px;
  }
}

.rNote-restaurant__head {
  font-weight: bold;
  font-size: .875em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__head {
    font-size: 1.75em;
  }
}

.rNote-restaurant__body {
  font-size: .875em;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__body {
    font-size: 1.75em;
    text-align: left;
  }
}

.rNote-restaurant__head_r {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #C60003;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__head_r {
    font-size: 1.75em;
  }
}

.rNote-restaurant__head_r2 {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin-top: 15px;
  color: #C60003;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__head_r2 {
  margin-top: 15px;
    font-size: 1.75em;
  }
}
.rNote-restaurant__head + .rNote-restaurant__body {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__head + .rNote-restaurant__body {
    margin-top: 5%;
  }
}
