@charset "UTF-8";
/*
Theme Name: rakwell
Theme URI: http://www.rakwell.com/
Author: 地域密着型タウン情報ポータルサイト「らくうぇる。」
Author URI: http://www.rakwell.com/
Description: 地域密着型タウン情報ポータルサイト「らくうぇる。」 オフィシャルサイト
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.rr {
  color: #ff0000;
}

a {
  outline: none;
  color: #0686cd;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.indents {
  padding-left: 1em;
  text-indent: -1em;
}

.br:after {
  content: "\A";
  white-space: pre;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

*:first-child + html body {
  /* for IF7 */
  font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

[hidden] {
  display: none;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wrap_link {
  cursor: pointer;
}

a:focus, *:focus {
  outline: none;
}

/* ---------------------------------------- */
/* ----- parts ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 800px) {
  .pc_waku,
  .waku {
    width: 1040px;
    margin: auto;
  }

  .pc_none {
    display: none;
  }

  .hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .hover:active, .hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }

  .hover2 {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .hover2:active, .hover2:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }

  .pc_br:after {
    content: "\A";
    white-space: pre;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1100px) {
  .tb_waku,
  .waku {
    width: 95%;
    margin: auto;
  }

  .tb_br:after {
    content: "\A";
    white-space: pre;
  }
}
@media only screen and (max-width: 799px) {
  .sp_waku,
  .waku {
    width: 95%;
    margin: auto;
  }

  .sp_none {
    display: none;
  }

  .sp_br:after {
    content: "\A";
    white-space: pre;
  }
}
/* ---------------------------------------- */
/* ----- header ----- */
/* ---------------------------------------- */
#head {
  padding-top: 15px;
  padding-bottom: 10px;
}
#head .head_txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: ﬂex-start;
  -moz-justify-content: ﬂex-start;
  -ms-justify-content: ﬂex-start;
  justify-content: ﬂex-start;
  -ms-flex-pack: ﬂex-start;
  -webkit-align-items: ﬂex-start;
  -moz-align-items: ﬂex-start;
  -ms-align-items: ﬂex-start;
  align-items: ﬂex-start;
}
#head .head_txt .left {
  font-size: 10px;
  font-size: 1rem;
}
#head .head_txt .right {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: ﬂex-end;
  -moz-justify-content: ﬂex-end;
  -ms-justify-content: ﬂex-end;
  justify-content: ﬂex-end;
  -ms-flex-pack: ﬂex-end;
}
#head .head_txt input {
  width: 250px;
}
#head .head_txt .ico_search {
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  background: url(./img/common/ico_search.png) center left no-repeat;
}

.head_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: ﬂex-start;
  -moz-justify-content: ﬂex-start;
  -ms-justify-content: ﬂex-start;
  justify-content: ﬂex-start;
  -ms-flex-pack: ﬂex-start;
  -webkit-align-items: ﬂex-start;
  -moz-align-items: ﬂex-start;
  -ms-align-items: ﬂex-start;
  align-items: ﬂex-start;
}

#navigation {
  width: 753px;
  margin-left: auto;
  padding-top: 5px;
}
#navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: ﬂex-start;
  -moz-align-items: ﬂex-start;
  -ms-align-items: ﬂex-start;
  align-items: ﬂex-start;
}
#navigation a {
  font-weight: bold;
}

#topImg {
  margin-bottom: 70px;
  padding-top: 30px;
  min-height: 485px;
  position: relative;
}
#topImg:after {
  z-index: 999;
  position: absolute;
  bottom: -50px;
  content: " ";
  width: 100%;
  height: 72px;
  background: url(./img/common/leaf.png) center top repeat-x;
}
#topImg ul.slider {
  width: 758px;
  height: 428px;
  margin: auto;
  -moz-box-shadow: 0 0 15px #888;
  -webkit-box-shadow: 0 0 15px #888;
  box-shadow: 0 0 15px #888;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#topImg ul.slider div,
#topImg ul.slider img {
  width: 758px;
  height: 428px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#topImg #arrows {
  position: relative;
}

#inHead {
  position: relative;
  min-height: 100px;
  text-align: center;
  color: #ffffff;
}
#inHead .in_data {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13px;
  z-index: 99;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
#inHead .in_data .sub_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
#inHead .in_data.pt {
  padding-top: 30px;
}
#inHead .bg_bl {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
}

/* ---------------------------------------- */
/* ----- main ----- */
/* ---------------------------------------- */
#content {
  overflow: hidden;
  *zoom: 1;
}
#content #main {
  width: 720px;
  float: left;
}
#content #side {
  width: 300px;
  float: right;
}

/* ---------------------------------------- */
/* ----- バーツ ----- */
/* ---------------------------------------- */
.all_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.f_en {
  font-family: 'Abel', sans-serif;
}

.line_ttl {
  margin: 0 auto 20px auto;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.9;
}
.line_ttl.jponly {
  font-size: 24px;
  font-size: 2.4rem;
}
.line_ttl .ttl_ss {
  font-size: 14px;
  font-size: 1.4rem;
}
.line_ttl span.in {
  position: relative;
  display: inline-block;
}
.line_ttl span.in_ttl {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.line_ttl span.in::before,
.line_ttl span.in::after {
  position: absolute;
  top: 40%;
  content: '';
  width: 200%;
  height: 1px;
  background-color: #d4d2d3;
}
.line_ttl span.in_ttl::before,
.line_ttl span.in_ttl::after {
  position: absolute;
  top: 55%;
  content: '';
  width: 200%;
  height: 1px;
  background-color: #d4d2d3;
}
.line_ttl span.in_ttl::after,
.line_ttl span.in::after {
  right: 100%;
}
.line_ttl span.in_ttl::before,
.line_ttl span.in::before {
  left: 100%;
}

.all_btn.min {
  width: 250px;
  margin: auto;
}
.all_btn.min a {
  padding: 10px 0;
}
.all_btn.nomal {
  width: 400px;
  margin: auto;
}
.all_btn.nomal a {
  padding: 10px 0;
}
.all_btn a {
  display: block;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.all_btn.btn_ore a {
  color: #ffffff;
  background: #ffb243;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.all_btn.btn_ore a:active, .all_btn.btn_ore a:hover {
  background: #ffbe61;
}
.all_btn.btn_green a {
  color: #ffffff;
  background: #66b76a;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.all_btn.btn_green a:active, .all_btn.btn_green a:hover {
  background: #7ad07f;
}

#pankuzu {
  padding: 5px 0;
  font-size: 13px;
  font-size: 1.3rem;
}
#pankuzu a {
  color: #444444;
}

