@charset "UTF-8";
/* CSS Document */
body {
  background: url("/next/wp-content/themes/next_theme/assets/img/bg.gif") repeat center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
 "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

/*//////////////////// util ////////////////////*/
.wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  line-height: 0;
  margin: 0 -1px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.colorRed {
  color: #e23030;
}

.flex {
  display: box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/**/
.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.notFoundTtl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #999;
  padding: 50px 0 30px 0;
}

.notFound {
  text-align: center;
  font-size: 18px;
  padding: 0 0 50px 0;
}

/*//////////////////// container ////////////////////*/
#container {
  width: 980px;
  margin: 40px auto 50px auto;
  position: relative;
}

/*//////////////////// left ////////////////////*/
#left {
  width: 280px;
  float: left;
}

.underRound {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#sideSns {
  margin-bottom: 20px;
  margin-left: -10px;
  height: 60px;
}

#sideSns li {
  float: left;
  width: 135px;
  margin-left: 10px;
  line-height: 0;
  height: 60px;
}

#leftPrice {
  margin-bottom: 20px;
}

#leftSearch {
  margin-bottom: 30px;
}

#leftSearch .searchForm {
  position: relative;
}

#leftSearch .searchForm input.searchBox {
  width: 208px;
  height: 35px;
  padding: 0 40px 0 10px;
  border: #cccccc solid 1px;
  font-size: 14px;
}

#leftSearch .searchForm input.searchIcon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 29px;
  height: 29px;
  border: none;
  padding: 0;
}

.leftBnr {
  margin-bottom: 15px;
  line-height: 0;
}

.leftBnr a:hover {
  opacity: 0.7;
}

/*//////////////////// header ////////////////////*/
#header {
  height: 85px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

#header h1 {
  padding-top: 16px;
  float: left;
}

#header #hdrLink {
  margin-left: 15px;
  float: right;
  color: #666666;
  font-size: 10px;
  padding-top: 15px;
}

#header #hdrLink a:link, #header #hdrLink a:visited {
  color: #666;
  text-decoration: none;
}

#header #hdrLink a:hover, #header #hdrLink a:active {
  color: #ccc;
  text-decoration: none;
}

#header #hdrLink div {
  margin-bottom: 10px;
}

#header #hdrLink .twBtn {
  float: left;
  margin-right: 10px;
  width: 90px;
  overflow: hidden;
}

#header #hdrLink .fbBtn {
  float: left;
  width: 110px;
  overflow: hidden;
}

#header #gnav {
  float: right;
  border-left: #e9e9e9 solid 1px;
}

#header #gnav li {
  float: left;
  width: 120px;
  border-right: #e9e9e9 solid 1px;
  line-height: 0;
}

#hdrNews {
  height: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}

#hdrNews .hdrNewsTtl {
  float: left;
  width: 70px;
  margin-right: 20px;
  line-height: 0;
}

#hdrNews .hdrNewsTxt {
  float: left;
  line-height: 35px;
}

#hdrNews .hdrNewsTxt a:link, #hdrNews .hdrNewsTxt a:visited {
  color: #666;
  text-decoration: none;
}

#hdrNews .hdrNewsTxt a:hover, #hdrNews .hdrNewsTxt a:active {
  color: #ccc;
  text-decoration: none;
}

#hdrNews .hdrNewsMore {
  float: right;
  line-height: 0;
}

/*//////////////////// footer ////////////////////*/
#footer {
  background-color: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}

#footer .shop-list {
  margin: 0 auto 20px auto;
  width: 800px;
  background-color: #fce8e8;
  border-radius: 0px 0px 5px 5px;
}

#footer .shop-list ul.shopListStamina {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 10px 20px 10px;
  padding: 10px 0 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .shop-list ul.shopListOther {
  margin: 10px 10px 0 10px;
  padding: 0 0 10px 100px;
}

#footer .shop-list ul li {
  float: left;
  display: inline;
  line-height: 0;
  margin: 0 10px 10px 0;
}

#footer .shop-list ul:before {
  content: "";
  display: table;
}

#footer .shop-list ul:after {
  clear: both;
  content: "";
  display: table;
}

#footer .fb {
  margin: 0 auto 50px auto;
  width: 800px;
  height: 260px;
}

