@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
/* ============================================================================== */
/* base */
/* ============================================================================== */
* {
  margin: 0px;
  padding: 0px;
  color: #151212;
  font-family: 'Meiryo','メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック',sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 760px;
  border-top: 5px solid #febabf;
  background: white;
  font-size: 12px;
  text-align: center;
  margin: 0px auto;
}

a img {
  border: 0px;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
h1, h1 span {
  margin: 40px auto 20px auto;
  background: white;
  color: #b20338;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 21px;
  font-weight: normal;
}
h1 span {
  color: black;
  font-size: 35px;
}
h1 i {
  font-size: 21px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  font-style: normal;
}

/* ============================================================================== */
/* nav */
/* ============================================================================== */
.nav {
  height: 45px;
  background: #fd3d77;
  text-align: center;
  margin: 0px auto;
}
.nav ul {
  display: block;
  width: 100%;
  min-width: 760px;
  letter-spacing: -.40em;
}
.nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  margin-top: 12px;
  padding: 0px 35px 0px 0px;
  text-align: left;
  letter-spacing: normal;
  list-style-type: none;
}
.nav ul li.sns {
  margin-top: 0px;
  padding-top: 8px;
}
.nav ul li p {
  padding-top: 3px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: alpha(opacity=30);
  color: #800127;
}
.nav ul li p span {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-right: 5px;
  background: url(../images/icon.png) no-repeat;
}

.nav ul li p .ico_pdf {
  background-position: 0px 0px;
}
.nav ul li p .ico_coupon {
  background-position: -24px 0px;
}
.nav ul li p .ico_groumet {
  background-position: -48px 0px;
}
.nav ul li p .ico_web {
  background-position: -72px 0px;
}
.nav ul li p .ico_blog {
  background-position: -96px 0px;
}
.nav ul li p .ico_mail {
  background-position: -120px 0px;
}
.nav ul li p .ico_shopping {
  background-position: -144px 0px;
}
.nav ul li p .ico_facebook {
  background-position: -168px 0px;
}
.nav ul li p .ico_twitter {
  background-position: -192px 0px;
}
.nav ul li p .ico_rss {
  background-position: -216px 0px;
}
.nav ul li p .ico_gaiyou {
  background-position: -240px 0px;
}
.nav ul li p .ico_home {
  background-position: -264px 0px;
}

.nav ul li a {
  text-decoration: none;
  color: #800127;
}
.nav ul li a p {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  color: #800127;
}
.nav ul li a p span {
  cursor: pointer;
}
.nav ul li a .ico_pdf {
  background-position: 0px 0px;
}
.nav ul li a .ico_coupon {
  background-position: -24px 0px;
}
.nav ul li a .ico_groumet {
  background-position: -48px 0px;
}
.nav ul li a .ico_web {
  background-position: -72px 0px;
}
.nav ul li a .ico_blog {
  background-position: -96px 0px;
}
.nav ul li a .ico_mail {
  background-position: -120px 0px;
}
.nav ul li a .ico_shopping {
  background-position: -144px 0px;
}
.nav ul li a .ico_facebook {
  background-position: -168px 0px;
}
.nav ul li a .ico_twitter {
  background-position: -192px 0px;
}
.nav ul li a .ico_rss {
  background-position: -216px 0px;
}
.nav ul li a .ico_gaiyou {
  background-position: -240px 0px;
}
.nav ul li a .ico_home {
  background-position: -264px 0px;
}
.nav ul li a:hover {
  color: white;
}
.nav ul li a:hover p {
  color: white;
}
.nav ul li a:hover .ico_pdf {
  background-position: 0px -24px;
}
.nav ul li a:hover .ico_coupon {
  background-position: -24px -24px;
}
.nav ul li a:hover .ico_groumet {
  background-position: -48px -24px;
}
.nav ul li a:hover .ico_web {
  background-position: -72px -24px;
}
.nav ul li a:hover .ico_blog {
  background-position: -96px -24px;
}
.nav ul li a:hover .ico_mail {
  background-position: -120px -24px;
}
.nav ul li a:hover .ico_shopping {
  background-position: -144px -24px;
}
.nav ul li a:hover .ico_facebook {
  background-position: -168px -24px;
}
.nav ul li a:hover .ico_twitter {
  background-position: -192px -24px;
}
.nav ul li a:hover .ico_rss {
  background-position: -216px -24px;
}
.nav ul li a:hover .ico_gaiyou {
  background-position: -240px -24px;
}
.nav ul li a:hover .ico_home {
  background-position: -264px -24px;
}
.nav ul:after {
  content: '';
  display: block;
  clear: both;
}