/* ---------------------------------------- */
/* ----- トップページ ----- */
/* ---------------------------------------- */
#top_up {
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
#top_up .bn {
  width: 320px;
  float: left;
}
#top_up .bn li {
  margin-bottom: 15px;
}
#top_up .newList {
  width: 380px;
  float: right;
}
#top_up .newList .ttl {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dfdfdf;
}
#top_up .newList .ttl span {
  padding-left: 35px;
  background: url(./img/common/ico_info.png) center left no-repeat;
}
#top_up .newList ul {
  width: 94%;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
}
#top_up .newList li {
  margin-bottom: 5px;
}

.genreSearch table {
  margin-top: 15px;
  width: 100%;
}
.genreSearch tr:first-of-type {
  border-bottom: solid 1px #dfdfdf;
}
.genreSearch td {
  width: 25%;
  padding: 15px 0;
  border-right: solid 1px #dfdfdf;
  text-align: center;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.genreSearch td:last-of-type {
  border-right: none;
}

#topShopmessage .ttl_sm {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: ﬂex-end;
  -moz-justify-content: ﬂex-end;
  -ms-justify-content: ﬂex-end;
  justify-content: ﬂex-end;
  -ms-flex-pack: ﬂex-end;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dfdfdf;
}
#topShopmessage .all_ttl {
  margin-right: auto;
}
#topShopmessage .ico_pic_ore {
  padding-left: 35px;
  background: url(./img/common/ico_pic_ore.png) center left no-repeat;
}
#topShopmessage .ico_pic_green {
  padding-left: 35px;
  background: url(./img/common/ico_pic_green.png) center left no-repeat;
}
#topShopmessage .all_btn {
  width: 120px;
  font-size: 14px;
  font-size: 1.4rem;
}
#topShopmessage .all_btn a {
  padding: 3px 0;
}

.message_all_ttl {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dfdfdf;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.message_all_ttl .ico_pic_ore {
  padding-left: 35px;
  background: url(./img/common/ico_pic_ore.png) center left no-repeat;
}
.message_all_ttl .ico_pic_green {
  padding-left: 35px;
  background: url(./img/common/ico_pic_green.png) center left no-repeat;
}

.object-fit-img {
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover; object-position: top;";
}

#topShopmessage .slides {
  margin-bottom: 30px;
}
#topShopmessage .slides .lists .slick-list {
  width: 650px;
  padding-left: 10px;
  margin: 15px auto;
}
#topShopmessage .slides .lists .slick-slide {
  width: 155px;
  margin-right: 10px;
  padding: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7c7c7c;
}
#topShopmessage .slides .lists .ttl {
  margin: 3px 0 5px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
#topShopmessage .slides .lists .img {
  margin-bottom: 5px;
  text-align: center;
  width: 135px;
  overflow: hidden;
}
#topShopmessage .slides .lists .img img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
#topShopmessage .slides .lists .cats {
  margin-bottom: 5px;
  text-align: center;
  background: #eaeaea;
}
#topShopmessage .slides .lists .shop_ttl {
  line-height: 1.4;
}

.sortlist {
  padding: 20px;
  background: #f5f5f5;
}
.sortlist ul {
  text-align: center;
}
.sortlist li {
  margin: 3px 0px 3px 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.sortlist li:after {
  content: "｜";
  padding-left: 10px;
}
.sortlist a {
  color: #545454;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sortlist a:active, .sortlist a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.listCoupon .lists {
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: ﬂex-start;
  -moz-justify-content: ﬂex-start;
  -ms-justify-content: ﬂex-start;
  justify-content: ﬂex-start;
  -ms-flex-pack: ﬂex-start;
  -webkit-align-items: ﬂex-start;
  -moz-align-items: ﬂex-start;
  -ms-align-items: ﬂex-start;
  align-items: ﬂex-start;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.listCoupon .box {
  width: 234px;
  margin-bottom: 12px;
  margin-right: 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listCoupon .box:nth-of-type(3n+3) {
  margin-right: 0px;
}
.listCoupon .box .top {
  width: 234px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.listCoupon .box .top .img {
  width: 234px;
  overflow: hidden;
}
.listCoupon .box .top .img img {
  width: auto;
  height: 160px;
  object-fit: cover;
}
.listCoupon .box .top .bg_bl {
  width: 234px;
  height: 160px;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.listCoupon .box .top .c_ttl {
  padding: 0 10px 10px 10px;
  position: absolute;
  bottom: 0;
  z-index: 52;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.listCoupon .box .top .tax_ico {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 51;
}
.listCoupon .box .top a {
  color: #ffffff;
}
.listCoupon .box .btm {
  padding: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  border-top: none;
  border: solid 1px #dfdfdf;
  background: #f5f5f5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listCoupon .box .btm .shop_ttl {
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #0686cd;
}

#topInstagram .all_btn {
  margin-top: 30px;
}
#topInstagram .lists {
  overflow: hidden;
  *zoom: 1;
}
#topInstagram .lists .slick-list {
  width: 650px;
  margin: 15px auto;
}
#topInstagram .lists .slick-slide {
  width: 160px;
  float: left;
}

.listguide .lists,
.listPickup .lists {
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: ﬂex-start;
  -moz-justify-content: ﬂex-start;
  -ms-justify-content: ﬂex-start;
  justify-content: ﬂex-start;
  -ms-flex-pack: ﬂex-start;
  -webkit-align-items: ﬂex-start;
  -moz-align-items: ﬂex-start;
  -ms-align-items: ﬂex-start;
  align-items: ﬂex-start;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.listguide .box,
.listPickup .box {
  width: 234px;
  margin-bottom: 12px;
  margin-right: 9px;
  border: solid 1px #dfdfdf;
  background: #f7f7f7;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listguide .box:nth-of-type(3n+3),
.listPickup .box:nth-of-type(3n+3) {
  margin-right: 0px;
}
.listguide .box.toppage,
.listPickup .box.toppage {
  border: none;
  background: #ffffff;
}
.listguide .box.toppage .img,
.listPickup .box.toppage .img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listguide .box .top,
.listPickup .box .top {
  width: 234px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.listguide .box .top .time,
.listPickup .box .top .time {
  padding: 3px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
}
.listguide .box .cats,
.listPickup .box .cats {
  color: #ffffff;
}
.listguide .box .btm,
.listPickup .box .btm {
  padding: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listguide .box .btm a,
.listPickup .box .btm a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #0686cd;
}
.listguide .box .btm .ss_txt,
.listPickup .box .btm .ss_txt {
  margin-top: 3px;
}

/* ---------------------------------------- */
/* ----- サイドバー ----- */
/* ---------------------------------------- */
#sideCalendar {
  padding: 15px 15px 10px 15px;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sideCalendar table {
  width: 100%;
}
#sideCalendar td, #sideCalendar th {
  padding: 6px 8px;
  text-align: center;
}
#sideCalendar tr {
  border-bottom: solid 1px #eaeaea;
}
#sideCalendar tfoot tr {
  padding-top: 20px;
  border-bottom: none;
}
#sideCalendar thead {
  border-bottom: solid 2px #eaeaea;
}
#sideCalendar thead td, #sideCalendar thead th {
  padding: 2px 0;
  font-weight: bold;
}
#sideCalendar .ttl {
  line-height: 1.2;
}
#sideCalendar .ttl,
#sideCalendar #wp-calendar caption {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #006323;
}
#sideCalendar #wp-calendar caption {
  margin-bottom: 10px;
}
#sideCalendar #wp-calendar .event {
  position: relative;
}
#sideCalendar #wp-calendar .event:before {
  position: absolute;
  left: 4px;
  top: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  color: #ffffff;
  content: " ";
  background: #fcaf17;
}
#sideCalendar #wp-calendar .event a {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  top: 4px;
  z-index: 10;
  text-decoration: none;
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0);
}
#sideCalendar #wp-calendar .event:hover:before {
  position: absolute;
  left: 4px;
  top: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  color: #ffffff;
  content: " ";
  cursor: pointer;
  background: #006323;
}
#sideCalendar #eo-widget-next-month a,
#sideCalendar #eo-widget-prev-month a {
  padding: 5px 0;
  display: block;
  color: #444444;
  background: #ebebeb;
}