#footerLinkArea {
  position: relative;
  border-top: #9f9f9f solid 10px;
}

#footerLinkArea .footerLink {
  text-align: center;
  font-size: 12px;
  padding-top: 40px;
  margin-bottom: 40px;
}

#footerLinkArea .footerLink a:link, #footerLinkArea .footerLink a:visited {
  color: #666;
  text-decoration: none;
}

#footerLinkArea .footerLink a:hover, #footerLinkArea .footerLink a:active {
  color: #ccc;
  text-decoration: none;
}

#footerLinkArea .copyright {
  text-align: center;
  font-size: 10px;
  color: #666;
}

.totop {
  position: absolute;
  top: -46px;
  left: 50%;
  margin-left: -33px;
}

#footerLinkArea .wrap {
  position: relative;
}

.ftrLogo {
  position: absolute;
  left: 0;
  top: 10px;
}

/*//////////////////// top ////////////////////*/
#slideArea {
  width: 960px;
  padding: 10px;
  background-color: #fff;
  margin: 10px auto 0 auto;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

#slide li {
  position: relative;
  line-height: 0;
}

#slide li .logoAnime {
  position: absolute;
  left: 50%;
  top: 248px;
  margin-left: -151px;
}

#floatBnr {
  position: absolute;
  top: 490px;
  right: 30px;
}

#topCenter {
  width: 400px;
  float: left;
  margin: 0 20px 20px 20px;
}

.topicsBnr a:hover {
  opacity: 0.7;
}

#topRight {
  float: left;
  width: 260px;
}

#topNewsList {
  margin-bottom: 10px;
}

#topNewsList li {
  padding: 5px;
  border-bottom: #9b571a dotted 1px;
}

#topNewsList li .topNewsDate {
  color: #9b571a;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}

#topNewsList li .topNewsTxt {
  font-size: 12px;
  color: #666;
}

#topNewsList li .topNewsTxt a:link, #topNewsList li .topNewsTxt a:visited {
  color: #666;
  text-decoration: underline;
}

#topNewsList li .topNewsTxt a:hover, #topNewsList li .topNewsTxt a:active {
  color: #ccc;
  text-decoration: none;
}

#topMovie {
  background-color: #fff;
}

#topMovie iframe {
  margin-bottom: 20px;
}

.otherMovie {
  text-align: center;
  line-height: 0;
  padding-bottom: 10px;
}

.storeViewTxt {
  font-size: 10px;
  text-align: right;
}

/*//////////////////// lower common ////////////////////*/
#mainArea {
  float: left;
  margin-left: 20px;
  width: 680px;
  position: relative;
}

h2 {
  margin-bottom: 20px;
  line-height: 0;
}

.btnBack {
  position: absolute;
  right: 0;
  top: 10px;
}

.contentBox {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.contentBox2 {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 20px 6px 20px 20px;
  margin-bottom: 20px;
  position: relative;
}

#sideNavArea,
#menuSideNav {
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 15px 10px 10px 10px;
}

#sideNavArea h4,
#menuSideNav h4 {
  color: #034588;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sideNav,
