@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
shop   スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
}
.sp, .sp-inline {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }

  .sp-inline {
    display: inline;
  }
}
@media screen and (min-width: 345px) {
  .sp-ip5 {
    display: none;
  }
}
#contents #shop_main {
  float: right;
  width: 720px;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #contents #shop_main {
    width: 100%;
    padding: 0;
    float: none;
  }
}
#contents #shop_main section {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}
#contents #shop_main h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 12px 7px 56px;
  margin-bottom: 10px;
}
#contents #shop_main #foodshop .inner, #contents #shop_main #souvenir .inner {
  width: 700px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .inner, #contents #shop_main #souvenir .inner {
    width: 100%;
    padding: 0 18px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #contents #shop_main #foodshop .inner .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#contents #shop_main #foodshop h3 {
  background: #00307c url(../img/foodshop_title_icon.png) no-repeat 12px center;
  margin-bottom: 20px;
}
#contents #shop_main #foodshop h3 .foodshop-sub {
  font-size: 14px;
}
#contents #shop_main #souvenir h3 {
  background: #00307c url(../img/souvenir_title_icon.png) no-repeat 12px center;
  margin-bottom: 20px;
}
#contents #shop_main #souvenir h3 .souvenir-sub {
  font-size: 14px;
}
#contents #shop_main h3 span {
  display: inline-block;
  padding-left: 16px;
  border-left: solid 3px #ffea5b;
}
#contents #shop_main .intro {
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main .intro {
    margin-bottom: 18px;
  }
}
#contents #shop_main .intro .img {
  width: 360px;
  float: right;
}
@media screen and (max-width: 767px) {
  #contents #shop_main .intro .img {
    width: 100%;
    margin-bottom: 18px;
  }
}
#contents #shop_main .intro .img img {
  width: 360px;
  height: 198px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main .intro .img img {
    width: 100%;
    height: auto;
  }
}
#contents #shop_main .intro .shop_info {
  float: left;
  width: 270px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main .intro .shop_info {
    width: 100%;
    float: none;
  }
}
#contents #shop_main .intro .shop_info li {
  overflow: hidden;
  clear: both;
}
#contents #shop_main .intro .shop_info dt, #contents #shop_main .intro .shop_info dd {
  float: left;
  color: #666;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main .intro .shop_info dt, #contents #shop_main .intro .shop_info dd {
    font-size: 12px;
    line-height: 1.8;
  }
}
#contents #shop_main .intro .shop_info dt {
  width: 110px;
  font-weight: bold;
}
#contents #shop_main .intro .shop_info dt span {
  display: inline-block;
  color: #1e51a2;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 0.5em;
}
#contents #shop_main #foodshop .cont {
  position: relative;
  width: 344px;
  /*
  height: 435px;
  */
  padding-top: 20px;
  background: #f1f3e5;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont {
    width: 100%;
    padding: 11px 12px 24px;
  }
}
#contents #shop_main #foodshop .breakfast {
  float: left;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .breakfast {
    float: none;
    margin-bottom: 30px;
  }
}
#contents #shop_main #foodshop .lunch {
  float: right;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .lunch {
    float: none;
  }
}
#contents #shop_main #foodshop .cont dt {
  color: #1e51a2;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont dt {
    font-size: 16px;
  }
}
#contents #shop_main #foodshop .breakfast dt {
  background: url(../img/foodshop_breakfast_icon.png) no-repeat center 0;
}
#contents #shop_main #foodshop .lunch dt {
  background: url(../img/foodshop_lunch_icon.png) no-repeat center 0;
}
#contents #shop_main #foodshop .cont .time {
  color: #333;
  font-size: 13px;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont .time {
    font-size: 12px;
  }
}
#contents #shop_main #foodshop .cont .menu {
  padding-bottom: 84px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont .menu {
    padding-bottom: 0;
  }
}
#contents #shop_main #foodshop .cont .menu table {
  table-layout: fixed;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont .menu table {
    padding-bottom: 0;
  }
}
#contents #shop_main #foodshop .breakfast .menu table {
  width: 236px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .breakfast .menu table {
    font-size: 12px;
    width: 100%;
  }
}
#contents #shop_main #foodshop .lunch .menu table {
  position: relative;
  width: 236px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .lunch .menu table {
    width: 100%;
  }
}
#contents #shop_main #foodshop .cont .menu table th, #contents #shop_main #foodshop .cont .menu table td {
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont .menu table th, #contents #shop_main #foodshop .cont .menu table td {
    padding-top: 4px;
  }
}
#contents #shop_main #foodshop .cont .menu table th {
  color: #333;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont .menu table tr {
    border-bottom: 1px solid #c5c5c5;
  }
  #contents #shop_main #foodshop .cont .menu table td {
    font-size: 12px;
  }
}
#contents #shop_main #foodshop .breakfast .menu table th {
  width: 182px;
}
#contents #shop_main #foodshop .lunch .menu table th {
  width: 182px;
}
#contents #shop_main #foodshop .lunch .menu table .curry th, #contents #shop_main #foodshop .lunch .menu table .curry td {
  padding-bottom: 22px;
}
#contents #shop_main #foodshop .lunch .menu table th span {
  position: absolute;
}
#contents #shop_main #foodshop .cont .menu table td {
  color: #333;
  font-size: 15px;
  text-align: right;
}
#contents #shop_main #foodshop .cont .menu p {
  position: absolute;
  bottom: 29px;
  left: 50%;
  width: 276px;
  background: url(../img/foodshop_btn_bg.png) repeat-x 0 0;
  margin-left: -138px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont .menu p {
    width: 212px;
    position: static;
    margin: 24px auto 0;
  }
}
#contents #shop_main #foodshop .cont .menu p a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: url(../img/foodshop_menu_arrow.png) no-repeat 254px 11px;
  width: 243px;
  padding: 8px 14px 10px 19px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont .menu p a {
    width: 100%;
    font-size: 11px;
    background: url(../img/foodshop_menu_arrow.png) no-repeat 95% 11px;
    padding: 8px 14px 10px 12px;
  }
}
#contents #shop_main #foodshop .cont .menu p a img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .cont .menu p a img {
    margin-right: 11px;
  }
}
#contents #shop_main #foodshop .breakfast .menu p a img {
  margin-right: 19px;
}
#contents #shop_main #foodshop .lunch .menu p a img {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #foodshop .lunch .menu p a img {
    margin-right: 8px;
  }
}
#contents #shop_main .attention {
  clear: both;
  color: #333;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main .attention {
    margin-bottom: 52px;
  }
}
#contents #shop_main #souvenir .summary {
  margin-bottom: 16px;
}
#contents #shop_main #souvenir .cont {
  padding: 24px 0 28px;
  background: #f1f3e5;
  margin-bottom: 4px;
}
#contents #shop_main #souvenir .cont h4 {
  width: 315px;
  color: #1e51a2;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #souvenir .cont h4 {
    width: 100%;
    padding: 0 30px;
    font-size: 14px;
  }
}
#contents #shop_main #souvenir .cont h4 span {
  display: block;
  background: url(../img/souvenir_ballon02.png) no-repeat right 0, url(../img/souvenir_ballon01.png) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #souvenir .cont h4 span {
    padding: 0 10px;
  }
}
#contents #shop_main #souvenir .cont .lineup {
  display: table;
  table-layout: fixed;
  width: 666px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #souvenir .cont .lineup {
    width: 100%;
    display: block;
  }
}
#contents #shop_main #souvenir .cont .lineup > li {
  display: table-cell;
  width: 190px;
  padding: 0 11px 0 21px;
  border-right: dotted 1px #666;
}
#contents #shop_main #souvenir .cont .lineup > li:last-of-type {
  border-right: none;
}
#contents #shop_main #souvenir .cont .lineup > li .img {
  width: 182px;
  height: 136px;
}
#contents #shop_main #souvenir .cont .lineup > li .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #souvenir .cont .lineup > li {
    display: block;
    width: 94%;
    margin: 0 3%;
    padding-bottom: 24px;
    padding-top: 24px;
    border: none;
    border-bottom: dotted 1px #666;
  }
  #contents #shop_main #souvenir .cont .lineup > li:last-child {
    border: none;
    padding-bottom: 0;
  }
  #contents #shop_main #souvenir .cont .lineup > li:first-child {
    padding-top: 0;
  }
  #contents #shop_main #souvenir .cont .lineup > li .img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  #contents #shop_main #souvenir .cont .lineup > li .img img {
    width: 100%;
  }
}
#contents #shop_main #souvenir .cont .lineup .img {
  position: relative;
  width: 181px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #souvenir .cont .lineup .img {
    width: 100%;
  }
  #contents #shop_main #souvenir .cont .lineup .img img {
    width: 100%;
  }
}
#contents #shop_main #souvenir .cont .lineup .img .ballon {
  display: table;
  position: absolute;
  bottom: -9px;
  left: -13px;
  width: 53px;
  height: 53px;
  color: #1e51a2;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: url(../img/souvenir_cont_ballon.png) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  #contents #shop_main #souvenir .cont .lineup .img .ballon {
    width: 74px;
    height: 74px;
    font-size: 15px;
    background-image: none;
    background: #ffea5b;
    -moz-border-radius: 74px;
    -webkit-border-radius: 74px;
    border-radius: 74px;
  }
}
#contents #shop_main #souvenir .cont .lineup .img .ballon span {
  display: table-cell;
  vertical-align: middle;
}
#contents #shop_main #souvenir .cont .lineup dt {
  color: #1e51a2;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}