.sideRank ul {
  margin-bottom: 10px;
  counter-reset: ranking-mark;
}
.sideRank li {
  position: relative;
}
.sideRank li:before {
  content: counter(ranking-mark,decimal);
  counter-increment: ranking-mark;
  position: absolute;
  top: 20px;
  left: 3px;
  color: #999999;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Abel', sans-serif;
  width: 14px;
  padding-top: 15px;
  text-align: center;
  background: url(./img/common/ico_rank_all.png) center top no-repeat;
}
.sideRank li:nth-of-type(1):before {
  background: url(./img/common/ico_rank_1st.png) center top no-repeat;
}
.sideRank li:nth-of-type(2):before {
  background: url(./img/common/ico_rank_2st.png) center top no-repeat;
}
.sideRank li:nth-of-type(3):before {
  background: url(./img/common/ico_rank_3st.png) center top no-repeat;
}
.sideRank .box {
  padding: 10px 0;
  border-bottom: solid 1px #eaeaea;
  overflow: hidden;
  *zoom: 1;
}
.sideRank .box .data {
  width: 150px;
  margin-left: 10px;
  float: right;
  text-align: left;
}
.sideRank .box .img {
  width: 140px;
  float: left;
  text-align: right;
}
.sideRank .box .img img {
  width: 110px;
  height: 75px;
}

.sideBlog div.rss-antenna .rss-item {
  border-bottom: solid 1px #dfdfdf;
}
.sideBlog div.rss-antenna .rss-item .siteinfo,
.sideBlog div.rss-antenna .rss-item .title {
  font-weight: normal;
}
.sideBlog div.rss-antenna .rss-item .title {
  margin-bottom: 5px;
}
.sideBlog div.rss-antenna .rss-item a:active, .sideBlog div.rss-antenna .rss-item a:hover {
  background: #ffffff;
}
.sideBlog hr {
  display: none;
}

.side_bn_list li {
  margin-bottom: 10px;
}

#instafeed {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: ﬂex-start;
  -moz-justify-content: ﬂex-start;
  -ms-justify-content: ﬂex-start;
  justify-content: ﬂex-start;
  -ms-flex-pack: ﬂex-start;
}
#instafeed .box {
  width: 25%;
  float: left;
  padding: 3px 5px 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#instafeed img {
  width: 100%;
}

/* ---------------------------------------- */
/* ----- フッター ----- */
/* ---------------------------------------- */
#footer a {
  color: #0686cd;
}
#footer a:hover, #footer a:active {
  color: #07a0f5;
}
#footer a:active, #footer a:hover {
  text-decoration: underline;
}
#footer .footArea {
  overflow: hidden;
  *zoom: 1;
}
#footer .footArea .img {
  width: 136px;
  float: left;
}
#footer .footArea .right {
  width: 860px;
  float: right;
}
#footer .footArea .right .ttl {
  padding: 5px 12px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffb94d;
  background: #f6f6f6;
}
#footer .footArea .right .genre .ttl {
  color: #66b76a;
  background: #f6f6f6;
}
#footer .footArea .right .cont {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #dfdfdf;
}
#footer .footArea .right a.main_area_ico {
  padding-left: 15px;
  background: url(./img/common/ico_f_arrow_ore.png) center left no-repeat;
}
#footer .footArea .right a.main_genre {
  padding-left: 15px;
  background: url(./img/common/ico_f_arrow_green.png) center left no-repeat;
}
#footer .footArea .right table {
  width: 100%;
}
#footer .footArea .right th, #footer .footArea .right td {
  vertical-align: top;
}
#footer .footArea .right th {
  width: 130px;
}
#footer .footArea .right th.line {
  border-right: dotted 1px #dfdfdf;
}
#footer .footArea .right ul {
  padding-left: 30px;
  overflow: hidden;
  *zoom: 1;
}
#footer .footArea .right li {
  margin-bottom: 10px;
  width: 25%;
  float: left;
}
#footer .submenu {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: solid 1px #dfdfdf;
}
#footer .submenu ul {
  text-align: center;
}
#footer .submenu li {
  display: inline-block;
}
#footer .submenu li:after {
  content: "｜";
}
#footer .submenu li:last-of-type:after {
  content: "";
}

#copy {
  padding: 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

#page-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

/* ---------------------------------------- */
/* ----- archives ----- */
/* ---------------------------------------- */
.ttl_all_line {
  margin-bottom: 15px;
  padding: 15px 0;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: solid 1px #dfdfdf;
}

.catSort {
  padding: 20px 0;
  background: #fffaf0;
}
.catSort table {
  width: 570px;
  margin: auto;
}
.catSort table th, .catSort table td {
  padding: 5px 0;
}
.catSort table td {
  width: 364px;
}
.catSort table td input,
.catSort table td select {
  width: 100%;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #cbcbcb;
}
.catSort table th {
  padding-top: 8px;
}
.catSort table th span {
  padding-left: 30px;
  background: url(./img/common/ico_search_green.png) center left no-repeat;
}
.catSort table tr.subgenre {
  display: none;
}
.catSort .btns {
  width: 200px;
  margin: 10px auto 0 auto;
}
.catSort .btns input[type="submit"] {
  cursor: pointer;
  width: 200px;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  background: #66b76a;
  -moz-box-shadow: 0 0 0 #66b76a;
  -webkit-box-shadow: 0 0 0 #66b76a;
  box-shadow: 0 0 0 #66b76a;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: none;
}
.catSort .btns input[type="submit"]:hover, .catSort .btns input[type="submit"]:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.listsort {
  font-size: 14px;
  font-size: 1.4rem;
}
.listsort .color {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #006323;
}