.cat-item a {
  background: #034588 url("/next/wp-content/themes/next_theme/assets/img/snav_arrow_open.gif") no-repeat right 10px center;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  padding: 0 20px;
  font-weight: bold;
  margin-bottom: 1px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.sideNav.selected {
  background: #034588 url("/next/wp-content/themes/next_theme/assets/img/snav_arrow_close.gif") no-repeat right 10px center;
}

.sideNavLink li a,
.children .cat-item a {
  background-color: #fff;
  background-image: none;
  border-bottom: #ccc solid 1px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
}

.sideNavLink li a {
  display: block;
}

.sideNavLink li a:link, .sideNavLink li a:visited {
  color: #666666;
  text-decoration: none;
}

.children .cat-item a:link, .children .cat-item a:visited {
  color: #666666;
  text-decoration: none;
}

.sideNavLink li a:hover, .sideNavLink li a:active {
  color: #666;
  text-decoration: none;
  background-color: #eaf1f5;
}

.children .cat-item a:hover, .children .cat-item a:active {
  color: #666;
  text-decoration: none;
  background-color: #eaf1f5;
}

.pageClose {
  text-align: right;
  margin-top: 20px;
}

.pageClose a {
  background: url(/next/common/img/close_on.png) no-repeat right center;
  background-size: 30px 30px;
  color: #034588;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  padding: 2px 35px 0 0;
  display: inline-block;
  text-decoration: none;
}

.pageClose a:hover {
  opacity: 0.6;
}

/*//////////////////// about ////////////////////*/
.aboutLead {
  background: #f5f5f5 url(/next/img/about/about_lead_bg.jpg) no-repeat right center;
  -webkit-box-shadow: 0px 5px 0px #c7c7c7;
  box-shadow: 0px 5px 0px #c7c7c7;
  padding: 60px 240px 60px 20px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

h3.aboutTtl {
  margin: 0 0 25px 0;
  line-height: 0;
}

p.aboutTxt {
  padding: 0 20px;
  margin-bottom: 30px;
}

dl.aboutList {
  padding: 0 20px;
  margin-bottom: 30px;
}

dl.aboutList dt {
  font-weight: bold;
  margin-bottom: 15px;
  color: #034588;
}

dl.aboutList dd {
  margin-bottom: 15px;
}

.aboutImg {
  float: right;
  margin: 0 0 10px 10px;
}

.aboutBtn {
  margin-left: -20px;
  margin-bottom: 30px;
}

.aboutBtn li {
  float: left;
  margin-left: 20px;
}

#aboutNav {
  margin-left: -5px;
  margin-bottom: 30px;
}

#aboutNav li {
  float: left;
  margin-left: 5px;
}

.about01Img {
  float: right;
  padding: 0 20px;
}

.about02Img {
  text-align: center;
  margin-bottom: 30px;
}

.about02Img li {
  display: inline-block;
  margin: 0 5px;
}

.aboutImageArea {
  position: relative;
}

.aboutImageArea .aboutImageBtn01 {
  position: absolute;
  left: 14px;
  top: 8px;
}

.aboutImageArea .aboutImageBtn02 {
  position: absolute;
  left: 120px;
  top: 46px;
}

.aboutImageArea .aboutImageBtn03 {
  position: absolute;
  left: 33px;
  top: 81px;
}

.aboutImageArea .aboutImageBtn04 {
  position: absolute;
  left: 206px;
  top: 84px;
}

.aboutImageArea .aboutImageBtn05 {
  position: absolute;
  left: 339px;
  top: 123px;
}

.aboutImageArea .aboutImageBtn06 {
  position: absolute;
  left: 5px;
  top: 131px;
}

.aboutImageArea .aboutImageBtn07 {
  position: absolute;
  left: 111px;
  top: 168px;
}

.aboutImageArea .aboutImageBtn08 {
  position: absolute;
  left: 503px;
  top: 230px;
}

.aboutImageArea .aboutImageBtn09 {
  position: absolute;
  left: 149px;
  top: 235px;
}

.aboutImageArea .aboutImageBtn10 {
  position: absolute;
  left: 267px;
  top: 234px;
}

.aboutImageArea .aboutImageBtn11 {
  position: absolute;
  left: 290px;
  top: 276px;
}

.aboutImageArea .aboutImageBtn12 {
  position: absolute;
  left: 61px;
  top: 284px;
}

.aboutImageArea .aboutImageBtn13 {
  position: absolute;
  left: 309px;
  top: 314px;
}

/*//////////////////// news ////////////////////*/
#newsList .newsDate {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 10px;
}

#newsList h3.newsTtl {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: #ccc dotted 1px;
  font-size: 18px;
  line-height: 24px;
  color: #034588;
}

h3.newsTtl {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: #ccc dotted 1px;
  font-size: 18px;
  line-height: 24px;
  color: #034588;
}

#newsList h3.newsTtl a:link, #newsList h3.newsTtl a:visited {
  color: #034588;
  text-decoration: none;
}

#newsList h3.newsTtl a:hover, #newsList h3.newsTtl a:active {
  color: #3980c8;
  text-decoration: none;
}

#newsList p {
  margin-bottom: 15px;
  line-height: 22px;
}