#contents #shop_main #souvenir .cont .lineup dd {
  color: #333;
  font-size: 13px;
  line-height: 1.4;
}
#contents #shop_main #souvenir .cont .lineup .explanation {
  margin-bottom: 6px;
}
#contents #shop_main #souvenir .cont .lineup .price {
  text-align: right;
}
#contents #shop_main #souvenir .cont .lineup .etc {
  color: #333;
  font-size: 13px;
}
#contents #shop_main #souvenir .cont .lineup .etc span {
  color: #1e51a2;
  font-size: 8px;
  margin-right: 6px;
}
#contents #side_menu {
  float: left;
  width: 180px;
  padding: 18px 10px 8px 10px;
  background: #1e51a2 url(../img/side_bg.png) no-repeat right 0;
}
@media screen and (max-width: 767px) {
  #contents #side_menu {
    float: none;
  }
}
#contents #side_menu h3 {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}
#contents #side_menu .menu_first > li {
  background: #00307c;
  margin-bottom: 5px;
}
#contents #side_menu .menu_first > li:last-of-type {
  margin-bottom: 0;
}
#contents #side_menu .menu_first > li > p, #contents #side_menu .menu_first > li > a {
  display: table;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
}
#contents #side_menu .menu_first > li > p span, #contents #side_menu .menu_first > li > a span {
  display: table-cell;
  vertical-align: middle;
}
#contents #side_menu .menu_first > li > p .mark, #contents #side_menu .menu_first > li > a .mark {
  width: 28px;
  text-align: center;
}
#contents #side_menu .menu_first > li > p .txt, #contents #side_menu .menu_first > li > a .txt {
  padding-top: 1px;
}
#contents #side_menu .menu_second {
  background: #fff;
}
#contents #side_menu .menu_second > li {
  width: 130px;
  margin-left: 28px;
}
#contents #side_menu .menu_second > li p, #contents #side_menu .menu_second > li a {
  display: table;
  width: 100%;
  height: 42px;
  border-bottom: dotted 1px #00307c;
}
#contents #side_menu .menu_second > li p {
  border-top: dotted 1px #00307c;
  border-bottom: none;
}
#contents #side_menu .menu_second > li:first-of-type a {
  border: none;
}
#contents #side_menu .menu_second > li p span, #contents #side_menu .menu_second > li a span {
  display: table-cell;
  vertical-align: middle;
}
#contents #side_menu .menu_second > li p .mark, #contents #side_menu .menu_second > li a .mark {
  width: 10px;
}
#contents #side_menu .menu_second > li p .mark {
  vertical-align: top;
}
#contents #side_menu .menu_second > li a .mark img {
  vertical-align: middle;
}
#contents #side_menu .menu_second > li p .mark img {
  vertical-align: -2px;
}
#contents #side_menu .menu_second > li p .txt {
  color: #00307c;
  padding-top: 2px;
}
#contents #side_menu .menu_second > li a .txt {
  color: #00307c;
  padding-top: 2px;
}
#contents #side_menu .menu_third > li {
  width: 115px;
  margin-left: 15px;
}
#contents #side_menu .menu_third > li:last-of-type a {
  border-bottom: none;
}
#contents #side_menu .menu_third > li a .mark {
  width: 10px;
  vertical-align: top;
}
#contents #side_menu .menu_third > li a .mark img {
  vertical-align: -2px;
}