/* ============================================================================== */
/* contents */
/* ============================================================================== */
.contents {
  max-width: 960px;
  min-width: 760px;
  text-align: left;
  text-align: center;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h2 {
  margin: 35px 0px 15px 0px;
  padding: 10px;
  background: url(../images/h2_tl.gif) no-repeat left top, url(../images/h2_tr.gif) no-repeat right top, url(../images/h2_bl.gif) no-repeat left bottom, url(../images/h2_br.gif) no-repeat right bottom;
  font-size: 22px;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1.35em;
}

.text {
  float: left;
  width: 68%;
  position: relative;
}

#season {
  width: 95%;
  margin-top:20px;
  /*position: absolute;*/
  top: 20px;
  left: 16px;
  height: auto;
}

#season:hover{
opacity:.8;
}

.text_left, .text_right {
  float: left;
  width: 50%;
  /*padding: 40px 15px 0px 15px; 通常*/
  padding: 0px 15px 0px 15px;/*xmas*/
  border-left: 1px dotted #a69e9c;
  line-height: 1.75em;
}

.ari {
  padding-top: 270px;
}

.noscript .text_left, .noscript .text_right {
  padding-top: 0px;
}

.piece {
  padding-bottom: 45px;
  text-align: left;
}
.piece h3 {
  margin-bottom: 15px;
  color: #e61857;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
}
.piece h4 {
  color: #b60535;
}
.piece img {
  width: 100%;
  max-width: 297px;
  margin-top: 10px;
}

.piece_left {
  float: left;
  width: 49%;
  margin-top: -10px;
}

.piece_right {
  float: right;
  width: 49%;
  margin-top: -10px;
}
.info{background-color:#fba9bd;
  color:#FFF;
  padding:10px;
  }
  .info h2{
  text-shadow: 1px 2px 3px #e265a7; 
  margin-top:25px;
  color:#fff}
  .info p{
  color:#fff}
  /* ============================================================================== */
/* text_3 　会社概要*/
/* ============================================================================== */
.text_3 {
  float: right;
  width: 32%;
  padding: calc(70px + 2.7em) 15px 30px 15px;
  border-left: 1px dotted #a69e9c;
  border-right: 1px dotted #a69e9c;
  text-align: left;
  line-height: 1.75em;
}
/* ============================================================================== */
/* shop_data */
/* ============================================================================== */
.shop_data {
  float: right;
  width: 32%;
  padding: 10px 5px 30px 5px;
  border-left: 1px dotted #a69e9c;
  border-right: 1px dotted #a69e9c;
  background: #e7e2df;
  text-align: center;
  line-height: 1.75em;
}
.shop_data img {
  width: 100%;
}
.shop_data img.links {
  width: 60%;
}
.shop_data p {
  padding: 5px 20px;
}
.shop_data p.text_l {
  text-align: left;
}
.shop_data h3 {
  margin: 20px -10px 20px -8px;
  background: url(../images/h3_bg.png) 135px 0px no-repeat;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: lighter;
  text-align: left;
  overflow: visible;
}
.shop_data ul {
  margin: 35px -10px 0px -10px;
  padding: 0px;
}
.shop_data li {
  text-align: left;
  list-style-type: none;
}
.shop_data li h4 {
  margin: 15px 5px 3px 5px;
  padding: 0px 8px;
  border-left: 24px solid #f3eeeb;
  color: #89021c;
  font-size: 16px;
  font-weight: normal;
}
.shop_data dl {
  padding: 10px;
  text-align: left;
  line-height: 1.35em;
}
.shop_data .menu dl {
  margin: 0px 13px;
}
.shop_data .menu dt {
  float: left;
  width: 75%;
  padding-bottom: 4px;
}
.shop_data .menu dt.long {
  width: 100%;
}
.shop_data .menu dd {
  text-align: right;
  padding-bottom: 4px;
}
.shop_data .menu dd b {
  color: #febabf;
}
.shop_data .data dt {
  float: left;
  width: 20%;
  min-width: 60px;
  font-weight: bold;
  line-height: 1.75em;
}
.shop_data .data dd {
  padding-left: 23%;
  line-height: 1.75em;
}
.shop_data dd:after {
  display: block;
  height: 0;
  clear: both;
  content: " ";
  visibility: hidden;
}

/* ============================================================================== */
/* coupon */
/* ============================================================================== */
#coupon {
  border-left: 1px dotted #a69e9c;
  border-right: 1px dotted #a69e9c;
}

.coupon_nav {
  text-align: right;
  margin: 0px auto;
  max-width: 960px;
  min-width: 760px;
}

#coupon_tit {
  font-family: Courier New;
  font-size: 30px;
  color: white;
  padding: 5px 10px 0px 0px;
}