.entry-content p {
  margin-bottom: 20px;
  line-height: 24px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content a:link, .entry-content a:visited {
  color: #034588;
  text-decoration: underline;
}

.entry-content a:hover, .entry-content a:active {
  color: #3980c8;
  text-decoration: underline;
}

/*//////////////////// search ////////////////////*/
#mapLeft {
  position: relative;
  width: 640px;
  line-height: 0;
}

.mapTitle {
  position: absolute;
  top: 20px;
  left: 20px;
}

.searchMap {
  margin-bottom: 20px;
}

.searchBnr li {
  float: left;
  margin-right: 10px;
}

#mapRight {
  width: 230px;
  float: right;
}

#mapRight dt {
  background-color: #e66a6e;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

#mapRight dd {
  padding: 5px 10px;
  margin-bottom: 4px;
  line-height: 24px;
}

#mapRight dd a {
  display: inline-block;
}

#mapRight dd a:link, #mapRight dd a:visited {
  color: #666;
  text-decoration: none;
}

#mapRight dd a:hover, #mapRight dd a:active {
  color: #ccc;
  text-decoration: none;
}

.searchListTtl {
  border-top: #034588 solid 5px;
  padding: 15px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #034588;
}

.searchTxt {
  background: #034588 url(/next/img/search/search_list_arrow.gif) no-repeat 8px center;
  padding: 8px 30px;
  color: #fff;
  margin-bottom: 15px;
}

.shopSearchList {
  width: 100%;
  border-bottom: #ccc dotted 1px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.shopSearchList table {
  width: 100%;
}

.shopSearchList th {
  text-align: left;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  padding: 0 10px;
}

.shopSearchList .shopName,
.shopSearchList .shopTel {
  background-color: #d8e6f4;
  vertical-align: middle;
  padding: 10px;
  color: #034588;
}

.shopSearchList .shopName {
  border-right: #fff solid 5px;
  width: 210px;
}

.shopSearchList .shopTel {
  width: 140px;
}

.shopSearchList .shopName a:link, .shopSearchList .shopName a:visited {
  color: #034588;
  text-decoration: underline;
}

.shopSearchList .shopName a:hover, .shopSearchList .shopName a:active {
  color: #3980c8;
  text-decoration: none;
}

.shopSearchList .shopAddress {
  padding: 10px;
}

.shopSearchList .shopIcon {
  background-color: #e8e8e8;
  padding: 5px 0 5px 10px;
  border-top: #fff solid 5px;
}

.shopSearchList .shopIcon li {
  float: left;
  margin-right: 5px;
  line-height: 0;
  width: 30px;
  height: 30px;
}

.shopSearchList .shopIcon li img {
  width: 30px;
  height: 30px;
}

h3.shopDetailName {
  font-size: 30px;
  color: #034588;
  line-height: 35px;
  margin: 0 0 20px 0;
}

.grunaviBtn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.shopDetailInfo {
  background-color: #d8e6f4;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px #93b4d7;
  box-shadow: 0px 5px #93b4d7;
  padding: 15px 15px 5px 15px;
  margin-bottom: 25px;
}

.shopDetailInfoL {
  width: 255px;
  float: left;
}

.shopDetailInfoL dt {
  width: 60px;
  float: left;
}

.shopDetailInfoL dd {
  margin-bottom: 5px;
}

.shopDetailInfoL dd p {
  display: inline;
}

.shopDetailInfoR {
  width: 335px;
  float: right;
}

.shopDetailInfoR dt {
  width: 75px;
  float: left;
  margin-right: 10px;
}

.shopDetailInfoR dd {
  margin-bottom: 10px;
}

h4.shopDetailInfoTtl {
  line-height: 0;
  margin-bottom: 20px;
}

#shopSlideArea {
  margin-bottom: 50px;
}

#shopMap {
  border: #ccc solid 5px;
  height: 340px;
  margin-bottom: 30px;
}

.shopTable {
  margin-bottom: 30px;
}

.shopTable h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.shopTable table {
  width: 100%;
  border-top: #ccc solid 1px;
}

.shopTable table th {
  background: #d8e6f4 url("/next/wp-content/themes/next_theme/assets/img/search/shop_table_bg02.gif") repeat-x left top;
  border-bottom: #93b4d7 solid 1px;
  font-weight: bold;
  padding: 15px 7px 10px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
  white-space: nowrap;
}