.list_shop_all li {
  margin-bottom: 20px;
  padding: 15px 0;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.list_shop_all .top {
  width: 696px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: ﬂex-start;
  -moz-justify-content: ﬂex-start;
  -ms-justify-content: ﬂex-start;
  justify-content: ﬂex-start;
  -ms-flex-pack: ﬂex-start;
}
.list_shop_all .top .data {
  width: 471px;
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.list_shop_all .top .img {
  width: 210px;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.list_shop_all .img_btm {
  margin-top: 10px;
}
.list_shop_all .data_name {
  padding-top: 8px;
  margin-bottom: 10px;
}
.list_shop_all .data_top {
  font-size: 12px;
  font-size: 1.2rem;
}
.list_shop_all .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.list_shop_all .data_txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.list_shop_all .data_tb {
  width: 100%;
  margin-bottom: 13px;
  font-size: 12px;
  font-size: 1.2rem;
}
.list_shop_all .data_tb td,
.list_shop_all .data_tb th {
  padding: 8px 0;
  border-bottom: solid 1px #dfdfdf;
}
.list_shop_all .data_tb tr:last-of-type td,
.list_shop_all .data_tb tr:last-of-type th {
  border-bottom: none;
}
.list_shop_all .data_tb th {
  width: 100px;
  font-weight: bold;
}
.list_shop_all .data_coupon {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
.list_shop_all .data_coupon td,
.list_shop_all .data_coupon th {
  border: solid 2px #449dd5;
}
.list_shop_all .data_coupon th {
  width: 100px;
  padding: 5px 0;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  background: #449dd5;
}
.list_shop_all .data_coupon td {
  padding: 5px 15px;
  line-height: 1.5;
  font-weight: bold;
  color: #449dd5;
  background: #fffbe1;
}
.list_shop_all .btm {
  width: 696px;
  margin: 15px auto 0 auto;
  background: #f5f5f5;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_shop_all_ranking {
  padding: 15px 15px 5px 15px;
  background: #ffe0a2;
}
.list_shop_all_ranking ul {
  counter-reset: ranking-mark;
}
.list_shop_all_ranking li {
  position: relative;
}
.list_shop_all_ranking li .view_count {
  padding-left: 55px;
  color: #006323;
  font-size: 20px;
  font-size: 2rem;
}
.list_shop_all_ranking li:before {
  content: counter(ranking-mark,decimal);
  counter-increment: ranking-mark;
  position: absolute;
  top: 13px;
  left: 240px;
  font-weight: bold;
  color: #006323;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Abel', sans-serif;
  width: 14px;
  padding-left: 25px;
  text-align: center;
  background: url(./img/common/ico_rank_all.png) center left no-repeat;
}
.list_shop_all_ranking li:nth-of-type(1):before {
  background: url(./img/common/ico_rank_1st.png) center left no-repeat;
}
.list_shop_all_ranking li:nth-of-type(2):before {
  background: url(./img/common/ico_rank_2st.png) center left no-repeat;
}
.list_shop_all_ranking li:nth-of-type(3):before {
  background: url(./img/common/ico_rank_3st.png) center left no-repeat;
}
.list_shop_all_ranking li {
  margin-bottom: 15px;
  padding: 15px 0;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.list_shop_all_ranking .top {
  width: 666px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: ﬂex-start;
  -moz-justify-content: ﬂex-start;
  -ms-justify-content: ﬂex-start;
  justify-content: ﬂex-start;
  -ms-flex-pack: ﬂex-start;
}
.list_shop_all_ranking .top .data {
  width: 441px;
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.list_shop_all_ranking .top .img {
  width: 210px;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.list_shop_all_ranking .img_btm {
  margin-top: 10px;
}
.list_shop_all_ranking .data_name {
  padding-top: 8px;
  margin-bottom: 0px;
}
.list_shop_all_ranking .data_top {
  font-size: 12px;
  font-size: 1.2rem;
}
.list_shop_all_ranking .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.list_shop_all_ranking .data_txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.list_shop_all_ranking .data_tb {
  width: 100%;
  margin-bottom: 13px;
  font-size: 12px;
  font-size: 1.2rem;
}
.list_shop_all_ranking .data_tb td,
.list_shop_all_ranking .data_tb th {
  padding: 8px 0;
  border-bottom: solid 1px #dfdfdf;
}
.list_shop_all_ranking .data_tb tr:last-of-type td,
.list_shop_all_ranking .data_tb tr:last-of-type th {
  border-bottom: none;
}
.list_shop_all_ranking .data_tb th {
  width: 100px;
  font-weight: bold;
}

#pagenav {
  margin: 40px auto;
}
#pagenav .wp-pagenavi {
  clear: both;
  text-align: center;
}
#pagenav .wp-pagenavi a, #pagenav .wp-pagenavi span {
  padding: 10px 16px;
  margin: 0 4px;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
}
#pagenav .wp-pagenavi a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#pagenav .wp-pagenavi a, #pagenav .wp-pagenavi span {
  color: #ffffff;
  background: #66b76a;
  border: solid 1px #66b76a;
}
#pagenav .wp-pagenavi span.current {
  color: #66b76a;
  background: #ffffff;
  border: solid 1px #66b76a;
}

/* ---------------------------------------- */
/* ----- 詳細情報 ----- */
/* ---------------------------------------- */
#head_shop .top {
  margin-top: 30px;
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 10px;
}
#head_shop .img {
  width: 105px;
  margin-right: 20px;
  float: left;
}
#head_shop .img img {
  border: solid 1px #dfdfdf;
}
#head_shop .dataname {
  width: 915px;
  float: left;
}
#head_shop .dataname .data_txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #006323;
}
#head_shop .dataname .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
#head_shop .sub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#head_shop .sub .shop_ttl {
  font-size: 12px;
  font-size: 1.2rem;
}
#head_shop .sub .tels {
  margin-left: auto;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}
#head_shop .sub .tels a {
  color: #006323;
}

#wrapSingle {
  border: solid 1px #dfdfdf;
}

.img_line {
  border: solid 1px #dfdfdf;
}