.coupon_layout, .coupon_layout_end {
  border-right: 1px dotted #a69e9c;
  float: left;
  width: 33.3%;
  padding: 40px 10px 20px 10px;
}
.coupon_layout h3, .coupon_layout_end h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #e4bbcc;
  text-align: left;
  margin: -10px 0px;
}
.coupon_layout dl, .coupon_layout_end dl {
  text-align: left;
  margin: 20px 0px 30px 0px;
}
.coupon_layout dt, .coupon_layout_end dt {
  float: left;
  width: 5em;
  padding-bottom: 3px;
  line-height: 1.35em;
}
.coupon_layout dd, .coupon_layout_end dd {
  padding-left: 5.5em;
  padding-bottom: 3px;
  line-height: 1.35em;
}

.coupon_layout_end {
  border-right: none;
}

.print_none a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 5px;
  display: block;
  margin-top: 20px;
  width: 48%;
}
.print_none a.go_web {
  float: left;
  background: #a2274c;
  border: 1px solid #a2274c;
}
.print_none a.print {
  float: right;
  background: #fd3d77;
  border: 1px solid #fd3d77;
}
.print_none a:hover.go_web {
  background: white;
  color: #a2274c;
}
.print_none a:hover.print {
  background: white;
  color: #fd3d77;
}

.coupon_list {
  max-width: 960px;
  min-width: 760px;
  border-top: 1px dotted #a69e9c;
  letter-spacing: -.40em;
}
.coupon_list li {
  width: 50%;
  position: relative;
  list-style-type: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-right: 1px dotted #a69e9c;
  border-bottom: 1px dotted #a69e9c;
  letter-spacing: normal;
  vertical-align: top;
}
.coupon_list li.coupon_right {
  border-right: none;
}
.coupon_list li p {
  padding: 10px 5px;
  margin-top: -45px;
  font-size: 10px;
  text-align: left;
}
.coupon_list li p.coupon_date {
  position: absolute;
  background: rgba(253, 197, 210, 0.45);
  top: 150px;
  right: 0px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  z-index: -5;
}
.coupon_list li p.coupon_right {
  border-right: none;
  float: right;
}
.coupon_list li p:after {
  content: " ";
  display: block;
  clear: both;
}
.coupon_list li p strong {
  font-size: 18px;
}
.coupon_list li p strong span {
  font-size: 14px;
}

.coupon_price {
  width: 100%;
  height: 220px;
}

.coupon_map {
  border: 1px solid #a69e9c;
  float: right;
  margin: -50px 10px 0px 10px;
  height: auto;
}

.coupon_tel {
  font-size: 20px;
  background: url(../images/coupon_tel.png) center left no-repeat;
  padding-left: 24px;
}

.coupon_obi {
  overflow: hidden;
  position: relative;
  height: 30px;
}
.coupon_obi img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
.footer {
  padding-bottom: 10px;
  border-top: 20px solid #fd3d77;
  background: #676566;
  text-align: center;
  margin: 0px auto;
}

.footer_block {
  max-width: 960px;
  text-align: center;
  margin: 0px auto;
  background: url(../images/mark_tng.png) no-repeat 50% 20px;
  min-height: 100px;
  position: relative;
}