.shopTable table td {
  padding: 15px 7px 10px;
  border-bottom: #93b4d7 solid 1px;
  border-right: #93b4d7 solid 1px;
  vertical-align: middle;
  font-size: 12px;
}

.shopTable table td.shopTableHead {
  background: #e6e6e6 url("/next/wp-content/themes/next_theme/assets/img/search/shop_table_bg01.gif") repeat-x left top;
  text-align: center;
  font-weight: bold;
  padding: 8px 10px 3px 10px;
  border: none;
}

.shopTable table.priceList td {
  width: 150px;
}

.shopDetailAttention {
  border: #93b4d7 solid 1px;
  padding: 4px;
}

.shopDetailAttentionInr {
  border: #d8e6f4 solid 1px;
  padding: 20px 20px 20px 20px;
}

.shopDetailAttention p {
  margin-bottom: 20px;
}

/*//////////////////// menu ////////////////////*/
.menuNav {
  margin-left: -8px;
}

.menuNav li {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
}

.sideNav.menuSideNav1 {
  background: #e23030 url("/next/wp-content/themes/next_theme/assets/img/menu/smenu_icon01.jpg") no-repeat 14px center;
  padding-left: 60px;
}

.sideNav.menuSideNav2 {
  background: #e23030 url("/next/wp-content/themes/next_theme/assets/img/menu/smenu_icon02.jpg") no-repeat 14px center;
  padding-left: 60px;
}

.sideNav.menuSideNav3 {
  background: #e23030 url("/next/wp-content/themes/next_theme/assets/img/menu/smenu_icon03.jpg") no-repeat 14px center;
  padding-left: 60px;
}

.menuBox {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  padding: 0 6px 20px 20px;
}

.attentionBox {
  border: #e22f2f solid 1px;
  padding: 15px;
  margin: 0 14px 20px 0;
}

.menuItem {
  float: left;
  width: 204px;
  margin-bottom: 30px;
  margin-right: 14px;
}

.menuItemImg {
  border: #dedede solid 2px;
  line-height: 0;
  margin-bottom: 20px;
}

.menuItemImg img {
  min-width: 100%;
}

.menuItem h5 {
  font-size: 18px;
  font-weight: bold;
  color: #034588;
  margin-bottom: 10px;
  padding: 0 5px;
}

.menuItem p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
}

.menuItem p.customMenu {
  padding: 0px 5px;
  line-height: 25px;
  margin: 0 5px 5px 5px;
  background-color: #da9500;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}

.menuItem p.customMenuPlus {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 0px;
  color: #e7c37c;
  display: inline-block;
  padding: 0;
}

.drinkArea h4 {
  background-color: #2ca64d;
  padding: 8px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  margin-right: 14px;
}

.allergenPdf {
  margin-bottom: 15px;
}

.allergenPdf a:link, .allergenPdf a:visited {
  color: #e23030;
  text-decoration: underline;
}

.allergenPdf a:hover, .allergenPdf a:active {
  color: #f4a6a6;
  text-decoration: none;
}

.menuAttention {
  font-size: 10px;
  line-height: 16px;
  clear: both;
  margin-right: 14px;
}

/*//////////////////// movie ////////////////////*/
h3.movieTtl {
  margin: 0;
  border-top: #e23030 solid 5px;
  padding: 5px 0 0 0;
  margin-bottom: 15px;
  color: #e23030;
  font-size: 24px;
  line-height: 30px;
}

.movieList {
  margin-left: -5px;
}

.movieList li {
  float: left;
  margin-left: 5px;
  margin-bottom: 25px;
}

.movieThumb {
  line-height: 0;
  background-color: #000;
  position: relative;
  margin-bottom: 10px;
}

.movieThumb .thumbnail img {
  width: 210px;
  height: auto;
}

.movieThumbMain {
  line-height: 0;
  background-color: #000;
  position: relative;
  margin-bottom: 30px;
}

.movieThumb a,
.movieThumbMain a {
  display: block;
}

.movieThumb a:hover img,
.movieThumbMain a:hover img {
  opacity: 1;
}

.movieThumb img,
.movieThumbMain img {
  opacity: 0.5;
}

.moviePlayBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -55px;
  margin-top: -55px;
  z-index: 888;
}