#tbNav ul {
  overflow: hidden;
  *zoom: 1;
}
#tbNav li {
  width: 20%;
  float: left;
  padding-bottom: 10px;
}
#tbNav li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  background: #006323;
}
#tbNav li.none a {
  color: #545454;
  background: #d1d1d1;
}
#tbNav li.home a {
  position: relative;
  background: #ee87b4;
}
#tbNav li.home.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #ee87b4 transparent transparent transparent;
}
#tbNav li.menu a {
  position: relative;
  background: #5fb7e9;
}
#tbNav li.menu.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #5fb7e9 transparent transparent transparent;
}
#tbNav li.message a {
  position: relative;
  background: #8fc320;
}
#tbNav li.message.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #8fc320 transparent transparent transparent;
}
#tbNav li.coupon a {
  position: relative;
  background: #f49602;
}
#tbNav li.coupon.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #f49602 transparent transparent transparent;
}
#tbNav li.movie a {
  position: relative;
  background: #718bc6;
}
#tbNav li.movie.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #718bc6 transparent transparent transparent;
}
#tbNav li.entry_top_pc a {
  position: relative;
  background: #28af49;
}
#tbNav li.entry_top_pc.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #28af49 transparent transparent transparent;
}
#tbNav li.entry_top_sp a {
  position: relative;
  background: #f49602;
}
#tbNav li.entry_top_sp.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #f49602 transparent transparent transparent;
}
#tbNav li.entry_plan a {
  position: relative;
  background: #438cbf;
}
#tbNav li.entry_plan.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #438cbf transparent transparent transparent;
}
#tbNav li.entry_flow a {
  position: relative;
  background: #ec456d;
}
#tbNav li.entry_flow.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #ec456d transparent transparent transparent;
}
#tbNav li.entry_form a {
  position: relative;
  background: #2eb395;
}
#tbNav li.entry_form.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #2eb395 transparent transparent transparent;
}

.tab_content {
  padding: 40px 63px;
}

#tab1.tab_content .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: ﬂex-start;
  -moz-align-items: ﬂex-start;
  -ms-align-items: ﬂex-start;
  align-items: ﬂex-start;
}
#tab1.tab_content .top #shopslide {
  -webkit-align-self: ﬂex-start;
  -moz-align-self: ﬂex-start;
  -ms-align-self: ﬂex-start;
  align-self: ﬂex-start;
  width: 490px;
  margin: 0 auto;
}
#tab1.tab_content .top #shopslide .shopslider {
  width: 490px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tab1.tab_content .top .gallery {
  -webkit-align-self: ﬂex-start;
  -moz-align-self: ﬂex-start;
  -ms-align-self: ﬂex-start;
  align-self: ﬂex-start;
  width: 400px;
  margin: 0 auto;
}
#tab1.tab_content .top .gallery .box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #dfdfdf;
}
#tab1.tab_content .top .gallery .box:last-of-type {
  border-bottom: none;
}
#tab1.tab_content .top .gallery .box .img {
  width: 143px;
  float: left;
}
#tab1.tab_content .top .gallery .box .txt {
  width: 242px;
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
}
#tab1.tab_content .shopInfotxt,
#tab1.tab_content .shopData {
  font-size: 16px;
  font-size: 1.6rem;
}

#shopContacts {
  margin-top: 50px;
}

#shopInfo ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#shopInfo li {
  width: 290px;
  text-align: center;
}
#shopInfo li:nth-of-type(3n+2) {
  margin-right: 20px;
  margin-left: 20px;
}
#shopInfo li .txt {
  text-align: left;
}

.all_in_ttl_shop {
  padding: 5px 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-left: solid 10px #66b76a;
  background: #f0f0ee;
}
.all_in_ttl_shop.home {
  border-left: solid 10px #ee87b4;
}
.all_in_ttl_shop.menu {
  border-left: solid 10px #5fb7e9;
}
.all_in_ttl_shop.message {
  border-left: solid 10px #8fc320;
}
.all_in_ttl_shop.coupon {
  border-left: solid 10px #f49602;
}
.all_in_ttl_shop.movie {
  border-left: solid 10px #718bc6;
}
.all_in_ttl_shop.top_pc {
  border-left: solid 10px #28af49;
}
.all_in_ttl_shop.top_sp {
  border-left: solid 10px #f49602;
}
.all_in_ttl_shop.plan {
  border-left: solid 10px #438cbf;
}
.all_in_ttl_shop.flow {
  border-left: solid 10px #ec456d;
}
.all_in_ttl_shop.form {
  border-left: solid 10px #2eb395;
}

table.shoptbstyle {
  width: 100%;
  border-top: solid 1px #d6ceb4;
}
table.shoptbstyle td, table.shoptbstyle th {
  padding: 12px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #d6ceb4;
}
table.shoptbstyle th {
  width: 200px;
  background: #faf8f5;
}
table.shoptbstyle th.vat {
  vertical-align: top;
}

.mapframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.mapframe iframe, .mapframe object, .mapframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tab2.tab_content .sdp_plan_main {
  font-size: 16px;
  font-size: 1.6rem;
}

table.shoptbplan {
  width: 100%;
  border-top: solid 1px #d6ceb4;
}
table.shoptbplan td, table.shoptbplan th {
  padding: 12px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d6ceb4;
}
table.shoptbplan th {
  background: #faf8f5;
}
table.shoptbplan th:nth-of-type(3n+1) {
  min-width: 250px;
}
table.shoptbplan th:nth-of-type(3n+2) {
  width: 250px;
  font-size: 14px;
  font-size: 1.4rem;
}
table.shoptbplan th:nth-of-type(3n+3) {
  font-size: 14px;
  font-size: 1.4rem;
}

.shoppanBox .box {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #dfdfdf;
}
.shoppanBox .box .img {
  width: 280px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.shoppanBox .box .img img {
  width: 100%;
  object-fit: cover;
}
.shoppanBox .box .data {
  width: 610px;
  float: right;
}

#shopMessage .box {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #dfdfdf;
}
#shopMessage .box .img {
  width: 280px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#shopMessage .box .data {
  width: 610px;
  float: right;
}
#shopMessage .box .txt span,
#shopMessage .box .ttl {
  color: #0686cd;
}
#shopMessage .box .ttl {
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
#shopMessage .box .txt {
  font-size: 16px;
  font-size: 1.6rem;
}

#shopCoupon li {
  margin-bottom: 15px;
}
#shopCoupon .box {
  width: 910px;
  margin: auto;
  padding: 15px 20px;
  border: solid 10px #ffeccf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