.page_top {
  background: #fd3d77;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #febbcf), color-stop(8%, #e10246), color-stop(100%, #fd3d77));
  background: -webkit-linear-gradient(top, #febbcf 0%, #e10246 8%, #fd3d77 100%);
  background: -moz-linear-gradient(top, #febbcf 0%, #e10246 8%, #fd3d77 100%);
  background: -o-linear-gradient(top, #febbcf 0%, #e10246 8%, #fd3d77 100%);
  background: linear-gradient(top, #febbcf 0%, #e10246 8%, #fd3d77 100%);
  color: white;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  border-top: 1px solid #fea2be;
  border-right: 1px solid #b90239;
  border-left: 1px solid #fea2be;
  padding: 5px 20px;
  position: absolute;
  height: 18px;
  right: 5px;
  top: -20px;
  font-size: 14px;
}
.page_top a {
  display: block;
  text-decoration: none;
  color: white;
}
.page_top a span {
  font-size: 9px;
  color: white;
  margin-right: 5px;
}
.page_top a:hover {
  color: white;
}
.page_top a:hover span {
  color: white;
}

h6 {
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: white;
  margin-top: -18px;
}

.footer_left {
  float: left;
  width: 68%;
}

.blog, .mark {
  border-left: 1px dotted rgba(200, 13, 69, 0.6);
  width: 50%;
  float: left;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  line-height: 1.75em;
  min-height: 120px;
}

.footer_nav {
  border-left: 1px dotted rgba(200, 13, 69, 0.6);
  border-right: 1px dotted rgba(200, 13, 69, 0.6);
  float: right;
  width: 32%;
  min-height: 120px;
  padding: 25px 10px 20px 10px;
  line-height: 1.75em;
  text-align: center;
}
.footer_nav ul {
  padding: 10px 0px 0px 0px;
  margin-bottom: 10px;
  _margin-bottom: -20px;
}
.footer_nav ul:not(:target) {
  margin-bottom: -20px\9;
}
.footer_nav li {
  display: inline;
  list-style-type: none;
  color: #ddd6d3;
  font-size: 11px;
  border-right: 1px solid #ddd6d3;
  padding-right: 5px;
  line-height: 1.0em;
}
.footer_nav li a {
  text-decoration: none;
  color: #ddd6d3;
}
.footer_nav li a:hover {
  color: #f07582;
}
.footer_nav li.b_none {
  border: none;
}

.blog dl {
  font-size: 12px;
  text-align: left;
  line-height: 1.8em;
}
.blog dt {
  color: #7de516;
  float: left;
  min-width: 65px;
  font-size: 10px;
  padding-left: 12px;
  background: url(../images/blog_li.png) no-repeat 0px 7px;
}
.blog dd {
  color: #ddd6d3;
  padding-left: 80px;
  text-indent: -3px;
}
.blog dd a {
  text-decoration: none;
  color: #ddd6d3;
}
.blog dd a:hover {
  color: #f07582;
}

.tel {
  font-weight: bold;
  font-size: 33px;
  color: #ddd6d3;
  margin: 0px auto;
  line-height: 1.0em;
  font-family: 'Roboto Condensed', sans-serif;
}
.tel span {
  width: 30px;
  height: 20px;
  background: url(../images/tel.png) no-repeat 0px 10px;
}

.copyright {
  color: #ddd6d3;
  font-size: 12px;
  margin: 0px auto;
}

/* =========================================================================== */
/* topimg */
/* =========================================================================== */
.topimg {
  position: relative;
  width: 100%;
  height: 335px;
  background: url(../images/img1.jpg) center top no-repeat;
}
.topimg p {
  display: none;
}

/*.shade {
  position: absolute;
  background: url(../images/logo.png) center top no-repeat;
  z-index: 998;
  height: 400px;
  top: 60px;
  width: 100%;
}*/

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.red {
  color: firebrick;
}

.tall{
  font-weight:600;
  font-size:1.6em;}

.w_270 {
  max-width: 270px;
}

.qr {
  max-width: 90px;
  max-height: 90px;
  min-width: 90px;
  min-height: 90px;
  margin-bottom: -10px;
}