.moviePlayBtnS {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.moviePlayBtn img,
.moviePlayBtnS img {
  opacity: 1;
}

.movieName {
  background-color: #fee9e9;
  border: #f2c9c9 solid 1px;
  -webkit-box-shadow: 0px 3px 0px #f2c9c9;
  box-shadow: 0px 3px 0px #f2c9c9;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #d25858;
}

/*//////////////////// other ////////////////////*/
.nenpyou th,
.nenpyou td {
  padding: 15px;
  border: #ccc solid 1px;
}

.nenpyou th {
  font-weight: bold;
  background-color: #eee;
}

#erekiteru {
  padding: 12px;
  text-align: center;
}

#erekiteru img {
  vertical-align: bottom;
}

#erekiteru .content-area {
  background: #dc3717;
  padding: 0 0 20px;
}

#erekiteru div {
  position: relative;
}

#erekiteru p {
  padding-top: 10px;
}

#erekiteru a.btn {
  position: absolute;
  top: 190px;
  left: 200px;
}

#erekiteru iframe {
  position: absolute;
  top: 20px;
  left: 420px;
}

table.reserve {
  width: 640px;
  border: 1px solid #d8e6f4;
  margin: 15px auto 0;
  border-collapse: collapse;
}

table.reserve th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  border-left: 1px solid #ccc;
  background: #d8e6f4;
}

table.reserve td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  border-left: 1px solid #ccc;
  background: #d8e6f4;
}

table.reserve td img {
  margin-top: 5px;
}

.section03 .detail {
  margin-bottom: 0;
}

h4.shopDetailInfoTtl {
  margin-top: 30px;
}

#hdrNews .hdrNewsTtl {
  margin-right: 10px;
}

#hdrNews .hdrNewsTxt {
  font-size: 75%;
}

.shopDEtailLineBtn {
  padding-bottom: 5px;
  text-align: right;
}

.shopSearchList .shopIcon {
  position: relative;
}

.shopSearchList .shopIcon li .shopDEtailLineBtn {
  position: absolute;
  padding-bottom: 5px;
  text-align: right;
  right: 5px;
  top: 5px;
}

.shopSearchList .shopIcon li .shopDEtailLineBtn a:hover {
  opacity: 0.8;
}

.shopSearchList .shopIcon li .shopDEtailLineBtn img {
  height: 30px;
  width: auto;
}

/* 201902 LINEボタン キャプション追加 */
.lineBtnList ul li {
  height: auto;
  min-height: 36px;
  display: block;
  height: auto;
  min-height: 36px;
}

.lineBtnList ul li p.caption {
  position: absolute;
  top: 50px;
  left: 0;
  margin-bottom: 0;
}

.lineBtnList ul li .table {
  display: table;
  width: 100%;
  height: auto;
  min-height: 36px;
}

.lineBtnList ul li.view_caption {
  min-height: 60px;
}

.lineBtnList ul li p.caption {
  position: absolute;
  top: 41px;
  left: 0;
  margin-bottom: 0;
  font-size: 90%;
}

/* 201902 LINEボタン キャプション追加 */
.shopSearchList .btnset,
.shopDetailBtnSet {
  text-align: center;
  padding-top: 10px;
}

.shopSearchList .btnset ul li,
.shopDetailBtnSet ul li {
  display: inline-block;
  vertical-align: top;
}

.shopSearchList .btnset ul li .shopDetailReservationBtn a {
  background-color: #ff712b;
  color: #fff;
  margin-right: 10px;
  padding: 8px 0;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 130px;
  vertical-align: top;
}

.shopDetailBtnSet {
  padding-bottom: 15px;
}

.shopDetailBtnSet ul li .shopDetailReservationBtn a {
  background-color: #ff712b;
  color: #fff;
  margin-right: 10px;
  padding: 8px 0;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 130px;
  vertical-align: top;
  width: 150px;
}

.shopDetailBtnSet ul li:nth-child(2) a {
  background-color: #00bb00;
  display: inline-block;
  width: 150px;
  border-radius: 2px;
  text-align: center;
}

.shopDetailBtnSet ul li img {
  vertical-align: bottom;
}

.shopDetailCaption {
  text-align: center;
  padding: 0 15px 15px;
  color: #f00;
}
/*# sourceMappingURL=style.css.map */