#shopCoupon .box .btn {
  width: 235px;
  float: right;
}
#shopCoupon .box .data {
  width: 600px;
  float: left;
}
#shopCoupon .box .txt span,
#shopCoupon .box .ttl {
  color: #0686cd;
}
#shopCoupon .box .name {
  margin-bottom: 8px;
  color: #006323;
}
#shopCoupon .box .ttl {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: dotted 1px #dfdfdf;
}
#shopCoupon .box .limit {
  color: #d73b3b;
}
#shopCoupon .link {
  margin-bottom: 5px;
  text-align: center;
}
#shopCoupon .link a {
  padding: 15px 0 15px 25px;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#shopCoupon .link.mail a {
  color: #ffffff;
  background: url(./img/common/ico_mail.png) no-repeat #449dd5;
  background-position: left 15px top 50%;
}
#shopCoupon .link.qr a {
  color: #ffffff;
  background: url(./img/common/ico_qr.png) no-repeat #f8902b;
  background-position: left 15px top 50%;
}
#shopCoupon .link.print a {
  color: #ffffff;
  background: url(./img/common/ico_print.png) no-repeat #d73b3b;
  background-position: left 15px top 50%;
}
#shopCoupon .link.none {
  padding: 15px 0;
  color: #ffffff;
  background: #b0b0b0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#tab5.tab_content .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#tab5.tab_content .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#tab5.tab_content .video_txt {
  font-size: 16px;
  font-size: 1.6rem;
}

.fa-hatena:before {
  font-family: Verdana;
  font-weight: bold;
  content: 'B!';
  font-size: 20px;
}

.fa-line:before {
  position: absolute;
  top: 10px;
  left: 30px;
  font-weight: bold;
  content: url(./img/common/ico_line.png);
}

.snsShare {
  margin-bottom: 20px;
}
.snsShare ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.snsShare li {
  width: 24%;
}
.snsShare li::before {
  content: '';
}
.snsShare li a {
  font-size: 16px;
  display: block;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.snsShare .fa {
  font-size: 22px;
}
.snsShare li a:hover {
  opacity: .8;
}
.snsShare li a:visited {
  color: #fff;
}
.snsShare .tweet a {
  background-color: #55acee;
}
.snsShare .facebook a {
  background-color: #315096;
}
.snsShare .googleplus a {
  background-color: #dd4b39;
}
.snsShare .hatena a {
  background-color: #008fde;
}
.snsShare .line a {
  background-color: #3fad36;
  position: relative;
}

.snsBox .ttl {
  font-weight: bold;
  color: #006323;
}

/* ---------------------------------------- */
/* ----- ランキング ----- */
/* ---------------------------------------- */
#main.ranking .top_imgs {
  text-align: center;
}
#main.ranking .top_imgs .obi {
  padding: 8px;
  background: #66b76a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main.ranking .top_imgs .obi .in {
  padding: 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  background: #fcaf17;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* ---------------------------------------- */
/* ----- イベント ----- */
/* ---------------------------------------- */
#content.event .e_content {
  padding: 20px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content.event .e_content .top {
  padding-bottom: 15px;
  border-bottom: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content.event .e_content .top .ttl {
  font-size: 23px;
  font-size: 2.3rem;
  color: #006323;
}
#content.event .ev_data {
  width: 100%;
}
#content.event .ev_data td, #content.event .ev_data th {
  padding: 10px 0;
  border-bottom: solid 1px #dfdfdf;
  vertical-align: top;
}
#content.event .ev_data tr:last-of-type td, #content.event .ev_data tr:last-of-type th {
  border-bottom: none;
}
#content.event .ev_data th {
  width: 150px;
}

/* ---------------------------------------- */
/* ----- お店からのメッセージ ----- */
/* ---------------------------------------- */
#main.message .lists .box {
  margin-bottom: 15px;
  padding: 20px;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  font-size: 11px;
  font-size: 1.1rem;
}
#main.message .lists .box .imgBox {
  width: 155px;
  float: left;
}
#main.message .lists .box .imgBox .cats {
  margin-top: 5px;
  text-align: center;
  color: #7c7c7c;
  background: #eaeaea;
}
#main.message .lists .box .data {
  width: 503px;
  float: right;
  margin-left: 20px;
}
#main.message .lists .box .data .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
#main.message .lists .box .data .ss_txt {
  font-size: 13px;
  font-size: 1.3rem;
}

/* ---------------------------------------- */
/* ----- おすすめガイド ----- */
/* ---------------------------------------- */
#content.guide .g_content .top {
  padding-top: 40px;
  padding-bottom: 15px;
  border-bottom: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content.guide .g_content .top .ttl {
  font-size: 23px;
  font-size: 2.3rem;
  color: #006323;
}
#content.guide .in_main {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 15px;
}
#content.guide .in_main .img {
  width: 234px;
  float: left;
}
#content.guide .in_main .datas {
  width: 394px;
  float: right;
}
#content.guide .link {
  cursor: pointer;
  width: 300px;
  margin: 20px auto;
  padding: 8px 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  background: #ffb243;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#content.guide .gsBox {
  margin-bottom: 20px;
  padding: 10px 15px 15px 15px;
  background: #fffcea;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content.guide .gsBox .ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #006323;
}
#content.guide .gsBox .n_cont {
  padding: 20px;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content.guide .guide_tb {
  width: 100%;
}
#content.guide .guide_tb td, #content.guide .guide_tb th {
  padding: 14px 0;
  vertical-align: top;
  border-bottom: solid 1px #dfdfdf;
}
#content.guide .guide_tb th {
  width: 150px;
  font-weight: bold;
}

/* ---------------------------------------- */
/* ----- お店からのメッセージ ----- */
/* ---------------------------------------- */
#content.message .m_content {
  padding: 20px 25px;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content.message .m_content .top {
  padding-bottom: 15px;
}
#content.message .m_content .top .top_time {
  margin-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}
#content.message .m_content .top .top_time .time {
  float: left;
}
#content.message .m_content .top .top_time .shop {
  float: right;
}
#content.message .m_content .top .ttl {
  font-size: 23px;
  font-size: 2.3rem;
  color: #006323;
}

.entry_shop_data {
  padding: 20px;
  background: #f8f8f8;
}
.entry_shop_data .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  color: #006323;
  font-size: 16px;
  font-size: 1.6rem;
}
.entry_shop_data .in_cont {
  overflow: hidden;
  *zoom: 1;
}
.entry_shop_data .in_cont .img {
  width: 180px;
  float: left;
}
.entry_shop_data .in_cont .data {
  width: 428px;
  float: right;
}
.entry_shop_data .in_cont .in_ttl {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.entry_shop_data .entry_shop_data_td {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry_shop_data .entry_shop_data_td th, .entry_shop_data .entry_shop_data_td td {
  padding: 8px 0;
  vertical-align: top;
  border-bottom: solid 1px #dfdfdf;
}
.entry_shop_data .entry_shop_data_td tr:last-of-type th, .entry_shop_data .entry_shop_data_td tr:last-of-type td {
  border-bottom: none;
}
.entry_shop_data .entry_shop_data_td th {
  width: 80px;
  font-weight: bold;
}

/* ---------------------------------------- */
/* ----- インフォメーション ----- */
/* ---------------------------------------- */
#content.information .i_content .top {
  padding-top: 20px;
  padding-bottom: 15px;
}
#content.information .i_content .top .top_time {
  margin-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}
#content.information .i_content .top .ttl {
  font-size: 23px;
  font-size: 2.3rem;
  color: #006323;
}

#main.information .lists .box {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dfdfdf;
  overflow: hidden;
  *zoom: 1;
}
#main.information .lists .box .time {
  width: 100px;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
}
#main.information .lists .box .data {
  width: 600px;
  float: right;
}
#main.information .lists .box .ttl {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ---------------------------------------- */
/* ----- ピックアップ記事 ----- */
/* ---------------------------------------- */
#content.pickup .p_content .top {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #dfdfdf;
}
#content.pickup .p_content .top.nobd {
  border: none;
}
#content.pickup .p_content .top .ttl {
  margin-bottom: 3px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #006323;
}

.spotBox {
  margin-top: 40px;
  margin-bottom: 25px;
  padding: 20px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fbfbe9;
}
.spotBox table {
  width: 100%;
  margin: 15px auto;
}
.spotBox table td,
.spotBox table th {
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  border-bottom: solid 1px #beb494;
}
.spotBox table th {
  width: 80px;
  font-weight: bold;
}
.spotBox .tel {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.spotBox .ttl {
  color: #277b19;
  font-size: 22px;
  font-size: 2.2rem;
}
.spotBox .ttl .pic {
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
  background: #053094;
}

.nowBox {
  margin-top: 20px;
  padding: 25px;
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4dc;
}
.nowBox .img {
  width: 233px;
  float: right;
}
.nowBox .data {
  width: 417px;
  float: left;
}
.nowBox .title {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #277b19;
}
.nowBox .txt,
.nowBox .kata {
  font-size: 15px;
  font-size: 1.5rem;
}
.nowBox .name {
  font-weight: bold;
  color: #6e4a20;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: dotted 1px #277b19;
}

strong {
  font-weight: bold;
}

#wrap_single {
  font-size: 16px;
  font-size: 1.6rem;
}
#wrap_single p {
  padding: 0px 15px;
}
#wrap_single strong {
  font-weight: bold;
}
#wrap_single .h2_midashi {
  padding: 5px 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  background: #66b76a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap_single .h2_midashi.pink {
  background: #ee87b4;
}
#wrap_single .h2_midashi.ore {
  background: #f49602;
}
#wrap_single .h2_midashi.sky {
  background: #5fb7e9;
}
#wrap_single .h2_midashi.blue {
  background: #708ac4;
}
#wrap_single .h3_midashi {
  padding: 5px 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #277c19;
  background: #efefef;
  border-left: solid 8px #66b76a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap_single .h4_midashi {
  padding: 5px 15px;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: solid 8px #66b76a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap_single .h5_midashi {
  padding: 5px 15px;
  font-size: 20px;
  font-size: 2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap_single a,
#wrap_single .link {
  color: #0686cd;
  text-decoration: underline;
}
#wrap_single .l_blank {
  padding-right: 15px;
  color: #0686cd;
  background: url(./img/common/ico_blank.png) right center no-repeat;
  text-decoration: underline;
}
#wrap_single .blo {
  display: block;
  padding: 12px 15px;
  background: #f4f4dc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#wrap_single img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#wrap_single img.alignright {
  display: block;
  margin-left: auto;
}
#wrap_single ol, #wrap_single ul {
  padding: 0 15px;
}
#wrap_single ol li, #wrap_single ul li {
  margin-bottom: 5px;
  padding: 8px 0;
  border-bottom: dotted 1px #d2d2d2;
}
#wrap_single ul li:before {
  content: "●";
  color: #66b76a;
  margin-right: 10px;
}
#wrap_single ol li {
  counter-increment: number;
}
#wrap_single ol li::before {
  content: counter(number) ".";
  margin-right: 5px;
  color: #66b76a;
  font-family: "a-otf-ryumin-pr6n";
  letter-spacing: 0.1em;
  font-style: italic;
}

/* ---------------------------------------- */
/* ----- 運営会社案内 ----- */
/* ---------------------------------------- */
.company_tb {
  width: 100%;
}
.company_tb a:active, .company_tb a:hover {
  text-decoration: underline;
}
.company_tb th, .company_tb td {
  padding: 10px 15px;
  vertical-align: top;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.company_tb th {
  width: 150px;
  background: #ebebeb;
}

/* ---------------------------------------- */
/* ----- サイトポリシー ----- */
/* ---------------------------------------- */
#main.policy .policy ol {
  padding-left: 1em;
  text-indent: -1em;
}
#main.policy .policy ol li {
  margin-bottom: 5px;
  counter-increment: number;
  padding-left: 1em;
  text-indent: -1em;
}
#main.policy .policy ol li::before {
  content: counter(number) ".";
}
#main.policy .policy ul {
  padding-left: 1em;
  text-indent: -1em;
}
#main.policy .policy ul li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
#main.policy .policy ul li::before {
  content: "●";
}

/* ---------------------------------------- */
/* ----- お問い合せ ----- */
/* ---------------------------------------- */
.contactForm {
  width: 100%;
}
.contactForm th, .contactForm td {
  padding: 10px 15px;
  vertical-align: middle;
  border-bottom: solid 1px #dfdfdf;
}
.contactForm th.vat, .contactForm td.vat {
  vertical-align: top;
}
.contactForm td {
  padding: 10px 15px 15px 25px;
}
.contactForm th {
  width: 180px;
  position: relative;
}
.contactForm th .att {
  position: absolute;
  right: 0;
  color: #e5424c;
}
.contactForm.presents span.wpcf7-list-item {
  display: block;
}
.contactForm select,
.contactForm input {
  border: solid 1px #c5c5c5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contactForm textarea {
  width: 100%;
  resize: vertical;
  border: solid 1px #c5c5c5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contactForm .btnarea {
  width: 250px;
  margin: 40px auto;
}
.contactForm input[type="submit"] {
  cursor: pointer;
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 12px 0;
  letter-spacing: 0.05em;
  background: #ffb243;
  border: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.contactForm input[type="submit"]:active, .contactForm input[type="submit"]:hover {
  background: #ffbe61;
}
.contactForm select,
.contactForm input {
  width: 60%;
  padding: 4px 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.contactForm select.f_l,
.contactForm input.f_l {
  width: 100%;
}
.contactForm select.f_s,
.contactForm input.f_s {
  width: 40%;
}
.contactForm select.select_title_ss,
.contactForm input.select_title_ss {
  width: 20%;
}
.contactForm input[type="radio"] {
  width: 5%;
}
.contactForm .wpcf7-radio label {
  display: block;
}
.contactForm textarea {
  padding: 8px 8px;
  font-size: 16px;
  font-size: 1.6rem;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: none;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: none;
}

/* ---------------------------------------- */
/* ----- らくうぇる南河内 ----- */
/* ---------------------------------------- */
.now_magazine .m_title .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #cc0033;
}
.now_magazine .m_title .price {
  font-size: 16px;
  font-size: 1.6rem;
}
.now_magazine .p_box {
  margin-bottom: 20px;
  padding: 10px 0 5px 0;
  overflow: hidden;
  *zoom: 1;
  border-bottom: dotted 1px #dfdfdf;
}
.now_magazine .p_box .price {
  float: left;
}
.now_magazine .p_box .bnts {
  float: right;
}
.now_magazine .bnts {
  margin-bottom: 15px;
  text-align: right;
}
.now_magazine .bnts a {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px 20px;
  color: #ffffff;
  background: #e88728;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.now_magazine .bnts .nobtn {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px 20px;
  color: #ffffff;
  background: #61a0cb;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.now_magazine .shop_list .link {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0686cd;
  text-decoration: underline;
  cursor: pointer;
}
.now_magazine .shop_list table {
  width: 100%;
}
.now_magazine .shop_list th, .now_magazine .shop_list td {
  padding: 8px 10px;
  border: solid 1px #dfdfdf;
}
.now_magazine .shop_list th {
  background: #f5f5f5;
}

.bk_magazine {
  margin-top: 30px;
}
.bk_magazine .top_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.bk_magazine .box {
  margin-bottom: 25px;
  padding: 20px;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
.bk_magazine .box .img {
  width: 173px;
  float: left;
}
.bk_magazine .box .img img {
  border: solid 1px #dfdfdf;
}
.bk_magazine .box .data {
  width: 485px;
  float: right;
}
.bk_magazine .box .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  color: #cc0033;
}
.bk_magazine .p_box {
  margin-bottom: 13px;
  padding: 10px 0 5px 0;
  overflow: hidden;
  *zoom: 1;
  border-bottom: dotted 1px #dfdfdf;
}
.bk_magazine .p_box .price {
  float: left;
}
.bk_magazine .p_box .bnts {
  float: right;
}
.bk_magazine .bnts {
  margin-bottom: 15px;
  text-align: right;
}
.bk_magazine .bnts a {
  padding: 5px 20px;
  color: #ffffff;
  background: #e88728;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.bk_magazine .bnts .nobtn {
  padding: 5px 20px;
  color: #ffffff;
  background: #61a0cb;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.bk_magazine .in_ttl {
  font-size: 15px;
  font-size: 1.5rem;
  color: #006323;
  margin-bottom: 5px;
}

/* ---------------------------------------- */
/* ----- らくうぇる南河内 ----- */
/* ---------------------------------------- */
.now_freeepaper .picupBox {
  margin-bottom: 30px;
  border: solid 1px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.now_freeepaper .picupBox .ttl {
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  background: #66b76a;
}
.now_freeepaper .picupBox .txt {
  padding: 10px 15px 15px 15px;
}
.now_freeepaper .boxCont {
  margin-bottom: 30px;
}
.now_freeepaper .boxCont .ttl {
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f7f7f7;
  border-left: solid 8px #ffb243;
}
.now_freeepaper .list_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.now_freeepaper .list_area li {
  width: 33%;
  margin-bottom: 8px;
}
.now_freeepaper .list_area li:before {
  content: "・";
}
.now_freeepaper .list_shop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.now_freeepaper .list_shop li {
  width: 50%;
  margin-bottom: 8px;
}
.now_freeepaper .list_shop li:before {
  content: "・";
}

/* ---------------------------------------- */
/* ----- 掲載案内 ----- */
/* ---------------------------------------- */
#content.entry .main_ttl {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
}
#content.entry .btn_entry_form {
  padding: 14px 25px;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  background: #2eb395;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#content.entry .fl_box {
  padding: 25px 0;
  overflow: hidden;
  *zoom: 1;
}
#content.entry .fl_box .img {
  width: 406px;
  float: left;
}
#content.entry .fl_box .txtarea {
  width: 476px;
  float: right;
}
#content.entry .no_fl_box {
  padding: 25px 0;
}
#content.entry .no_fl_box .img {
  margin-bottom: 30px;
  text-align: center;
}
#content.entry .txtarea .box {
  margin-bottom: 30px;
}
#content.entry .txtarea .in_ttl {
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#content.entry .txtarea .in_ttl .num {
  position: absolute;
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 1px 10px;
  color: #ffffff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#content.entry #tab1 .num {
  background: #28af49;
}
#content.entry #tab2 .num {
  background: #f49602;
}
#content.entry .plan_allprice {
  width: 100%;
}
#content.entry .plan_allprice th, #content.entry .plan_allprice td {
  padding: 10px 15px;
  border: solid 1px #dfdfdf;
  vertical-align: top;
}
#content.entry .plan_allprice th {
  width: 320px;
  color: #ffffff;
  background: #438cbf;
}
#content.entry .plan_list_price {
  width: 100%;
}
#content.entry .plan_list_price th, #content.entry .plan_list_price td {
  padding: 10px 15px;
  border: solid 1px #dfdfdf;
  vertical-align: top;
}
#content.entry .plan_list_price thead th {
  color: #ffffff;
  background: #438cbf;
}
#content.entry .plan_list_price th {
  width: 320px;
  background: #e8f1f7;
}
#content.entry .plan_list_price ul.dots li:before {
  content: "・";
}
#content.entry .flow_box {
  margin: 30px auto;
  overflow: hidden;
  *zoom: 1;
}
#content.entry .flow_box .img {
  width: 200px;
  float: left;
}
#content.entry .flow_box .data {
  width: 682px;
  float: right;
}
#content.entry .flow_box .ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: solid 1px #dfdfdf;
}
#content.entry .flow_box .ttl .label {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  padding: 2px 15px;
  color: #ffffff;
  background: #ec456d;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

/* ---------------------------------------- */
/* ----- 掲載案内 ----- */
/* ---------------------------------------- */
#sitemap .ttl_maps {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#sitemap .lists {
  margin-bottom: 20px;
}
#sitemap .lists li {
  margin-bottom: 8px;
}
#sitemap .lists li:before {
  content: "・";
}
#sitemap .lists li.main:before {
  content: "";
}
#sitemap .lists li.main {
  padding: 4px 10px;
  background: #f5f5f5;
}
#sitemap .lists li a:active, #sitemap .lists li a:hover {
  text-decoration: underline;
}

em {
  font-style: oblique;
}
